Trace number 194787

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.07 1810.26

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-48_ext.xml
MD5SUM529559ba4f0fd52609f186b937ae9456
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 benchmark211.765
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194787-1170090916/sugar-v0-40.jar)
0.04	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194787-1170090916/unknown.xml [Mon Jan 29 18:15:16 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194787-1170090916/unknown.xml /tmp/evaluation/194787-1170090916/sugar23657.csp [Mon Jan 29 18:15:16 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194787-1170090916/sugar-v0-40.jar -convert /tmp/evaluation/194787-1170090916/unknown.xml /tmp/evaluation/194787-1170090916/sugar23657.csp
0.20	c BEGIN convert /tmp/evaluation/194787-1170090916/unknown.xml
0.89	c END convert (0.687698 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/194787-1170090916/sugar23657.csp 2138031 bytes (1 seconds) [Mon Jan 29 18:15:17 2007]
0.95	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194787-1170090916/sugar23657.bcnf [Mon Jan 29 18:15:17 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194787-1170090916/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194787-1170090916/sugar23657.map /tmp/evaluation/194787-1170090916/sugar23657.csp /tmp/evaluation/194787-1170090916/sugar23657.bcnf
1.07	c BEGIN parse /tmp/evaluation/194787-1170090916/sugar23657.csp
34.44	c END parse (33.368434 seconds)
34.44	c BEGIN simplify
34.57	c END simplify (0.137089 seconds)
34.57	c BEGIN encode /tmp/evaluation/194787-1170090916/sugar23657.bcnf
35.70	c END encode (1.1284 seconds)
35.86	c # GENERATE_SAT  END : 8198 variables 80208 clauses 9322356 bytes (35 seconds) [Mon Jan 29 18:15:52 2007]
35.86	c # GENERATE_SAT  CPU : 34.61 = 0.06 + 0.01 + 34.07 + 0.47
35.86	
35.86	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194787-1170090916/sugar23657.bcnf [Mon Jan 29 18:15:52 2007]
35.86	c # CMD : /tmp/evaluation/194787-1170090916/minisat /tmp/evaluation/194787-1170090916/sugar23657.bcnf /tmp/evaluation/194787-1170090916/sugar23657.out
36.08	c ==================================[MINISAT]===================================
36.08	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
36.08	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
36.08	c ==============================================================================
36.08	c |         0 |   80208  2250371 |   26736       0        0     nan |  0.000 % |
36.11	c |       169 |   80208  2250371 |   29409     169    16432    97.2 |  0.000 % |
36.17	c |       319 |   80208  2250371 |   32350     319    18969    59.5 |  0.000 % |
36.27	c |       544 |   80209  2250371 |   35585     543    22284    41.0 |  0.000 % |
36.43	c |       881 |   80210  2250371 |   39144     879    27863    31.7 |  0.000 % |
36.69	c |      1387 |   80210  2250371 |   43058    1385    39078    28.2 |  0.000 % |
37.02	c |      2146 |   80210  2250371 |   47364    2144    49992    23.3 |  0.000 % |
37.53	c |      3285 |   80210  2250371 |   52100    3283    65962    20.1 |  0.000 % |
38.24	c |      4993 |   80210  2250371 |   57310    4991    90569    18.1 |  0.000 % |
39.41	c |      7556 |   80210  2250371 |   63042    7554   132122    17.5 |  0.000 % |
41.52	c |     11400 |   80212  2250371 |   69346   11396   212289    18.6 |  0.000 % |
44.40	c |     17166 |   80213  2250371 |   76280   17161   312403    18.2 |  0.000 % |
50.08	c |     25815 |   80218  2250371 |   83909   25805   487574    18.9 |  0.000 % |
60.74	c |     38789 |   80223  2250371 |   92299   38774   766321    19.8 |  0.000 % |
81.24	c |     58250 |   80227  2250371 |  101529   58231  1169612    20.1 |  0.000 % |
112.44	c |     87442 |   80231  2250371 |  111682   87419  1780961    20.4 |  0.000 % |
168.86	c |    131232 |   80237  2250371 |  122851   36514  1096562    30.0 |  0.000 % |
252.40	c |    196917 |   80241  2250371 |  135136  102195  4400132    43.1 |  0.000 % |
397.69	c |    295443 |   80250  2250371 |  148649   83724  2990704    35.7 |  0.000 % |
622.61	c |    443234 |   80269  2250371 |  163514   98645  4949113    50.2 |  0.000 % |
990.53	c |    664920 |   80285  2250371 |  179866   37158  1436257    38.7 |  0.000 % |
1521.55	c |    997445 |   80308  2250371 |  197853   55505  2038119    36.7 |  0.000 % |
1808.67	
1808.67	s UNKNOWN
1808.67	c # INTERRUPTED
1808.67	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:45:25 2007]
1808.67	c # MAIN  CPU : 34.63 = 0.07 + 0.02 + 34.07 + 0.47
1808.67	

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/node15/watcher-194787-1170090916 -o ROOT/results/node15/solver-194787-1170090916 -C 1800 -M 900 /tmp/evaluation/194787-1170090916/solver /tmp/evaluation/194787-1170090916 /tmp/evaluation/194787-1170090916/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: 1.00 0.94 0.59 4/88 23658
/proc/meminfo: memFree=1705320/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=18540 CPUtime=0
/proc/23657/stat : 23657 (runsolver) R 23655 23657 23592 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29045954 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 240472786633 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23657/statm: 4635 279 244 17 0 2626 0

[startup+0.108411 s]
/proc/loadavg: 1.00 0.94 0.59 4/88 23658
/proc/meminfo: memFree=1705320/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1112 0 0 0 3 0 0 0 21 0 1 0 29045954 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.520481 s]
/proc/loadavg: 1.00 0.94 0.59 4/88 23658
/proc/meminfo: memFree=1705320/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34262 s]
/proc/loadavg: 1.00 0.94 0.59 3/97 23674
/proc/meminfo: memFree=1695712/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 808 370 3 0 531 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23667] ppid=23657 vsize=807064 CPUtime=0.37
/proc/23667/stat : 23667 (java) R 23657 23657 23592 0 -1 0 6510 0 1 0 33 4 0 0 21 0 8 0 29046050 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23667/statm: 201766 6260 1494 14 0 189044 0
[pid=23667/tid=23668] ppid=23657 vsize=807064 CPUtime=0.02
/proc/23667/task/23668/stat : 23668 (java) S 23657 23657 23592 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 29046053 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23669] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23669/stat : 23669 (java) S 23657 23657 23592 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29046053 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23670] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23670/stat : 23670 (java) S 23657 23657 23592 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29046053 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23671] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23671/stat : 23671 (java) S 23657 23657 23592 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29046057 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23672] ppid=23657 vsize=807064 CPUtime=0.05
/proc/23667/task/23672/stat : 23672 (java) S 23657 23657 23592 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29046057 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23673] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23673/stat : 23673 (java) S 23657 23657 23592 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29046057 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23674] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23674/stat : 23674 (java) S 23657 23657 23592 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29046057 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 820788

[startup+2.98691 s]
/proc/loadavg: 1.00 0.94 0.59 3/97 23674
/proc/meminfo: memFree=1666720/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 808 370 3 0 531 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23667] ppid=23657 vsize=807064 CPUtime=2
/proc/23667/stat : 23667 (java) R 23657 23657 23592 0 -1 0 13357 0 1 0 192 8 0 0 25 0 8 0 29046050 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23667/statm: 201766 13092 1494 14 0 189044 0
[pid=23667/tid=23668] ppid=23657 vsize=807064 CPUtime=0.54
/proc/23667/task/23668/stat : 23668 (java) S 23657 23657 23592 0 -1 64 7290 0 0 0 50 4 0 0 16 0 8 0 29046053 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23669] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23669/stat : 23669 (java) S 23657 23657 23592 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29046053 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23670] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23670/stat : 23670 (java) S 23657 23657 23592 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29046053 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23671] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23671/stat : 23671 (java) S 23657 23657 23592 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29046057 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23672] ppid=23657 vsize=807064 CPUtime=0.05
/proc/23667/task/23672/stat : 23672 (java) S 23657 23657 23592 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29046057 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23673] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23673/stat : 23673 (java) S 23657 23657 23592 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29046057 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23674] ppid=23657 vsize=807064 CPUtime=0
/proc/23667/task/23674/stat : 23674 (java) S 23657 23657 23592 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29046057 826433536 13092 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 820788

[startup+6.19745 s]
/proc/loadavg: 1.16 0.98 0.61 3/97 23674
/proc/meminfo: memFree=1596512/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 808 370 3 0 531 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23667] ppid=23657 vsize=807336 CPUtime=5.17
/proc/23667/stat : 23667 (java) R 23657 23657 23592 0 -1 0 32239 0 1 0 499 18 0 0 25 0 8 0 29046050 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23667/statm: 201834 31900 1506 14 0 189112 0
[pid=23667/tid=23668] ppid=23657 vsize=807336 CPUtime=1.48
/proc/23667/task/23668/stat : 23668 (java) R 23657 23657 23592 0 -1 64 25946 0 0 0 136 12 0 0 15 0 8 0 29046053 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23669] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23669/stat : 23669 (java) S 23657 23657 23592 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29046053 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23670] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23670/stat : 23670 (java) S 23657 23657 23592 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29046053 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23671] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23671/stat : 23671 (java) S 23657 23657 23592 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29046057 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23672] ppid=23657 vsize=807336 CPUtime=0.14
/proc/23667/task/23672/stat : 23672 (java) S 23657 23657 23592 0 -1 64 400 0 0 0 13 1 0 0 16 0 8 0 29046057 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23673] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23673/stat : 23673 (java) S 23657 23657 23592 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29046057 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23674] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23674/stat : 23674 (java) S 23657 23657 23592 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29046057 826712064 31900 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 821060

[startup+12.6894 s]
/proc/loadavg: 1.39 1.03 0.62 3/97 23674
/proc/meminfo: memFree=1489952/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 808 370 3 0 531 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23667] ppid=23657 vsize=807336 CPUtime=11.63
/proc/23667/stat : 23667 (java) R 23657 23657 23592 0 -1 0 54712 0 1 0 1132 31 0 0 25 0 8 0 29046050 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23667/statm: 201834 54114 1507 14 0 189112 0
[pid=23667/tid=23668] ppid=23657 vsize=807336 CPUtime=3.83
/proc/23667/task/23668/stat : 23668 (java) R 23657 23657 23592 0 -1 64 48218 0 0 0 359 24 0 0 15 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153444376 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23669] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23669/stat : 23669 (java) S 23657 23657 23592 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23670] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23670/stat : 23670 (java) S 23657 23657 23592 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23671] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23671/stat : 23671 (java) S 23657 23657 23592 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23672] ppid=23657 vsize=807336 CPUtime=0.15
/proc/23667/task/23672/stat : 23672 (java) S 23657 23657 23592 0 -1 64 403 0 0 0 14 1 0 0 17 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23673] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23673/stat : 23673 (java) S 23657 23657 23592 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23674] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23674/stat : 23674 (java) S 23657 23657 23592 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821060

[startup+25.5736 s]
/proc/loadavg: 1.68 1.11 0.66 4/97 23674
/proc/meminfo: memFree=1489952/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=13724 CPUtime=0.03
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29045954 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 3431 808 370 3 0 531 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23667] ppid=23657 vsize=807336 CPUtime=24.43
/proc/23667/stat : 23667 (java) R 23657 23657 23592 0 -1 0 56072 0 1 0 2407 36 0 0 25 0 8 0 29046050 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073593553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23667/statm: 201834 54114 1507 14 0 189112 0
[pid=23667/tid=23668] ppid=23657 vsize=807336 CPUtime=8.68
/proc/23667/task/23668/stat : 23668 (java) S 23657 23657 23592 0 -1 64 49193 0 0 0 841 27 0 0 16 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23669] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23669/stat : 23669 (java) S 23657 23657 23592 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23670] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23670/stat : 23670 (java) S 23657 23657 23592 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29046053 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23671] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23671/stat : 23671 (java) S 23657 23657 23592 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23672] ppid=23657 vsize=807336 CPUtime=0.15
/proc/23667/task/23672/stat : 23672 (java) S 23657 23657 23592 0 -1 64 403 0 0 0 14 1 0 0 17 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23673] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23673/stat : 23673 (java) S 23657 23657 23592 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23667/tid=23674] ppid=23657 vsize=807336 CPUtime=0
/proc/23667/task/23674/stat : 23674 (java) S 23657 23657 23592 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29046057 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 821060

[startup+51.1869 s]
/proc/loadavg: 1.79 1.18 0.69 3/90 23675
/proc/meminfo: memFree=1673240/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.65
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 9 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=16312 CPUtime=15.23
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 4755 0 0 0 1519 4 0 0 25 0 1 0 29049541 16703488 3718 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528062 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 4078 3718 52 112 0 3962 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 33952

[startup+102.454 s]
/proc/loadavg: 1.97 1.32 0.76 3/90 23675
/proc/meminfo: memFree=1667224/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0

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

/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14582 0 0 0 120298 20 0 0 25 0 1 0 29049541 57581568 13545 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14058 13545 52 112 0 13942 0
Current children cumulated CPU time (s) 1238.63
Current children cumulated vsize (KiB) 73872

[startup+1303.28 s]
/proc/loadavg: 1.72 1.72 1.53 3/97 23775
/proc/meminfo: memFree=1396448/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=56232 CPUtime=1262.98
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14584 0 0 0 126275 23 0 0 25 0 1 0 29049541 57581568 13547 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 14058 13547 52 112 0 13942 0
Current children cumulated CPU time (s) 1298.43
Current children cumulated vsize (KiB) 73872

[startup+1363.3 s]
/proc/loadavg: 3.70 2.27 1.73 3/97 23775
/proc/meminfo: memFree=360672/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=56384 CPUtime=1322.33
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14621 0 0 0 132191 42 0 0 25 0 1 0 29049541 57737216 13584 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 14096 13584 52 112 0 13980 0
Current children cumulated CPU time (s) 1357.78
Current children cumulated vsize (KiB) 74024

[startup+1423.31 s]
/proc/loadavg: 3.22 2.43 1.82 3/97 23775
/proc/meminfo: memFree=15776/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=56572 CPUtime=1381.66
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14675 0 0 0 138101 65 0 0 25 0 1 0 29049541 57929728 13638 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 14143 13638 52 112 0 14027 0
Current children cumulated CPU time (s) 1417.11
Current children cumulated vsize (KiB) 74212

[startup+1483.35 s]
/proc/loadavg: 2.77 2.44 1.86 3/97 23775
/proc/meminfo: memFree=15904/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57096 CPUtime=1441.01
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14766 0 0 0 144015 86 0 0 25 0 1 0 29049541 58466304 13729 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 14274 13729 52 112 0 14158 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 74736

[startup+1543.37 s]
/proc/loadavg: 2.57 2.43 1.89 3/97 23775
/proc/meminfo: memFree=16160/2055920 swapFree=4192956/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57096 CPUtime=1500.36
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14767 0 0 0 149929 107 0 0 25 0 1 0 29049541 58466304 13730 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 14274 13730 52 112 0 14158 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 74736

[startup+1603.4 s]
/proc/loadavg: 2.84 2.53 1.95 3/97 23775
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57096 CPUtime=1559.75
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14768 0 0 0 155839 136 0 0 25 0 1 0 29049541 58466304 13731 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14274 13731 52 112 0 14158 0
Current children cumulated CPU time (s) 1595.2
Current children cumulated vsize (KiB) 74736

[startup+1663.48 s]
/proc/loadavg: 3.66 2.79 2.08 3/97 23775
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57096 CPUtime=1619.72
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14798 0 0 0 161810 162 0 0 25 0 1 0 29049541 58466304 13761 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14274 13761 52 112 0 14158 0
Current children cumulated CPU time (s) 1655.17
Current children cumulated vsize (KiB) 74736

[startup+1723.56 s]
/proc/loadavg: 3.73 3.01 2.20 3/97 23785
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57584 CPUtime=1679.67
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14924 0 0 0 167783 184 0 0 25 0 1 0 29049541 58966016 13879 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14396 13879 52 112 0 14280 0
Current children cumulated CPU time (s) 1715.12
Current children cumulated vsize (KiB) 75224

[startup+1783.59 s]
/proc/loadavg: 2.96 2.92 2.21 3/97 23785
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57712 CPUtime=1739.57
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14956 0 0 0 173748 209 0 0 25 0 1 0 29049541 59097088 13911 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14428 13911 52 112 0 14312 0
Current children cumulated CPU time (s) 1775.02
Current children cumulated vsize (KiB) 75352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.66 s]
/proc/loadavg: 2.76 2.87 2.22 3/97 23785
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=23657] ppid=23655 vsize=17640 CPUtime=34.66
/proc/23657/stat : 23657 (sugar) S 23655 23657 23592 0 -1 4194304 2248 59598 0 1 10 2 3407 47 16 0 1 0 29045954 18063360 1759 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23657/statm: 4410 1759 373 3 0 1510 0
[pid=23659] ppid=23657 vsize=0 CPUtime=0.79
/proc/23659/stat : 23659 (java) Z 23657 23657 23592 0 -1 1036 7896 0 1 0 73 6 0 0 17 0 1 0 29045959 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23659/statm: 0 0 0 0 0 0 0
[pid=23675] ppid=23657 vsize=57712 CPUtime=1764.61
/proc/23675/stat : 23675 (minisat) R 23657 23657 23592 0 -1 0 14968 0 0 0 176243 218 0 0 25 0 1 0 29049541 59097088 13923 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23675/statm: 14428 13923 52 112 0 14312 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 75352

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23657 and gives childrusage.ru_utime.tv_sec=34 childrusage.ru_utime.tv_usec=180803 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=500923
CPU time returned by wait4() is 34.6817
while last known CPU time is 1800.07

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

Real time (s): 1810.26
CPU time (s): 1800.07
CPU user time (s): 1797.33
CPU system time (s): 2.74
CPU usage (%): 99.437
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.1808
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61931
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= 7645
involuntary context switches= 8142

runsolver used 2.16567 s user time and 5.47617 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 17:15:16 UTC 2007


IDJOB= 194787
IDBENCH= 3232
IDSOLVER= 86
FILE ID= node15/194787-1170090916

PBS_JOBID= 3689413

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  529559ba4f0fd52609f186b937ae9456

RANDOM SEED= 498386388

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.276
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.276
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:       1705800 kB
Buffers:         41104 kB
Cached:         149840 kB
SwapCached:          0 kB
Active:         250908 kB
Inactive:        53236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:         132860 kB
Slab:            30800 kB
Committed_AS:   283176 kB
PageTables:       2244 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= 57851 MiB



End job on node15 on Mon Jan 29 17:45:28 UTC 2007