Trace number 223982

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.08 1802.83

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-41_ext.xml
MD5SUM9f16b09dae26e5d27f7de4811a1d5d84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.46271
SatisfiableNO
(Un)Satisfiability was provedNO
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/223982-1170102877/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223982-1170102877/unknown.xml [Mon Jan 29 21:34:37 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223982-1170102877/unknown.xml /tmp/evaluation/223982-1170102877/sugar18746.csp [Mon Jan 29 21:34:37 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223982-1170102877/sugar-v0-40.jar -convert /tmp/evaluation/223982-1170102877/unknown.xml /tmp/evaluation/223982-1170102877/sugar18746.csp
0.18	c BEGIN convert /tmp/evaluation/223982-1170102877/unknown.xml
0.76	c END convert (0.579356 seconds)
0.77	c # CONVERT_XML  END : /tmp/evaluation/223982-1170102877/sugar18746.csp 1727188 bytes (1 seconds) [Mon Jan 29 21:34:38 2007]
0.77	c # CONVERT_XML  CPU : 0.7 = 0 + 0 + 0.64 + 0.06
0.77	
0.77	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223982-1170102877/sugar18746.bcnf [Mon Jan 29 21:34:38 2007]
0.77	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223982-1170102877/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223982-1170102877/sugar18746.map /tmp/evaluation/223982-1170102877/sugar18746.csp /tmp/evaluation/223982-1170102877/sugar18746.bcnf
0.88	c BEGIN parse /tmp/evaluation/223982-1170102877/sugar18746.csp
336.48	c END parse (335.59133 seconds)
336.48	c BEGIN simplify
337.54	c END simplify (1.059459 seconds)
337.54	c BEGIN encode /tmp/evaluation/223982-1170102877/sugar18746.bcnf
344.28	c END encode (6.746165 seconds)
344.92	c # GENERATE_SAT  END : 53486 variables 156503 clauses 78976804 bytes (344 seconds) [Mon Jan 29 21:40:22 2007]
344.92	c # GENERATE_SAT  CPU : 343.06 = 0.46 + 0.04 + 340.44 + 2.12
344.92	
344.92	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223982-1170102877/sugar18746.bcnf [Mon Jan 29 21:40:22 2007]
344.92	c # CMD : /tmp/evaluation/223982-1170102877/minisat /tmp/evaluation/223982-1170102877/sugar18746.bcnf /tmp/evaluation/223982-1170102877/sugar18746.out
346.63	c ==================================[MINISAT]===================================
346.63	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
346.63	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
346.63	c ==============================================================================
346.63	c |         0 |  156503 19587656 |   52167       0        0     nan |  0.000 % |
346.77	c |       101 |  156505 19587656 |   57383      99     5945    60.1 |  0.000 % |
346.99	c |       251 |  156505 19587656 |   63122     249    15422    61.9 |  0.000 % |
347.34	c |       476 |  156505 19587656 |   69434     474    24352    51.4 |  0.000 % |
348.06	c |       813 |  156509 19587656 |   76377     807    56396    69.9 |  0.000 % |
348.91	c |      1319 |  156509 19587656 |   84015    1313    87668    66.8 |  0.000 % |
350.42	c |      2079 |  156511 19587656 |   92417    2071   132178    63.8 |  0.000 % |
352.87	c |      3218 |  156516 19587656 |  101658    3205   207393    64.7 |  0.000 % |
355.75	c |      4930 |  156521 19587656 |  111824    4912   310630    63.2 |  0.000 % |
361.09	c |      7493 |  156523 19587656 |  123007    7473   443493    59.3 |  0.000 % |
370.33	c |     11338 |  156531 19587656 |  135307   11310   733868    64.9 |  0.000 % |
384.51	c |     17104 |  156532 19587656 |  148838   17075  1222843    71.6 |  0.000 % |
412.31	c |     25754 |  156539 19587656 |  163722   25718  1994079    77.5 |  0.000 % |
442.94	c |     38729 |  156544 19587656 |  180094   38688  3071969    79.4 |  0.000 % |
507.29	c |     58190 |  156551 19587656 |  198104   58142  4529898    77.9 |  0.000 % |
597.70	c |     87382 |  156560 19587656 |  217914   87325  7162925    82.0 |  0.000 % |
783.46	c |    131172 |  156576 19587656 |  239705  131099 11809482    90.1 |  0.000 % |
1123.61	c |    196856 |  156589 19587656 |  263676  196770 19976325   101.5 |  0.000 % |
1628.14	c |    295384 |  156137 19567620 |  290044   23799  2625286   110.3 |  0.299 % |
1801.78	
1801.78	s UNKNOWN
1801.78	c # INTERRUPTED
1801.78	c # MAIN  END :  (1802 seconds) [Mon Jan 29 22:04:39 2007]
1801.78	c # MAIN  CPU : 343.76 = 0.46 + 0.04 + 341.08 + 2.18
1801.78	

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/node38/watcher-223982-1170102877 -o ROOT/results/node38/solver-223982-1170102877 -C 1800 -M 900 /tmp/evaluation/223982-1170102877/solver /tmp/evaluation/223982-1170102877 /tmp/evaluation/223982-1170102877/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.95 2.01 2.06 3/74 18747
/proc/meminfo: memFree=1845880/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=780 CPUtime=0
/proc/18746/stat : 18746 (solver) R 18744 18746 17815 0 -1 4194304 18 0 0 0 0 0 0 0 20 0 1 0 30243522 798720 3 18446744073709551615 0 0 548682070019 18446744073709551615 266890439975 0 0 4096 0 0 0 0 17 1 0 0
/proc/18746/statm: 195 3 0 0 0 6 0

[startup+0.102686 s]
/proc/loadavg: 1.95 2.01 2.06 3/74 18747
/proc/meminfo: memFree=1845880/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.04
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30243522 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514734 s]
/proc/loadavg: 1.95 2.01 2.06 3/74 18747
/proc/meminfo: memFree=1845880/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.04
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30243522 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33583 s]
/proc/loadavg: 1.95 2.01 2.06 3/82 18763
/proc/meminfo: memFree=1822712/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807064 CPUtime=0.54
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 7800 0 1 0 50 4 0 0 25 0 8 0 30243600 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073493480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18756/statm: 201766 7548 1494 14 0 189044 0
[pid=18756/tid=18757] ppid=18746 vsize=807064 CPUtime=0.09
/proc/18756/task/18757/stat : 18757 (java) S 18746 18746 17815 0 -1 64 1747 0 0 0 8 1 0 0 16 0 8 0 30243603 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807064 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807064 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807064 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807064 CPUtime=0.05
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30243606 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807064 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807064 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 826433536 7548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.97302 s]
/proc/loadavg: 1.95 2.01 2.06 3/82 18763
/proc/meminfo: memFree=1801464/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=2.17
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 14906 0 1 0 210 7 0 0 25 0 8 0 30243600 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073577918 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18756/statm: 201833 14637 1506 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=0.57
/proc/18756/task/18757/stat : 18757 (java) S 18746 18746 17815 0 -1 64 8736 0 0 0 53 4 0 0 16 0 8 0 30243603 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807332 CPUtime=0.09
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 357 0 0 0 9 0 0 0 16 0 8 0 30243606 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 826707968 14637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821056

[startup+6.17539 s]
/proc/loadavg: 1.96 2.01 2.06 3/82 18763
/proc/meminfo: memFree=1700984/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=5.35
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 39945 0 1 0 513 22 0 0 25 0 8 0 30243600 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18756/statm: 201833 39564 1506 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=1.63
/proc/18756/task/18757/stat : 18757 (java) S 18746 18746 17815 0 -1 64 33612 0 0 0 145 18 0 0 16 0 8 0 30243603 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807332 CPUtime=0.13
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 30243606 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 826707968 39564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821056

[startup+12.6621 s]
/proc/loadavg: 1.96 2.00 2.06 4/82 18763
/proc/meminfo: memFree=1629896/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=11.81
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 54901 0 1 0 1149 32 0 0 25 0 8 0 30243600 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18756/statm: 201833 54228 1507 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=4.08
/proc/18756/task/18757/stat : 18757 (java) R 18746 18746 17815 0 -1 64 48340 0 0 0 382 26 0 0 16 0 8 0 30243603 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022592 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807332 CPUtime=0.15
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 30243606 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 826707968 54228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 821056

[startup+25.5596 s]
/proc/loadavg: 2.12 2.04 2.07 3/82 18763
/proc/meminfo: memFree=1628808/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=24.63
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 55608 0 1 0 2424 39 0 0 25 0 8 0 30243600 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18756/statm: 201833 54114 1507 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=8.95
/proc/18756/task/18757/stat : 18757 (java) R 18746 18746 17815 0 -1 64 48608 0 0 0 865 30 0 0 15 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827301 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807332 CPUtime=0.15
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 404 0 0 0 15 0 0 0 16 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 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) 25.37
Current children cumulated vsize (KiB) 821056

[startup+51.2682 s]
/proc/loadavg: 2.20 2.06 2.08 4/89 18827
/proc/meminfo: memFree=1490064/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=50.18
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 57134 0 1 0 4967 51 0 0 25 0 8 0 30243600 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18756/statm: 201833 54114 1507 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=19.5
/proc/18756/task/18757/stat : 18757 (java) S 18746 18746 17815 0 -1 64 49287 0 0 0 1912 38 0 0 15 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18756/tid=18758] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18758/stat : 18758 (java) S 18746 18746 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18759] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18759/stat : 18759 (java) S 18746 18746 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30243603 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18760] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18760/stat : 18760 (java) S 18746 18746 17815 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18761] ppid=18746 vsize=807332 CPUtime=0.15
/proc/18756/task/18761/stat : 18761 (java) S 18746 18746 17815 0 -1 64 404 0 0 0 15 0 0 0 16 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18756/tid=18762] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18762/stat : 18762 (java) S 18746 18746 17815 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18756/tid=18763] ppid=18746 vsize=807332 CPUtime=0
/proc/18756/task/18763/stat : 18763 (java) S 18746 18746 17815 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30243606 826707968 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 821056

[startup+102.484 s]
/proc/loadavg: 2.60 2.19 2.12 4/89 18829
/proc/meminfo: memFree=1413904/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=13724 CPUtime=0.74
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 1190 7671 0 1 3 1 64 6 15 0 1 0 30243522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18746/statm: 3431 809 371 3 0 531 0
[pid=18756] ppid=18746 vsize=807332 CPUtime=101.12
/proc/18756/stat : 18756 (java) R 18746 18746 17815 0 -1 0 78742 0 1 0 10032 80 0 0 25 0 8 0 30243600 826707968 73037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18756/statm: 201833 73037 1507 14 0 189111 0
[pid=18756/tid=18757] ppid=18746 vsize=807332 CPUtime=40.59

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

/proc/loadavg: 2.00 2.05 2.11 3/75 18831
/proc/meminfo: memFree=1367232/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=172184 CPUtime=778.06
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 43527 0 0 0 77762 44 0 0 25 0 1 0 30278015 176316416 42473 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 43046 42473 52 112 0 42930 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 214796

[startup+1183.26 s]
/proc/loadavg: 2.00 2.04 2.10 3/75 18831
/proc/meminfo: memFree=1354432/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=178372 CPUtime=838.09
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 44989 0 0 0 83763 46 0 0 25 0 1 0 30278015 182652928 43935 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 44593 43935 52 112 0 44477 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 220984

[startup+1243.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/75 18831
/proc/meminfo: memFree=1342720/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=184076 CPUtime=898.11
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 46431 0 0 0 89764 47 0 0 25 0 1 0 30278015 188493824 45377 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 46019 45377 52 112 0 45903 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 226688

[startup+1303.36 s]
/proc/loadavg: 2.07 2.04 2.09 3/75 18831
/proc/meminfo: memFree=1331136/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=189640 CPUtime=958.15
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 47825 0 0 0 95766 49 0 0 25 0 1 0 30278015 194191360 46771 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 47410 46771 52 112 0 47294 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 232252

[startup+1363.41 s]
/proc/loadavg: 2.02 2.03 2.08 3/75 18831
/proc/meminfo: memFree=1320384/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=194700 CPUtime=1018.18
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 49102 0 0 0 101768 50 0 0 25 0 1 0 30278015 199372800 48048 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 48675 48048 52 112 0 48559 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 237312

[startup+1423.46 s]
/proc/loadavg: 2.01 2.02 2.08 3/75 18831
/proc/meminfo: memFree=1310144/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=199684 CPUtime=1078.22
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 50338 0 0 0 107770 52 0 0 25 0 1 0 30278015 204476416 49284 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 49921 49284 52 112 0 49805 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 242296

[startup+1483.52 s]
/proc/loadavg: 2.00 2.02 2.07 3/75 18831
/proc/meminfo: memFree=1301824/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204072 CPUtime=1138.27
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51458 0 0 0 113773 54 0 0 25 0 1 0 30278015 208969728 50404 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51018 50404 52 112 0 50902 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 246684

[startup+1543.57 s]
/proc/loadavg: 2.00 2.01 2.07 3/75 18831
/proc/meminfo: memFree=1301056/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1198.3
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 119776 54 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1542.1
Current children cumulated vsize (KiB) 247460

[startup+1603.62 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 18913
/proc/meminfo: memFree=1299504/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1258.25
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 125771 54 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 247460

[startup+1663.7 s]
/proc/loadavg: 2.03 2.01 2.06 3/81 19001
/proc/meminfo: memFree=1299376/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1318.22
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 131768 54 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 247460

[startup+1723.76 s]
/proc/loadavg: 2.01 2.01 2.05 3/75 19029
/proc/meminfo: memFree=1300416/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1378.23
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 137768 55 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 247460

[startup+1783.81 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 19029
/proc/meminfo: memFree=1300416/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1438.27
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 143772 55 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 247460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.77 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 19029
/proc/meminfo: memFree=1300416/2055920 swapFree=4192812/4192956
[pid=18746] ppid=18744 vsize=42612 CPUtime=343.8
/proc/18746/stat : 18746 (sugar) S 18744 18746 17815 0 -1 4194304 8368 174147 0 2 49 5 34108 218 16 0 1 0 30243522 43634688 7783 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18746/statm: 10653 7783 373 3 0 7753 0
[pid=18831] ppid=18746 vsize=204848 CPUtime=1456.23
/proc/18831/stat : 18831 (minisat) R 18746 18746 17815 0 -1 0 51643 0 0 0 145568 55 0 0 25 0 1 0 30278015 209764352 50589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18831/statm: 51212 50589 52 112 0 51096 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 247460

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18746 and gives childrusage.ru_utime.tv_sec=341 childrusage.ru_utime.tv_usec=582071 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=288652
CPU time returned by wait4() is 343.871
while last known CPU time is 1800.08

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

Real time (s): 1802.83
CPU time (s): 1800.08
CPU user time (s): 1797.25
CPU system time (s): 2.83
CPU usage (%): 99.8474
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.582
system time used= 2.28865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182600
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= 48800
involuntary context switches= 48792

runsolver used 1.84472 s user time and 5.15122 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan 29 20:34:37 UTC 2007


IDJOB= 223982
IDBENCH= 5698
IDSOLVER= 86
FILE ID= node38/223982-1170102877

PBS_JOBID= 3689696

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9f16b09dae26e5d27f7de4811a1d5d84

RANDOM SEED= 611392285

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.233
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.233
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:       1846360 kB
Buffers:         22056 kB
Cached:          39824 kB
SwapCached:          0 kB
Active:         128688 kB
Inactive:        28528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:         106292 kB
Slab:            37608 kB
Committed_AS:   245480 kB
PageTables:       2016 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= 66493 MiB



End job on node38 on Mon Jan 29 21:04:40 UTC 2007