Trace number 224001

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.09 1816.78

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-13_ext.xml
MD5SUMd880f0222988def73e2ffacf50b2f865
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 benchmark2.07368
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/224001-1170102904/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224001-1170102904/unknown.xml [Mon Jan 29 21:35:04 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224001-1170102904/unknown.xml /tmp/evaluation/224001-1170102904/sugar27572.csp [Mon Jan 29 21:35:04 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224001-1170102904/sugar-v0-40.jar -convert /tmp/evaluation/224001-1170102904/unknown.xml /tmp/evaluation/224001-1170102904/sugar27572.csp
0.18	c BEGIN convert /tmp/evaluation/224001-1170102904/unknown.xml
0.78	c END convert (0.600664 seconds)
0.82	c # CONVERT_XML  END : /tmp/evaluation/224001-1170102904/sugar27572.csp 1726122 bytes (1 seconds) [Mon Jan 29 21:35:05 2007]
0.82	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.82	
0.82	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224001-1170102904/sugar27572.bcnf [Mon Jan 29 21:35:05 2007]
0.82	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224001-1170102904/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224001-1170102904/sugar27572.map /tmp/evaluation/224001-1170102904/sugar27572.csp /tmp/evaluation/224001-1170102904/sugar27572.bcnf
0.98	c BEGIN parse /tmp/evaluation/224001-1170102904/sugar27572.csp
330.41	c END parse (329.428252 seconds)
330.41	c BEGIN simplify
331.40	c END simplify (0.995483 seconds)
331.40	c BEGIN encode /tmp/evaluation/224001-1170102904/sugar27572.bcnf
337.94	c END encode (6.531217 seconds)
338.53	c # GENERATE_SAT  END : 53382 variables 156296 clauses 78749268 bytes (338 seconds) [Mon Jan 29 21:40:43 2007]
338.53	c # GENERATE_SAT  CPU : 335.77 = 0.45 + 0.04 + 333.23 + 2.05
338.53	
338.53	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224001-1170102904/sugar27572.bcnf [Mon Jan 29 21:40:43 2007]
338.53	c # CMD : /tmp/evaluation/224001-1170102904/minisat /tmp/evaluation/224001-1170102904/sugar27572.bcnf /tmp/evaluation/224001-1170102904/sugar27572.out
340.24	c ==================================[MINISAT]===================================
340.24	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
340.24	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
340.24	c ==============================================================================
340.25	c |         0 |  156296 19530979 |   52098       0        0     nan |  0.000 % |
340.42	c |       100 |  156301 19530979 |   57307      95     6506    68.5 |  0.000 % |
340.66	c |       252 |  156301 19530979 |   63038     247    13661    55.3 |  0.000 % |
341.01	c |       477 |  156301 19530979 |   69342     472    28381    60.1 |  0.000 % |
341.64	c |       814 |  156304 19530979 |   76276     806    45448    56.4 |  0.000 % |
342.84	c |      1320 |  156306 19530979 |   83904    1310    87191    66.6 |  0.000 % |
344.45	c |      2079 |  156310 19530979 |   92294    2065   137464    66.6 |  0.000 % |
346.71	c |      3218 |  156312 19530979 |  101524    3202   216455    67.6 |  0.000 % |
351.02	c |      4927 |  156317 19530979 |  111676    4906   361960    73.8 |  0.000 % |
357.20	c |      7489 |  156322 19530979 |  122844    7463   651195    87.3 |  0.000 % |
368.59	c |     11333 |  156328 19530979 |  135128   11301  1080633    95.6 |  0.000 % |
383.97	c |     17100 |  156337 19530979 |  148641   17059  1764022   103.4 |  0.000 % |
418.72	c |     25750 |  156343 19530979 |  163505   25703  2638095   102.6 |  0.000 % |
469.49	c |     38724 |  156349 19530979 |  179856   38671  4238075   109.6 |  0.000 % |
532.41	c |     58186 |  156363 19530979 |  197842   58119  6148901   105.8 |  0.000 % |
631.20	c |     87378 |  156378 19530979 |  217626   87296  9065019   103.8 |  0.000 % |
842.78	c |    131167 |  156234 19518434 |  239388   91395  9747850   106.7 |  0.013 % |
1163.25	c |    196852 |  156266 19518434 |  263327  157048 18138264   115.5 |  0.013 % |
1765.97	c |    295379 |  156013 19508646 |  289660  149629 17313585   115.7 |  0.229 % |
1815.72	
1815.72	s UNKNOWN
1815.72	c # INTERRUPTED
1815.72	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:05:20 2007]
1815.72	c # MAIN  CPU : 335.77 = 0.45 + 0.04 + 333.23 + 2.05
1815.72	

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/node24/watcher-224001-1170102904 -o ROOT/results/node24/solver-224001-1170102904 -C 1800 -M 900 /tmp/evaluation/224001-1170102904/solver /tmp/evaluation/224001-1170102904 /tmp/evaluation/224001-1170102904/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.10 2.08 5/95 27573
/proc/meminfo: memFree=1677344/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=18540 CPUtime=0
/proc/27572/stat : 27572 (runsolver) R 27570 27572 27103 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30244717 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27572/statm: 4635 279 244 17 0 2626 0

[startup+0.110434 s]
/proc/loadavg: 2.33 2.10 2.08 5/95 27573
/proc/meminfo: memFree=1677344/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30244717 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518478 s]
/proc/loadavg: 2.33 2.10 2.08 5/95 27573
/proc/meminfo: memFree=1677344/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30244717 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34658 s]
/proc/loadavg: 2.33 2.10 2.08 3/104 27589
/proc/meminfo: memFree=1652824/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807064 CPUtime=0.46
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 7358 0 1 0 42 4 0 0 21 0 8 0 30244799 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201766 7107 1494 14 0 189044 0
[pid=27582/tid=27583] ppid=27572 vsize=807064 CPUtime=0.05
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 1305 0 0 0 5 0 0 0 16 0 8 0 30244807 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807064 CPUtime=0.05
/proc/27582/task/27587/stat : 27587 (java) S 27572 27572 27103 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30244811 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27588] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27588/stat : 27588 (java) S 27572 27572 27103 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30244811 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27589] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27589/stat : 27589 (java) S 27572 27572 27103 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30244811 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 820788

[startup+2.99675 s]
/proc/loadavg: 2.33 2.10 2.08 3/104 27589
/proc/meminfo: memFree=1623640/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807064 CPUtime=2.1
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 14071 0 1 0 203 7 0 0 25 0 8 0 30244799 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073484486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201766 13805 1494 14 0 189044 0
[pid=27582/tid=27583] ppid=27572 vsize=807064 CPUtime=0.57
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 8003 0 0 0 54 3 0 0 16 0 8 0 30244807 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807064 CPUtime=0.05
/proc/27582/task/27587/stat : 27587 (java) S 27572 27572 27103 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30244811 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27588] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27588/stat : 27588 (java) S 27572 27572 27103 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30244811 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27589] ppid=27572 vsize=807064 CPUtime=0
/proc/27582/task/27589/stat : 27589 (java) S 27572 27572 27103 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30244811 826433536 13805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 820788

[startup+6.21311 s]
/proc/loadavg: 2.39 2.12 2.08 3/104 27589
/proc/meminfo: memFree=1527256/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807336 CPUtime=5.27
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 36547 0 1 0 508 19 0 0 25 0 8 0 30244799 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201834 36187 1506 14 0 189112 0
[pid=27582/tid=27583] ppid=27572 vsize=807336 CPUtime=1.64
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 30236 0 0 0 150 14 0 0 16 0 8 0 30244807 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807336 CPUtime=0.13
/proc/27582/task/27587/stat : 27587 (java) S 27572 27572 27103 0 -1 64 393 0 0 0 13 0 0 0 17 0 8 0 30244811 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27588] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27588/stat : 27588 (java) S 27572 27572 27103 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30244811 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27589] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27589/stat : 27589 (java) S 27572 27572 27103 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30244811 826712064 36187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 821060

[startup+12.6708 s]
/proc/loadavg: 2.43 2.13 2.09 4/104 27589
/proc/meminfo: memFree=1431576/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807336 CPUtime=11.65
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 54891 0 1 0 1133 32 0 0 25 0 8 0 30244799 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729038 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201834 54114 1507 14 0 189112 0
[pid=27582/tid=27583] ppid=27572 vsize=807336 CPUtime=3.95
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 48374 0 0 0 370 25 0 0 16 0 8 0 30244807 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807336 CPUtime=0.14
/proc/27582/task/27587/stat : 27587 (java) S 27572 27572 27103 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30244811 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27588] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27588/stat : 27588 (java) S 27572 27572 27103 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30244811 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27589] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27589/stat : 27589 (java) S 27572 27572 27103 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30244811 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.4
Current children cumulated vsize (KiB) 821060

[startup+25.5012 s]
/proc/loadavg: 2.42 2.14 2.09 4/104 27589
/proc/meminfo: memFree=1397336/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807336 CPUtime=24.33
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 55694 0 1 0 2395 38 0 0 25 0 8 0 30244799 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332568 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201834 54115 1507 14 0 189112 0
[pid=27582/tid=27583] ppid=27572 vsize=807336 CPUtime=8.85
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 48786 0 0 0 856 29 0 0 16 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807336 CPUtime=0.14
/proc/27582/task/27587/stat : 27587 (java) S 27572 27572 27103 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30244811 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27588] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27588/stat : 27588 (java) S 27572 27572 27103 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30244811 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27589] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27589/stat : 27589 (java) S 27572 27572 27103 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30244811 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 821060

[startup+51.106 s]
/proc/loadavg: 2.49 2.18 2.10 3/104 27591
/proc/meminfo: memFree=1351832/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=13724 CPUtime=0.04
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30244717 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 3431 808 370 3 0 531 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27582] ppid=27572 vsize=807336 CPUtime=49.62
/proc/27582/stat : 27582 (java) R 27572 27572 27103 0 -1 0 57708 0 1 0 4913 49 0 0 25 0 8 0 30244799 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27582/statm: 201834 54115 1507 14 0 189112 0
[pid=27582/tid=27583] ppid=27572 vsize=807336 CPUtime=18.74
/proc/27582/task/27583/stat : 27583 (java) S 27572 27572 27103 0 -1 64 50039 0 0 0 1838 36 0 0 16 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27584] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27584/stat : 27584 (java) S 27572 27572 27103 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27585] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27585/stat : 27585 (java) S 27572 27572 27103 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30244807 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27586] ppid=27572 vsize=807336 CPUtime=0
/proc/27582/task/27586/stat : 27586 (java) S 27572 27572 27103 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30244811 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27582/tid=27587] ppid=27572 vsize=807336 CPUtime=0.14

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

/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 43605 0 0 0 89560 43 0 0 25 0 1 0 30278571 176631808 42552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527294 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 43123 42552 52 112 0 43007 0
Current children cumulated CPU time (s) 1232.55
Current children cumulated vsize (KiB) 215104

[startup+1302.92 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 27593
/proc/meminfo: memFree=1321096/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=178808 CPUtime=955.49
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 45192 0 0 0 95505 44 0 0 25 0 1 0 30278571 183099392 44139 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 44702 44139 52 112 0 44586 0
Current children cumulated CPU time (s) 1292.01
Current children cumulated vsize (KiB) 221420

[startup+1362.95 s]
/proc/loadavg: 2.00 2.01 2.08 3/90 27593
/proc/meminfo: memFree=1308680/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=184888 CPUtime=1014.97
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 46712 0 0 0 101451 46 0 0 25 0 1 0 30278571 189325312 45659 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 46222 45659 52 112 0 46106 0
Current children cumulated CPU time (s) 1351.49
Current children cumulated vsize (KiB) 227500

[startup+1422.97 s]
/proc/loadavg: 2.00 2.01 2.07 3/90 27593
/proc/meminfo: memFree=1296712/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=190840 CPUtime=1074.46
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 48201 0 0 0 107397 49 0 0 25 0 1 0 30278571 195420160 47148 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 47710 47148 52 112 0 47594 0
Current children cumulated CPU time (s) 1410.98
Current children cumulated vsize (KiB) 233452

[startup+1483 s]
/proc/loadavg: 2.00 2.00 2.07 3/90 27593
/proc/meminfo: memFree=1284552/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=196560 CPUtime=1133.92
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 49550 0 0 0 113342 50 0 0 25 0 1 0 30278571 201277440 48497 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 49140 48497 52 112 0 49024 0
Current children cumulated CPU time (s) 1470.44
Current children cumulated vsize (KiB) 239172

[startup+1543.02 s]
/proc/loadavg: 2.00 2.00 2.06 3/90 27593
/proc/meminfo: memFree=1271496/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=202012 CPUtime=1193.4
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 50919 0 0 0 119288 52 0 0 25 0 1 0 30278571 206860288 49866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 50503 49866 52 112 0 50387 0
Current children cumulated CPU time (s) 1529.92
Current children cumulated vsize (KiB) 244624

[startup+1603.05 s]
/proc/loadavg: 2.06 2.02 2.06 3/96 27705
/proc/meminfo: memFree=1263896/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=207052 CPUtime=1252.74
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 52186 0 0 0 125221 53 0 0 25 0 1 0 30278571 212021248 51133 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532002 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 51763 51133 52 112 0 51647 0
Current children cumulated CPU time (s) 1589.26
Current children cumulated vsize (KiB) 249664

[startup+1663.09 s]
/proc/loadavg: 2.02 2.01 2.06 3/90 27791
/proc/meminfo: memFree=1260680/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=211064 CPUtime=1312.11
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 53212 0 0 0 131157 54 0 0 25 0 1 0 30278571 216129536 52159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 52766 52159 52 112 0 52650 0
Current children cumulated CPU time (s) 1648.63
Current children cumulated vsize (KiB) 253676

[startup+1723.11 s]
/proc/loadavg: 2.01 2.00 2.05 3/90 27791
/proc/meminfo: memFree=1260616/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=211064 CPUtime=1371.59
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 53212 0 0 0 137104 55 0 0 25 0 1 0 30278571 216129536 52159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 52766 52159 52 112 0 52650 0
Current children cumulated CPU time (s) 1708.11
Current children cumulated vsize (KiB) 253676

[startup+1783.15 s]
/proc/loadavg: 2.47 2.12 2.09 4/96 27855
/proc/meminfo: memFree=1235416/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=211064 CPUtime=1431.27
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 53212 0 0 0 143070 57 0 0 25 0 1 0 30278571 216129536 52159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27593/statm: 52766 52159 52 112 0 52650 0
Current children cumulated CPU time (s) 1767.79
Current children cumulated vsize (KiB) 253676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.71 s]
/proc/loadavg: 2.56 2.19 2.11 4/96 27855
/proc/meminfo: memFree=1213336/2055920 swapFree=4145208/4192956
[pid=27572] ppid=27570 vsize=42612 CPUtime=335.81
/proc/27572/stat : 27572 (sugar) S 27570 27572 27103 0 -1 4194304 8355 167706 0 1 48 5 33323 205 16 0 1 0 30244717 43634688 7770 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27572/statm: 10653 7770 373 3 0 7753 0
[pid=27574] ppid=27572 vsize=0 CPUtime=0.71
/proc/27574/stat : 27574 (java) Z 27572 27572 27103 0 -1 1036 7682 0 1 0 65 6 0 0 18 0 1 0 30244723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27574/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27572 vsize=211064 CPUtime=1463.5
/proc/27593/stat : 27593 (minisat) R 27572 27572 27103 0 -1 0 53214 0 0 0 146293 57 0 0 25 0 1 0 30278571 216129536 52161 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27593/statm: 52766 52161 52 112 0 52650 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 253676

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27572 and gives childrusage.ru_utime.tv_sec=333 childrusage.ru_utime.tv_usec=723266 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=159671
CPU time returned by wait4() is 335.883
while last known CPU time is 1800.09

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

Real time (s): 1816.78
CPU time (s): 1800.09
CPU user time (s): 1797.29
CPU system time (s): 2.8
CPU usage (%): 99.0814
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.723
system time used= 2.15967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176147
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48501
involuntary context switches= 50103

runsolver used 2.23566 s user time and 6.10007 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 20:35:04 UTC 2007


IDJOB= 224001
IDBENCH= 5699
IDSOLVER= 86
FILE ID= node24/224001-1170102904

PBS_JOBID= 3689753

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d880f0222988def73e2ffacf50b2f865

RANDOM SEED= 439474802

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.232
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.232
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:       1677760 kB
Buffers:         29244 kB
Cached:          41784 kB
SwapCached:       3296 kB
Active:         292248 kB
Inactive:        37436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677760 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:            1120 kB
Writeback:           0 kB
Mapped:         273280 kB
Slab:            32808 kB
Committed_AS:   703876 kB
PageTables:       2656 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= 66553 MiB



End job on node24 on Mon Jan 29 21:05:21 UTC 2007