Trace number 194711

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.06 1801.76

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-39_ext.xml
MD5SUM257ec74622b78f079d6567ad12dfd2e3
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 benchmark362.121
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
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/194711-1170090283/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194711-1170090283/unknown.xml [Mon Jan 29 18:04:44 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194711-1170090283/unknown.xml /tmp/evaluation/194711-1170090283/sugar23775.csp [Mon Jan 29 18:04:44 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194711-1170090283/sugar-v0-40.jar -convert /tmp/evaluation/194711-1170090283/unknown.xml /tmp/evaluation/194711-1170090283/sugar23775.csp
0.16	c BEGIN convert /tmp/evaluation/194711-1170090283/unknown.xml
0.85	c END convert (0.686585 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/194711-1170090283/sugar23775.csp 2173161 bytes (0 seconds) [Mon Jan 29 18:04:44 2007]
0.91	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194711-1170090283/sugar23775.bcnf [Mon Jan 29 18:04:44 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194711-1170090283/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194711-1170090283/sugar23775.map /tmp/evaluation/194711-1170090283/sugar23775.csp /tmp/evaluation/194711-1170090283/sugar23775.bcnf
1.03	c BEGIN parse /tmp/evaluation/194711-1170090283/sugar23775.csp
39.33	c END parse (38.307811 seconds)
39.34	c BEGIN simplify
39.48	c END simplify (0.143133 seconds)
39.48	c BEGIN encode /tmp/evaluation/194711-1170090283/sugar23775.bcnf
40.65	c END encode (1.169641 seconds)
40.80	c # GENERATE_SAT  END : 8364 variables 81646 clauses 9953048 bytes (40 seconds) [Mon Jan 29 18:05:24 2007]
40.80	c # GENERATE_SAT  CPU : 39.78 = 0.07 + 0.01 + 39.22 + 0.48
40.80	
40.80	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194711-1170090283/sugar23775.bcnf [Mon Jan 29 18:05:24 2007]
40.80	c # CMD : /tmp/evaluation/194711-1170090283/minisat /tmp/evaluation/194711-1170090283/sugar23775.bcnf /tmp/evaluation/194711-1170090283/sugar23775.out
41.03	c ==================================[MINISAT]===================================
41.03	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
41.03	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
41.03	c ==============================================================================
41.03	c |         0 |   81646  2406606 |   27215       0        0     nan |  0.000 % |
41.10	c |       100 |   81646  2406606 |   29936     100     8033    80.3 |  0.000 % |
41.16	c |       250 |   81648  2406606 |   32930     248    10319    41.6 |  0.000 % |
41.28	c |       475 |   81648  2406606 |   36223     473    12650    26.7 |  0.000 % |
41.44	c |       812 |   81648  2406606 |   39845     810    16790    20.7 |  0.000 % |
41.73	c |      1318 |   81648  2406606 |   43830    1316    23191    17.6 |  0.000 % |
42.08	c |      2077 |   81648  2406606 |   48213    2075    34107    16.4 |  0.000 % |
42.67	c |      3216 |   81649  2406606 |   53034    3213    53093    16.5 |  0.000 % |
43.57	c |      4924 |   81649  2406606 |   58337    4921    75948    15.4 |  0.000 % |
45.03	c |      7487 |   81649  2406606 |   64171    7484   131873    17.6 |  0.000 % |
47.44	c |     11331 |   81649  2406606 |   70588   11328   202555    17.9 |  0.000 % |
51.18	c |     17097 |   81651  2406606 |   77647   17092   314429    18.4 |  0.000 % |
57.71	c |     25746 |   81654  2406606 |   85412   25738   476265    18.5 |  0.000 % |
68.56	c |     38720 |   81658  2406606 |   93953   38708   702143    18.1 |  0.000 % |
86.68	c |     58182 |   81662  2406606 |  103348   58166  1157039    19.9 |  0.000 % |
120.16	c |     87374 |   81664  2406606 |  113683   87356  1640420    18.8 |  0.000 % |
169.53	c |    131166 |   81670  2406606 |  125052   32093   657026    20.5 |  0.000 % |
246.75	c |    196850 |   81677  2406606 |  137557   97770  2140406    21.9 |  0.000 % |
381.47	c |    295376 |   81691  2406606 |  151313   75725  2068061    27.3 |  0.000 % |
571.69	c |    443165 |   81701  2406606 |  166444   88241  2435434    27.6 |  0.000 % |
933.27	c |    664848 |   81716  2406606 |  183088  163048  5280360    32.4 |  0.000 % |
1529.68	c |    997375 |   81724  2406606 |  201397  170255  6003578    35.3 |  0.000 % |
1800.75	
1800.75	s UNKNOWN
1800.75	c # INTERRUPTED
1800.75	c # MAIN  END :  (1800 seconds) [Mon Jan 29 18:34:44 2007]
1800.75	c # MAIN  CPU : 39.78 = 0.07 + 0.01 + 39.22 + 0.48
1800.75	

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/node5/watcher-194711-1170090283 -o ROOT/results/node5/solver-194711-1170090283 -C 1800 -M 900 /tmp/evaluation/194711-1170090283/solver /tmp/evaluation/194711-1170090283 /tmp/evaluation/194711-1170090283/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: 0.88 0.47 0.18 3/95 23776
/proc/meminfo: memFree=1716112/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=5352 CPUtime=0
/proc/23775/stat : 23775 (solver) R 23773 23775 23654 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 28983160 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 226913479975 0 0 4096 0 0 0 0 17 1 0 0
/proc/23775/statm: 1338 231 193 169 0 49 0

[startup+0.104887 s]
/proc/loadavg: 0.88 0.47 0.18 3/95 23776
/proc/meminfo: memFree=1716112/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 28983160 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514934 s]
/proc/loadavg: 0.88 0.47 0.18 3/95 23776
/proc/meminfo: memFree=1716112/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33602 s]
/proc/loadavg: 0.88 0.47 0.18 4/104 23792
/proc/meminfo: memFree=1674632/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 808 370 3 0 531 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23785] ppid=23775 vsize=807064 CPUtime=0.41
/proc/23785/stat : 23785 (java) R 23775 23775 23654 0 -1 0 6692 0 1 0 38 3 0 0 17 0 8 0 28983252 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 201766 6441 1494 14 0 189044 0
[pid=23785/tid=23786] ppid=23775 vsize=807064 CPUtime=0.03
/proc/23785/task/23786/stat : 23786 (java) R 23775 23775 23654 0 -1 64 640 0 0 0 3 0 0 0 16 0 8 0 28983255 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23787] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23787/stat : 23787 (java) S 23775 23775 23654 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983255 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23788] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23775 23775 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983255 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23789] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23775 23775 23654 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 28983258 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23790] ppid=23775 vsize=807064 CPUtime=0.05
/proc/23785/task/23790/stat : 23790 (java) R 23775 23775 23654 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 28983258 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23791] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23775 23775 23654 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28983259 826433536 6441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23792] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23775 23775 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983259 826433536 6441 18446744073709551615 134512640 134570532 4294956464 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.97522 s]
/proc/loadavg: 1.05 0.51 0.20 4/104 23792
/proc/meminfo: memFree=1626696/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 808 370 3 0 531 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23785] ppid=23775 vsize=807064 CPUtime=2.04
/proc/23785/stat : 23785 (java) R 23775 23775 23654 0 -1 0 13350 0 1 0 198 6 0 0 25 0 8 0 28983252 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073547931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 201766 13085 1494 14 0 189044 0
[pid=23785/tid=23786] ppid=23775 vsize=807064 CPUtime=0.53
/proc/23785/task/23786/stat : 23786 (java) S 23775 23775 23654 0 -1 64 7284 0 0 0 50 3 0 0 16 0 8 0 28983255 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23787] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23787/stat : 23787 (java) S 23775 23775 23654 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983255 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23788] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23775 23775 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983255 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23789] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23775 23775 23654 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 28983258 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23790] ppid=23775 vsize=807064 CPUtime=0.05
/proc/23785/task/23790/stat : 23790 (java) S 23775 23775 23654 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 28983258 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23791] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23775 23775 23654 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28983259 826433536 13085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23792] ppid=23775 vsize=807064 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23775 23775 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983259 826433536 13085 18446744073709551615 134512640 134570532 4294956464 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.20258 s]
/proc/loadavg: 1.05 0.51 0.20 3/104 23792
/proc/meminfo: memFree=1458248/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 808 370 3 0 531 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23785] ppid=23775 vsize=807336 CPUtime=5.24
/proc/23785/stat : 23785 (java) R 23775 23775 23654 0 -1 0 32458 0 1 0 507 17 0 0 25 0 8 0 28983252 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 201834 32117 1506 14 0 189112 0
[pid=23785/tid=23786] ppid=23775 vsize=807336 CPUtime=1.53
/proc/23785/task/23786/stat : 23786 (java) S 23775 23775 23654 0 -1 64 26165 0 0 0 140 13 0 0 16 0 8 0 28983255 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23787] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23787/stat : 23787 (java) S 23775 23775 23654 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983255 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23788] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23775 23775 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983255 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23789] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23775 23775 23654 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 28983258 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23790] ppid=23775 vsize=807336 CPUtime=0.14
/proc/23785/task/23790/stat : 23790 (java) R 23775 23775 23654 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 28983258 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153056351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23791] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23775 23775 23654 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28983259 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23792] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23775 23775 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983259 826712064 32117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.6521 s]
/proc/loadavg: 1.20 0.56 0.22 3/104 23792
/proc/meminfo: memFree=1294920/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 808 370 3 0 531 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23785] ppid=23775 vsize=807336 CPUtime=11.69
/proc/23785/stat : 23785 (java) R 23775 23775 23654 0 -1 0 54781 0 1 0 1139 30 0 0 25 0 8 0 28983252 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 201834 54112 1507 14 0 189112 0
[pid=23785/tid=23786] ppid=23775 vsize=807336 CPUtime=3.77
/proc/23785/task/23786/stat : 23786 (java) R 23775 23775 23654 0 -1 64 48304 0 0 0 353 24 0 0 15 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216623 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23787] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23787/stat : 23787 (java) S 23775 23775 23654 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23788] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23775 23775 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23789] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23775 23775 23654 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 28983258 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23790] ppid=23775 vsize=807336 CPUtime=0.15
/proc/23785/task/23790/stat : 23790 (java) S 23775 23775 23654 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 28983258 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23791] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23775 23775 23654 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28983259 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23792] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23775 23775 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983259 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821060

[startup+25.5536 s]
/proc/loadavg: 1.55 0.66 0.25 3/104 23792
/proc/meminfo: memFree=1294920/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=13724 CPUtime=0.03
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 28983160 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 3431 808 370 3 0 531 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23785] ppid=23775 vsize=807336 CPUtime=24.58
/proc/23785/stat : 23785 (java) R 23775 23775 23654 0 -1 0 55772 0 1 0 2423 35 0 0 25 0 8 0 28983252 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23785/statm: 201834 54112 1507 14 0 189112 0
[pid=23785/tid=23786] ppid=23775 vsize=807336 CPUtime=8.66
/proc/23785/task/23786/stat : 23786 (java) S 23775 23775 23654 0 -1 64 48942 0 0 0 839 27 0 0 16 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23787] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23787/stat : 23787 (java) S 23775 23775 23654 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23788] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23788/stat : 23788 (java) S 23775 23775 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983255 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23789] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23789/stat : 23789 (java) S 23775 23775 23654 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 28983258 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23790] ppid=23775 vsize=807336 CPUtime=0.15
/proc/23785/task/23790/stat : 23790 (java) S 23775 23775 23654 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 28983258 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23791] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23791/stat : 23791 (java) S 23775 23775 23654 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28983259 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23785/tid=23792] ppid=23775 vsize=807336 CPUtime=0
/proc/23785/task/23792/stat : 23792 (java) S 23775 23775 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983259 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 821060

[startup+51.2265 s]
/proc/loadavg: 1.94 0.83 0.32 3/90 23794
/proc/meminfo: memFree=1660344/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=15744 CPUtime=10.41
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 4611 0 0 0 1037 4 0 0 25 0 1 0 28987240 16121856 3572 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 3936 3572 52 112 0 3820 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 33384

[startup+102.504 s]
/proc/loadavg: 1.97 1.02 0.41 3/90 23794
/proc/meminfo: memFree=1646008/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0

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

/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12402 0 0 0 120126 21 0 0 25 0 1 0 28987240 48603136 11363 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 11866 11363 52 112 0 11750 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 65104

[startup+1302.63 s]
/proc/loadavg: 2.00 1.97 1.54 3/90 23794
/proc/meminfo: memFree=1587128/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=48368 CPUtime=1261.47
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12638 0 0 0 126125 22 0 0 25 0 1 0 28987240 49528832 11599 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 12092 11599 52 112 0 11976 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 66008

[startup+1362.63 s]
/proc/loadavg: 2.00 1.97 1.57 4/90 23794
/proc/meminfo: memFree=1586936/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=48520 CPUtime=1321.45
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12652 0 0 0 132123 22 0 0 25 0 1 0 28987240 49684480 11613 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 12130 11613 52 112 0 12014 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 66160

[startup+1422.64 s]
/proc/loadavg: 2.00 1.97 1.59 3/90 23794
/proc/meminfo: memFree=1586744/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=48668 CPUtime=1381.44
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12704 0 0 0 138122 22 0 0 25 0 1 0 28987240 49836032 11665 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 12167 11665 52 112 0 12051 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 66308

[startup+1482.64 s]
/proc/loadavg: 2.00 1.97 1.61 3/90 23794
/proc/meminfo: memFree=1586552/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=48820 CPUtime=1441.43
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12717 0 0 0 144120 23 0 0 25 0 1 0 28987240 49991680 11678 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 12205 11678 52 112 0 12089 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 66460

[startup+1542.64 s]
/proc/loadavg: 2.00 1.97 1.64 3/90 23794
/proc/meminfo: memFree=1585464/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=49728 CPUtime=1501.42
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 12927 0 0 0 150119 23 0 0 25 0 1 0 28987240 50921472 11888 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 12432 11888 52 112 0 12316 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 67368

[startup+1602.65 s]
/proc/loadavg: 2.00 1.97 1.65 3/90 23794
/proc/meminfo: memFree=1581816/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=53156 CPUtime=1561.41
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 13812 0 0 0 156116 25 0 0 25 0 1 0 28987240 54431744 12773 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 13289 12773 52 112 0 13173 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 70796

[startup+1662.75 s]
/proc/loadavg: 2.00 1.97 1.67 3/90 23794
/proc/meminfo: memFree=1581048/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=53596 CPUtime=1621.48
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 13929 0 0 0 162123 25 0 0 25 0 1 0 28987240 54882304 12890 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 13399 12890 52 112 0 13283 0
Current children cumulated CPU time (s) 1662.09
Current children cumulated vsize (KiB) 71236

[startup+1722.75 s]
/proc/loadavg: 2.00 1.97 1.69 3/90 23794
/proc/meminfo: memFree=1580856/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=53728 CPUtime=1681.48
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 13962 0 0 0 168122 26 0 0 25 0 1 0 28987240 55017472 12923 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 13432 12923 52 112 0 13316 0
Current children cumulated CPU time (s) 1722.09
Current children cumulated vsize (KiB) 71368

[startup+1782.76 s]
/proc/loadavg: 2.00 1.97 1.71 3/90 23794
/proc/meminfo: memFree=1580728/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=53864 CPUtime=1741.46
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 13975 0 0 0 174120 26 0 0 25 0 1 0 28987240 55156736 12936 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 13466 12936 52 112 0 13350 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 71504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.74 s]
/proc/loadavg: 2.00 1.97 1.71 3/90 23794
/proc/meminfo: memFree=1580664/2055920 swapFree=4192956/4192956
[pid=23775] ppid=23773 vsize=17640 CPUtime=39.81
/proc/23775/stat : 23775 (sugar) S 23773 23775 23654 0 -1 4194304 2269 60151 0 1 10 1 3922 48 16 0 1 0 28983160 18063360 1780 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23775/statm: 4410 1780 373 3 0 1510 0
[pid=23777] ppid=23775 vsize=0 CPUtime=0.8
/proc/23777/stat : 23777 (java) Z 23775 23775 23654 0 -1 1036 7906 0 1 0 73 7 0 0 17 0 1 0 28983165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23777/statm: 0 0 0 0 0 0 0
[pid=23794] ppid=23775 vsize=53864 CPUtime=1759.44
/proc/23794/stat : 23794 (minisat) R 23775 23775 23654 0 -1 0 13986 0 0 0 175918 26 0 0 25 0 1 0 28987240 55156736 12947 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23794/statm: 13466 12947 52 112 0 13350 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 71504

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23775 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=326021 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=507922
CPU time returned by wait4() is 39.8339
while last known CPU time is 1800.06

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

Real time (s): 1801.76
CPU time (s): 1800.06
CPU user time (s): 1799.23
CPU system time (s): 0.83
CPU usage (%): 99.9057
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.326
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62505
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= 8234
involuntary context switches= 8742

runsolver used 2.24666 s user time and 5.67714 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 17:04:43 UTC 2007


IDJOB= 194711
IDBENCH= 3228
IDSOLVER= 86
FILE ID= node5/194711-1170090283

PBS_JOBID= 3689410

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  257ec74622b78f079d6567ad12dfd2e3

RANDOM SEED= 64324628

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.224
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.224
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:       1717488 kB
Buffers:         47108 kB
Cached:         168860 kB
SwapCached:          0 kB
Active:         185360 kB
Inactive:        85520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4732 kB
Writeback:           0 kB
Mapped:          80028 kB
Slab:            52380 kB
Committed_AS:   453308 kB
PageTables:       2140 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= 66544 MiB



End job on node5 on Mon Jan 29 17:34:45 UTC 2007