Trace number 229767

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.01 1813.77

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-39_ext.xml
MD5SUM633ed2625aacea0b26a4fb7536718f06
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 benchmark114.517
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
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/229767-1170106186/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229767-1170106186/unknown.xml [Mon Jan 29 22:29:46 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229767-1170106186/unknown.xml /tmp/evaluation/229767-1170106186/sugar29643.csp [Mon Jan 29 22:29:46 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229767-1170106186/sugar-v0-40.jar -convert /tmp/evaluation/229767-1170106186/unknown.xml /tmp/evaluation/229767-1170106186/sugar29643.csp
0.18	c BEGIN convert /tmp/evaluation/229767-1170106186/unknown.xml
0.87	c END convert (0.695675 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/229767-1170106186/sugar29643.csp 2170404 bytes (1 seconds) [Mon Jan 29 22:29:47 2007]
0.92	c # CONVERT_XML  CPU : 0.81 = 0 + 0.01 + 0.75 + 0.05
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229767-1170106186/sugar29643.bcnf [Mon Jan 29 22:29:47 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229767-1170106186/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229767-1170106186/sugar29643.map /tmp/evaluation/229767-1170106186/sugar29643.csp /tmp/evaluation/229767-1170106186/sugar29643.bcnf
1.04	c BEGIN parse /tmp/evaluation/229767-1170106186/sugar29643.csp
37.04	c END parse (35.999435 seconds)
37.04	c BEGIN simplify
37.19	c END simplify (0.151607 seconds)
37.19	c BEGIN encode /tmp/evaluation/229767-1170106186/sugar29643.bcnf
38.35	c END encode (1.158539 seconds)
38.50	c # GENERATE_SAT  END : 8356 variables 81552 clauses 9944564 bytes (38 seconds) [Mon Jan 29 22:30:25 2007]
38.50	c # GENERATE_SAT  CPU : 37.15 = 0.06 + 0 + 36.61 + 0.48
38.50	
38.50	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229767-1170106186/sugar29643.bcnf [Mon Jan 29 22:30:25 2007]
38.50	c # CMD : /tmp/evaluation/229767-1170106186/minisat /tmp/evaluation/229767-1170106186/sugar29643.bcnf /tmp/evaluation/229767-1170106186/sugar29643.out
38.73	c ==================================[MINISAT]===================================
38.73	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.73	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.73	c ==============================================================================
38.73	c |         0 |   81552  2404579 |   27184       0        0     nan |  0.000 % |
38.79	c |       100 |   81554  2404579 |   29902      98     6832    69.7 |  0.000 % |
38.84	c |       250 |   81555  2404579 |   32892     247     8957    36.3 |  0.000 % |
38.94	c |       475 |   81556  2404579 |   36181     471    11846    25.2 |  0.000 % |
39.11	c |       813 |   81556  2404579 |   39800     809    16713    20.7 |  0.000 % |
39.32	c |      1321 |   81556  2404579 |   43780    1317    24842    18.9 |  0.000 % |
39.68	c |      2080 |   81560  2404579 |   48158    2072    37690    18.2 |  0.000 % |
40.13	c |      3219 |   81561  2404579 |   52973    3210    54624    17.0 |  0.000 % |
40.94	c |      4927 |   81562  2404579 |   58271    4917    82642    16.8 |  0.000 % |
42.17	c |      7489 |   81563  2404579 |   64098    7478   144720    19.4 |  0.000 % |
44.12	c |     11333 |   81565  2404579 |   70508   11320   211537    18.7 |  0.000 % |
47.47	c |     17100 |   81566  2404579 |   77559   17086   359855    21.1 |  0.000 % |
53.65	c |     25750 |   81566  2404579 |   85315   25736   543700    21.1 |  0.000 % |
64.81	c |     38724 |   81567  2404579 |   93846   38709   906152    23.4 |  0.000 % |
85.27	c |     58186 |   81570  2404579 |  103231   58168  1538625    26.5 |  0.000 % |
115.30	c |     87379 |   81576  2404579 |  113554   87355  2252366    25.8 |  0.000 % |
167.26	c |    131169 |   81579  2404579 |  124909   33017   930226    28.2 |  0.000 % |
249.94	c |    196853 |   81590  2404579 |  137400   98690  3120711    31.6 |  0.000 % |
367.72	c |    295379 |   81606  2404579 |  151140   74406  2038714    27.4 |  0.000 % |
581.94	c |    443168 |   81623  2404579 |  166254   88792  2525835    28.4 |  0.000 % |
938.19	c |    664851 |   81641  2404579 |  182880  165415  4988437    30.2 |  0.000 % |
1506.93	c |    997377 |   81657  2404579 |  201168  180777  5552333    30.7 |  0.000 % |
1812.75	
1812.75	s UNKNOWN
1812.75	c # INTERRUPTED
1812.75	c # MAIN  END :  (1813 seconds) [Mon Jan 29 22:59:59 2007]
1812.75	c # MAIN  CPU : 37.96 = 0.06 + 0.01 + 37.36 + 0.53
1812.75	

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/node35/watcher-229767-1170106186 -o ROOT/results/node35/solver-229767-1170106186 -C 1800 -M 900 /tmp/evaluation/229767-1170106186/solver /tmp/evaluation/229767-1170106186 /tmp/evaluation/229767-1170106186/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.46 2.66 2.85 5/81 29644
/proc/meminfo: memFree=1330896/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=7504 CPUtime=0
/proc/29643/stat : 29643 (sugar) R 29641 29643 29578 0 -1 4194304 313 0 0 0 0 0 0 0 20 0 1 0 4382334 7684096 49 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266131798060 0 0 4096 0 0 0 0 17 1 0 0
/proc/29643/statm: 1876 49 36 3 0 55 0

[startup+0.105084 s]
/proc/loadavg: 2.46 2.66 2.85 5/81 29644
/proc/meminfo: memFree=1330896/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.04
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 4382334 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514161 s]
/proc/loadavg: 2.46 2.66 2.85 5/81 29644
/proc/meminfo: memFree=1330896/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.04
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 4382334 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34233 s]
/proc/loadavg: 2.46 2.66 2.85 4/89 29660
/proc/meminfo: memFree=1320784/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.84
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1190 7926 0 1 3 1 75 5 15 0 1 0 4382334 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 809 371 3 0 531 0
[pid=29653] ppid=29643 vsize=807064 CPUtime=0.4
/proc/29653/stat : 29653 (java) R 29643 29643 29578 0 -1 0 6514 0 1 0 37 3 0 0 17 0 8 0 4382427 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29653/statm: 201766 6264 1494 14 0 189044 0
[pid=29653/tid=29654] ppid=29643 vsize=807064 CPUtime=0.02
/proc/29653/task/29654/stat : 29654 (java) S 29643 29643 29578 0 -1 64 462 0 0 0 2 0 0 0 16 0 8 0 4382430 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29655] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29655/stat : 29655 (java) S 29643 29643 29578 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4382430 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29656] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29656/stat : 29656 (java) S 29643 29643 29578 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4382430 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29657] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29657/stat : 29657 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4382434 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29658] ppid=29643 vsize=807064 CPUtime=0.05
/proc/29653/task/29658/stat : 29658 (java) R 29643 29643 29578 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 4382434 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29659] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29659/stat : 29659 (java) S 29643 29643 29578 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4382434 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29660] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29660/stat : 29660 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4382434 826433536 6264 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97965 s]
/proc/loadavg: 2.66 2.70 2.86 4/89 29660
/proc/meminfo: memFree=1292432/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.84
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1190 7926 0 1 3 1 75 5 15 0 1 0 4382334 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 809 371 3 0 531 0
[pid=29653] ppid=29643 vsize=807064 CPUtime=2.02
/proc/29653/stat : 29653 (java) R 29643 29643 29578 0 -1 0 13350 0 1 0 195 7 0 0 25 0 8 0 4382427 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073514990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29653/statm: 201766 13085 1494 14 0 189044 0
[pid=29653/tid=29654] ppid=29643 vsize=807064 CPUtime=0.55
/proc/29653/task/29654/stat : 29654 (java) S 29643 29643 29578 0 -1 64 7283 0 0 0 52 3 0 0 16 0 8 0 4382430 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29655] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29655/stat : 29655 (java) S 29643 29643 29578 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4382430 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29656] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29656/stat : 29656 (java) S 29643 29643 29578 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4382430 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29657] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29657/stat : 29657 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4382434 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29658] ppid=29643 vsize=807064 CPUtime=0.05
/proc/29653/task/29658/stat : 29658 (java) S 29643 29643 29578 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4382434 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29659] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29659/stat : 29659 (java) S 29643 29643 29578 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4382434 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29660] ppid=29643 vsize=807064 CPUtime=0
/proc/29653/task/29660/stat : 29660 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4382434 826433536 13085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.20229 s]
/proc/loadavg: 2.66 2.70 2.86 3/89 29660
/proc/meminfo: memFree=1213648/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.84
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1190 7926 0 1 3 1 75 5 15 0 1 0 4382334 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 809 371 3 0 531 0
[pid=29653] ppid=29643 vsize=807328 CPUtime=5.21
/proc/29653/stat : 29653 (java) R 29643 29643 29578 0 -1 0 33595 0 1 0 504 17 0 0 25 0 8 0 4382427 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29653/statm: 201832 33250 1506 14 0 189110 0
[pid=29653/tid=29654] ppid=29643 vsize=807328 CPUtime=1.55
/proc/29653/task/29654/stat : 29654 (java) S 29643 29643 29578 0 -1 64 27297 0 0 0 143 12 0 0 16 0 8 0 4382430 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29655] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29655/stat : 29655 (java) S 29643 29643 29578 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29656] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29656/stat : 29656 (java) S 29643 29643 29578 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29657] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29657/stat : 29657 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4382434 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29658] ppid=29643 vsize=807328 CPUtime=0.13
/proc/29653/task/29658/stat : 29658 (java) S 29643 29643 29578 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 4382434 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29659] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29659/stat : 29659 (java) S 29643 29643 29578 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4382434 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29660] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29660/stat : 29660 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4382434 826703872 33250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821052

[startup+12.6776 s]
/proc/loadavg: 2.56 2.67 2.85 3/89 29660
/proc/meminfo: memFree=1115728/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.84
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1190 7926 0 1 3 1 75 5 15 0 1 0 4382334 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 809 371 3 0 531 0
[pid=29653] ppid=29643 vsize=807328 CPUtime=11.6
/proc/29653/stat : 29653 (java) R 29643 29643 29578 0 -1 0 54930 0 1 0 1131 29 0 0 25 0 8 0 4382427 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073657737 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29653/statm: 201832 54113 1507 14 0 189110 0
[pid=29653/tid=29654] ppid=29643 vsize=807328 CPUtime=3.77
/proc/29653/task/29654/stat : 29654 (java) S 29643 29643 29578 0 -1 64 48444 0 0 0 354 23 0 0 16 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29655] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29655/stat : 29655 (java) S 29643 29643 29578 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29656] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29656/stat : 29656 (java) S 29643 29643 29578 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29657] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29657/stat : 29657 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29658] ppid=29643 vsize=807328 CPUtime=0.14
/proc/29653/task/29658/stat : 29658 (java) S 29643 29643 29578 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29659] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29659/stat : 29659 (java) S 29643 29643 29578 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29660] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29660/stat : 29660 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821052

[startup+25.4917 s]
/proc/loadavg: 2.55 2.67 2.84 4/89 29660
/proc/meminfo: memFree=1115920/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=13724 CPUtime=0.84
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 1190 7926 0 1 3 1 75 5 15 0 1 0 4382334 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 3431 809 371 3 0 531 0
[pid=29653] ppid=29643 vsize=807328 CPUtime=24.25
/proc/29653/stat : 29653 (java) R 29643 29643 29578 0 -1 0 56004 0 1 0 2391 34 0 0 25 0 8 0 4382427 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29653/statm: 201832 54113 1507 14 0 189110 0
[pid=29653/tid=29654] ppid=29643 vsize=807328 CPUtime=8.64
/proc/29653/task/29654/stat : 29654 (java) R 29643 29643 29578 0 -1 64 49141 0 0 0 837 27 0 0 15 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822875 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29655] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29655/stat : 29655 (java) S 29643 29643 29578 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29656] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29656/stat : 29656 (java) S 29643 29643 29578 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4382430 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29657] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29657/stat : 29657 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29658] ppid=29643 vsize=807328 CPUtime=0.14
/proc/29653/task/29658/stat : 29658 (java) S 29643 29643 29578 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29659] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29659/stat : 29659 (java) S 29643 29643 29578 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29653/tid=29660] ppid=29643 vsize=807328 CPUtime=0
/proc/29653/task/29660/stat : 29660 (java) S 29643 29643 29578 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4382434 826703872 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 821052

[startup+51.1001 s]
/proc/loadavg: 2.49 2.64 2.83 3/82 29661
/proc/meminfo: memFree=1298440/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=16436 CPUtime=12.52
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 4795 0 0 0 1249 3 0 0 25 0 1 0 4386185 16830464 3755 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/29661/statm: 4109 3755 52 112 0 3993 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 34076

[startup+102.335 s]
/proc/loadavg: 2.20 2.53 2.78 3/82 29661
/proc/meminfo: memFree=1286088/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=24324 CPUtime=63.51
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 6735 0 0 0 6345 6 0 0 25 0 1 0 4386185 24907776 5695 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/29661/statm: 6081 5695 52 112 0 5965 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 41964

[startup+162.398 s]
/proc/loadavg: 2.15 2.46 2.74 3/82 29661
/proc/meminfo: memFree=1279688/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=29656 CPUtime=123.28
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 8073 0 0 0 12320 8 0 0 25 0 1 0 4386185 30367744 7033 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527460 0 0 4096 3 0 0 0 17 1 0 0
/proc/29661/statm: 7414 7033 52 112 0 7298 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 47296


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

/proc/loadavg: 2.00 2.04 2.26 3/76 29728
/proc/meminfo: memFree=1389104/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=47720 CPUtime=1078.64
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12531 0 0 0 107844 20 0 0 25 0 1 0 4386185 48865280 11483 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525085 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 11930 11483 52 112 0 11814 0
Current children cumulated CPU time (s) 1116.63
Current children cumulated vsize (KiB) 65360

[startup+1183.45 s]
/proc/loadavg: 2.00 2.03 2.25 3/76 29728
/proc/meminfo: memFree=1388976/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=47868 CPUtime=1138.11
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12566 0 0 0 113791 20 0 0 25 0 1 0 4386185 49016832 11518 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 11967 11518 52 112 0 11851 0
Current children cumulated CPU time (s) 1176.1
Current children cumulated vsize (KiB) 65508

[startup+1243.53 s]
/proc/loadavg: 2.00 2.02 2.23 3/76 29728
/proc/meminfo: memFree=1388144/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=48660 CPUtime=1197.66
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12759 0 0 0 119746 20 0 0 25 0 1 0 4386185 49827840 11711 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12165 11711 52 112 0 12049 0
Current children cumulated CPU time (s) 1235.65
Current children cumulated vsize (KiB) 66300

[startup+1303.59 s]
/proc/loadavg: 2.03 2.03 2.22 3/76 29728
/proc/meminfo: memFree=1387952/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=48796 CPUtime=1257.23
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12769 0 0 0 125702 21 0 0 25 0 1 0 4386185 49967104 11721 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12199 11721 52 112 0 12083 0
Current children cumulated CPU time (s) 1295.22
Current children cumulated vsize (KiB) 66436

[startup+1363.66 s]
/proc/loadavg: 2.01 2.02 2.20 3/76 29728
/proc/meminfo: memFree=1387696/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=48968 CPUtime=1316.78
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12822 0 0 0 131657 21 0 0 25 0 1 0 4386185 50143232 11774 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12242 11774 52 112 0 12126 0
Current children cumulated CPU time (s) 1354.77
Current children cumulated vsize (KiB) 66608

[startup+1423.75 s]
/proc/loadavg: 2.00 2.02 2.18 3/76 29728
/proc/meminfo: memFree=1387440/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=49112 CPUtime=1376.33
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12866 0 0 0 137612 21 0 0 25 0 1 0 4386185 50290688 11818 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12278 11818 52 112 0 12162 0
Current children cumulated CPU time (s) 1414.32
Current children cumulated vsize (KiB) 66752

[startup+1483.81 s]
/proc/loadavg: 2.00 2.01 2.17 3/76 29728
/proc/meminfo: memFree=1387120/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=49560 CPUtime=1435.89
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 12956 0 0 0 143568 21 0 0 25 0 1 0 4386185 50749440 11908 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12390 11908 52 112 0 12274 0
Current children cumulated CPU time (s) 1473.88
Current children cumulated vsize (KiB) 67200

[startup+1543.88 s]
/proc/loadavg: 2.00 2.01 2.16 3/76 29728
/proc/meminfo: memFree=1385264/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=51264 CPUtime=1495.47
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13404 0 0 0 149525 22 0 0 25 0 1 0 4386185 52494336 12356 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 12816 12356 52 112 0 12700 0
Current children cumulated CPU time (s) 1533.46
Current children cumulated vsize (KiB) 68904

[startup+1603.88 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 29728
/proc/meminfo: memFree=1384176/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=52308 CPUtime=1554.91
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13652 0 0 0 155468 23 0 0 25 0 1 0 4386185 53563392 12604 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 13077 12604 52 112 0 12961 0
Current children cumulated CPU time (s) 1592.9
Current children cumulated vsize (KiB) 69948

[startup+1663.95 s]
/proc/loadavg: 2.07 2.03 2.15 3/76 29728
/proc/meminfo: memFree=1384048/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=52308 CPUtime=1614.48
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13671 0 0 0 161425 23 0 0 25 0 1 0 4386185 53563392 12623 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527286 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 13077 12623 52 112 0 12961 0
Current children cumulated CPU time (s) 1652.47
Current children cumulated vsize (KiB) 69948

[startup+1724.01 s]
/proc/loadavg: 2.07 2.03 2.14 3/76 29728
/proc/meminfo: memFree=1383856/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=52468 CPUtime=1674.06
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13718 0 0 0 167383 23 0 0 25 0 1 0 4386185 53727232 12670 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 13117 12670 52 112 0 13001 0
Current children cumulated CPU time (s) 1712.05
Current children cumulated vsize (KiB) 70108

[startup+1784.08 s]
/proc/loadavg: 2.02 2.03 2.13 3/76 29728
/proc/meminfo: memFree=1383600/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=52844 CPUtime=1733.59
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13769 0 0 0 173336 23 0 0 25 0 1 0 4386185 54112256 12721 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 13211 12721 52 112 0 13095 0
Current children cumulated CPU time (s) 1771.58
Current children cumulated vsize (KiB) 70484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.74 s]
/proc/loadavg: 2.01 2.02 2.12 3/76 29728
/proc/meminfo: memFree=1383600/2055920 swapFree=4192812/4192956
[pid=29643] ppid=29641 vsize=17640 CPUtime=37.99
/proc/29643/stat : 29643 (sugar) S 29641 29643 29578 0 -1 4194304 2266 67792 0 2 9 1 3736 53 16 0 1 0 4382334 18063360 1778 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29643/statm: 4410 1778 373 3 0 1510 0
[pid=29661] ppid=29643 vsize=52844 CPUtime=1762.01
/proc/29661/stat : 29661 (minisat) R 29643 29643 29578 0 -1 0 13769 0 0 0 176178 23 0 0 25 0 1 0 4386185 54112256 12721 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 13211 12721 52 112 0 13095 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 70484

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29643 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=458305 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=563914
CPU time returned by wait4() is 38.0222
while last known CPU time is 1800.01

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

Real time (s): 1813.77
CPU time (s): 1800.01
CPU user time (s): 1799.23
CPU system time (s): 0.78
CPU usage (%): 99.2415
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4583
system time used= 0.563914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70143
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= 8695
involuntary context switches= 9135

runsolver used 1.81572 s user time and 5.09523 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 21:29:46 UTC 2007


IDJOB= 229767
IDBENCH= 6355
IDSOLVER= 86
FILE ID= node35/229767-1170106186

PBS_JOBID= 3689855

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-39_ext.xml
COMMAND LINE= /tmp/evaluation/229767-1170106186/solver /tmp/evaluation/229767-1170106186 /tmp/evaluation/229767-1170106186/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-229767-1170106186 -o ROOT/results/node35/solver-229767-1170106186 -C 1800 -M 900  /tmp/evaluation/229767-1170106186/solver /tmp/evaluation/229767-1170106186 /tmp/evaluation/229767-1170106186/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  633ed2625aacea0b26a4fb7536718f06

RANDOM SEED= 545937255

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.263
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.263
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:       1331312 kB
Buffers:         16012 kB
Cached:          45052 kB
SwapCached:          0 kB
Active:         650724 kB
Inactive:        27992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:         634412 kB
Slab:            29988 kB
Committed_AS:   947316 kB
PageTables:       3020 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= 66437 MiB



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