Trace number 224283

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.13 1810.54

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-27_ext.xml
MD5SUM3788069b797882aa052dc6d3eb269e73
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 benchmark7.2499
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/224283-1170103244/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224283-1170103244/unknown.xml [Mon Jan 29 21:40:44 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224283-1170103244/unknown.xml /tmp/evaluation/224283-1170103244/sugar26206.csp [Mon Jan 29 21:40:44 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224283-1170103244/sugar-v0-40.jar -convert /tmp/evaluation/224283-1170103244/unknown.xml /tmp/evaluation/224283-1170103244/sugar26206.csp
0.17	c BEGIN convert /tmp/evaluation/224283-1170103244/unknown.xml
0.75	c END convert (0.580396 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/224283-1170103244/sugar26206.csp 1712203 bytes (1 seconds) [Mon Jan 29 21:40:45 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224283-1170103244/sugar26206.bcnf [Mon Jan 29 21:40:45 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224283-1170103244/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224283-1170103244/sugar26206.map /tmp/evaluation/224283-1170103244/sugar26206.csp /tmp/evaluation/224283-1170103244/sugar26206.bcnf
0.93	c BEGIN parse /tmp/evaluation/224283-1170103244/sugar26206.csp
321.86	c END parse (320.930504 seconds)
321.86	c BEGIN simplify
322.89	c END simplify (1.029362 seconds)
322.89	c BEGIN encode /tmp/evaluation/224283-1170103244/sugar26206.bcnf
330.36	c END encode (7.465454 seconds)
330.99	c # GENERATE_SAT  END : 58030 variables 164972 clauses 85339364 bytes (330 seconds) [Mon Jan 29 21:46:15 2007]
330.99	c # GENERATE_SAT  CPU : 328.26 = 0.48 + 0.05 + 325.83 + 1.9
330.99	
330.99	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224283-1170103244/sugar26206.bcnf [Mon Jan 29 21:46:15 2007]
330.99	c # CMD : /tmp/evaluation/224283-1170103244/minisat /tmp/evaluation/224283-1170103244/sugar26206.bcnf /tmp/evaluation/224283-1170103244/sugar26206.out
332.84	c ==================================[MINISAT]===================================
332.84	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
332.84	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
332.84	c ==============================================================================
332.84	c |         0 |  164972 21169823 |   54990       0        0     nan |  0.000 % |
332.99	c |       101 |  164973 21169823 |   60489     100     6009    60.1 |  0.000 % |
333.28	c |       252 |  164974 21169823 |   66537     250    14166    56.7 |  0.000 % |
333.64	c |       477 |  164976 21169823 |   73191     473    28009    59.2 |  0.000 % |
334.16	c |       814 |  164978 21169823 |   80510     808    60466    74.8 |  0.000 % |
334.95	c |      1323 |  164983 21169823 |   88561    1312    93890    71.6 |  0.000 % |
336.69	c |      2083 |  164985 21169823 |   97418    2070   154837    74.8 |  0.000 % |
339.47	c |      3226 |  164985 21169823 |  107159    3213   257631    80.2 |  0.000 % |
342.59	c |      4934 |  164993 21169823 |  117875    4913   378105    77.0 |  0.000 % |
349.08	c |      7496 |  164996 21169823 |  129663    7472   600700    80.4 |  0.000 % |
361.11	c |     11340 |  165003 21169823 |  142629   11309  1019860    90.2 |  0.000 % |
371.86	c |     17107 |  165009 21169823 |  156892   17070  1385770    81.2 |  0.000 % |
398.21	c |     25756 |  165019 21169823 |  172582   25709  2078771    80.9 |  0.000 % |
442.60	c |     38731 |  165032 21169823 |  189840   38671  3346332    86.5 |  0.000 % |
527.71	c |     58192 |  165041 21169823 |  208824   58123  5519942    95.0 |  0.000 % |
667.42	c |     87385 |  165051 21169823 |  229706   87306  9844628   112.8 |  0.000 % |
959.51	c |    131174 |  165056 21169823 |  252677  131090 16499487   125.9 |  0.000 % |
1407.90	c |    196858 |  164940 21165990 |  277945   84503  9847840   116.5 |  0.040 % |
1809.48	
1809.48	s UNKNOWN
1809.48	c # INTERRUPTED
1809.48	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:10:53 2007]
1809.48	c # MAIN  CPU : 328.26 = 0.48 + 0.05 + 325.83 + 1.9
1809.48	

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/node11/watcher-224283-1170103244 -o ROOT/results/node11/solver-224283-1170103244 -C 1800 -M 900 /tmp/evaluation/224283-1170103244/solver /tmp/evaluation/224283-1170103244 /tmp/evaluation/224283-1170103244/unknown.xml 

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

/proc/loadavg: 2.07 2.18 2.15 3/88 26207
/proc/meminfo: memFree=1669264/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=5352 CPUtime=0
/proc/26206/stat : 26206 (solver) R 26204 26206 25801 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30278927 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 262910045479 0 0 4096 0 0 0 0 17 1 0 0
/proc/26206/statm: 1338 231 193 169 0 49 0

[startup+0.102861 s]
/proc/loadavg: 2.07 2.18 2.15 3/88 26207
/proc/meminfo: memFree=1669264/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30278927 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510947 s]
/proc/loadavg: 2.07 2.18 2.15 3/88 26207
/proc/meminfo: memFree=1669264/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33401 s]
/proc/loadavg: 2.06 2.17 2.14 4/97 26223
/proc/meminfo: memFree=1648008/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807064 CPUtime=0.5
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 7381 0 1 0 46 4 0 0 22 0 8 0 30279008 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201766 7130 1494 14 0 189044 0
[pid=26216/tid=26217] ppid=26206 vsize=807064 CPUtime=0.05
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 1327 0 0 0 5 0 0 0 16 0 8 0 30279012 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807064 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807064 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807064 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807064 CPUtime=0.05
/proc/26216/task/26221/stat : 26221 (java) S 26206 26206 25801 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30279015 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26222] ppid=26206 vsize=807064 CPUtime=0
/proc/26216/task/26222/stat : 26222 (java) S 26206 26206 25801 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30279015 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26223] ppid=26206 vsize=807064 CPUtime=0
/proc/26216/task/26223/stat : 26223 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30279015 826433536 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820788

[startup+2.9872 s]
/proc/loadavg: 2.06 2.17 2.14 3/97 26223
/proc/meminfo: memFree=1626888/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807336 CPUtime=2.15
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 14155 0 1 0 207 8 0 0 25 0 8 0 30279008 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154015681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201834 13889 1506 14 0 189112 0
[pid=26216/tid=26217] ppid=26206 vsize=807336 CPUtime=0.52
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 8000 0 0 0 49 3 0 0 16 0 8 0 30279012 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807336 CPUtime=0.08
/proc/26216/task/26221/stat : 26221 (java) S 26206 26206 25801 0 -1 64 354 0 0 0 8 0 0 0 16 0 8 0 30279015 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26222] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26222/stat : 26222 (java) S 26206 26206 25801 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30279015 826712064 13889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26223] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26223/stat : 26223 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30279015 826712064 13889 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+6.22137 s]
/proc/loadavg: 2.06 2.17 2.14 3/97 26223
/proc/meminfo: memFree=1524552/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807336 CPUtime=5.36
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 41646 0 1 0 515 21 0 0 25 0 8 0 30279008 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201834 41263 1506 14 0 189112 0
[pid=26216/tid=26217] ppid=26206 vsize=807336 CPUtime=1.71
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 35312 0 0 0 155 16 0 0 15 0 8 0 30279012 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807336 CPUtime=0.12
/proc/26216/task/26221/stat : 26221 (java) S 26206 26206 25801 0 -1 64 393 0 0 0 12 0 0 0 17 0 8 0 30279015 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26222] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26222/stat : 26222 (java) S 26206 26206 25801 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30279015 826712064 41263 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26223] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26223/stat : 26223 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30279015 826712064 41263 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+12.7174 s]
/proc/loadavg: 2.13 2.18 2.15 4/97 26223
/proc/meminfo: memFree=1453256/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807336 CPUtime=11.82
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 54973 0 1 0 1152 30 0 0 25 0 8 0 30279008 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201834 54114 1507 14 0 189112 0
[pid=26216/tid=26217] ppid=26206 vsize=807336 CPUtime=4.33
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 48406 0 0 0 409 24 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807336 CPUtime=0.14
/proc/26216/task/26221/stat : 26221 (java) S 26206 26206 25801 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26222] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26222/stat : 26222 (java) S 26206 26206 25801 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26223] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26223/stat : 26223 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+25.5639 s]
/proc/loadavg: 2.26 2.21 2.16 3/97 26223
/proc/meminfo: memFree=1451528/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807336 CPUtime=24.58
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 55714 0 1 0 2423 35 0 0 25 0 8 0 30279008 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201834 54114 1507 14 0 189112 0
[pid=26216/tid=26217] ppid=26206 vsize=807336 CPUtime=9.47
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 48690 0 0 0 920 27 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807336 CPUtime=0.14
/proc/26216/task/26221/stat : 26221 (java) S 26206 26206 25801 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26222] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26222/stat : 26222 (java) S 26206 26206 25801 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26223] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26223/stat : 26223 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821060

[startup+51.1809 s]
/proc/loadavg: 2.39 2.24 2.17 4/97 26223
/proc/meminfo: memFree=1447752/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=13724 CPUtime=0.04
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30278927 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 3431 808 370 3 0 531 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26216] ppid=26206 vsize=807336 CPUtime=50.04
/proc/26216/stat : 26216 (java) R 26206 26206 25801 0 -1 0 57467 0 1 0 4958 46 0 0 25 0 8 0 30279008 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26216/statm: 201834 54114 1507 14 0 189112 0
[pid=26216/tid=26217] ppid=26206 vsize=807336 CPUtime=19.93
/proc/26216/task/26217/stat : 26217 (java) S 26206 26206 25801 0 -1 64 49550 0 0 0 1960 33 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26218] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26218/stat : 26218 (java) S 26206 26206 25801 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26219] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26219/stat : 26219 (java) S 26206 26206 25801 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30279012 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26220] ppid=26206 vsize=807336 CPUtime=0
/proc/26216/task/26220/stat : 26220 (java) S 26206 26206 25801 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30279015 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26216/tid=26221] ppid=26206 vsize=807336 CPUtime=0.14

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

/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47236 0 0 0 90707 50 0 0 25 0 1 0 30312027 191426560 46183 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528327 0 0 4096 3 0 0 0 17 1 0 0
/proc/26224/statm: 46735 46183 52 112 0 46619 0
Current children cumulated CPU time (s) 1236.56
Current children cumulated vsize (KiB) 231796

[startup+1303.02 s]
/proc/loadavg: 2.04 2.02 2.06 3/96 26396
/proc/meminfo: memFree=1220536/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=967.25
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 96674 51 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1296.24
Current children cumulated vsize (KiB) 234276

[startup+1363.04 s]
/proc/loadavg: 2.01 2.02 2.06 3/90 26422
/proc/meminfo: memFree=1221560/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1026.96
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 102644 52 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527422 0 0 4096 3 0 0 0 17 1 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1355.95
Current children cumulated vsize (KiB) 234276

[startup+1423.05 s]
/proc/loadavg: 1.86 1.98 2.04 4/96 26520
/proc/meminfo: memFree=1464832/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1086.75
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 108619 56 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1415.74
Current children cumulated vsize (KiB) 234276

[startup+1483.15 s]
/proc/loadavg: 2.37 2.10 2.08 4/96 26520
/proc/meminfo: memFree=1195648/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1146.53
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 114597 56 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1475.52
Current children cumulated vsize (KiB) 234276

[startup+1543.23 s]
/proc/loadavg: 2.62 2.22 2.12 4/96 26520
/proc/meminfo: memFree=1161152/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1206.31
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 120574 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1535.3
Current children cumulated vsize (KiB) 234276

[startup+1603.27 s]
/proc/loadavg: 2.67 2.31 2.15 4/96 26520
/proc/meminfo: memFree=1147328/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1266
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 126543 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1594.99
Current children cumulated vsize (KiB) 234276

[startup+1663.3 s]
/proc/loadavg: 2.79 2.40 2.19 4/96 26520
/proc/meminfo: memFree=1136576/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1325.7
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 132513 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1654.69
Current children cumulated vsize (KiB) 234276

[startup+1723.31 s]
/proc/loadavg: 2.77 2.46 2.23 4/96 26520
/proc/meminfo: memFree=1119360/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1385.39
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 138482 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1714.38
Current children cumulated vsize (KiB) 234276

[startup+1783.41 s]
/proc/loadavg: 2.76 2.51 2.26 4/96 26520
/proc/meminfo: memFree=1087688/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1445.14
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 144457 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1774.13
Current children cumulated vsize (KiB) 234276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.47 s]
/proc/loadavg: 2.71 2.52 2.27 3/96 26520
/proc/meminfo: memFree=1087752/2055920 swapFree=4192812/4192956
[pid=26206] ppid=26204 vsize=44856 CPUtime=328.3
/proc/26206/stat : 26206 (sugar) S 26204 26206 25801 0 -1 4194304 8938 170902 0 1 51 6 32583 190 16 0 1 0 30278927 45932544 8354 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26206/statm: 11214 8354 373 3 0 8314 0
[pid=26208] ppid=26206 vsize=0 CPUtime=0.69
/proc/26208/stat : 26208 (java) Z 26206 26206 25801 0 -1 1036 7681 0 1 0 64 5 0 0 17 0 1 0 30278932 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26208/statm: 0 0 0 0 0 0 0
[pid=26224] ppid=26206 vsize=189420 CPUtime=1471.08
/proc/26224/stat : 26224 (minisat) R 26206 26206 25801 0 -1 0 47885 0 0 0 147051 57 0 0 25 0 1 0 30312027 193966080 46832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525898 0 0 4096 3 0 0 0 17 0 0 0
/proc/26224/statm: 47355 46832 52 112 0 47239 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 234276

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26206 and gives childrusage.ru_utime.tv_sec=326 childrusage.ru_utime.tv_usec=356386 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=26691
CPU time returned by wait4() is 328.383
while last known CPU time is 1800.13

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

Real time (s): 1810.54
CPU time (s): 1800.13
CPU user time (s): 1797.49
CPU system time (s): 2.64
CPU usage (%): 99.4248
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.356
system time used= 2.02669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179926
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= 50557
involuntary context switches= 49780

runsolver used 2.15767 s user time and 6.03808 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 20:40:44 UTC 2007


IDJOB= 224283
IDBENCH= 5731
IDSOLVER= 86
FILE ID= node11/224283-1170103244

PBS_JOBID= 3689528

Free space on /tmp= 66483 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3788069b797882aa052dc6d3eb269e73

RANDOM SEED= 458875621

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.243
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.243
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:       1669808 kB
Buffers:         32052 kB
Cached:         129108 kB
SwapCached:          0 kB
Active:         297408 kB
Inactive:        40256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:         196208 kB
Slab:            33040 kB
Committed_AS:   478024 kB
PageTables:       2408 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= 66550 MiB



End job on node11 on Mon Jan 29 21:10:54 UTC 2007