Trace number 229843

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.1 1809.81

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-33_ext.xml
MD5SUM5dd6e886dd59462738b4787e4740e36f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark389.804
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/229843-1170106250/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229843-1170106250/unknown.xml [Mon Jan 29 22:30:50 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229843-1170106250/unknown.xml /tmp/evaluation/229843-1170106250/sugar19954.csp [Mon Jan 29 22:30:50 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229843-1170106250/sugar-v0-40.jar -convert /tmp/evaluation/229843-1170106250/unknown.xml /tmp/evaluation/229843-1170106250/sugar19954.csp
0.17	c BEGIN convert /tmp/evaluation/229843-1170106250/unknown.xml
0.87	c END convert (0.698307 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/229843-1170106250/sugar19954.csp 2187276 bytes (1 seconds) [Mon Jan 29 22:30:51 2007]
0.92	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229843-1170106250/sugar19954.bcnf [Mon Jan 29 22:30:51 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229843-1170106250/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229843-1170106250/sugar19954.map /tmp/evaluation/229843-1170106250/sugar19954.csp /tmp/evaluation/229843-1170106250/sugar19954.bcnf
1.04	c BEGIN parse /tmp/evaluation/229843-1170106250/sugar19954.csp
30.94	c END parse (29.908613 seconds)
30.94	c BEGIN simplify
31.07	c END simplify (0.127478 seconds)
31.07	c BEGIN encode /tmp/evaluation/229843-1170106250/sugar19954.bcnf
32.04	c END encode (0.962743 seconds)
32.15	c # GENERATE_SAT  END : 6434 variables 78265 clauses 7674356 bytes (31 seconds) [Mon Jan 29 22:31:22 2007]
32.15	c # GENERATE_SAT  CPU : 30.88 = 0.04 + 0 + 30.42 + 0.42
32.15	
32.15	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229843-1170106250/sugar19954.bcnf [Mon Jan 29 22:31:22 2007]
32.15	c # CMD : /tmp/evaluation/229843-1170106250/minisat /tmp/evaluation/229843-1170106250/sugar19954.bcnf /tmp/evaluation/229843-1170106250/sugar19954.out
32.34	c ==================================[MINISAT]===================================
32.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
32.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
32.34	c ==============================================================================
32.34	c |         0 |   78265  1840316 |   26088       0        0     nan |  0.000 % |
32.38	c |       101 |   78265  1840316 |   28696     101     1917    19.0 |  0.000 % |
32.44	c |       252 |   78266  1840316 |   31566     251     4174    16.6 |  0.000 % |
32.53	c |       478 |   78266  1840316 |   34723     477     7804    16.4 |  0.000 % |
32.66	c |       815 |   78266  1840316 |   38195     814    12925    15.9 |  0.000 % |
32.84	c |      1322 |   78268  1840316 |   42014    1319    20702    15.7 |  0.000 % |
33.16	c |      2081 |   78268  1840316 |   46216    2078    32072    15.4 |  0.000 % |
33.63	c |      3221 |   78268  1840316 |   50838    3218    47736    14.8 |  0.000 % |
34.56	c |      4931 |   78268  1840316 |   55921    4928    74153    15.0 |  0.000 % |
35.93	c |      7493 |   78268  1840316 |   61514    7490   114292    15.3 |  0.000 % |
37.71	c |     11338 |   78268  1840316 |   67665   11335   185754    16.4 |  0.000 % |
40.46	c |     17106 |   78270  1840316 |   74432   17101   288200    16.9 |  0.000 % |
45.86	c |     25755 |   78271  1840316 |   81875   25749   445840    17.3 |  0.001 % |
56.26	c |     38729 |   78271  1840316 |   90062   38723   699501    18.1 |  0.001 % |
76.62	c |     58190 |   78276  1840316 |   99069   58179  1100378    18.9 |  0.000 % |
114.97	c |     87383 |   78278  1840316 |  108976   87370  1707842    19.5 |  0.000 % |
168.39	c |    131172 |   78278  1840316 |  119873   39603   791139    20.0 |  0.001 % |
257.86	c |    196856 |   78279  1840316 |  131861  105286  2422257    23.0 |  0.000 % |
387.31	c |    295384 |   78282  1840316 |  145047   89347  2107126    23.6 |  0.000 % |
602.51	c |    443174 |   78284  1840316 |  159551  111031  2665504    24.0 |  0.000 % |
954.20	c |    664857 |   78296  1840316 |  175507   50661  1145081    22.6 |  0.001 % |
1413.02	c |    997382 |   78306  1840316 |  193057   71250  1679437    23.6 |  0.001 % |
1808.80	
1808.80	s UNKNOWN
1808.80	c # INTERRUPTED
1808.80	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:00:59 2007]
1808.80	c # MAIN  CPU : 30.89 = 0.05 + 0 + 30.42 + 0.42
1808.80	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-229843-1170106250 -o ROOT/results/node72/solver-229843-1170106250 -C 1800 -M 900 /tmp/evaluation/229843-1170106250/solver /tmp/evaluation/229843-1170106250 /tmp/evaluation/229843-1170106250/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.15 1.93 1.44 5/88 19955
/proc/meminfo: memFree=1857432/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=12128 CPUtime=0
/proc/19954/stat : 19954 (sugar) R 19952 19954 18378 0 -1 4194304 506 0 0 0 0 0 0 0 20 0 1 0 30592824 12419072 225 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234531531286 0 0 4224 0 0 0 0 17 1 0 0
/proc/19954/statm: 3032 225 170 3 0 132 0

[startup+0.104823 s]
/proc/loadavg: 2.15 1.93 1.44 5/88 19955
/proc/meminfo: memFree=1857432/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30592824 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512856 s]
/proc/loadavg: 2.15 1.93 1.44 5/88 19955
/proc/meminfo: memFree=1857432/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33493 s]
/proc/loadavg: 2.15 1.93 1.44 3/97 19971
/proc/meminfo: memFree=1847120/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 808 370 3 0 531 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19964] ppid=19954 vsize=807064 CPUtime=0.39
/proc/19964/stat : 19964 (java) R 19954 19954 18378 0 -1 0 6509 0 1 0 36 3 0 0 17 0 8 0 30592916 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 201766 6259 1494 14 0 189044 0
[pid=19964/tid=19965] ppid=19954 vsize=807064 CPUtime=0.02
/proc/19964/task/19965/stat : 19965 (java) S 19954 19954 18378 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 30592920 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19966] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19966/stat : 19966 (java) S 19954 19954 18378 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30592920 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19967] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19967/stat : 19967 (java) S 19954 19954 18378 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30592920 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19968] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19968/stat : 19968 (java) S 19954 19954 18378 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30592923 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19969] ppid=19954 vsize=807064 CPUtime=0.05
/proc/19964/task/19969/stat : 19969 (java) R 19954 19954 18378 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30592923 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19970] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19970/stat : 19970 (java) S 19954 19954 18378 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30592923 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19971] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19971/stat : 19971 (java) S 19954 19954 18378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30592924 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.98108 s]
/proc/loadavg: 2.15 1.93 1.44 4/97 19971
/proc/meminfo: memFree=1818256/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 808 370 3 0 531 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19964] ppid=19954 vsize=807064 CPUtime=2.02
/proc/19964/stat : 19964 (java) R 19954 19954 18378 0 -1 0 13335 0 1 0 196 6 0 0 25 0 8 0 30592916 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073548502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 201766 13070 1494 14 0 189044 0
[pid=19964/tid=19965] ppid=19954 vsize=807064 CPUtime=0.55
/proc/19964/task/19965/stat : 19965 (java) S 19954 19954 18378 0 -1 64 7269 0 0 0 52 3 0 0 16 0 8 0 30592920 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19966] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19966/stat : 19966 (java) S 19954 19954 18378 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30592920 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19967] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19967/stat : 19967 (java) S 19954 19954 18378 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30592920 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19968] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19968/stat : 19968 (java) S 19954 19954 18378 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30592923 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19969] ppid=19954 vsize=807064 CPUtime=0.06
/proc/19964/task/19969/stat : 19969 (java) S 19954 19954 18378 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30592923 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19970] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19970/stat : 19970 (java) S 19954 19954 18378 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30592923 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19971] ppid=19954 vsize=807064 CPUtime=0
/proc/19964/task/19971/stat : 19971 (java) S 19954 19954 18378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30592924 826433536 13070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.22537 s]
/proc/loadavg: 2.13 1.93 1.44 3/97 19971
/proc/meminfo: memFree=1740880/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 808 370 3 0 531 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19964] ppid=19954 vsize=807336 CPUtime=5.24
/proc/19964/stat : 19964 (java) R 19954 19954 18378 0 -1 0 32539 0 1 0 508 16 0 0 25 0 8 0 30592916 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 201834 32201 1506 14 0 189112 0
[pid=19964/tid=19965] ppid=19954 vsize=807336 CPUtime=1.51
/proc/19964/task/19965/stat : 19965 (java) S 19954 19954 18378 0 -1 64 26249 0 0 0 139 12 0 0 16 0 8 0 30592920 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19966] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19966/stat : 19966 (java) S 19954 19954 18378 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30592920 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19967] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19967/stat : 19967 (java) S 19954 19954 18378 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30592920 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19968] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19968/stat : 19968 (java) S 19954 19954 18378 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30592923 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19969] ppid=19954 vsize=807336 CPUtime=0.14
/proc/19964/task/19969/stat : 19969 (java) S 19954 19954 18378 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30592923 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19970] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19970/stat : 19970 (java) S 19954 19954 18378 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30592923 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19971] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19971/stat : 19971 (java) S 19954 19954 18378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30592924 826712064 32201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.7216 s]
/proc/loadavg: 2.12 1.93 1.44 3/97 19971
/proc/meminfo: memFree=1640080/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 808 370 3 0 531 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19964] ppid=19954 vsize=807336 CPUtime=11.66
/proc/19964/stat : 19964 (java) R 19954 19954 18378 0 -1 0 54871 0 1 0 1137 29 0 0 25 0 8 0 30592916 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 201834 54112 1507 14 0 189112 0
[pid=19964/tid=19965] ppid=19954 vsize=807336 CPUtime=3.77
/proc/19964/task/19965/stat : 19965 (java) S 19954 19954 18378 0 -1 64 48399 0 0 0 353 24 0 0 15 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19966] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19966/stat : 19966 (java) S 19954 19954 18378 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19967] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19967/stat : 19967 (java) S 19954 19954 18378 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19968] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19968/stat : 19968 (java) S 19954 19954 18378 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19969] ppid=19954 vsize=807336 CPUtime=0.15
/proc/19964/task/19969/stat : 19969 (java) S 19954 19954 18378 0 -1 64 403 0 0 0 15 0 0 0 17 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19970] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19970/stat : 19970 (java) S 19954 19954 18378 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19971] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19971/stat : 19971 (java) S 19954 19954 18378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30592924 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 821060

[startup+25.5221 s]
/proc/loadavg: 2.32 1.98 1.47 4/97 19971
/proc/meminfo: memFree=1638288/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=13724 CPUtime=0.04
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30592824 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 3431 808 370 3 0 531 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19964] ppid=19954 vsize=807336 CPUtime=24.32
/proc/19964/stat : 19964 (java) R 19954 19954 18378 0 -1 0 56008 0 1 0 2399 33 0 0 25 0 8 0 30592916 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 201834 54112 1507 14 0 189112 0
[pid=19964/tid=19965] ppid=19954 vsize=807336 CPUtime=8.52
/proc/19964/task/19965/stat : 19965 (java) S 19954 19954 18378 0 -1 64 49197 0 0 0 825 27 0 0 16 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19966] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19966/stat : 19966 (java) S 19954 19954 18378 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19967] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19967/stat : 19967 (java) S 19954 19954 18378 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30592920 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19968] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19968/stat : 19968 (java) S 19954 19954 18378 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19969] ppid=19954 vsize=807336 CPUtime=0.15
/proc/19964/task/19969/stat : 19969 (java) S 19954 19954 18378 0 -1 64 403 0 0 0 15 0 0 0 17 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19970] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19970/stat : 19970 (java) S 19954 19954 18378 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30592923 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19964/tid=19971] ppid=19954 vsize=807336 CPUtime=0
/proc/19964/task/19971/stat : 19971 (java) S 19954 19954 18378 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30592924 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 821060

[startup+51.2064 s]
/proc/loadavg: 2.21 1.98 1.48 3/90 19972
/proc/meminfo: memFree=1822536/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=15072 CPUtime=18.94
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 4410 0 0 0 1891 3 0 0 25 0 1 0 30596040 15433728 3371 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 3768 3371 52 112 0 3652 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 31788

[startup+102.5 s]
/proc/loadavg: 2.15 2.00 1.51 3/90 19972
/proc/meminfo: memFree=1814280/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0

################
# More data... #
################

/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10182 0 0 0 120503 14 0 0 25 0 1 0 30596040 39579648 9134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 9663 9134 52 112 0 9547 0
Current children cumulated CPU time (s) 1236.91
Current children cumulated vsize (KiB) 55368

[startup+1303.07 s]
/proc/loadavg: 2.00 2.00 1.84 3/90 19974
/proc/meminfo: memFree=1779080/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=38828 CPUtime=1264.93
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10234 0 0 0 126478 15 0 0 25 0 1 0 30596040 39759872 9186 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 9707 9186 52 112 0 9591 0
Current children cumulated CPU time (s) 1296.67
Current children cumulated vsize (KiB) 55544

[startup+1363.1 s]
/proc/loadavg: 2.00 2.00 1.85 3/90 19974
/proc/meminfo: memFree=1777096/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=39768 CPUtime=1324.67
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10447 0 0 0 132452 15 0 0 25 0 1 0 30596040 40722432 9399 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 9942 9399 52 112 0 9826 0
Current children cumulated CPU time (s) 1356.41
Current children cumulated vsize (KiB) 56484

[startup+1423.13 s]
/proc/loadavg: 2.07 2.03 1.86 3/90 19974
/proc/meminfo: memFree=1776712/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=39912 CPUtime=1384.41
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10498 0 0 0 138426 15 0 0 25 0 1 0 30596040 40869888 9450 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 9978 9450 52 112 0 9862 0
Current children cumulated CPU time (s) 1416.15
Current children cumulated vsize (KiB) 56628

[startup+1483.16 s]
/proc/loadavg: 2.02 2.02 1.87 3/90 19974
/proc/meminfo: memFree=1776456/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=40052 CPUtime=1444.17
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10524 0 0 0 144401 16 0 0 25 0 1 0 30596040 41013248 9476 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 10013 9476 52 112 0 9897 0
Current children cumulated CPU time (s) 1475.91
Current children cumulated vsize (KiB) 56768

[startup+1543.19 s]
/proc/loadavg: 2.01 2.01 1.87 3/90 19974
/proc/meminfo: memFree=1775304/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=40184 CPUtime=1503.91
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10557 0 0 0 150375 16 0 0 25 0 1 0 30596040 41148416 9509 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 10046 9509 52 112 0 9930 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 56900

[startup+1603.21 s]
/proc/loadavg: 2.00 2.01 1.88 3/90 19974
/proc/meminfo: memFree=1774472/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=40752 CPUtime=1563.65
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 10687 0 0 0 156349 16 0 0 25 0 1 0 30596040 41730048 9639 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 10188 9639 52 112 0 10072 0
Current children cumulated CPU time (s) 1595.39
Current children cumulated vsize (KiB) 57468

[startup+1663.24 s]
/proc/loadavg: 2.00 2.00 1.89 3/90 19974
/proc/meminfo: memFree=1772360/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=42732 CPUtime=1623.4
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 11165 0 0 0 162323 17 0 0 25 0 1 0 30596040 43757568 10117 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 10683 10117 52 112 0 10567 0
Current children cumulated CPU time (s) 1655.14
Current children cumulated vsize (KiB) 59448

[startup+1723.27 s]
/proc/loadavg: 2.00 2.00 1.89 3/90 19974
/proc/meminfo: memFree=1771592/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=42888 CPUtime=1683.15
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 11206 0 0 0 168298 17 0 0 25 0 1 0 30596040 43917312 10158 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/19972/statm: 10722 10158 52 112 0 10606 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 59604

[startup+1783.3 s]
/proc/loadavg: 1.98 2.00 1.90 4/96 20030
/proc/meminfo: memFree=1742360/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=43208 CPUtime=1742.9
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 11266 0 0 0 174270 20 0 0 25 0 1 0 30596040 44244992 10218 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/19972/statm: 10802 10218 52 112 0 10686 0
Current children cumulated CPU time (s) 1774.64
Current children cumulated vsize (KiB) 59924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 2.44 2.10 1.93 3/97 20039
/proc/meminfo: memFree=1298136/2055920 swapFree=4191880/4192956
[pid=19954] ppid=19952 vsize=16716 CPUtime=30.93
/proc/19954/stat : 19954 (sugar) S 19952 19954 18378 0 -1 4194304 2027 57498 0 1 8 1 3042 42 16 0 1 0 30592824 17117184 1537 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19954/statm: 4179 1537 373 3 0 1279 0
[pid=19956] ppid=19954 vsize=0 CPUtime=0.81
/proc/19956/stat : 19956 (java) Z 19954 19954 18378 0 -1 1036 7928 0 1 0 74 7 0 0 18 0 1 0 30592830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19956/statm: 0 0 0 0 0 0 0
[pid=19972] ppid=19954 vsize=43348 CPUtime=1768.36
/proc/19972/stat : 19972 (minisat) R 19954 19954 18378 0 -1 0 11292 0 0 0 176812 24 0 0 25 0 1 0 30596040 44388352 10244 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19972/statm: 10837 10244 52 112 0 10721 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 60064

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19954 and gives childrusage.ru_utime.tv_sec=30 childrusage.ru_utime.tv_usec=504362 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=449931
CPU time returned by wait4() is 30.9543
while last known CPU time is 1800.1

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1809.81
CPU time (s): 1800.1
CPU user time (s): 1799.36
CPU system time (s): 0.74
CPU usage (%): 99.4632
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5044
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59610
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6471
involuntary context switches= 6982

runsolver used 1.9837 s user time and 6.08607 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan 29 21:30:50 UTC 2007


IDJOB= 229843
IDBENCH= 6364
IDSOLVER= 86
FILE ID= node72/229843-1170106250

PBS_JOBID= 3689734

Free space on /tmp= 66556 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-33_ext.xml
COMMAND LINE= /tmp/evaluation/229843-1170106250/solver /tmp/evaluation/229843-1170106250 /tmp/evaluation/229843-1170106250/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-229843-1170106250 -o ROOT/results/node72/solver-229843-1170106250 -C 1800 -M 900  /tmp/evaluation/229843-1170106250/solver /tmp/evaluation/229843-1170106250 /tmp/evaluation/229843-1170106250/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5dd6e886dd59462738b4787e4740e36f

RANDOM SEED= 681826027

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1857912 kB
Buffers:         24960 kB
Cached:          56504 kB
SwapCached:        408 kB
Active:         117216 kB
Inactive:        36436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857912 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            9080 kB
Writeback:           0 kB
Mapped:          90080 kB
Slab:            29364 kB
Committed_AS:   374824 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66213 MiB



End job on node72 on Mon Jan 29 22:01:00 UTC 2007