Trace number 223539

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.12 1810.28

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-39_ext.xml
MD5SUM79442430b849d38f80c3f7e5db722822
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 benchmark0.361944
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.04	c # Sugar v0-40 (/tmp/evaluation/223539-1170102824/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223539-1170102824/unknown.xml [Mon Jan 29 21:33:50 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223539-1170102824/unknown.xml /tmp/evaluation/223539-1170102824/sugar25242.csp [Mon Jan 29 21:33:50 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223539-1170102824/sugar-v0-40.jar -convert /tmp/evaluation/223539-1170102824/unknown.xml /tmp/evaluation/223539-1170102824/sugar25242.csp
0.16	c BEGIN convert /tmp/evaluation/223539-1170102824/unknown.xml
0.72	c END convert (0.561934 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/223539-1170102824/sugar25242.csp 1733378 bytes (1 seconds) [Mon Jan 29 21:33:51 2007]
0.75	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223539-1170102824/sugar25242.bcnf [Mon Jan 29 21:33:51 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223539-1170102824/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223539-1170102824/sugar25242.map /tmp/evaluation/223539-1170102824/sugar25242.csp /tmp/evaluation/223539-1170102824/sugar25242.bcnf
0.96	c BEGIN parse /tmp/evaluation/223539-1170102824/sugar25242.csp
324.67	c END parse (323.713694 seconds)
324.67	c BEGIN simplify
325.73	c END simplify (1.062793 seconds)
325.73	c BEGIN encode /tmp/evaluation/223539-1170102824/sugar25242.bcnf
332.85	c END encode (7.112098 seconds)
333.51	c # GENERATE_SAT  END : 51192 variables 152118 clauses 75786956 bytes (332 seconds) [Mon Jan 29 21:39:23 2007]
333.51	c # GENERATE_SAT  CPU : 331.86 = 0.48 + 0.04 + 329.33 + 2.01
333.51	
333.51	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223539-1170102824/sugar25242.bcnf [Mon Jan 29 21:39:23 2007]
333.51	c # CMD : /tmp/evaluation/223539-1170102824/minisat /tmp/evaluation/223539-1170102824/sugar25242.bcnf /tmp/evaluation/223539-1170102824/sugar25242.out
335.20	c ==================================[MINISAT]===================================
335.20	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
335.20	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
335.20	c ==============================================================================
335.20	c |         0 |  152118 18794579 |   50706       0        0     nan |  0.000 % |
335.38	c |       100 |  152120 18794579 |   55776      98     7617    77.7 |  0.000 % |
335.64	c |       251 |  152120 18794579 |   61354     249    14716    59.1 |  0.000 % |
336.03	c |       476 |  152123 18794579 |   67489     471    29774    63.2 |  0.000 % |
336.58	c |       814 |  152123 18794579 |   74238     809    54841    67.8 |  0.000 % |
337.43	c |      1321 |  152126 18794579 |   81662    1313    78987    60.2 |  0.000 % |
338.64	c |      2081 |  152128 18794579 |   89828    2071   122210    59.0 |  0.000 % |
340.52	c |      3220 |  152132 18794579 |   98811    3206   186226    58.1 |  0.000 % |
344.52	c |      4928 |  152134 18794579 |  108692    4912   324643    66.1 |  0.000 % |
349.43	c |      7494 |  152136 18794579 |  119562    7476   504255    67.4 |  0.000 % |
359.27	c |     11338 |  152141 18794579 |  131518   11315   835432    73.8 |  0.000 % |
369.77	c |     17104 |  152149 18794579 |  144670   17073  1335682    78.2 |  0.000 % |
389.92	c |     25754 |  152159 18794579 |  159137   25713  2043179    79.5 |  0.000 % |
423.56	c |     38729 |  152164 18794579 |  175050   38683  3410370    88.2 |  0.000 % |
493.66	c |     58190 |  152179 18794579 |  192555   58129  5680857    97.7 |  0.000 % |
594.28	c |     87384 |  152197 18794579 |  211811   87305  9534755   109.2 |  0.000 % |
786.18	c |    131173 |  151919 18783310 |  232992  105297 12424263   118.0 |  0.232 % |
1045.67	c |    196860 |  151947 18783310 |  256291  170956 21195501   124.0 |  0.232 % |
1567.12	c |    295390 |  151966 18783310 |  281921   39429  5261531   133.4 |  0.232 % |
1809.17	
1809.17	s UNKNOWN
1809.17	c # INTERRUPTED
1809.17	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:03:59 2007]
1809.17	c # MAIN  CPU : 331.87 = 0.49 + 0.04 + 329.33 + 2.01
1809.17	

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/node26/watcher-223539-1170102824 -o ROOT/results/node26/solver-223539-1170102824 -C 1800 -M 900 /tmp/evaluation/223539-1170102824/solver /tmp/evaluation/223539-1170102824 /tmp/evaluation/223539-1170102824/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.78 1.95 1.99 4/81 25243
/proc/meminfo: memFree=1878000/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=12268 CPUtime=0
/proc/25242/stat : 25242 (sugar) D 25237 25242 25046 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30236631 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269028653669 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/25242/statm: 3067 316 241 3 0 167 0

[startup+0.105652 s]
/proc/loadavg: 1.78 1.95 1.99 4/81 25243
/proc/meminfo: memFree=1878000/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30236631 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513735 s]
/proc/loadavg: 1.78 1.95 1.99 4/81 25243
/proc/meminfo: memFree=1878000/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33987 s]
/proc/loadavg: 1.78 1.95 1.99 2/90 25261
/proc/meminfo: memFree=1858792/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807064 CPUtime=0.48
/proc/25254/stat : 25254 (java) R 25242 25242 25046 0 -1 0 7377 0 1 0 44 4 0 0 17 0 8 0 30236706 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380129 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25254/statm: 201766 7126 1494 14 0 189044 0
[pid=25254/tid=25255] ppid=25242 vsize=807064 CPUtime=0.05
/proc/25254/task/25255/stat : 25255 (java) S 25242 25242 25046 0 -1 64 1325 0 0 0 5 0 0 0 16 0 8 0 30236719 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807064 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807064 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807064 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807064 CPUtime=0.05
/proc/25254/task/25259/stat : 25259 (java) S 25242 25242 25046 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30236722 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25260] ppid=25242 vsize=807064 CPUtime=0
/proc/25254/task/25260/stat : 25260 (java) S 25242 25242 25046 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30236722 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25261] ppid=25242 vsize=807064 CPUtime=0
/proc/25254/task/25261/stat : 25261 (java) S 25242 25242 25046 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236722 826433536 7126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 820788

[startup+2.98797 s]
/proc/loadavg: 1.72 1.94 1.99 2/90 25261
/proc/meminfo: memFree=1834920/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807336 CPUtime=2.13
/proc/25254/stat : 25254 (java) S 25242 25242 25046 0 -1 0 14558 0 1 0 205 8 0 0 16 0 8 0 30236706 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25254/statm: 201834 14292 1506 14 0 189112 0
[pid=25254/tid=25255] ppid=25242 vsize=807336 CPUtime=0.52
/proc/25254/task/25255/stat : 25255 (java) R 25242 25242 25046 0 -1 64 8372 0 0 0 49 3 0 0 16 0 8 0 30236719 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822960 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807336 CPUtime=0.11
/proc/25254/task/25259/stat : 25259 (java) S 25242 25242 25046 0 -1 64 387 0 0 0 11 0 0 0 16 0 8 0 30236722 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25260] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25260/stat : 25260 (java) S 25242 25242 25046 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30236722 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25261] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25261/stat : 25261 (java) S 25242 25242 25046 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236722 826712064 14292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 821060

[startup+6.28574 s]
/proc/loadavg: 1.72 1.94 1.99 2/90 25263
/proc/meminfo: memFree=1724712/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807336 CPUtime=5.42
/proc/25254/stat : 25254 (java) R 25242 25242 25046 0 -1 0 43689 0 1 0 522 20 0 0 16 0 8 0 30236706 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729038 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25254/statm: 201834 43283 1506 14 0 189112 0
[pid=25254/tid=25255] ppid=25242 vsize=807336 CPUtime=1.72
/proc/25254/task/25255/stat : 25255 (java) S 25242 25242 25046 0 -1 64 37330 0 0 0 157 15 0 0 16 0 8 0 30236719 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807336 CPUtime=0.12
/proc/25254/task/25259/stat : 25259 (java) S 25242 25242 25046 0 -1 64 397 0 0 0 12 0 0 0 16 0 8 0 30236722 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25260] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25260/stat : 25260 (java) S 25242 25242 25046 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30236722 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25261] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25261/stat : 25261 (java) S 25242 25242 25046 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236722 826712064 43283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821060

[startup+12.7078 s]
/proc/loadavg: 1.69 1.92 1.98 3/103 25314
/proc/meminfo: memFree=1621248/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807336 CPUtime=11.81
/proc/25254/stat : 25254 (java) R 25242 25242 25046 0 -1 0 55082 0 1 0 1154 27 0 0 16 0 8 0 30236706 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073566138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25254/statm: 201834 54113 1507 14 0 189112 0
[pid=25254/tid=25255] ppid=25242 vsize=807336 CPUtime=4.33
/proc/25254/task/25255/stat : 25255 (java) S 25242 25242 25046 0 -1 64 48469 0 0 0 412 21 0 0 16 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807336 CPUtime=0.14
/proc/25254/task/25259/stat : 25259 (java) S 25242 25242 25046 0 -1 64 399 0 0 0 13 1 0 0 16 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25260] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25260/stat : 25260 (java) S 25242 25242 25046 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25261] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25261/stat : 25261 (java) S 25242 25242 25046 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 821060

[startup+25.5451 s]
/proc/loadavg: 1.90 1.96 1.99 4/103 25314
/proc/meminfo: memFree=1447104/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807336 CPUtime=24.57
/proc/25254/stat : 25254 (java) R 25242 25242 25046 0 -1 0 55697 0 1 0 2424 33 0 0 25 0 8 0 30236706 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25254/statm: 201834 54113 1507 14 0 189112 0
[pid=25254/tid=25255] ppid=25242 vsize=807336 CPUtime=9.29
/proc/25254/task/25255/stat : 25255 (java) S 25242 25242 25046 0 -1 64 48685 0 0 0 905 24 0 0 16 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807336 CPUtime=0.14
/proc/25254/task/25259/stat : 25259 (java) S 25242 25242 25046 0 -1 64 399 0 0 0 13 1 0 0 16 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25260] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25260/stat : 25260 (java) S 25242 25242 25046 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25261] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25261/stat : 25261 (java) S 25242 25242 25046 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236722 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 821060

[startup+51.2155 s]
/proc/loadavg: 2.37 2.06 2.02 3/103 25314
/proc/meminfo: memFree=1447168/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=13724 CPUtime=0.04
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30236631 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 3431 808 370 3 0 531 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25254] ppid=25242 vsize=807336 CPUtime=50.07
/proc/25254/stat : 25254 (java) R 25242 25242 25046 0 -1 0 57496 0 1 0 4962 45 0 0 25 0 8 0 30236706 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25254/statm: 201834 54114 1507 14 0 189112 0
[pid=25254/tid=25255] ppid=25242 vsize=807336 CPUtime=19.2
/proc/25254/task/25255/stat : 25255 (java) S 25242 25242 25046 0 -1 64 49700 0 0 0 1887 33 0 0 16 0 8 0 30236719 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25254/tid=25256] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25256/stat : 25256 (java) S 25242 25242 25046 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236719 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25257] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25257/stat : 25257 (java) S 25242 25242 25046 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30236719 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25258] ppid=25242 vsize=807336 CPUtime=0
/proc/25254/task/25258/stat : 25258 (java) S 25242 25242 25046 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30236722 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25254/tid=25259] ppid=25242 vsize=807336 CPUtime=0.14

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

/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 51223 0 0 0 90483 59 0 0 25 0 1 0 30269982 208310272 50170 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 50857 50170 52 112 0 50741 0
Current children cumulated CPU time (s) 1237.98
Current children cumulated vsize (KiB) 244852

[startup+1304.01 s]
/proc/loadavg: 2.00 2.02 2.07 3/89 25318
/proc/meminfo: memFree=1261104/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=214288 CPUtime=965.19
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 53948 0 0 0 96457 62 0 0 25 0 1 0 30269982 219430912 52895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 53572 52895 52 112 0 53456 0
Current children cumulated CPU time (s) 1297.75
Current children cumulated vsize (KiB) 255712

[startup+1364.01 s]
/proc/loadavg: 2.00 2.02 2.06 3/89 25318
/proc/meminfo: memFree=1246704/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=222544 CPUtime=1024.85
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 56022 0 0 0 102421 64 0 0 25 0 1 0 30269982 227885056 54969 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 55636 54969 52 112 0 55520 0
Current children cumulated CPU time (s) 1357.41
Current children cumulated vsize (KiB) 263968

[startup+1424.1 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 25318
/proc/meminfo: memFree=1233584/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=230456 CPUtime=1084.63
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 57988 0 0 0 108396 67 0 0 25 0 1 0 30269982 235986944 56935 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 57614 56935 52 112 0 57498 0
Current children cumulated CPU time (s) 1417.19
Current children cumulated vsize (KiB) 271880

[startup+1484.19 s]
/proc/loadavg: 2.05 2.02 2.06 3/89 25318
/proc/meminfo: memFree=1221168/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=238256 CPUtime=1144.4
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 59979 0 0 0 114371 69 0 0 25 0 1 0 30269982 243974144 58926 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527464 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 59564 58926 52 112 0 59448 0
Current children cumulated CPU time (s) 1476.96
Current children cumulated vsize (KiB) 279680

[startup+1544.29 s]
/proc/loadavg: 2.08 2.03 2.06 3/89 25318
/proc/meminfo: memFree=1211504/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1204.17
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61374 0 0 0 120346 71 0 0 25 0 1 0 30269982 249688064 60321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525628 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60321 52 112 0 60843 0
Current children cumulated CPU time (s) 1536.73
Current children cumulated vsize (KiB) 285260

[startup+1604.39 s]
/proc/loadavg: 2.03 2.02 2.05 3/89 25318
/proc/meminfo: memFree=1205872/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1263.95
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61374 0 0 0 126324 71 0 0 25 0 1 0 30269982 249688064 60321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528674 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60321 52 112 0 60843 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 285260

[startup+1664.4 s]
/proc/loadavg: 2.01 2.02 2.04 3/95 25422
/proc/meminfo: memFree=1201192/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1323.6
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61374 0 0 0 132281 79 0 0 25 0 1 0 30269982 249688064 60321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60321 52 112 0 60843 0
Current children cumulated CPU time (s) 1656.16
Current children cumulated vsize (KiB) 285260

[startup+1724.41 s]
/proc/loadavg: 2.08 2.03 2.04 3/95 25496
/proc/meminfo: memFree=1201072/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1383.24
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61376 0 0 0 138235 89 0 0 25 0 1 0 30269982 249688064 60323 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60323 52 112 0 60843 0
Current children cumulated CPU time (s) 1715.8
Current children cumulated vsize (KiB) 285260

[startup+1784.5 s]
/proc/loadavg: 2.03 2.02 2.04 3/89 25516
/proc/meminfo: memFree=1202096/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1443
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61376 0 0 0 144210 90 0 0 25 0 1 0 30269982 249688064 60323 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60323 52 112 0 60843 0
Current children cumulated CPU time (s) 1775.56
Current children cumulated vsize (KiB) 285260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.15 s]
/proc/loadavg: 2.02 2.02 2.04 3/89 25516
/proc/meminfo: memFree=1202096/2055920 swapFree=4192812/4192956
[pid=25242] ppid=25237 vsize=41424 CPUtime=331.91
/proc/25242/stat : 25242 (sugar) S 25237 25242 25046 0 -1 4194304 8080 165870 0 1 52 5 32933 201 16 0 1 0 30236631 42418176 7495 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25242/statm: 10356 7495 373 3 0 7456 0
[pid=25244] ppid=25242 vsize=0 CPUtime=0.65
/proc/25244/stat : 25244 (java) Z 25242 25242 25046 0 -1 1036 7674 0 1 0 59 6 0 0 16 0 1 0 30236635 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25244/statm: 0 0 0 0 0 0 0
[pid=25317] ppid=25242 vsize=243836 CPUtime=1467.5
/proc/25317/stat : 25317 (minisat) R 25242 25242 25046 0 -1 0 61376 0 0 0 146660 90 0 0 25 0 1 0 30269982 249688064 60323 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25317/statm: 60959 60323 52 112 0 60843 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 285260

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25242 and gives childrusage.ru_utime.tv_sec=329 childrusage.ru_utime.tv_usec=860853 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=114678
CPU time returned by wait4() is 331.976
while last known CPU time is 1800.12

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

Real time (s): 1810.28
CPU time (s): 1800.12
CPU user time (s): 1797.04
CPU system time (s): 3.08
CPU usage (%): 99.439
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.861
system time used= 2.11468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174037
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= 46102
involuntary context switches= 47902

runsolver used 2.43763 s user time and 5.69613 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan 29 20:33:49 UTC 2007


IDJOB= 223539
IDBENCH= 5652
IDSOLVER= 86
FILE ID= node26/223539-1170102824

PBS_JOBID= 3689755

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  79442430b849d38f80c3f7e5db722822

RANDOM SEED= 371042109

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.279
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.279
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:       1865304 kB
Buffers:         34484 kB
Cached:          57044 kB
SwapCached:          0 kB
Active:         103620 kB
Inactive:        42212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          73804 kB
Slab:            29888 kB
Committed_AS:   350008 kB
PageTables:       2040 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= 66485 MiB



End job on node26 on Mon Jan 29 21:04:00 UTC 2007