Trace number 223925

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.11 1817.21

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-63_ext.xml
MD5SUM7ddc91627024e57b76d582094d28a6e2
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.44663
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/223925-1170102846/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223925-1170102846/unknown.xml [Mon Jan 29 21:34:07 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223925-1170102846/unknown.xml /tmp/evaluation/223925-1170102846/sugar18436.csp [Mon Jan 29 21:34:07 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223925-1170102846/sugar-v0-40.jar -convert /tmp/evaluation/223925-1170102846/unknown.xml /tmp/evaluation/223925-1170102846/sugar18436.csp
0.17	c BEGIN convert /tmp/evaluation/223925-1170102846/unknown.xml
0.76	c END convert (0.593269 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/223925-1170102846/sugar18436.csp 1722793 bytes (1 seconds) [Mon Jan 29 21:34:08 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223925-1170102846/sugar18436.bcnf [Mon Jan 29 21:34:08 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223925-1170102846/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223925-1170102846/sugar18436.map /tmp/evaluation/223925-1170102846/sugar18436.csp /tmp/evaluation/223925-1170102846/sugar18436.bcnf
0.93	c BEGIN parse /tmp/evaluation/223925-1170102846/sugar18436.csp
349.99	c END parse (349.057712 seconds)
349.99	c BEGIN simplify
351.04	c END simplify (1.047495 seconds)
351.04	c BEGIN encode /tmp/evaluation/223925-1170102846/sugar18436.bcnf
357.89	c END encode (6.850356 seconds)
358.51	c # GENERATE_SAT  END : 56236 variables 161626 clauses 82701076 bytes (357 seconds) [Mon Jan 29 21:40:05 2007]
358.51	c # GENERATE_SAT  CPU : 354.79 = 0.48 + 0.02 + 352.11 + 2.18
358.51	
358.51	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223925-1170102846/sugar18436.bcnf [Mon Jan 29 21:40:05 2007]
358.51	c # CMD : /tmp/evaluation/223925-1170102846/minisat /tmp/evaluation/223925-1170102846/sugar18436.bcnf /tmp/evaluation/223925-1170102846/sugar18436.out
360.31	c ==================================[MINISAT]===================================
360.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
360.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
360.31	c ==============================================================================
360.31	c |         0 |  161626 20513599 |   53875       0        0     nan |  0.000 % |
360.46	c |       101 |  161628 20513599 |   59262      99     5850    59.1 |  0.000 % |
360.72	c |       251 |  161630 20513599 |   65188     247    10982    44.5 |  0.000 % |
361.12	c |       476 |  161632 20513599 |   71707     470    34146    72.7 |  0.000 % |
361.75	c |       815 |  161635 20513599 |   78878     806    63893    79.3 |  0.000 % |
363.16	c |      1321 |  161642 20513599 |   86766    1305   125484    96.2 |  0.000 % |
364.39	c |      2081 |  161647 20513599 |   95442    2060   174975    84.9 |  0.000 % |
366.68	c |      3220 |  161648 20513599 |  104987    3198   272126    85.1 |  0.000 % |
370.62	c |      4931 |  161649 20513599 |  115485    4908   433065    88.2 |  0.000 % |
375.76	c |      7494 |  161653 20513599 |  127034    7467   599642    80.3 |  0.000 % |
385.08	c |     11340 |  161658 20513599 |  139737   11308   928291    82.1 |  0.000 % |
399.98	c |     17107 |  161659 20513599 |  153711   17074  1402688    82.2 |  0.000 % |
430.35	c |     25756 |  161661 20513599 |  169082   25721  2293608    89.2 |  0.000 % |
485.66	c |     38732 |  161674 20513599 |  185991   38684  3832237    99.1 |  0.000 % |
561.22	c |     58193 |  161684 20513599 |  204590   58135  6427743   110.6 |  0.000 % |
690.94	c |     87386 |  161703 20513599 |  225049   87309 10212369   117.0 |  0.000 % |
913.31	c |    131176 |  161716 20513599 |  247554  131086 15211273   116.0 |  0.000 % |
1333.90	c |    196861 |  161724 20513599 |  272309  196763 23775768   120.8 |  0.000 % |
1769.56	c |    295387 |  161485 20511137 |  299540  121923 15521077   127.3 |  0.233 % |
1816.15	
1816.15	s UNKNOWN
1816.15	c # INTERRUPTED
1816.15	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:04:23 2007]
1816.15	c # MAIN  CPU : 354.8 = 0.48 + 0.03 + 352.11 + 2.18
1816.15	

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/node40/watcher-223925-1170102846 -o ROOT/results/node40/solver-223925-1170102846 -C 1800 -M 900 /tmp/evaluation/223925-1170102846/solver /tmp/evaluation/223925-1170102846 /tmp/evaluation/223925-1170102846/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.34 1.29 1.65 4/82 18437
/proc/meminfo: memFree=1703168/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=5352 CPUtime=0
/proc/18436/stat : 18436 (solver) R 18434 18436 18147 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30240608 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 264519609639 0 0 4096 0 0 0 0 17 1 0 0
/proc/18436/statm: 1338 231 193 169 0 49 0

[startup+0.102812 s]
/proc/loadavg: 1.34 1.29 1.65 4/82 18437
/proc/meminfo: memFree=1703168/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30240608 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510896 s]
/proc/loadavg: 1.34 1.29 1.65 4/82 18437
/proc/meminfo: memFree=1703168/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33407 s]
/proc/loadavg: 1.34 1.29 1.65 4/91 18453
/proc/meminfo: memFree=1683192/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807064 CPUtime=0.5
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 7358 0 1 0 46 4 0 0 18 0 8 0 30240689 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201766 7107 1494 14 0 189044 0
[pid=18446/tid=18447] ppid=18436 vsize=807064 CPUtime=0.05
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 1305 0 0 0 5 0 0 0 16 0 8 0 30240693 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807064 CPUtime=0.05
/proc/18446/task/18451/stat : 18451 (java) R 18436 18436 18147 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30240697 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18452] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18452/stat : 18452 (java) S 18436 18436 18147 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30240697 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18453] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18453/stat : 18453 (java) S 18436 18436 18147 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30240697 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.24
Current children cumulated vsize (KiB) 820788

[startup+2.98247 s]
/proc/loadavg: 1.34 1.29 1.65 4/91 18453
/proc/meminfo: memFree=1662520/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807064 CPUtime=2.14
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 14046 0 1 0 205 9 0 0 25 0 8 0 30240689 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073455669 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201766 13780 1494 14 0 189044 0
[pid=18446/tid=18447] ppid=18436 vsize=807064 CPUtime=0.57
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 7978 0 0 0 52 5 0 0 16 0 8 0 30240693 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807064 CPUtime=0.05
/proc/18446/task/18451/stat : 18451 (java) S 18436 18436 18147 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30240697 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18452] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18452/stat : 18452 (java) S 18436 18436 18147 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30240697 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18453] ppid=18436 vsize=807064 CPUtime=0
/proc/18446/task/18453/stat : 18453 (java) S 18436 18436 18147 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30240697 826433536 13780 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 820788

[startup+6.21634 s]
/proc/loadavg: 1.39 1.30 1.65 3/91 18453
/proc/meminfo: memFree=1575352/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807328 CPUtime=5.35
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 36805 0 1 0 513 22 0 0 25 0 8 0 30240689 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201832 36442 1506 14 0 189110 0
[pid=18446/tid=18447] ppid=18436 vsize=807328 CPUtime=1.65
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 30485 0 0 0 148 17 0 0 15 0 8 0 30240693 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807328 CPUtime=0.13
/proc/18446/task/18451/stat : 18451 (java) S 18436 18436 18147 0 -1 64 400 0 0 0 13 0 0 0 17 0 8 0 30240697 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18452] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18452/stat : 18452 (java) S 18436 18436 18147 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30240697 826703872 36442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18453] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18453/stat : 18453 (java) S 18436 18436 18147 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30240697 826703872 36442 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) 821052

[startup+12.6794 s]
/proc/loadavg: 1.52 1.33 1.66 4/91 18453
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807328 CPUtime=11.77
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 54828 0 1 0 1144 33 0 0 25 0 8 0 30240689 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201832 54117 1507 14 0 189110 0
[pid=18446/tid=18447] ppid=18436 vsize=807328 CPUtime=4.03
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 48302 0 0 0 377 26 0 0 16 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807328 CPUtime=0.14
/proc/18446/task/18451/stat : 18451 (java) S 18436 18436 18147 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18452] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18452/stat : 18452 (java) S 18436 18436 18147 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18453] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18453/stat : 18453 (java) S 18436 18436 18147 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 821052

[startup+25.5261 s]
/proc/loadavg: 1.78 1.40 1.67 3/91 18453
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807328 CPUtime=24.46
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 55849 0 1 0 2407 39 0 0 25 0 8 0 30240689 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201832 54117 1507 14 0 189110 0
[pid=18446/tid=18447] ppid=18436 vsize=807328 CPUtime=8.94
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 48937 0 0 0 864 30 0 0 15 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807328 CPUtime=0.14
/proc/18446/task/18451/stat : 18451 (java) S 18436 18436 18147 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18452] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18452/stat : 18452 (java) S 18436 18436 18147 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18453] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18453/stat : 18453 (java) S 18436 18436 18147 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 821052

[startup+51.1325 s]
/proc/loadavg: 1.98 1.48 1.69 5/91 18453
/proc/meminfo: memFree=1460984/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=13724 CPUtime=0.04
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30240608 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 3431 808 370 3 0 531 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18436 vsize=807328 CPUtime=49.76
/proc/18446/stat : 18446 (java) R 18436 18436 18147 0 -1 0 57663 0 1 0 4924 52 0 0 25 0 8 0 30240689 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18446/statm: 201832 54117 1507 14 0 189110 0
[pid=18446/tid=18447] ppid=18436 vsize=807328 CPUtime=18.74
/proc/18446/task/18447/stat : 18447 (java) S 18436 18436 18147 0 -1 64 49971 0 0 0 1836 38 0 0 16 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18448] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18448/stat : 18448 (java) S 18436 18436 18147 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18449] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18449/stat : 18449 (java) S 18436 18436 18147 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30240693 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18450] ppid=18436 vsize=807328 CPUtime=0
/proc/18446/task/18450/stat : 18450 (java) S 18436 18436 18147 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30240697 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18446/tid=18451] ppid=18436 vsize=807328 CPUtime=0.14

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

/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 46492 0 0 0 87576 45 0 0 25 0 1 0 30276459 188223488 45438 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 45953 45438 52 112 0 45837 0
Current children cumulated CPU time (s) 1231.75
Current children cumulated vsize (KiB) 227744

[startup+1302.96 s]
/proc/loadavg: 2.00 2.01 1.96 3/77 18457
/proc/meminfo: memFree=1300456/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=188116 CPUtime=935.68
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 47542 0 0 0 93521 47 0 0 25 0 1 0 30276459 192630784 46488 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 47029 46488 52 112 0 46913 0
Current children cumulated CPU time (s) 1291.22
Current children cumulated vsize (KiB) 232048

[startup+1362.97 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 18457
/proc/meminfo: memFree=1289128/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=193500 CPUtime=995.13
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 48920 0 0 0 99465 48 0 0 25 0 1 0 30276459 198144000 47866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 48375 47866 52 112 0 48259 0
Current children cumulated CPU time (s) 1350.67
Current children cumulated vsize (KiB) 237432

[startup+1422.98 s]
/proc/loadavg: 2.04 2.01 1.96 3/77 18457
/proc/meminfo: memFree=1282152/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=197840 CPUtime=1054.59
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49891 0 0 0 105410 49 0 0 25 0 1 0 30276459 202588160 48837 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 49460 48837 52 112 0 49344 0
Current children cumulated CPU time (s) 1410.13
Current children cumulated vsize (KiB) 241772

[startup+1483 s]
/proc/loadavg: 2.01 2.01 1.96 3/77 18457
/proc/meminfo: memFree=1281704/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1114.05
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49982 0 0 0 111356 49 0 0 25 0 1 0 30276459 202981376 48928 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 49556 48928 52 112 0 49440 0
Current children cumulated CPU time (s) 1469.59
Current children cumulated vsize (KiB) 242156

[startup+1543.01 s]
/proc/loadavg: 2.05 2.02 1.97 3/77 18457
/proc/meminfo: memFree=1281704/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1173.52
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49982 0 0 0 117303 49 0 0 25 0 1 0 30276459 202981376 48928 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528000 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 49556 48928 52 112 0 49440 0
Current children cumulated CPU time (s) 1529.06
Current children cumulated vsize (KiB) 242156

[startup+1603.02 s]
/proc/loadavg: 2.02 2.01 1.97 3/77 18457
/proc/meminfo: memFree=1281640/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1232.98
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49982 0 0 0 123249 49 0 0 25 0 1 0 30276459 202981376 48928 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 49556 48928 52 112 0 49440 0
Current children cumulated CPU time (s) 1588.52
Current children cumulated vsize (KiB) 242156

[startup+1663.06 s]
/proc/loadavg: 2.00 2.01 1.97 3/83 18571
/proc/meminfo: memFree=1279792/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1292.34
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49982 0 0 0 129184 50 0 0 25 0 1 0 30276459 202981376 48928 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18457/statm: 49556 48928 52 112 0 49440 0
Current children cumulated CPU time (s) 1647.88
Current children cumulated vsize (KiB) 242156

[startup+1723.12 s]
/proc/loadavg: 2.14 2.03 1.98 5/83 18726
/proc/meminfo: memFree=1251832/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1352.01
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49983 0 0 0 135147 54 0 0 25 0 1 0 30276459 202981376 48929 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527117 0 0 4096 3 0 0 0 17 0 0 0
/proc/18457/statm: 49556 48929 52 112 0 49440 0
Current children cumulated CPU time (s) 1707.55
Current children cumulated vsize (KiB) 242156

[startup+1783.12 s]
/proc/loadavg: 2.73 2.22 2.04 4/83 18726
/proc/meminfo: memFree=1219448/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1411.69
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49983 0 0 0 141115 54 0 0 25 0 1 0 30276459 202981376 48929 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18457/statm: 49556 48929 52 112 0 49440 0
Current children cumulated CPU time (s) 1767.23
Current children cumulated vsize (KiB) 242156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.15 s]
/proc/loadavg: 2.70 2.26 2.06 3/83 18726
/proc/meminfo: memFree=1211064/2055920 swapFree=4192812/4192956
[pid=18436] ppid=18434 vsize=43932 CPUtime=354.84
/proc/18436/stat : 18436 (sugar) S 18434 18436 18147 0 -1 4194304 8712 169191 0 1 51 4 35211 218 16 0 1 0 30240608 44986368 8128 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18436/statm: 10983 8128 373 3 0 8083 0
[pid=18438] ppid=18436 vsize=0 CPUtime=0.7
/proc/18438/stat : 18438 (java) Z 18436 18436 18147 0 -1 1036 7673 0 1 0 65 5 0 0 17 0 1 0 30240613 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18438/statm: 0 0 0 0 0 0 0
[pid=18457] ppid=18436 vsize=198224 CPUtime=1444.53
/proc/18457/stat : 18457 (minisat) R 18436 18436 18147 0 -1 0 49983 0 0 0 144398 55 0 0 25 0 1 0 30276459 202981376 48929 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18457/statm: 49556 48929 52 112 0 49440 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 242156

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18436 and gives childrusage.ru_utime.tv_sec=352 childrusage.ru_utime.tv_usec=633391 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=278653
CPU time returned by wait4() is 354.912
while last known CPU time is 1800.11

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

Real time (s): 1817.21
CPU time (s): 1800.11
CPU user time (s): 1797.25
CPU system time (s): 2.86
CPU usage (%): 99.0589
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.633
system time used= 2.27865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177989
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= 49942
involuntary context switches= 51905

runsolver used 2.19667 s user time and 6.09807 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan 29 20:34:07 UTC 2007


IDJOB= 223925
IDBENCH= 5692
IDSOLVER= 86
FILE ID= node40/223925-1170102846

PBS_JOBID= 3689821

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-63_ext.xml
COMMAND LINE= /tmp/evaluation/223925-1170102846/solver /tmp/evaluation/223925-1170102846 /tmp/evaluation/223925-1170102846/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-223925-1170102846 -o ROOT/results/node40/solver-223925-1170102846 -C 1800 -M 900  /tmp/evaluation/223925-1170102846/solver /tmp/evaluation/223925-1170102846 /tmp/evaluation/223925-1170102846/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7ddc91627024e57b76d582094d28a6e2

RANDOM SEED= 320597338

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.265
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.265
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:       1703712 kB
Buffers:         30144 kB
Cached:          41596 kB
SwapCached:          0 kB
Active:         266256 kB
Inactive:        38500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:         249756 kB
Slab:            32392 kB
Committed_AS:   422708 kB
PageTables:       2272 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 node40 on Mon Jan 29 21:04:24 UTC 2007