Trace number 229786

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.05 1810.48

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-19_ext.xml
MD5SUMd53cc8e5fffb59df4d920acfe13918eb
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 benchmark522.947
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints479
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension479
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/229786-1170106189/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229786-1170106189/unknown.xml [Mon Jan 29 22:29:49 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229786-1170106189/unknown.xml /tmp/evaluation/229786-1170106189/sugar27471.csp [Mon Jan 29 22:29:49 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229786-1170106189/sugar-v0-40.jar -convert /tmp/evaluation/229786-1170106189/unknown.xml /tmp/evaluation/229786-1170106189/sugar27471.csp
0.17	c BEGIN convert /tmp/evaluation/229786-1170106189/unknown.xml
0.87	c END convert (0.696393 seconds)
1.01	c # CONVERT_XML  END : /tmp/evaluation/229786-1170106189/sugar27471.csp 2181189 bytes (1 seconds) [Mon Jan 29 22:29:50 2007]
1.01	c # CONVERT_XML  CPU : 0.8 = 0 + 0 + 0.75 + 0.05
1.01	
1.01	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229786-1170106189/sugar27471.bcnf [Mon Jan 29 22:29:50 2007]
1.01	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229786-1170106189/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229786-1170106189/sugar27471.map /tmp/evaluation/229786-1170106189/sugar27471.csp /tmp/evaluation/229786-1170106189/sugar27471.bcnf
1.13	c BEGIN parse /tmp/evaluation/229786-1170106189/sugar27471.csp
32.83	c END parse (31.698521 seconds)
32.83	c BEGIN simplify
32.96	c END simplify (0.137117 seconds)
32.96	c BEGIN encode /tmp/evaluation/229786-1170106189/sugar27471.bcnf
34.07	c END encode (1.10176 seconds)
34.16	c # GENERATE_SAT  END : 7564 variables 80168 clauses 8698028 bytes (33 seconds) [Mon Jan 29 22:30:23 2007]
34.16	c # GENERATE_SAT  CPU : 32.77 = 0.05 + 0 + 32.29 + 0.43
34.16	
34.16	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229786-1170106189/sugar27471.bcnf [Mon Jan 29 22:30:23 2007]
34.16	c # CMD : /tmp/evaluation/229786-1170106189/minisat /tmp/evaluation/229786-1170106189/sugar27471.bcnf /tmp/evaluation/229786-1170106189/sugar27471.out
34.37	c ==================================[MINISAT]===================================
34.37	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
34.37	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
34.37	c ==============================================================================
34.37	c |         0 |   80168  2094329 |   26722       0        0     nan |  0.000 % |
34.42	c |       103 |   80168  2094329 |   29394     103     1670    16.2 |  0.000 % |
34.49	c |       253 |   80168  2094329 |   32333     253     4368    17.3 |  0.000 % |
34.57	c |       480 |   80169  2094329 |   35566     479     7451    15.6 |  0.000 % |
34.70	c |       818 |   80169  2094329 |   39123     817    12180    14.9 |  0.000 % |
34.94	c |      1324 |   80169  2094329 |   43036    1323    20014    15.1 |  0.000 % |
35.30	c |      2084 |   80170  2094329 |   47339    2082    50440    24.2 |  0.000 % |
35.86	c |      3225 |   80171  2094329 |   52073    3222    73073    22.7 |  0.000 % |
36.77	c |      4933 |   80171  2094329 |   57280    4930   105255    21.3 |  0.000 % |
38.23	c |      7497 |   80171  2094329 |   63009    7494   158137    21.1 |  0.000 % |
40.47	c |     11342 |   80172  2094329 |   69309   11338   229877    20.3 |  0.000 % |
44.02	c |     17109 |   80174  2094329 |   76240   17103   345155    20.2 |  0.000 % |
50.39	c |     25759 |   80177  2094329 |   83865   25750   522783    20.3 |  0.000 % |
59.01	c |     38733 |   80183  2094329 |   92251   38718   816093    21.1 |  0.000 % |
75.32	c |     58196 |   80188  2094329 |  101476   58176  1264020    21.7 |  0.000 % |
105.92	c |     87388 |   80190  2094329 |  111624   87366  1979628    22.7 |  0.000 % |
154.39	c |    131177 |   80194  2094329 |  122786   36106   938001    26.0 |  0.000 % |
228.99	c |    196861 |   80197  2094329 |  135065  101787  3209142    31.5 |  0.000 % |
357.33	c |    295389 |   80199  2094329 |  148572   83413  2107498    25.3 |  0.000 % |
591.63	c |    443179 |   80204  2094329 |  163429  100366  3204486    31.9 |  0.000 % |
929.36	c |    664862 |   80218  2094329 |  179772   31161   752584    24.2 |  0.000 % |
1465.92	c |    997387 |   80232  2094329 |  197749   47324  1610647    34.0 |  0.000 % |
1809.47	
1809.47	s UNKNOWN
1809.47	c # INTERRUPTED
1809.47	c # MAIN  END :  (1810 seconds) [Mon Jan 29 22:59:59 2007]
1809.47	c # MAIN  CPU : 33.59 = 0.06 + 0.01 + 33.04 + 0.48
1809.47	

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/node65/watcher-229786-1170106189 -o ROOT/results/node65/solver-229786-1170106189 -C 1800 -M 900 /tmp/evaluation/229786-1170106189/solver /tmp/evaluation/229786-1170106189 /tmp/evaluation/229786-1170106189/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.08 1.77 1.34 3/82 27472
/proc/meminfo: memFree=1303488/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=5352 CPUtime=0
/proc/27471/stat : 27471 (solver) R 27469 27471 27142 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 30576462 5480448 162 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 4462048 0 0 4096 0 0 0 0 17 1 0 0
/proc/27471/statm: 1338 162 134 169 0 49 0

[startup+0.104489 s]
/proc/loadavg: 2.08 1.77 1.34 3/82 27472
/proc/meminfo: memFree=1303488/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.04
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30576462 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516574 s]
/proc/loadavg: 2.08 1.77 1.34 3/82 27472
/proc/meminfo: memFree=1303488/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.04
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30576462 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34706 s]
/proc/loadavg: 2.07 1.77 1.34 4/90 27488
/proc/meminfo: memFree=1294784/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.84
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1190 7927 0 1 3 1 75 5 15 0 1 0 30576462 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 809 371 3 0 531 0
[pid=27481] ppid=27471 vsize=807064 CPUtime=0.31
/proc/27481/stat : 27481 (java) S 27471 27471 27142 0 -1 0 6384 0 1 0 28 3 0 0 17 0 8 0 30576563 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27481/statm: 201766 6134 1491 14 0 189044 0
[pid=27481/tid=27482] ppid=27471 vsize=807064 CPUtime=0.01
/proc/27481/task/27482/stat : 27482 (java) R 27471 27471 27142 0 -1 64 335 0 0 0 1 0 0 0 16 0 8 0 30576566 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27483] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27483/stat : 27483 (java) S 27471 27471 27142 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 30576567 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27484] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27484/stat : 27484 (java) S 27471 27471 27142 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30576567 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27485] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27485/stat : 27485 (java) S 27471 27471 27142 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30576570 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27486] ppid=27471 vsize=807064 CPUtime=0.05
/proc/27481/task/27486/stat : 27486 (java) R 27471 27471 27142 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30576570 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27487] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27487/stat : 27487 (java) S 27471 27471 27142 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30576570 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27488] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27488/stat : 27488 (java) S 27471 27471 27142 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 30576570 826433536 6134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 820788

[startup+3.00033 s]
/proc/loadavg: 2.07 1.77 1.34 3/90 27488
/proc/meminfo: memFree=1265152/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.84
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1190 7927 0 1 3 1 75 5 15 0 1 0 30576462 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 809 371 3 0 531 0
[pid=27481] ppid=27471 vsize=807064 CPUtime=1.95
/proc/27481/stat : 27481 (java) R 27471 27471 27142 0 -1 0 12938 0 1 0 189 6 0 0 25 0 8 0 30576563 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27481/statm: 201766 12673 1494 14 0 189044 0
[pid=27481/tid=27482] ppid=27471 vsize=807064 CPUtime=0.51
/proc/27481/task/27482/stat : 27482 (java) R 27471 27471 27142 0 -1 64 6872 0 0 0 49 2 0 0 16 0 8 0 30576566 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827329 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27483] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27483/stat : 27483 (java) S 27471 27471 27142 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30576567 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27484] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27484/stat : 27484 (java) S 27471 27471 27142 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30576567 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27485] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27485/stat : 27485 (java) S 27471 27471 27142 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30576570 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27486] ppid=27471 vsize=807064 CPUtime=0.05
/proc/27481/task/27486/stat : 27486 (java) S 27471 27471 27142 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30576570 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27487] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27487/stat : 27487 (java) S 27471 27471 27142 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30576570 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27488] ppid=27471 vsize=807064 CPUtime=0
/proc/27481/task/27488/stat : 27488 (java) S 27471 27471 27142 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30576570 826433536 12673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 820788

[startup+6.21586 s]
/proc/loadavg: 2.23 1.81 1.35 4/90 27488
/proc/meminfo: memFree=1203264/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.84
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1190 7927 0 1 3 1 75 5 15 0 1 0 30576462 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 809 371 3 0 531 0
[pid=27481] ppid=27471 vsize=807336 CPUtime=5.13
/proc/27481/stat : 27481 (java) R 27471 27471 27142 0 -1 0 26674 0 1 0 500 13 0 0 25 0 8 0 30576563 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27481/statm: 201834 26351 1507 14 0 189112 0
[pid=27481/tid=27482] ppid=27471 vsize=807336 CPUtime=1.26
/proc/27481/task/27482/stat : 27482 (java) S 27471 27471 27142 0 -1 64 20400 0 0 0 119 7 0 0 16 0 8 0 30576566 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27483] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27483/stat : 27483 (java) S 27471 27471 27142 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27484] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27484/stat : 27484 (java) S 27471 27471 27142 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27485] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27485/stat : 27485 (java) S 27471 27471 27142 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30576570 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27486] ppid=27471 vsize=807336 CPUtime=0.13
/proc/27481/task/27486/stat : 27486 (java) S 27471 27471 27142 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30576570 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27487] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27487/stat : 27487 (java) S 27471 27471 27142 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30576570 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27488] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27488/stat : 27488 (java) S 27471 27471 27142 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30576570 826712064 26351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 821060

[startup+12.6659 s]
/proc/loadavg: 2.21 1.81 1.36 3/90 27488
/proc/meminfo: memFree=1088448/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.84
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1190 7927 0 1 3 1 75 5 15 0 1 0 30576462 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 809 371 3 0 531 0
[pid=27481] ppid=27471 vsize=807336 CPUtime=11.5
/proc/27481/stat : 27481 (java) R 27471 27471 27142 0 -1 0 54795 0 1 0 1124 26 0 0 25 0 8 0 30576563 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073575607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27481/statm: 201834 54112 1507 14 0 189112 0
[pid=27481/tid=27482] ppid=27471 vsize=807336 CPUtime=3.48
/proc/27481/task/27482/stat : 27482 (java) S 27471 27471 27142 0 -1 64 48330 0 0 0 328 20 0 0 16 0 8 0 30576566 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27483] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27483/stat : 27483 (java) S 27471 27471 27142 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27484] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27484/stat : 27484 (java) S 27471 27471 27142 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27485] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27485/stat : 27485 (java) S 27471 27471 27142 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27486] ppid=27471 vsize=807336 CPUtime=0.14
/proc/27481/task/27486/stat : 27486 (java) S 27471 27471 27142 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27487] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27487/stat : 27487 (java) S 27471 27471 27142 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27488] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27488/stat : 27488 (java) S 27471 27471 27142 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30576570 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.34
Current children cumulated vsize (KiB) 821060

[startup+25.505 s]
/proc/loadavg: 2.25 1.83 1.37 3/90 27488
/proc/meminfo: memFree=1088512/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=13724 CPUtime=0.84
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 1190 7927 0 1 3 1 75 5 15 0 1 0 30576462 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 3431 809 371 3 0 531 0
[pid=27481] ppid=27471 vsize=807336 CPUtime=24.2
/proc/27481/stat : 27481 (java) R 27471 27471 27142 0 -1 0 55994 0 1 0 2389 31 0 0 25 0 8 0 30576563 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27481/statm: 201834 54112 1507 14 0 189112 0
[pid=27481/tid=27482] ppid=27471 vsize=807336 CPUtime=8.39
/proc/27481/task/27482/stat : 27482 (java) S 27471 27471 27142 0 -1 64 49151 0 0 0 816 23 0 0 16 0 8 0 30576566 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27483] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27483/stat : 27483 (java) S 27471 27471 27142 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27484] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27484/stat : 27484 (java) S 27471 27471 27142 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30576567 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27485] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27485/stat : 27485 (java) S 27471 27471 27142 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27486] ppid=27471 vsize=807336 CPUtime=0.14
/proc/27481/task/27486/stat : 27486 (java) S 27471 27471 27142 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27487] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27487/stat : 27487 (java) S 27471 27471 27142 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30576570 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27481/tid=27488] ppid=27471 vsize=807336 CPUtime=0
/proc/27481/task/27488/stat : 27488 (java) S 27471 27471 27142 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30576570 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.04
Current children cumulated vsize (KiB) 821060

[startup+51.1062 s]
/proc/loadavg: 2.30 1.88 1.39 3/83 27489
/proc/meminfo: memFree=1273656/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=15704 CPUtime=16.77
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 4598 0 0 0 1674 3 0 0 25 0 1 0 30579879 16080896 3559 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27489/statm: 3926 3559 52 112 0 3810 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 32948

[startup+102.323 s]
/proc/loadavg: 2.12 1.89 1.43 3/83 27489
/proc/meminfo: memFree=1266424/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=22868 CPUtime=67.5
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 6385 0 0 0 6745 5 0 0 25 0 1 0 30579879 23416832 5346 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27489/statm: 5717 5346 52 112 0 5601 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 40112

[startup+162.385 s]
/proc/loadavg: 2.09 1.92 1.47 3/83 27489
/proc/meminfo: memFree=1262328/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=27084 CPUtime=127.01
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 7377 0 0 0 12695 6 0 0 25 0 1 0 30579879 27734016 6338 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27489/statm: 6771 6338 52 112 0 6655 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 44328


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

/proc/loadavg: 2.00 2.02 1.81 3/76 27593
/proc/meminfo: memFree=1422200/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=41908 CPUtime=1080.93
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 10995 0 0 0 108077 16 0 0 25 0 1 0 30579879 42913792 9948 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 10477 9948 52 112 0 10361 0
Current children cumulated CPU time (s) 1114.56
Current children cumulated vsize (KiB) 59152

[startup+1183.37 s]
/proc/loadavg: 2.05 2.03 1.83 3/76 27593
/proc/meminfo: memFree=1420984/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=42948 CPUtime=1140.97
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11297 0 0 0 114080 17 0 0 25 0 1 0 30579879 43978752 10250 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 10737 10250 52 112 0 10621 0
Current children cumulated CPU time (s) 1174.6
Current children cumulated vsize (KiB) 60192

[startup+1243.45 s]
/proc/loadavg: 2.08 2.04 1.84 3/76 27593
/proc/meminfo: memFree=1420856/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=43108 CPUtime=1200.98
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11307 0 0 0 120081 17 0 0 25 0 1 0 30579879 44142592 10260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 10777 10260 52 112 0 10661 0
Current children cumulated CPU time (s) 1234.61
Current children cumulated vsize (KiB) 60352

[startup+1303.54 s]
/proc/loadavg: 2.03 2.03 1.84 3/76 27593
/proc/meminfo: memFree=1420664/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=43108 CPUtime=1261.01
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11328 0 0 0 126084 17 0 0 25 0 1 0 30579879 44142592 10281 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 10777 10281 52 112 0 10661 0
Current children cumulated CPU time (s) 1294.64
Current children cumulated vsize (KiB) 60352

[startup+1363.64 s]
/proc/loadavg: 2.01 2.02 1.85 3/76 27593
/proc/meminfo: memFree=1420472/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=43244 CPUtime=1321.05
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11362 0 0 0 132088 17 0 0 25 0 1 0 30579879 44281856 10315 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 10811 10315 52 112 0 10695 0
Current children cumulated CPU time (s) 1354.68
Current children cumulated vsize (KiB) 60488

[startup+1423.72 s]
/proc/loadavg: 2.00 2.02 1.86 3/76 27593
/proc/meminfo: memFree=1419384/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=44456 CPUtime=1381.07
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11627 0 0 0 138089 18 0 0 25 0 1 0 30579879 45522944 10580 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11114 10580 52 112 0 10998 0
Current children cumulated CPU time (s) 1414.7
Current children cumulated vsize (KiB) 61700

[startup+1483.81 s]
/proc/loadavg: 2.00 2.01 1.86 3/76 27593
/proc/meminfo: memFree=1418360/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=45368 CPUtime=1441.1
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11870 0 0 0 144092 18 0 0 25 0 1 0 30579879 46456832 10823 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11342 10823 52 112 0 11226 0
Current children cumulated CPU time (s) 1474.73
Current children cumulated vsize (KiB) 62612

[startup+1543.91 s]
/proc/loadavg: 2.00 2.00 1.87 3/76 27593
/proc/meminfo: memFree=1418232/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=45368 CPUtime=1501.14
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11880 0 0 0 150095 19 0 0 25 0 1 0 30579879 46456832 10833 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11342 10833 52 112 0 11226 0
Current children cumulated CPU time (s) 1534.77
Current children cumulated vsize (KiB) 62612

[startup+1604 s]
/proc/loadavg: 2.00 2.00 1.87 3/76 27593
/proc/meminfo: memFree=1418104/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=45508 CPUtime=1561.15
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11901 0 0 0 156096 19 0 0 25 0 1 0 30579879 46600192 10854 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11377 10854 52 112 0 11261 0
Current children cumulated CPU time (s) 1594.78
Current children cumulated vsize (KiB) 62752

[startup+1664.09 s]
/proc/loadavg: 2.05 2.01 1.88 3/76 27593
/proc/meminfo: memFree=1417976/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=45508 CPUtime=1621.19
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 11917 0 0 0 162100 19 0 0 25 0 1 0 30579879 46600192 10870 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11377 10870 52 112 0 11261 0
Current children cumulated CPU time (s) 1654.82
Current children cumulated vsize (KiB) 62752

[startup+1724.1 s]
/proc/loadavg: 2.02 2.01 1.89 3/76 27593
/proc/meminfo: memFree=1417464/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=46044 CPUtime=1681.14
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 12028 0 0 0 168095 19 0 0 25 0 1 0 30579879 47149056 10981 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11511 10981 52 112 0 11395 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 63288

[startup+1784.2 s]
/proc/loadavg: 2.00 2.00 1.90 3/76 27593
/proc/meminfo: memFree=1416376/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=46944 CPUtime=1741.17
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 12280 0 0 0 174097 20 0 0 25 0 1 0 30579879 48070656 11233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11736 11233 52 112 0 11620 0
Current children cumulated CPU time (s) 1774.8
Current children cumulated vsize (KiB) 64188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.46 s]
/proc/loadavg: 2.07 2.02 1.90 3/76 27593
/proc/meminfo: memFree=1416376/2055920 swapFree=4192812/4192956
[pid=27471] ppid=27469 vsize=17244 CPUtime=33.63
/proc/27471/stat : 27471 (sugar) S 27469 27471 27142 0 -1 4194304 2167 66522 0 2 9 2 3304 48 16 0 1 0 30576462 17657856 1679 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27471/statm: 4311 1679 373 3 0 1411 0
[pid=27489] ppid=27471 vsize=46944 CPUtime=1766.41
/proc/27489/stat : 27489 (minisat) R 27471 27471 27142 0 -1 0 12280 0 0 0 176621 20 0 0 25 0 1 0 30579879 48070656 11233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/27489/statm: 11736 11233 52 112 0 11620 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 64188

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27471 and gives childrusage.ru_utime.tv_sec=33 childrusage.ru_utime.tv_usec=135962 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=511922
CPU time returned by wait4() is 33.6479
while last known CPU time is 1800.05

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

Real time (s): 1810.48
CPU time (s): 1800.05
CPU user time (s): 1799.34
CPU system time (s): 0.71
CPU usage (%): 99.4238
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.136
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68774
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7628
involuntary context switches= 8163

runsolver used 2.10668 s user time and 5.9441 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 21:29:49 UTC 2007


IDJOB= 229786
IDBENCH= 6357
IDSOLVER= 86
FILE ID= node65/229786-1170106189

PBS_JOBID= 3689840

Free space on /tmp= 66560 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-19_ext.xml
COMMAND LINE= /tmp/evaluation/229786-1170106189/solver /tmp/evaluation/229786-1170106189 /tmp/evaluation/229786-1170106189/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-229786-1170106189 -o ROOT/results/node65/solver-229786-1170106189 -C 1800 -M 900  /tmp/evaluation/229786-1170106189/solver /tmp/evaluation/229786-1170106189 /tmp/evaluation/229786-1170106189/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d53cc8e5fffb59df4d920acfe13918eb

RANDOM SEED= 944840484

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.259
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.259
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:       1304032 kB
Buffers:         33672 kB
Cached:          44052 kB
SwapCached:          0 kB
Active:         657804 kB
Inactive:        42636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1304032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:         639504 kB
Slab:            35456 kB
Committed_AS:   852012 kB
PageTables:       3084 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= 66450 MiB



End job on node65 on Mon Jan 29 22:00:00 UTC 2007