Trace number 223878

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.06 1811.82

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-47_ext.xml
MD5SUM5f71d51adad8c377228629cd4772d094
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 benchmark4.6013
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.04	c # Sugar v0-40 (/tmp/evaluation/223878-1170102843/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223878-1170102843/unknown.xml [Mon Jan 29 21:34:05 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223878-1170102843/unknown.xml /tmp/evaluation/223878-1170102843/sugar15371.csp [Mon Jan 29 21:34:05 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223878-1170102843/sugar-v0-40.jar -convert /tmp/evaluation/223878-1170102843/unknown.xml /tmp/evaluation/223878-1170102843/sugar15371.csp
0.17	c BEGIN convert /tmp/evaluation/223878-1170102843/unknown.xml
0.77	c END convert (0.596874 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/223878-1170102843/sugar15371.csp 1731191 bytes (1 seconds) [Mon Jan 29 21:34:06 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223878-1170102843/sugar15371.bcnf [Mon Jan 29 21:34:06 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223878-1170102843/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223878-1170102843/sugar15371.map /tmp/evaluation/223878-1170102843/sugar15371.csp /tmp/evaluation/223878-1170102843/sugar15371.bcnf
0.93	c BEGIN parse /tmp/evaluation/223878-1170102843/sugar15371.csp
308.12	c END parse (307.188129 seconds)
308.12	c BEGIN simplify
309.15	c END simplify (1.0326 seconds)
309.15	c BEGIN encode /tmp/evaluation/223878-1170102843/sugar15371.bcnf
315.96	c END encode (6.811443 seconds)
316.59	c # GENERATE_SAT  END : 51384 variables 152348 clauses 75492900 bytes (316 seconds) [Mon Jan 29 21:39:22 2007]
316.59	c # GENERATE_SAT  CPU : 315.59 = 0.47 + 0.03 + 313.11 + 1.98
316.59	
316.59	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223878-1170102843/sugar15371.bcnf [Mon Jan 29 21:39:22 2007]
316.59	c # CMD : /tmp/evaluation/223878-1170102843/minisat /tmp/evaluation/223878-1170102843/sugar15371.bcnf /tmp/evaluation/223878-1170102843/sugar15371.out
318.25	c ==================================[MINISAT]===================================
318.25	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
318.25	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
318.25	c ==============================================================================
318.25	c |         0 |  152348 18720835 |   50782       0        0     nan |  0.000 % |
318.40	c |       103 |  152349 18720835 |   55860     102     3859    37.8 |  0.000 % |
318.63	c |       254 |  152352 18720835 |   61446     250    14593    58.4 |  0.000 % |
319.22	c |       479 |  152357 18720835 |   67590     470    41605    88.5 |  0.000 % |
319.83	c |       818 |  152358 18720835 |   74349     808    57184    70.8 |  0.000 % |
320.68	c |      1324 |  152358 18720835 |   81784    1314    84369    64.2 |  0.000 % |
322.27	c |      2084 |  152359 18720835 |   89963    2073   129006    62.2 |  0.000 % |
325.03	c |      3223 |  152360 18720835 |   98959    3211   222034    69.1 |  0.000 % |
328.32	c |      4931 |  152367 18720835 |  108855    4912   343679    70.0 |  0.000 % |
334.13	c |      7493 |  152369 18720835 |  119741    7472   532041    71.2 |  0.000 % |
344.62	c |     11337 |  152372 18720835 |  131715   11313   812270    71.8 |  0.000 % |
362.16	c |     17104 |  152374 18720835 |  144886   17078  1496027    87.6 |  0.000 % |
395.31	c |     25753 |  152378 18720835 |  159375   25723  2306301    89.7 |  0.000 % |
438.10	c |     38727 |  152381 18720835 |  175313   38694  3555213    91.9 |  0.000 % |
516.30	c |     58188 |  152168 18718010 |  192844   21360  2225485   104.2 |  0.134 % |
625.83	c |     87383 |  152009 18705452 |  212129   33731  3551507   105.3 |  0.144 % |
802.24	c |    131172 |  152028 18705452 |  233341   77501  8507433   109.8 |  0.144 % |
1122.09	c |    196856 |  151589 18693610 |  256676   99362 11153288   112.2 |  0.409 % |
1641.58	c |    295384 |  151453 18684319 |  282343  171810 21576661   125.6 |  0.477 % |
1810.77	
1810.77	s UNKNOWN
1810.77	c # INTERRUPTED
1810.77	c # MAIN  END :  (1811 seconds) [Mon Jan 29 22:04:16 2007]
1810.77	c # MAIN  CPU : 315.61 = 0.48 + 0.04 + 313.11 + 1.98
1810.77	

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/node23/watcher-223878-1170102843 -o ROOT/results/node23/solver-223878-1170102843 -C 1800 -M 900 /tmp/evaluation/223878-1170102843/solver /tmp/evaluation/223878-1170102843 /tmp/evaluation/223878-1170102843/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.55 1.17 1.28 5/87 15372
/proc/meminfo: memFree=1483712/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=12268 CPUtime=0
/proc/15371/stat : 15371 (sugar) R 15369 15371 15162 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30238374 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496562174 0 0 4224 0 0 0 0 17 1 0 0
/proc/15371/statm: 3067 315 241 3 0 167 0

[startup+0.108024 s]
/proc/loadavg: 1.55 1.17 1.28 5/87 15372
/proc/meminfo: memFree=1483712/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30238374 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.519074 s]
/proc/loadavg: 1.55 1.17 1.28 5/87 15372
/proc/meminfo: memFree=1483712/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30238374 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34817 s]
/proc/loadavg: 1.67 1.20 1.29 4/96 15388
/proc/meminfo: memFree=1461944/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807064 CPUtime=0.52
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 7349 0 1 0 48 4 0 0 18 0 8 0 30238455 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201766 7097 1494 14 0 189044 0
[pid=15381/tid=15382] ppid=15371 vsize=807064 CPUtime=0.06
/proc/15381/task/15382/stat : 15382 (java) R 15371 15371 15162 0 -1 64 1295 0 0 0 6 0 0 0 16 0 8 0 30238458 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807064 CPUtime=0.05
/proc/15381/task/15386/stat : 15386 (java) R 15371 15371 15162 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30238462 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15387] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15387/stat : 15387 (java) S 15371 15371 15162 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238462 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15388] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15388/stat : 15388 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238462 826433536 7097 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.98835 s]
/proc/loadavg: 1.67 1.20 1.29 3/96 15388
/proc/meminfo: memFree=1441400/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807064 CPUtime=2.16
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 14084 0 1 0 208 8 0 0 25 0 8 0 30238455 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942409 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201766 13818 1506 14 0 189044 0
[pid=15381/tid=15382] ppid=15371 vsize=807064 CPUtime=0.55
/proc/15381/task/15382/stat : 15382 (java) S 15371 15371 15162 0 -1 64 7990 0 0 0 51 4 0 0 16 0 8 0 30238458 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807064 CPUtime=0.06
/proc/15381/task/15386/stat : 15386 (java) S 15371 15371 15162 0 -1 64 294 0 0 0 6 0 0 0 16 0 8 0 30238462 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15387] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15387/stat : 15387 (java) S 15371 15371 15162 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238462 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15388] ppid=15371 vsize=807064 CPUtime=0
/proc/15381/task/15388/stat : 15388 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238462 826433536 13818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 820788

[startup+6.28273 s]
/proc/loadavg: 1.69 1.21 1.29 3/96 15388
/proc/meminfo: memFree=1349944/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807328 CPUtime=5.45
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 39446 0 1 0 525 20 0 0 25 0 8 0 30238455 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747282 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201832 39073 1506 14 0 189110 0
[pid=15381/tid=15382] ppid=15371 vsize=807328 CPUtime=1.68
/proc/15381/task/15382/stat : 15382 (java) S 15371 15371 15162 0 -1 64 33116 0 0 0 154 14 0 0 16 0 8 0 30238458 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807328 CPUtime=0.13
/proc/15381/task/15386/stat : 15386 (java) S 15371 15371 15162 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30238462 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15387] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15387/stat : 15387 (java) S 15371 15371 15162 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238462 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15388] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15388/stat : 15388 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238462 826703872 39073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 821052

[startup+12.7765 s]
/proc/loadavg: 1.72 1.23 1.29 3/96 15388
/proc/meminfo: memFree=1268856/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807328 CPUtime=11.95
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 54789 0 1 0 1165 30 0 0 25 0 8 0 30238455 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201832 54117 1507 14 0 189110 0
[pid=15381/tid=15382] ppid=15371 vsize=807328 CPUtime=4.06
/proc/15381/task/15382/stat : 15382 (java) R 15371 15371 15162 0 -1 64 48242 0 0 0 383 23 0 0 15 0 8 0 30238458 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154023930 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807328 CPUtime=0.15
/proc/15381/task/15386/stat : 15386 (java) S 15371 15371 15162 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15387] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15387/stat : 15387 (java) S 15371 15371 15162 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15388] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15388/stat : 15388 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238462 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.7
Current children cumulated vsize (KiB) 821052

[startup+25.5839 s]
/proc/loadavg: 1.83 1.27 1.31 3/96 15388
/proc/meminfo: memFree=1268600/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807328 CPUtime=24.75
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 55577 0 1 0 2437 38 0 0 25 0 8 0 30238455 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201832 54117 1507 14 0 189110 0
[pid=15381/tid=15382] ppid=15371 vsize=807328 CPUtime=9.01
/proc/15381/task/15382/stat : 15382 (java) R 15371 15371 15162 0 -1 64 48612 0 0 0 873 28 0 0 15 0 8 0 30238458 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807328 CPUtime=0.15
/proc/15381/task/15386/stat : 15386 (java) S 15371 15371 15162 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15387] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15387/stat : 15387 (java) S 15371 15371 15162 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15388] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15388/stat : 15388 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 821052

[startup+51.2559 s]
/proc/loadavg: 2.19 1.41 1.35 4/96 15388
/proc/meminfo: memFree=1268152/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=13724 CPUtime=0.04
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238374 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 3431 808 370 3 0 531 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15381] ppid=15371 vsize=807328 CPUtime=50.4
/proc/15381/stat : 15381 (java) R 15371 15371 15162 0 -1 0 57560 0 1 0 4991 49 0 0 25 0 8 0 30238455 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15381/statm: 201832 54117 1507 14 0 189110 0
[pid=15381/tid=15382] ppid=15371 vsize=807328 CPUtime=19.34
/proc/15381/task/15382/stat : 15382 (java) S 15371 15371 15162 0 -1 64 49766 0 0 0 1897 37 0 0 16 0 8 0 30238458 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15383] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15383/stat : 15383 (java) S 15371 15371 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15384] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15384/stat : 15384 (java) S 15371 15371 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238459 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15385] ppid=15371 vsize=807328 CPUtime=0
/proc/15381/task/15385/stat : 15385 (java) S 15371 15371 15162 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238462 826703872 54117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15381/tid=15386] ppid=15371 vsize=807328 CPUtime=0.15

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

/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 36862 0 0 0 92041 45 0 0 25 0 1 0 30270034 149061632 35809 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 36392 35809 52 112 0 36276 0
Current children cumulated CPU time (s) 1237.22
Current children cumulated vsize (KiB) 187124

[startup+1303.25 s]
/proc/loadavg: 2.67 2.58 2.19 4/96 15455
/proc/meminfo: memFree=863992/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=145960 CPUtime=980.29
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 36983 0 0 0 97984 45 0 0 25 0 1 0 30270034 149463040 35930 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525947 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 36490 35930 52 112 0 36374 0
Current children cumulated CPU time (s) 1296.65
Current children cumulated vsize (KiB) 187516

[startup+1363.3 s]
/proc/loadavg: 2.64 2.59 2.21 4/96 15455
/proc/meminfo: memFree=848184/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=146092 CPUtime=1039.76
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 36994 0 0 0 103930 46 0 0 25 0 1 0 30270034 149598208 35941 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 36523 35941 52 112 0 36407 0
Current children cumulated CPU time (s) 1356.12
Current children cumulated vsize (KiB) 187648

[startup+1423.37 s]
/proc/loadavg: 2.75 2.63 2.25 4/96 15455
/proc/meminfo: memFree=836216/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=148952 CPUtime=1099.24
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 37734 0 0 0 109878 46 0 0 25 0 1 0 30270034 152526848 36681 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 37238 36681 52 112 0 37122 0
Current children cumulated CPU time (s) 1415.6
Current children cumulated vsize (KiB) 190508

[startup+1483.42 s]
/proc/loadavg: 2.57 2.60 2.26 3/96 15455
/proc/meminfo: memFree=787448/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=156628 CPUtime=1158.69
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 39594 0 0 0 115820 49 0 0 25 0 1 0 30270034 160387072 38541 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 39157 38541 52 112 0 39041 0
Current children cumulated CPU time (s) 1475.05
Current children cumulated vsize (KiB) 198184

[startup+1543.46 s]
/proc/loadavg: 2.54 2.58 2.28 4/96 15455
/proc/meminfo: memFree=737784/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=162760 CPUtime=1218.15
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 41112 0 0 0 121764 51 0 0 25 0 1 0 30270034 166666240 40059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 40690 40059 52 112 0 40574 0
Current children cumulated CPU time (s) 1534.51
Current children cumulated vsize (KiB) 204316

[startup+1603.48 s]
/proc/loadavg: 2.59 2.59 2.30 4/96 15455
/proc/meminfo: memFree=720824/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=170040 CPUtime=1277.6
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 42941 0 0 0 127706 54 0 0 25 0 1 0 30270034 174120960 41888 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15391/statm: 42510 41888 52 112 0 42394 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 211596

[startup+1663.57 s]
/proc/loadavg: 2.67 2.61 2.32 3/102 15567
/proc/meminfo: memFree=701432/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=176184 CPUtime=1337.29
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 44495 0 0 0 133666 63 0 0 25 0 1 0 30270034 180412416 43442 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 1 0 0
/proc/15391/statm: 44046 43442 52 112 0 43930 0
Current children cumulated CPU time (s) 1653.65
Current children cumulated vsize (KiB) 217740

[startup+1723.64 s]
/proc/loadavg: 2.81 2.65 2.35 3/96 15653
/proc/meminfo: memFree=664944/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=181768 CPUtime=1397.23
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 45893 0 0 0 139658 65 0 0 25 0 1 0 30270034 186130432 44840 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/15391/statm: 45442 44840 52 112 0 45326 0
Current children cumulated CPU time (s) 1713.59
Current children cumulated vsize (KiB) 223324

[startup+1783.72 s]
/proc/loadavg: 2.73 2.64 2.36 3/96 15653
/proc/meminfo: memFree=656248/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=186952 CPUtime=1456.88
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 47222 0 0 0 145622 66 0 0 25 0 1 0 30270034 191438848 46169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525778 0 0 4096 3 0 0 0 17 1 0 0
/proc/15391/statm: 46738 46169 52 112 0 46622 0
Current children cumulated CPU time (s) 1773.24
Current children cumulated vsize (KiB) 228508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.76 s]
/proc/loadavg: 2.64 2.62 2.36 4/96 15653
/proc/meminfo: memFree=644536/2055920 swapFree=4192956/4192956
[pid=15371] ppid=15369 vsize=41556 CPUtime=315.65
/proc/15371/stat : 15371 (sugar) S 15369 15371 15162 0 -1 4194304 8103 165940 0 1 51 5 31311 198 16 0 1 0 30238374 42553344 7519 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15371/statm: 10389 7519 373 3 0 7489 0
[pid=15373] ppid=15371 vsize=0 CPUtime=0.71
/proc/15373/stat : 15373 (java) Z 15371 15371 15162 0 -1 1036 7676 0 1 0 65 6 0 0 18 0 1 0 30238379 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
[pid=15391] ppid=15371 vsize=189044 CPUtime=1483.65
/proc/15391/stat : 15391 (minisat) R 15371 15371 15162 0 -1 0 47755 0 0 0 148298 67 0 0 25 0 1 0 30270034 193581056 46702 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/15391/statm: 47261 46702 52 112 0 47145 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 230600

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 15371 and gives childrusage.ru_utime.tv_sec=313 childrusage.ru_utime.tv_usec=627321 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=78683
CPU time returned by wait4() is 315.706
while last known CPU time is 1800.06

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

Real time (s): 1811.82
CPU time (s): 1800.06
CPU user time (s): 1797.25
CPU system time (s): 2.81
CPU usage (%): 99.3509
Max. virtual memory (cumulated for all children) (KiB): 823080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.627
system time used= 2.07868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174129
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= 47022
involuntary context switches= 43277

runsolver used 2.02869 s user time and 5.71813 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 20:34:04 UTC 2007


IDJOB= 223878
IDBENCH= 5686
IDSOLVER= 86
FILE ID= node23/223878-1170102843

PBS_JOBID= 3689772

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5f71d51adad8c377228629cd4772d094

RANDOM SEED= 830406194

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.216
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.216
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:       1484320 kB
Buffers:         52364 kB
Cached:         337344 kB
SwapCached:          0 kB
Active:         271736 kB
Inactive:       228844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:         130624 kB
Slab:            55984 kB
Committed_AS:   480708 kB
PageTables:       2152 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= 66558 MiB



End job on node23 on Mon Jan 29 21:04:18 UTC 2007