Trace number 223680

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.11 1813.58

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-25_ext.xml
MD5SUM8b193cfc674785f3f23b0d517a374577
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 benchmark3.02954
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/223680-1170102833/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223680-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223680-1170102833/unknown.xml /tmp/evaluation/223680-1170102833/sugar24463.csp [Mon Jan 29 21:33:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223680-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223680-1170102833/unknown.xml /tmp/evaluation/223680-1170102833/sugar24463.csp
0.17	c BEGIN convert /tmp/evaluation/223680-1170102833/unknown.xml
0.77	c END convert (0.604417 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/223680-1170102833/sugar24463.csp 1729947 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.96	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.63 + 0.08
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223680-1170102833/sugar24463.bcnf [Mon Jan 29 21:33:56 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223680-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223680-1170102833/sugar24463.map /tmp/evaluation/223680-1170102833/sugar24463.csp /tmp/evaluation/223680-1170102833/sugar24463.bcnf
1.11	c BEGIN parse /tmp/evaluation/223680-1170102833/sugar24463.csp
319.72	c END parse (318.610086 seconds)
319.72	c BEGIN simplify
320.76	c END simplify (1.035 seconds)
320.76	c BEGIN encode /tmp/evaluation/223680-1170102833/sugar24463.bcnf
327.49	c END encode (6.733812 seconds)
328.13	c # GENERATE_SAT  END : 50468 variables 150768 clauses 74563292 bytes (327 seconds) [Mon Jan 29 21:39:23 2007]
328.13	c # GENERATE_SAT  CPU : 325.34 = 0.47 + 0.04 + 322.81 + 2.02
328.13	
328.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223680-1170102833/sugar24463.bcnf [Mon Jan 29 21:39:23 2007]
328.13	c # CMD : /tmp/evaluation/223680-1170102833/minisat /tmp/evaluation/223680-1170102833/sugar24463.bcnf /tmp/evaluation/223680-1170102833/sugar24463.out
329.76	c ==================================[MINISAT]===================================
329.76	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
329.76	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
329.76	c ==============================================================================
329.76	c |         0 |  150768 18490015 |   50256       0        0     nan |  0.000 % |
329.95	c |       108 |  150768 18490015 |   55281     108     9504    88.0 |  0.000 % |
330.22	c |       258 |  150768 18490015 |   60809     258    14371    55.7 |  0.000 % |
330.71	c |       484 |  150770 18490015 |   66890     482    24041    49.9 |  0.000 % |
331.32	c |       821 |  150776 18490015 |   73579     813    37486    46.1 |  0.000 % |
332.20	c |      1328 |  150778 18490015 |   80937    1318    65452    49.7 |  0.000 % |
333.78	c |      2087 |  150781 18490015 |   89031    2074   126602    61.0 |  0.000 % |
336.34	c |      3226 |  150783 18490015 |   97934    3211   210117    65.4 |  0.000 % |
340.60	c |      4934 |  150787 18490015 |  107728    4915   388791    79.1 |  0.000 % |
347.22	c |      7497 |  150789 18490015 |  118501    7476   590010    78.9 |  0.000 % |
356.38	c |     11343 |  150791 18490015 |  130351   11320   944309    83.4 |  0.000 % |
377.14	c |     17109 |  150791 18490015 |  143386   17086  1431775    83.8 |  0.000 % |
402.44	c |     25758 |  150794 18490015 |  157724   25732  2006809    78.0 |  0.000 % |
440.28	c |     38732 |  150802 18490015 |  173497   38698  3194978    82.6 |  0.000 % |
509.42	c |     58193 |  150815 18490015 |  190847   58146  4997287    85.9 |  0.000 % |
639.19	c |     87385 |  150822 18490015 |  209931   87331  7637802    87.5 |  0.000 % |
846.08	c |    131174 |  150837 18490015 |  230924  131105 12455357    95.0 |  0.000 % |
1209.65	c |    196860 |  150848 18490015 |  254017  196780 20432055   103.8 |  0.000 % |
1812.53	
1812.53	s UNKNOWN
1812.53	c # INTERRUPTED
1812.53	c # MAIN  END :  (1813 seconds) [Mon Jan 29 22:04:08 2007]
1812.53	c # MAIN  CPU : 326.06 = 0.48 + 0.04 + 323.44 + 2.1
1812.53	

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/node34/watcher-223680-1170102833 -o ROOT/results/node34/solver-223680-1170102833 -C 1800 -M 900 /tmp/evaluation/223680-1170102833/solver /tmp/evaluation/223680-1170102833 /tmp/evaluation/223680-1170102833/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.35 1.13 1.65 5/81 24464
/proc/meminfo: memFree=1299408/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=18540 CPUtime=0
/proc/24463/stat : 24463 (runsolver) R 24461 24463 24254 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 4047305 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24463/statm: 4635 279 244 17 0 2626 0

[startup+0.103213 s]
/proc/loadavg: 1.35 1.13 1.65 5/81 24464
/proc/meminfo: memFree=1299408/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.03
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 4047305 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511244 s]
/proc/loadavg: 1.35 1.13 1.65 5/81 24464
/proc/meminfo: memFree=1299408/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.03
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 4047305 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33452 s]
/proc/loadavg: 1.48 1.16 1.65 5/89 24480
/proc/meminfo: memFree=1291144/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807064 CPUtime=0.32
/proc/24473/stat : 24473 (java) S 24463 24463 24254 0 -1 0 6181 0 1 0 27 5 0 0 17 0 8 0 4047401 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201766 5931 1491 14 0 189044 0
[pid=24473/tid=24474] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24474/stat : 24474 (java) R 24463 24463 24254 0 -1 64 132 0 0 0 0 0 0 0 16 0 8 0 4047407 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 4047407 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 4047407 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807064 CPUtime=0.06
/proc/24473/task/24478/stat : 24478 (java) R 24463 24463 24254 0 -1 64 292 0 0 0 6 0 0 0 19 0 8 0 4047411 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826433536 5931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 820788

[startup+2.98664 s]
/proc/loadavg: 1.48 1.16 1.65 4/89 24480
/proc/meminfo: memFree=1262664/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807064 CPUtime=1.94
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 13117 0 1 0 185 9 0 0 25 0 8 0 4047401 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201766 12853 1494 14 0 189044 0
[pid=24473/tid=24474] ppid=24463 vsize=807064 CPUtime=0.51
/proc/24473/task/24474/stat : 24474 (java) S 24463 24463 24254 0 -1 64 7052 0 0 0 48 3 0 0 16 0 8 0 4047407 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 4047407 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4047407 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807064 CPUtime=0.06
/proc/24473/task/24478/stat : 24478 (java) S 24463 24463 24254 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 4047411 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807064 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826433536 12853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 820788

[startup+6.2059 s]
/proc/loadavg: 1.52 1.17 1.65 3/89 24480
/proc/meminfo: memFree=1179080/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807336 CPUtime=5.12
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 34640 0 1 0 491 21 0 0 25 0 8 0 4047401 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201834 34287 1506 14 0 189112 0
[pid=24473/tid=24474] ppid=24463 vsize=807336 CPUtime=1.56
/proc/24473/task/24474/stat : 24474 (java) R 24463 24463 24254 0 -1 64 28336 0 0 0 141 15 0 0 16 0 8 0 4047407 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807336 CPUtime=0.14
/proc/24473/task/24478/stat : 24478 (java) S 24463 24463 24254 0 -1 64 395 0 0 0 14 0 0 0 17 0 8 0 4047411 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826712064 34287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 821060

[startup+12.6874 s]
/proc/loadavg: 1.64 1.20 1.66 3/89 24480
/proc/meminfo: memFree=1084872/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807336 CPUtime=11.51
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 54693 0 1 0 1116 35 0 0 25 0 8 0 4047401 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201834 54114 1507 14 0 189112 0
[pid=24473/tid=24474] ppid=24463 vsize=807336 CPUtime=3.88
/proc/24473/task/24474/stat : 24474 (java) S 24463 24463 24254 0 -1 64 48187 0 0 0 360 28 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807336 CPUtime=0.16
/proc/24473/task/24478/stat : 24478 (java) S 24463 24463 24254 0 -1 64 401 0 0 0 16 0 0 0 16 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 821060

[startup+25.4975 s]
/proc/loadavg: 1.85 1.26 1.67 4/89 24480
/proc/meminfo: memFree=1084808/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807336 CPUtime=24.15
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 55246 0 1 0 2373 42 0 0 25 0 8 0 4047401 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201834 54114 1507 14 0 189112 0
[pid=24473/tid=24474] ppid=24463 vsize=807336 CPUtime=8.71
/proc/24473/task/24474/stat : 24474 (java) S 24463 24463 24254 0 -1 64 48352 0 0 0 840 31 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807336 CPUtime=0.16
/proc/24473/task/24478/stat : 24478 (java) S 24463 24463 24254 0 -1 64 401 0 0 0 16 0 0 0 16 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 821060

[startup+51.1686 s]
/proc/loadavg: 2.51 1.47 1.73 3/89 24480
/proc/meminfo: memFree=1084744/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807336 CPUtime=49.49
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 56764 0 1 0 4895 54 0 0 25 0 8 0 4047401 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201834 54114 1507 14 0 189112 0
[pid=24473/tid=24474] ppid=24463 vsize=807336 CPUtime=18.65
/proc/24473/task/24474/stat : 24474 (java) S 24463 24463 24254 0 -1 64 49095 0 0 0 1825 40 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24475] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24475/stat : 24475 (java) S 24463 24463 24254 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24476] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24476/stat : 24476 (java) S 24463 24463 24254 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4047407 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24477] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24477/stat : 24477 (java) S 24463 24463 24254 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24478] ppid=24463 vsize=807336 CPUtime=0.16
/proc/24473/task/24478/stat : 24478 (java) S 24463 24463 24254 0 -1 64 401 0 0 0 16 0 0 0 16 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24479] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24479/stat : 24479 (java) S 24463 24463 24254 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24473/tid=24480] ppid=24463 vsize=807336 CPUtime=0
/proc/24473/task/24480/stat : 24480 (java) S 24463 24463 24254 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4047411 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 821060

[startup+102.373 s]
/proc/loadavg: 2.76 1.71 1.79 5/89 24480
/proc/meminfo: memFree=1020168/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=13724 CPUtime=0.74
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 1190 7690 0 1 3 0 63 8 16 0 1 0 4047305 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24463/statm: 3431 809 371 3 0 531 0
[pid=24473] ppid=24463 vsize=807336 CPUtime=100.13
/proc/24473/stat : 24473 (java) R 24463 24463 24254 0 -1 0 75098 0 1 0 9933 80 0 0 25 0 8 0 4047401 826712064 70282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24473/statm: 201834 70282 1507 14 0 189112 0
[pid=24473/tid=24474] ppid=24463 vsize=807336 CPUtime=40.1

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

/proc/loadavg: 2.81 2.62 2.28 3/82 24581
/proc/meminfo: memFree=1330752/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.08
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 50 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=161812 CPUtime=789.83
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 40888 0 0 0 78935 48 0 0 25 0 1 0 4080118 165695488 39834 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 40453 39834 52 112 0 40337 0
Current children cumulated CPU time (s) 1115.91
Current children cumulated vsize (KiB) 202972

[startup+1183.15 s]
/proc/loadavg: 2.61 2.60 2.29 3/82 24581
/proc/meminfo: memFree=1306432/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.08
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 50 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=167100 CPUtime=849.53
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 42231 0 0 0 84904 49 0 0 25 0 1 0 4080118 171110400 41177 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 41775 41177 52 112 0 41659 0
Current children cumulated CPU time (s) 1175.61
Current children cumulated vsize (KiB) 208260

[startup+1243.18 s]
/proc/loadavg: 2.72 2.64 2.32 4/82 24581
/proc/meminfo: memFree=1273024/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=171908 CPUtime=909.1
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 43436 0 0 0 90860 50 0 0 25 0 1 0 4080118 176033792 42382 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 42977 42382 52 112 0 42861 0
Current children cumulated CPU time (s) 1235.19
Current children cumulated vsize (KiB) 213068

[startup+1303.27 s]
/proc/loadavg: 2.71 2.64 2.34 4/82 24581
/proc/meminfo: memFree=1247616/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=176960 CPUtime=968.63
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 44592 0 0 0 96811 52 0 0 25 0 1 0 4080118 181207040 43538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 44240 43538 52 112 0 44124 0
Current children cumulated CPU time (s) 1294.72
Current children cumulated vsize (KiB) 218120

[startup+1363.36 s]
/proc/loadavg: 2.74 2.66 2.37 4/82 24581
/proc/meminfo: memFree=1225664/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=181212 CPUtime=1028.14
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 45658 0 0 0 102760 54 0 0 25 0 1 0 4080118 185561088 44604 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 45303 44604 52 112 0 45187 0
Current children cumulated CPU time (s) 1354.23
Current children cumulated vsize (KiB) 222372

[startup+1423.44 s]
/proc/loadavg: 2.80 2.69 2.39 3/82 24581
/proc/meminfo: memFree=1210304/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=185608 CPUtime=1087.66
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 46738 0 0 0 108711 55 0 0 25 0 1 0 4080118 190062592 45684 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 46402 45684 52 112 0 46286 0
Current children cumulated CPU time (s) 1413.75
Current children cumulated vsize (KiB) 226768

[startup+1483.53 s]
/proc/loadavg: 2.58 2.65 2.39 3/82 24581
/proc/meminfo: memFree=1171392/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=190360 CPUtime=1147.2
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 47939 0 0 0 114664 56 0 0 25 0 1 0 4080118 194928640 46885 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 47590 46885 52 112 0 47474 0
Current children cumulated CPU time (s) 1473.29
Current children cumulated vsize (KiB) 231520

[startup+1543.59 s]
/proc/loadavg: 2.65 2.66 2.41 4/82 24581
/proc/meminfo: memFree=1130944/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=195392 CPUtime=1206.69
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 49216 0 0 0 120611 58 0 0 25 0 1 0 4080118 200081408 48162 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 48848 48162 52 112 0 48732 0
Current children cumulated CPU time (s) 1532.78
Current children cumulated vsize (KiB) 236552

[startup+1603.66 s]
/proc/loadavg: 2.55 2.63 2.42 4/82 24581
/proc/meminfo: memFree=1100736/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=200396 CPUtime=1266.22
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 50468 0 0 0 126561 61 0 0 25 0 1 0 4080118 205205504 49414 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24481/statm: 50099 49414 52 112 0 49983 0
Current children cumulated CPU time (s) 1592.31
Current children cumulated vsize (KiB) 241556

[startup+1663.73 s]
/proc/loadavg: 2.60 2.63 2.43 4/88 24687
/proc/meminfo: memFree=1056648/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=202688 CPUtime=1325.9
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 51050 0 0 0 132528 62 0 0 25 0 1 0 4080118 207552512 49996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24481/statm: 50672 49996 52 112 0 50556 0
Current children cumulated CPU time (s) 1651.99
Current children cumulated vsize (KiB) 243848

[startup+1723.76 s]
/proc/loadavg: 2.85 2.71 2.47 4/82 24779
/proc/meminfo: memFree=1032448/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=202688 CPUtime=1385.63
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 51050 0 0 0 138501 62 0 0 25 0 1 0 4080118 207552512 49996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/24481/statm: 50672 49996 52 112 0 50556 0
Current children cumulated CPU time (s) 1711.72
Current children cumulated vsize (KiB) 243848

[startup+1783.8 s]
/proc/loadavg: 2.75 2.70 2.47 4/82 24779
/proc/meminfo: memFree=1024000/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=202688 CPUtime=1445.39
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 51050 0 0 0 144477 62 0 0 25 0 1 0 4080118 207552512 49996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/24481/statm: 50672 49996 52 112 0 50556 0
Current children cumulated CPU time (s) 1771.48
Current children cumulated vsize (KiB) 243848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.51 s]
/proc/loadavg: 2.66 2.68 2.47 4/82 24779
/proc/meminfo: memFree=1027264/2055920 swapFree=4192812/4192956
[pid=24463] ppid=24461 vsize=41160 CPUtime=326.09
/proc/24463/stat : 24463 (sugar) S 24461 24463 24254 0 -1 4194304 7988 170199 0 2 51 4 32344 210 16 0 1 0 4047305 42147840 7404 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24463/statm: 10290 7404 373 3 0 7390 0
[pid=24481] ppid=24463 vsize=202688 CPUtime=1473.96
/proc/24481/stat : 24481 (minisat) R 24463 24463 24254 0 -1 0 51050 0 0 0 147334 62 0 0 25 0 1 0 4080118 207552512 49996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24481/statm: 50672 49996 52 112 0 50556 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 243848

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24463 and gives childrusage.ru_utime.tv_sec=323 childrusage.ru_utime.tv_usec=952751 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=195666
CPU time returned by wait4() is 326.148
while last known CPU time is 1800.11

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

Real time (s): 1813.58
CPU time (s): 1800.11
CPU user time (s): 1797.29
CPU system time (s): 2.82
CPU usage (%): 99.2575
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.953
system time used= 2.19567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178272
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= 47352
involuntary context switches= 46024

runsolver used 2.14167 s user time and 5.82111 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223680
IDBENCH= 5662
IDSOLVER= 86
FILE ID= node34/223680-1170102833

PBS_JOBID= 3689771

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-25_ext.xml
COMMAND LINE= /tmp/evaluation/223680-1170102833/solver /tmp/evaluation/223680-1170102833 /tmp/evaluation/223680-1170102833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-223680-1170102833 -o ROOT/results/node34/solver-223680-1170102833 -C 1800 -M 900  /tmp/evaluation/223680-1170102833/solver /tmp/evaluation/223680-1170102833 /tmp/evaluation/223680-1170102833/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8b193cfc674785f3f23b0d517a374577

RANDOM SEED= 891496225

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.234
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.234
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:       1300024 kB
Buffers:         37168 kB
Cached:          49260 kB
SwapCached:          0 kB
Active:         667280 kB
Inactive:        41292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1228 kB
Writeback:           0 kB
Mapped:         638888 kB
Slab:            31440 kB
Committed_AS:   834168 kB
PageTables:       3000 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= 66558 MiB



End job on node34 on Mon Jan 29 21:04:09 UTC 2007