Trace number 210875

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.23 1813.49

General information on the benchmark

NamepseudoSeries/uclid/
ooo-burch-dill-8-accl.xml
MD5SUMf854735c0a4aa78b40e473f8a33844dd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210875-1170098000/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210875-1170098000/unknown.xml [Mon Jan 29 20:13:21 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210875-1170098000/unknown.xml /tmp/evaluation/210875-1170098000/sugar24671.csp [Mon Jan 29 20:13:21 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210875-1170098000/sugar-v0-40.jar -convert /tmp/evaluation/210875-1170098000/unknown.xml /tmp/evaluation/210875-1170098000/sugar24671.csp
0.19	c BEGIN convert /tmp/evaluation/210875-1170098000/unknown.xml
4.64	c END convert (4.453641 seconds)
4.71	c # CONVERT_XML  END : /tmp/evaluation/210875-1170098000/sugar24671.csp 3002459 bytes (5 seconds) [Mon Jan 29 20:13:26 2007]
4.71	c # CONVERT_XML  CPU : 4.53 = 0 + 0 + 4.28 + 0.25
4.71	
4.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210875-1170098000/sugar24671.bcnf [Mon Jan 29 20:13:26 2007]
4.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210875-1170098000/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210875-1170098000/sugar24671.map /tmp/evaluation/210875-1170098000/sugar24671.csp /tmp/evaluation/210875-1170098000/sugar24671.bcnf
4.82	c BEGIN parse /tmp/evaluation/210875-1170098000/sugar24671.csp
13.01	c END parse (8.188876 seconds)
13.01	c BEGIN simplify
13.05	c END simplify (0.033717 seconds)
13.05	c BEGIN encode /tmp/evaluation/210875-1170098000/sugar24671.bcnf
27.23	c END encode (14.182701 seconds)
27.58	c # GENERATE_SAT  END : 309377 variables 15646307 clauses 246346552 bytes (23 seconds) [Mon Jan 29 20:13:49 2007]
27.58	c # GENERATE_SAT  CPU : 22.64 = 0.28 + 0.04 + 21.2 + 1.12
27.58	
27.58	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210875-1170098000/sugar24671.bcnf [Mon Jan 29 20:13:49 2007]
27.58	c # CMD : /tmp/evaluation/210875-1170098000/minisat /tmp/evaluation/210875-1170098000/sugar24671.bcnf /tmp/evaluation/210875-1170098000/sugar24671.out
35.55	c ==================================[MINISAT]===================================
35.55	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
35.55	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
35.55	c ==============================================================================
35.55	c |         0 | 15646189 45940086 | 5215396       0        0     nan |  0.000 % |
39.58	c |       101 | 15646205 45940086 | 5736935      84      717     8.5 |  0.026 % |
50.98	c |       251 | 15646214 45940086 | 6310629     225     2081     9.2 |  0.026 % |
56.09	c |       476 | 15646230 45940086 | 6941692     434     5299    12.2 |  0.026 % |
67.98	c |       814 | 15646244 45940086 | 7635861     758     9502    12.5 |  0.026 % |
72.40	c |      1323 | 15646249 45940086 | 8399447    1262    24299    19.3 |  0.026 % |
82.70	c |      2083 | 15646259 45940086 | 9239392    2012    43580    21.7 |  0.026 % |
98.37	c |      3223 | 15646266 45940086 | 10163331    3145    71676    22.8 |  0.026 % |
130.07	c |      4931 | 15646276 45940086 | 11179664    4843   109917    22.7 |  0.026 % |
172.75	c |      7493 | 15646280 45940071 | 12297630    7373   226203    30.7 |  0.031 % |
199.28	c |     11337 | 15646294 45940071 | 13527394   11203   517950    46.2 |  0.031 % |
244.92	c |     17104 | 15646312 45940071 | 14880133   16952   854412    50.4 |  0.031 % |
424.22	c |     25753 | 15646269 45940035 | 16368146   25587  1439310    56.3 |  0.031 % |
567.74	c |     38728 | 15646309 45940035 | 18004961   38522  2364249    61.4 |  0.031 % |
814.57	c |     58189 | 15646363 45940035 | 19805457   57929  3661832    63.2 |  0.031 % |
1200.63	c |     87387 | 15646425 45940035 | 21786003   87065  5634999    64.7 |  0.031 % |
1764.25	c |    131177 | 15628585 45900255 | 23964603  130784  9485032    72.5 |  0.863 % |
1811.88	
1811.88	s UNKNOWN
1811.88	c # INTERRUPTED
1811.88	c # MAIN  END :  (1812 seconds) [Mon Jan 29 20:43:33 2007]
1811.88	c # MAIN  CPU : 27.17 = 0.28 + 0.04 + 25.48 + 1.37
1811.88	

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/node13/watcher-210875-1170098000 -o ROOT/results/node13/solver-210875-1170098000 -C 1800 -M 900 /tmp/evaluation/210875-1170098000/solver /tmp/evaluation/210875-1170098000 /tmp/evaluation/210875-1170098000/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.32 2.17 2.10 5/94 24672
/proc/meminfo: memFree=1356696/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=18540 CPUtime=0
/proc/24671/stat : 24671 (runsolver) R 24669 24671 24532 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29754564 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24671/statm: 4635 279 244 17 0 2626 0

[startup+0.110183 s]
/proc/loadavg: 2.32 2.17 2.10 5/94 24672
/proc/meminfo: memFree=1356696/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=0.03
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29754564 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.522236 s]
/proc/loadavg: 2.32 2.17 2.10 5/94 24672
/proc/meminfo: memFree=1356696/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=0.03
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29754564 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34535 s]
/proc/loadavg: 2.32 2.17 2.10 4/102 24680
/proc/meminfo: memFree=1276888/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=0.03
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29754564 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 805 368 3 0 531 0
[pid=24673] ppid=24671 vsize=807280 CPUtime=1.25
/proc/24673/stat : 24673 (java) R 24671 24671 24532 0 -1 0 19898 0 1 0 113 12 0 0 18 0 8 0 29754569 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24673/statm: 201820 19642 1658 14 0 189098 0
[pid=24673/tid=24674] ppid=24671 vsize=807280 CPUtime=0.27
/proc/24673/task/24674/stat : 24674 (java) S 24671 24671 24532 0 -1 64 13432 0 0 0 21 6 0 0 16 0 8 0 29754574 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24673/tid=24675] ppid=24671 vsize=807280 CPUtime=0
/proc/24673/task/24675/stat : 24675 (java) S 24671 24671 24532 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29754575 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24676] ppid=24671 vsize=807280 CPUtime=0
/proc/24673/task/24676/stat : 24676 (java) S 24671 24671 24532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29754575 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24677] ppid=24671 vsize=807280 CPUtime=0
/proc/24673/task/24677/stat : 24677 (java) S 24671 24671 24532 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29754578 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24678] ppid=24671 vsize=807280 CPUtime=0.09
/proc/24673/task/24678/stat : 24678 (java) S 24671 24671 24532 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 29754578 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24673/tid=24679] ppid=24671 vsize=807280 CPUtime=0
/proc/24673/task/24679/stat : 24679 (java) S 24671 24671 24532 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29754578 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24680] ppid=24671 vsize=807280 CPUtime=0
/proc/24673/task/24680/stat : 24680 (java) S 24671 24671 24532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29754578 826654720 19642 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821004

[startup+2.98256 s]
/proc/loadavg: 2.32 2.17 2.10 4/102 24680
/proc/meminfo: memFree=1206104/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=0.03
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29754564 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 805 368 3 0 531 0
[pid=24673] ppid=24671 vsize=807408 CPUtime=2.84
/proc/24673/stat : 24673 (java) R 24671 24671 24532 0 -1 0 33891 0 1 0 264 20 0 0 25 0 8 0 29754569 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073725468 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24673/statm: 201852 33630 1690 14 0 189130 0
[pid=24673/tid=24674] ppid=24671 vsize=807408 CPUtime=0.75
/proc/24673/task/24674/stat : 24674 (java) S 24671 24671 24532 0 -1 64 27300 0 0 0 63 12 0 0 17 0 8 0 29754574 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24673/tid=24675] ppid=24671 vsize=807408 CPUtime=0
/proc/24673/task/24675/stat : 24675 (java) S 24671 24671 24532 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29754575 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24676] ppid=24671 vsize=807408 CPUtime=0
/proc/24673/task/24676/stat : 24676 (java) S 24671 24671 24532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29754575 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24677] ppid=24671 vsize=807408 CPUtime=0
/proc/24673/task/24677/stat : 24677 (java) S 24671 24671 24532 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29754578 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24678] ppid=24671 vsize=807408 CPUtime=0.16
/proc/24673/task/24678/stat : 24678 (java) S 24671 24671 24532 0 -1 64 413 0 0 0 15 1 0 0 16 0 8 0 29754578 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24673/tid=24679] ppid=24671 vsize=807408 CPUtime=0
/proc/24673/task/24679/stat : 24679 (java) S 24671 24671 24532 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29754578 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24673/tid=24680] ppid=24671 vsize=807408 CPUtime=0
/proc/24673/task/24680/stat : 24680 (java) S 24671 24671 24532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29754578 826785792 33630 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821132

[startup+6.27301 s]
/proc/loadavg: 2.38 2.18 2.10 3/102 24690
/proc/meminfo: memFree=1223448/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=4.56
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1190 37259 0 1 3 0 428 25 15 0 1 0 29754564 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 809 371 3 0 531 0
[pid=24683] ppid=24671 vsize=807064 CPUtime=1.53
/proc/24683/stat : 24683 (java) R 24671 24671 24532 0 -1 0 11649 0 1 0 146 7 0 0 25 0 8 0 29755035 826433536 11389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 201766 11391 1494 14 0 189044 0
[pid=24683/tid=24684] ppid=24671 vsize=807064 CPUtime=0.38
/proc/24683/task/24684/stat : 24684 (java) R 24671 24671 24532 0 -1 64 5588 0 0 0 36 2 0 0 17 0 8 0 29755038 826433536 11392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24683/tid=24685] ppid=24671 vsize=807064 CPUtime=0
/proc/24683/task/24685/stat : 24685 (java) S 24671 24671 24532 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29755038 826433536 11395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24686] ppid=24671 vsize=807064 CPUtime=0
/proc/24683/task/24686/stat : 24686 (java) S 24671 24671 24532 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29755038 826433536 11396 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24687] ppid=24671 vsize=807064 CPUtime=0
/proc/24683/task/24687/stat : 24687 (java) S 24671 24671 24532 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29755042 826433536 11398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24688] ppid=24671 vsize=807064 CPUtime=0.06
/proc/24683/task/24688/stat : 24688 (java) S 24671 24671 24532 0 -1 64 293 0 0 0 6 0 0 0 16 0 8 0 29755042 826433536 11400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24689] ppid=24671 vsize=807064 CPUtime=0
/proc/24683/task/24689/stat : 24689 (java) S 24671 24671 24532 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29755042 826433536 11402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24690] ppid=24671 vsize=807064 CPUtime=0
/proc/24683/task/24690/stat : 24690 (java) S 24671 24671 24532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29755042 826433536 11404 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 820788

[startup+12.7599 s]
/proc/loadavg: 2.43 2.20 2.11 3/95 24691
/proc/meminfo: memFree=733008/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=4.56
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1190 37259 0 1 3 0 428 25 15 0 1 0 29754564 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24671/statm: 3431 809 371 3 0 531 0
[pid=24683] ppid=24671 vsize=807376 CPUtime=7.98
/proc/24683/stat : 24683 (java) R 24671 24671 24532 0 -1 0 29782 0 1 0 782 16 0 0 25 0 8 0 29755035 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 201844 29464 1507 14 0 189122 0
[pid=24683/tid=24684] ppid=24671 vsize=807376 CPUtime=1.46
/proc/24683/task/24684/stat : 24684 (java) S 24671 24671 24532 0 -1 64 23509 0 0 0 136 10 0 0 16 0 8 0 29755038 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24683/tid=24685] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24685/stat : 24685 (java) S 24671 24671 24532 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29755038 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24686] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24686/stat : 24686 (java) S 24671 24671 24532 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29755038 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24687] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24687/stat : 24687 (java) S 24671 24671 24532 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29755042 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24688] ppid=24671 vsize=807376 CPUtime=0.15
/proc/24683/task/24688/stat : 24688 (java) S 24671 24671 24532 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29755042 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24683/tid=24689] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24689/stat : 24689 (java) S 24671 24671 24532 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29755042 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24690] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24690/stat : 24690 (java) S 24671 24671 24532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29755042 826753024 29464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 821100

[startup+25.6527 s]
/proc/loadavg: 2.47 2.22 2.11 3/102 24755
/proc/meminfo: memFree=1463320/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=13724 CPUtime=4.56
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 1190 37259 0 1 3 0 428 25 16 0 1 0 29754564 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 3431 809 371 3 0 531 0
[pid=24683] ppid=24671 vsize=807376 CPUtime=20.71
/proc/24683/stat : 24683 (java) R 24671 24671 24532 0 -1 0 31823 0 1 0 1972 99 0 0 25 0 8 0 29755035 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152049377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24683/statm: 201844 31499 1511 14 0 189122 0
[pid=24683/tid=24684] ppid=24671 vsize=807376 CPUtime=1.54
/proc/24683/task/24684/stat : 24684 (java) S 24671 24671 24532 0 -1 64 25521 0 0 0 143 11 0 0 16 0 8 0 29755038 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24683/tid=24685] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24685/stat : 24685 (java) S 24671 24671 24532 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29755038 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24686] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24686/stat : 24686 (java) S 24671 24671 24532 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29755038 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24687] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24687/stat : 24687 (java) S 24671 24671 24532 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29755042 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24688] ppid=24671 vsize=807376 CPUtime=0.17
/proc/24683/task/24688/stat : 24688 (java) S 24671 24671 24532 0 -1 64 434 0 0 0 17 0 0 0 16 0 8 0 29755042 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24683/tid=24689] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24689/stat : 24689 (java) S 24671 24671 24532 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29755042 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24683/tid=24690] ppid=24671 vsize=807376 CPUtime=0
/proc/24683/task/24690/stat : 24690 (java) S 24671 24671 24532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29755042 826753024 31499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 821100

[startup+51.326 s]
/proc/loadavg: 2.23 2.18 2.10 3/95 24884
/proc/meminfo: memFree=842832/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=655152 CPUtime=23.68
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 159481 0 0 0 2264 104 0 0 25 0 1 0 29757322 670875648 158357 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 163788 158357 51 112 0 163672 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 689116

[startup+102.588 s]
/proc/loadavg: 2.13 2.17 2.10 3/95 24991
/proc/meminfo: memFree=1051728/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=658056 CPUtime=74.33
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 160227 0 0 0 7311 122 0 0 25 0 1 0 29757322 673849344 159103 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 164514 159103 51 112 0 164398 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 692020

[startup+162.668 s]
/proc/loadavg: 2.15 2.17 2.10 3/95 24991
/proc/meminfo: memFree=969872/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=659108 CPUtime=134.09
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 160499 0 0 0 13286 123 0 0 25 0 1 0 29757322 674926592 159375 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528704 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 164777 159375 51 112 0 164661 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 693072


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

/proc/loadavg: 2.11 2.18 2.21 3/95 25008
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=682396 CPUtime=1088.68
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 166260 0 0 0 108612 256 0 0 25 0 1 0 29757322 698773504 165136 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 170599 165136 51 112 0 170483 0
Current children cumulated CPU time (s) 1115.88
Current children cumulated vsize (KiB) 716360

[startup+1183.69 s]
/proc/loadavg: 2.16 2.18 2.21 3/95 25008
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=683464 CPUtime=1148.38
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 166541 0 0 0 114576 262 0 0 25 0 1 0 29757322 699867136 165417 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 170866 165417 51 112 0 170750 0
Current children cumulated CPU time (s) 1175.58
Current children cumulated vsize (KiB) 717428

[startup+1243.75 s]
/proc/loadavg: 2.17 2.17 2.20 3/95 25008
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=684832 CPUtime=1208.1
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 166878 0 0 0 120542 268 0 0 25 0 1 0 29757322 701267968 165754 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 171208 165754 51 112 0 171092 0
Current children cumulated CPU time (s) 1235.3
Current children cumulated vsize (KiB) 718796

[startup+1303.8 s]
/proc/loadavg: 2.13 2.16 2.19 3/95 25008
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=687232 CPUtime=1267.81
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 167460 0 0 0 126507 274 0 0 25 0 1 0 29757322 703725568 166336 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 171808 166336 51 112 0 171692 0
Current children cumulated CPU time (s) 1295.01
Current children cumulated vsize (KiB) 721196

[startup+1363.85 s]
/proc/loadavg: 2.14 2.15 2.18 3/95 25010
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=688448 CPUtime=1327.49
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 167747 0 0 0 132470 279 0 0 25 0 1 0 29757322 704970752 166623 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 172112 166623 51 112 0 171996 0
Current children cumulated CPU time (s) 1354.69
Current children cumulated vsize (KiB) 722412

[startup+1423.94 s]
/proc/loadavg: 2.21 2.18 2.19 3/95 25010
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=689348 CPUtime=1387.22
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 167972 0 0 0 138436 286 0 0 25 0 1 0 29757322 705892352 166848 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 172337 166848 51 112 0 172221 0
Current children cumulated CPU time (s) 1414.42
Current children cumulated vsize (KiB) 723312

[startup+1483.99 s]
/proc/loadavg: 2.23 2.19 2.18 3/95 25010
/proc/meminfo: memFree=16336/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=690700 CPUtime=1446.93
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 168318 0 0 0 144401 292 0 0 25 0 1 0 29757322 707276800 167194 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 172675 167194 51 112 0 172559 0
Current children cumulated CPU time (s) 1474.13
Current children cumulated vsize (KiB) 724664

[startup+1544.05 s]
/proc/loadavg: 2.13 2.17 2.18 3/95 25010
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=695168 CPUtime=1506.62
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 169449 0 0 0 150362 300 0 0 25 0 1 0 29757322 711852032 168325 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 173792 168325 51 112 0 173676 0
Current children cumulated CPU time (s) 1533.82
Current children cumulated vsize (KiB) 729132

[startup+1604.1 s]
/proc/loadavg: 2.20 2.18 2.18 3/95 25010
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=699224 CPUtime=1566.33
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 170447 0 0 0 156326 307 0 0 25 0 1 0 29757322 716005376 169323 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 174806 169323 51 112 0 174690 0
Current children cumulated CPU time (s) 1593.53
Current children cumulated vsize (KiB) 733188

[startup+1664.16 s]
/proc/loadavg: 2.11 2.16 2.17 3/95 25010
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=699484 CPUtime=1626.04
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 170526 0 0 0 162290 314 0 0 25 0 1 0 29757322 716271616 169402 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 174871 169402 51 112 0 174755 0
Current children cumulated CPU time (s) 1653.24
Current children cumulated vsize (KiB) 733448

[startup+1724.24 s]
/proc/loadavg: 2.13 2.16 2.17 3/95 25010
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=699832 CPUtime=1685.76
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 170595 0 0 0 168257 319 0 0 25 0 1 0 29757322 716627968 169471 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 174958 169471 51 112 0 174842 0
Current children cumulated CPU time (s) 1712.96
Current children cumulated vsize (KiB) 733796

[startup+1784.27 s]
/proc/loadavg: 2.18 2.16 2.17 3/95 25010
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=700616 CPUtime=1745.46
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 170826 0 0 0 174221 325 0 0 25 0 1 0 29757322 717430784 169702 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 175154 169702 51 112 0 175038 0
Current children cumulated CPU time (s) 1772.66
Current children cumulated vsize (KiB) 734580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.87 s]
/proc/loadavg: 2.24 2.17 2.18 3/95 25010
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=24671] ppid=24669 vsize=33964 CPUtime=27.2
/proc/24671/stat : 24671 (sugar) S 24669 24671 24532 0 -1 4194304 6225 69100 0 2 31 4 2548 137 16 0 1 0 29754564 34779136 5739 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24671/statm: 8491 5739 373 3 0 5591 0
[pid=24757] ppid=24671 vsize=701528 CPUtime=1772.89
/proc/24757/stat : 24757 (minisat) R 24671 24671 24532 0 -1 0 171040 0 0 0 176963 326 0 0 25 0 1 0 29757322 718364672 169916 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24757/statm: 175382 169916 51 112 0 175266 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 735492

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24671 and gives childrusage.ru_utime.tv_sec=25 childrusage.ru_utime.tv_usec=802077 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=450779
CPU time returned by wait4() is 27.2529
while last known CPU time is 1800.23

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

Real time (s): 1813.49
CPU time (s): 1800.23
CPU user time (s): 1795.42
CPU system time (s): 4.81
CPU usage (%): 99.269
Max. virtual memory (cumulated for all children) (KiB): 821140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8021
system time used= 1.45078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75411
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= 2641
involuntary context switches= 2429

runsolver used 2.22966 s user time and 6.20806 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Jan 29 19:13:21 UTC 2007


IDJOB= 210875
IDBENCH= 4652
IDSOLVER= 86
FILE ID= node13/210875-1170098000

PBS_JOBID= 3689479

Free space on /tmp= 66137 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-burch-dill-8-accl.xml
COMMAND LINE= /tmp/evaluation/210875-1170098000/solver /tmp/evaluation/210875-1170098000 /tmp/evaluation/210875-1170098000/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-210875-1170098000 -o ROOT/results/node13/solver-210875-1170098000 -C 1800 -M 900  /tmp/evaluation/210875-1170098000/solver /tmp/evaluation/210875-1170098000 /tmp/evaluation/210875-1170098000/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f854735c0a4aa78b40e473f8a33844dd

RANDOM SEED= 670031983

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1357752 kB
Buffers:         22728 kB
Cached:         501008 kB
SwapCached:          0 kB
Active:         172112 kB
Inactive:       466836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          245632 kB
Writeback:        3660 kB
Mapped:         140736 kB
Slab:            43976 kB
Committed_AS:   499512 kB
PageTables:       2316 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= 57965 MiB



End job on node13 on Mon Jan 29 19:43:36 UTC 2007