Trace number 224161

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.14 1810.56

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-1_ext.xml
MD5SUM9f1458a620ad40587e59324b9047094a
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 benchmark5.58415
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.14	c # Sugar v0-40 (/tmp/evaluation/224161-1170102981/sugar-v0-40.jar)
0.14	
0.15	c # MAIN  BEGIN : /tmp/evaluation/224161-1170102981/unknown.xml [Mon Jan 29 21:36:21 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/224161-1170102981/unknown.xml /tmp/evaluation/224161-1170102981/sugar24272.csp [Mon Jan 29 21:36:21 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224161-1170102981/sugar-v0-40.jar -convert /tmp/evaluation/224161-1170102981/unknown.xml /tmp/evaluation/224161-1170102981/sugar24272.csp
0.37	c BEGIN convert /tmp/evaluation/224161-1170102981/unknown.xml
0.99	c END convert (0.615156 seconds)
1.02	c # CONVERT_XML  END : /tmp/evaluation/224161-1170102981/sugar24272.csp 1724912 bytes (1 seconds) [Mon Jan 29 21:36:22 2007]
1.02	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.63 + 0.06
1.02	
1.02	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224161-1170102981/sugar24272.bcnf [Mon Jan 29 21:36:22 2007]
1.02	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224161-1170102981/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224161-1170102981/sugar24272.map /tmp/evaluation/224161-1170102981/sugar24272.csp /tmp/evaluation/224161-1170102981/sugar24272.bcnf
1.14	c BEGIN parse /tmp/evaluation/224161-1170102981/sugar24272.csp
315.33	c END parse (314.186118 seconds)
315.33	c BEGIN simplify
316.43	c END simplify (1.101097 seconds)
316.43	c BEGIN encode /tmp/evaluation/224161-1170102981/sugar24272.bcnf
324.48	c END encode (8.047185 seconds)
325.17	c # GENERATE_SAT  END : 54036 variables 157373 clauses 79768292 bytes (324 seconds) [Mon Jan 29 21:41:46 2007]
325.17	c # GENERATE_SAT  CPU : 322.19 = 0.5 + 0.05 + 319.51 + 2.13
325.17	
325.17	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224161-1170102981/sugar24272.bcnf [Mon Jan 29 21:41:46 2007]
325.17	c # CMD : /tmp/evaluation/224161-1170102981/minisat /tmp/evaluation/224161-1170102981/sugar24272.bcnf /tmp/evaluation/224161-1170102981/sugar24272.out
326.96	c ==================================[MINISAT]===================================
326.96	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
326.96	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
326.96	c ==============================================================================
326.96	c |         0 |  157373 19784656 |   52457       0        0     nan |  0.000 % |
327.14	c |       100 |  157375 19784656 |   57702      98     9939   101.4 |  0.000 % |
327.37	c |       253 |  157376 19784656 |   63472     250    22998    92.0 |  0.000 % |
327.67	c |       478 |  157376 19784656 |   69820     475    33467    70.5 |  0.000 % |
328.28	c |       816 |  157381 19784656 |   76802     808    50450    62.4 |  0.000 % |
329.32	c |      1322 |  157384 19784656 |   84482    1311    93852    71.6 |  0.000 % |
330.68	c |      2081 |  157388 19784656 |   92930    2066   151439    73.3 |  0.000 % |
333.04	c |      3220 |  157390 19784656 |  102223    3203   256702    80.1 |  0.000 % |
337.24	c |      4931 |  157394 19784656 |  112446    4910   394971    80.4 |  0.000 % |
342.07	c |      7493 |  157408 19784656 |  123690    7458   592635    79.5 |  0.000 % |
352.91	c |     11337 |  157413 19784656 |  136059   11297   942408    83.4 |  0.000 % |
371.99	c |     17103 |  157415 19784656 |  149665   17061  1457639    85.4 |  0.000 % |
402.32	c |     25752 |  157420 19784656 |  164632   25705  2184209    85.0 |  0.000 % |
455.04	c |     38728 |  157430 19784656 |  181095   38671  3273144    84.6 |  0.000 % |
545.43	c |     58191 |  157435 19784656 |  199205   58129  4846402    83.4 |  0.000 % |
656.18	c |     87383 |  157451 19784656 |  219125   87305  7628590    87.4 |  0.000 % |
851.55	c |    131173 |  157475 19784656 |  241038  131071 12696621    96.9 |  0.000 % |
1148.41	c |    196857 |  157497 19784656 |  265142  196733 20495308   104.2 |  0.000 % |
1665.46	c |    295384 |  157368 19775543 |  291656  227764 24287445   106.6 |  0.054 % |
1809.50	
1809.50	s UNKNOWN
1809.50	c # INTERRUPTED
1809.50	c # MAIN  END :  (1810 seconds) [Mon Jan 29 22:06:31 2007]
1809.50	c # MAIN  CPU : 322.89 = 0.5 + 0.06 + 320.14 + 2.19
1809.50	

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/node71/watcher-224161-1170102981 -o ROOT/results/node71/solver-224161-1170102981 -C 1800 -M 900 /tmp/evaluation/224161-1170102981/solver /tmp/evaluation/224161-1170102981 /tmp/evaluation/224161-1170102981/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.33 2.68 3.76 5/81 24273
/proc/meminfo: memFree=701320/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=5352 CPUtime=0
/proc/24272/stat : 24272 (solver) D 24270 24272 23661 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30255913 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231962373415 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24272/statm: 1338 231 193 169 0 49 0

[startup+0.10578 s]
/proc/loadavg: 2.33 2.68 3.76 5/81 24273
/proc/meminfo: memFree=701320/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=12536 CPUtime=0
/proc/24272/stat : 24272 (sugar) R 24270 24272 23661 0 -1 4194304 705 0 4 0 0 0 0 0 18 0 1 0 30255913 12836864 428 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231979815520 0 0 4224 0 0 0 0 17 1 0 0
/proc/24272/statm: 3134 428 289 3 0 234 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12536

[startup+0.51387 s]
/proc/loadavg: 2.33 2.68 3.76 5/81 24273
/proc/meminfo: memFree=701320/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.04
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30255913 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33505 s]
/proc/loadavg: 2.33 2.68 3.76 4/89 24289
/proc/meminfo: memFree=679624/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807064 CPUtime=0.29
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 5949 0 1 0 26 3 0 0 17 0 8 0 30256015 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073478760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 201766 5700 1482 14 0 189044 0
[pid=24282/tid=24283] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24283/stat : 24283 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 30256018 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30256019 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 30256019 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807064 CPUtime=0.05
/proc/24282/task/24287/stat : 24287 (java) R 24272 24272 23661 0 -1 64 290 0 0 0 5 0 0 0 19 0 8 0 30256022 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826433536 5700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 820788

[startup+2.98841 s]
/proc/loadavg: 2.38 2.68 3.75 3/89 24289
/proc/meminfo: memFree=645768/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807064 CPUtime=1.93
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 13603 0 1 0 185 8 0 0 25 0 8 0 30256015 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 201766 13338 1494 14 0 189044 0
[pid=24282/tid=24283] ppid=24272 vsize=807064 CPUtime=0.48
/proc/24282/task/24283/stat : 24283 (java) S 24272 24272 23661 0 -1 64 7536 0 0 0 45 3 0 0 16 0 8 0 30256018 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30256019 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30256019 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807064 CPUtime=0.05
/proc/24282/task/24287/stat : 24287 (java) S 24272 24272 23661 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30256022 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807064 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826433536 13338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 820788

[startup+6.21111 s]
/proc/loadavg: 2.38 2.68 3.75 3/89 24289
/proc/meminfo: memFree=527112/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807332 CPUtime=5.12
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 42115 0 1 0 492 20 0 0 25 0 8 0 30256015 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 201833 41730 1506 14 0 189111 0
[pid=24282/tid=24283] ppid=24272 vsize=807332 CPUtime=1.66
/proc/24282/task/24283/stat : 24283 (java) R 24272 24272 23661 0 -1 64 35798 0 0 0 151 15 0 0 15 0 8 0 30256018 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827382 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30256019 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30256019 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807332 CPUtime=0.12
/proc/24282/task/24287/stat : 24287 (java) S 24272 24272 23661 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 30256022 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826707968 41730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 821056

[startup+12.6175 s]
/proc/loadavg: 2.40 2.67 3.74 3/89 24289
/proc/meminfo: memFree=429136/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807332 CPUtime=11.49
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 55036 0 2 0 1120 29 0 0 25 0 8 0 30256015 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 201833 54114 1507 14 0 189111 0
[pid=24282/tid=24283] ppid=24272 vsize=807332 CPUtime=4.29
/proc/24282/task/24283/stat : 24283 (java) S 24272 24272 23661 0 -1 64 48445 0 1 0 407 22 0 0 16 0 8 0 30256018 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30256019 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30256019 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807332 CPUtime=0.15
/proc/24282/task/24287/stat : 24287 (java) S 24272 24272 23661 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 30256022 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826707968 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.22
Current children cumulated vsize (KiB) 821056

[startup+25.4271 s]
/proc/loadavg: 2.34 2.65 3.72 3/89 24289
/proc/meminfo: memFree=379920/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807332 CPUtime=24.2
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 55904 0 2 0 2384 36 0 0 25 0 8 0 30256015 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24282/statm: 201833 54115 1507 14 0 189111 0
[pid=24282/tid=24283] ppid=24272 vsize=807332 CPUtime=9.57
/proc/24282/task/24283/stat : 24283 (java) R 24272 24272 23661 0 -1 64 48801 0 1 0 931 26 0 0 15 0 8 0 30256018 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30256019 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30256019 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807332 CPUtime=0.15
/proc/24282/task/24287/stat : 24287 (java) S 24272 24272 23661 0 -1 64 404 0 0 0 15 0 0 0 16 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 821056

[startup+51.0377 s]
/proc/loadavg: 2.28 2.61 3.68 2/82 24292
/proc/meminfo: memFree=1693776/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807332 CPUtime=49.68
/proc/24282/stat : 24282 (java) S 24272 24272 23661 0 -1 0 57886 0 2 0 4917 51 0 0 16 0 8 0 30256015 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24282/statm: 201833 54115 1507 14 0 189111 0
[pid=24282/tid=24283] ppid=24272 vsize=807332 CPUtime=20.76
/proc/24282/task/24283/stat : 24283 (java) R 24272 24272 23661 0 -1 64 49800 0 1 0 2038 38 0 0 16 0 8 0 30256018 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216475 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24282/tid=24284] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24284/stat : 24284 (java) S 24272 24272 23661 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30256019 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24285] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24285/stat : 24285 (java) S 24272 24272 23661 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30256019 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24286] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24286/stat : 24286 (java) S 24272 24272 23661 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24287] ppid=24272 vsize=807332 CPUtime=0.15
/proc/24282/task/24287/stat : 24287 (java) S 24272 24272 23661 0 -1 64 404 0 0 0 15 0 0 0 17 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24288] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24288/stat : 24288 (java) S 24272 24272 23661 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24282/tid=24289] ppid=24272 vsize=807332 CPUtime=0
/proc/24282/task/24289/stat : 24289 (java) S 24272 24272 23661 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30256022 826707968 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 821056

[startup+102.319 s]
/proc/loadavg: 2.52 2.60 3.61 5/90 24355
/proc/meminfo: memFree=1339336/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=13724 CPUtime=0.73
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 1186 7645 4 33 3 1 63 6 15 0 1 0 30255913 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24272/statm: 3431 809 371 3 0 531 0
[pid=24282] ppid=24272 vsize=807332 CPUtime=100.79
/proc/24282/stat : 24282 (java) R 24272 24272 23661 0 -1 0 91633 0 2 0 9992 87 0 0 25 0 8 0 30256015 826707968 84883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24282/statm: 201833 84883 1507 14 0 189111 0
[pid=24282/tid=24283] ppid=24272 vsize=807332 CPUtime=43.13

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

/proc/loadavg: 2.04 2.09 2.66 3/76 24357
/proc/meminfo: memFree=1310264/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=172448 CPUtime=794.43
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 43599 0 0 0 79391 52 0 0 25 0 1 0 30288430 176586752 42544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 43112 42544 52 112 0 42996 0
Current children cumulated CPU time (s) 1117.36
Current children cumulated vsize (KiB) 215324

[startup+1183.54 s]
/proc/loadavg: 2.01 2.07 2.61 3/76 24357
/proc/meminfo: memFree=1293048/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=178428 CPUtime=854.24
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 45109 0 0 0 85370 54 0 0 25 0 1 0 30288430 182710272 44054 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532770 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 44607 44054 52 112 0 44491 0
Current children cumulated CPU time (s) 1177.17
Current children cumulated vsize (KiB) 221304

[startup+1243.61 s]
/proc/loadavg: 2.00 2.05 2.57 3/76 24357
/proc/meminfo: memFree=1278712/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=184504 CPUtime=914.03
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 46521 0 0 0 91347 56 0 0 25 0 1 0 30288430 188932096 45466 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46126 45466 52 112 0 46010 0
Current children cumulated CPU time (s) 1236.96
Current children cumulated vsize (KiB) 227380

[startup+1303.68 s]
/proc/loadavg: 2.00 2.04 2.53 3/76 24357
/proc/meminfo: memFree=1268984/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187076 CPUtime=973.8
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47168 0 0 0 97323 57 0 0 25 0 1 0 30288430 191565824 46113 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46769 46113 52 112 0 46653 0
Current children cumulated CPU time (s) 1296.73
Current children cumulated vsize (KiB) 229952

[startup+1363.75 s]
/proc/loadavg: 2.00 2.03 2.50 3/76 24357
/proc/meminfo: memFree=1262136/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187076 CPUtime=1033.61
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47169 0 0 0 103304 57 0 0 25 0 1 0 30288430 191565824 46114 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527294 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46769 46114 52 112 0 46653 0
Current children cumulated CPU time (s) 1356.54
Current children cumulated vsize (KiB) 229952

[startup+1423.83 s]
/proc/loadavg: 2.07 2.04 2.47 3/76 24357
/proc/meminfo: memFree=1256120/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187076 CPUtime=1093.41
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47174 0 0 0 109284 57 0 0 25 0 1 0 30288430 191565824 46119 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46769 46119 52 112 0 46653 0
Current children cumulated CPU time (s) 1416.34
Current children cumulated vsize (KiB) 229952

[startup+1483.91 s]
/proc/loadavg: 2.10 2.05 2.44 3/82 24383
/proc/meminfo: memFree=1252296/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187076 CPUtime=1153.19
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47175 0 0 0 115259 60 0 0 25 0 1 0 30288430 191565824 46120 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46769 46120 52 112 0 46653 0
Current children cumulated CPU time (s) 1476.12
Current children cumulated vsize (KiB) 229952

[startup+1543.91 s]
/proc/loadavg: 2.04 2.03 2.41 3/82 24507
/proc/meminfo: memFree=1252024/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187076 CPUtime=1212.87
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47176 0 0 0 121217 70 0 0 25 0 1 0 30288430 191565824 46121 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46769 46121 52 112 0 46653 0
Current children cumulated CPU time (s) 1535.8
Current children cumulated vsize (KiB) 229952

[startup+1604 s]
/proc/loadavg: 2.01 2.03 2.38 4/76 24555
/proc/meminfo: memFree=1252792/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=187276 CPUtime=1272.64
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 47214 0 0 0 127188 76 0 0 25 0 1 0 30288430 191770624 46159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 46819 46159 52 112 0 46703 0
Current children cumulated CPU time (s) 1595.57
Current children cumulated vsize (KiB) 230152

[startup+1664.08 s]
/proc/loadavg: 2.00 2.02 2.36 3/76 24555
/proc/meminfo: memFree=1241080/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=191536 CPUtime=1332.41
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 48285 0 0 0 133164 77 0 0 25 0 1 0 30288430 196132864 47230 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 47884 47230 52 112 0 47768 0
Current children cumulated CPU time (s) 1655.34
Current children cumulated vsize (KiB) 234412

[startup+1724.15 s]
/proc/loadavg: 2.00 2.01 2.33 3/76 24555
/proc/meminfo: memFree=1223992/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=197792 CPUtime=1392.22
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 49867 0 0 0 139143 79 0 0 25 0 1 0 30288430 202539008 48812 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 49448 48812 52 112 0 49332 0
Current children cumulated CPU time (s) 1715.15
Current children cumulated vsize (KiB) 240668

[startup+1784.24 s]
/proc/loadavg: 2.05 2.02 2.31 3/76 24555
/proc/meminfo: memFree=1210488/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=203128 CPUtime=1452.03
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 51191 0 0 0 145122 81 0 0 25 0 1 0 30288430 208003072 50136 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 50782 50136 52 112 0 50666 0
Current children cumulated CPU time (s) 1774.96
Current children cumulated vsize (KiB) 246004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 2.03 2.02 2.30 3/76 24555
/proc/meminfo: memFree=1204792/2055920 swapFree=4192812/4192956
[pid=24272] ppid=24270 vsize=42876 CPUtime=322.93
/proc/24272/stat : 24272 (sugar) S 24270 24272 23661 0 -1 4194304 8432 174033 4 37 53 7 32014 219 16 0 1 0 30255913 43905024 7852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24272/statm: 10719 7852 373 3 0 7819 0
[pid=24356] ppid=24272 vsize=205076 CPUtime=1477.16
/proc/24356/stat : 24356 (minisat) R 24272 24272 23661 0 -1 0 51692 0 0 0 147635 81 0 0 25 0 1 0 30288430 209997824 50637 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/24356/statm: 51269 50637 52 112 0 51153 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 247952

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24272 and gives childrusage.ru_utime.tv_sec=320 childrusage.ru_utime.tv_usec=684248 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=320647
CPU time returned by wait4() is 323.005
while last known CPU time is 1800.14

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

Real time (s): 1810.56
CPU time (s): 1800.14
CPU user time (s): 1797.02
CPU system time (s): 3.12
CPU usage (%): 99.4244
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.684
system time used= 2.32065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182550
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43031
involuntary context switches= 41435

runsolver used 2.18367 s user time and 6.07907 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 20:36:21 UTC 2007


IDJOB= 224161
IDBENCH= 5715
IDSOLVER= 86
FILE ID= node71/224161-1170102981

PBS_JOBID= 3689748

Free space on /tmp= 44178 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9f1458a620ad40587e59324b9047094a

RANDOM SEED= 709744486

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.266
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.266
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:        701928 kB
Buffers:         28012 kB
Cached:        1165864 kB
SwapCached:          0 kB
Active:          98992 kB
Inactive:      1165916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        701928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           44580 kB
Writeback:           0 kB
Mapped:          87832 kB
Slab:            74256 kB
Committed_AS:   564100 kB
PageTables:       2004 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= 66473 MiB



End job on node71 on Mon Jan 29 21:06:32 UTC 2007