Trace number 233431

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 1809.55

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-7.xml
MD5SUMf4327cb68fbe8580c1be6c2a8250c7f0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size870
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/233431-1170106730/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233431-1170106730/unknown.xml [Mon Jan 29 22:38:50 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233431-1170106730/unknown.xml /tmp/evaluation/233431-1170106730/sugar28925.csp [Mon Jan 29 22:38:50 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233431-1170106730/sugar-v0-40.jar -convert /tmp/evaluation/233431-1170106730/unknown.xml /tmp/evaluation/233431-1170106730/sugar28925.csp
0.17	c BEGIN convert /tmp/evaluation/233431-1170106730/unknown.xml
0.77	c END convert (0.601766 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/233431-1170106730/sugar28925.csp 154833 bytes (1 seconds) [Mon Jan 29 22:38:51 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233431-1170106730/sugar28925.bcnf [Mon Jan 29 22:38:51 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233431-1170106730/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233431-1170106730/sugar28925.map /tmp/evaluation/233431-1170106730/sugar28925.csp /tmp/evaluation/233431-1170106730/sugar28925.bcnf
0.93	c BEGIN parse /tmp/evaluation/233431-1170106730/sugar28925.csp
1.54	c END parse (0.60816 seconds)
1.54	c BEGIN simplify
1.61	c END simplify (0.065319 seconds)
1.61	c BEGIN encode /tmp/evaluation/233431-1170106730/sugar28925.bcnf
6.29	c END encode (4.688985 seconds)
6.37	c # GENERATE_SAT  END : 191159 variables 5071488 clauses 80342448 bytes (6 seconds) [Mon Jan 29 22:38:57 2007]
6.37	c # GENERATE_SAT  CPU : 5.5 = 0.06 + 0.01 + 5.06 + 0.37
6.37	
6.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233431-1170106730/sugar28925.bcnf [Mon Jan 29 22:38:57 2007]
6.37	c # CMD : /tmp/evaluation/233431-1170106730/minisat /tmp/evaluation/233431-1170106730/sugar28925.bcnf /tmp/evaluation/233431-1170106730/sugar28925.out
9.43	c ==================================[MINISAT]===================================
9.43	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.43	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.43	c ==============================================================================
9.43	c |         0 | 5071488 15014080 | 1690496       0        0     nan |  0.000 % |
10.48	c |       105 | 5071488 15014080 | 1859545     105     1179    11.2 |  0.000 % |
10.63	c |       255 | 5071488 15014080 | 2045500     255     2557    10.0 |  0.000 % |
10.77	c |       480 | 5071488 15014080 | 2250050     480     4843    10.1 |  0.000 % |
10.94	c |       817 | 5071488 15014080 | 2475055     817     8159    10.0 |  0.000 % |
11.23	c |      1323 | 5071488 15014080 | 2722560    1323    14170    10.7 |  0.000 % |
11.81	c |      2085 | 5071488 15014080 | 2994816    2085    21817    10.5 |  0.000 % |
12.55	c |      3224 | 5071488 15014080 | 3294298    3224    36800    11.4 |  0.000 % |
13.66	c |      4932 | 5071488 15014080 | 3623728    4932    57268    11.6 |  0.000 % |
15.04	c |      7495 | 5071488 15014080 | 3986101    7495    98524    13.1 |  0.000 % |
18.10	c |     11340 | 5071488 15014080 | 4384711   11340   150360    13.3 |  0.000 % |
23.24	c |     17106 | 5071488 15014080 | 4823182   17106   234337    13.7 |  0.000 % |
31.93	c |     25758 | 5071488 15014080 | 5305500   25758   363360    14.1 |  0.000 % |
45.84	c |     38732 | 5071488 15014080 | 5836050   38732   567670    14.7 |  0.000 % |
69.34	c |     58193 | 5071488 15014080 | 6419655   58193   870592    15.0 |  0.000 % |
113.85	c |     87386 | 5071488 15014080 | 7061621   87386  1283578    14.7 |  0.000 % |
192.71	c |    131175 | 5071488 15014080 | 7767783  131175  2010866    15.3 |  0.000 % |
344.12	c |    196859 | 5071488 15014080 | 8544561  196859  3039576    15.4 |  0.000 % |
637.44	c |    295386 | 5071488 15014080 | 9399017  295386  4690621    15.9 |  0.000 % |
1211.02	c |    443176 | 5071488 15014080 | 10338919  443176  7295985    16.5 |  0.000 % |
1808.44	
1808.44	s UNKNOWN
1808.44	c # INTERRUPTED
1808.44	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:08:59 2007]
1808.44	c # MAIN  CPU : 5.5 = 0.06 + 0.01 + 5.06 + 0.37
1808.44	

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/node4/watcher-233431-1170106730 -o ROOT/results/node4/solver-233431-1170106730 -C 1800 -M 900 /tmp/evaluation/233431-1170106730/solver /tmp/evaluation/233431-1170106730 /tmp/evaluation/233431-1170106730/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.01 2.38 2.65 5/87 28926
/proc/meminfo: memFree=1812624/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=5352 CPUtime=0
/proc/28925/stat : 28925 (solver) R 28923 28925 28860 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30627878 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 259913215271 0 0 4096 0 0 0 0 17 1 0 0
/proc/28925/statm: 1338 231 193 169 0 49 0

[startup+0.119758 s]
/proc/loadavg: 2.01 2.38 2.65 5/87 28926
/proc/meminfo: memFree=1812624/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=13724 CPUtime=0.03
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30627878 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.531799 s]
/proc/loadavg: 2.01 2.38 2.65 5/87 28926
/proc/meminfo: memFree=1812624/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=13724 CPUtime=0.03
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30627878 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.36087 s]
/proc/loadavg: 2.01 2.38 2.65 4/96 28942
/proc/meminfo: memFree=1791944/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=13724 CPUtime=0.03
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30627878 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 3431 808 370 3 0 531 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28935] ppid=28925 vsize=807332 CPUtime=0.53
/proc/28935/stat : 28935 (java) R 28925 28925 28860 0 -1 0 6654 0 1 0 49 4 0 0 22 0 8 0 30627959 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073572060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28935/statm: 201833 6404 1506 14 0 189111 0
[pid=28935/tid=28936] ppid=28925 vsize=807332 CPUtime=0.02
/proc/28935/task/28936/stat : 28936 (java) S 28925 28925 28860 0 -1 64 489 0 0 0 2 0 0 0 16 0 8 0 30627962 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28937] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28937/stat : 28937 (java) S 28925 28925 28860 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30627963 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28938] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28938/stat : 28938 (java) S 28925 28925 28860 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30627963 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28939] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28939/stat : 28939 (java) S 28925 28925 28860 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30627966 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28940] ppid=28925 vsize=807332 CPUtime=0.11
/proc/28935/task/28940/stat : 28940 (java) S 28925 28925 28860 0 -1 64 381 0 0 0 11 0 0 0 16 0 8 0 30627966 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28941] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28941/stat : 28941 (java) S 28925 28925 28860 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30627966 826707968 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28942] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28942/stat : 28942 (java) S 28925 28925 28860 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30627966 826707968 6404 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) 821056

[startup+2.99803 s]
/proc/loadavg: 2.01 2.38 2.65 3/96 28942
/proc/meminfo: memFree=1774408/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=13724 CPUtime=0.03
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30627878 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 3431 808 370 3 0 531 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28935] ppid=28925 vsize=807332 CPUtime=2.16
/proc/28935/stat : 28935 (java) R 28925 28925 28860 0 -1 0 8146 0 1 0 202 14 0 0 25 0 8 0 30627959 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28935/statm: 201833 7893 1510 14 0 189111 0
[pid=28935/tid=28936] ppid=28925 vsize=807332 CPUtime=0.08
/proc/28935/task/28936/stat : 28936 (java) S 28925 28925 28860 0 -1 64 1914 0 0 0 8 0 0 0 17 0 8 0 30627962 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28937] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28937/stat : 28937 (java) S 28925 28925 28860 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30627963 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28938] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28938/stat : 28938 (java) S 28925 28925 28860 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30627963 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28939] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28939/stat : 28939 (java) S 28925 28925 28860 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30627966 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28940] ppid=28925 vsize=807332 CPUtime=0.17
/proc/28935/task/28940/stat : 28940 (java) S 28925 28925 28860 0 -1 64 420 0 0 0 16 1 0 0 16 0 8 0 30627966 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28941] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28941/stat : 28941 (java) S 28925 28925 28860 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30627966 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28942] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28942/stat : 28942 (java) S 28925 28925 28860 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30627966 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.29634 s]
/proc/loadavg: 2.01 2.37 2.64 3/96 28942
/proc/meminfo: memFree=1715016/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=13724 CPUtime=0.03
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30627878 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 3431 808 370 3 0 531 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28935] ppid=28925 vsize=807332 CPUtime=5.42
/proc/28935/stat : 28935 (java) R 28925 28925 28860 0 -1 0 8153 0 1 0 506 36 0 0 25 0 8 0 30627959 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073843364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28935/statm: 201833 7900 1513 14 0 189111 0
[pid=28935/tid=28936] ppid=28925 vsize=807332 CPUtime=0.08
/proc/28935/task/28936/stat : 28936 (java) S 28925 28925 28860 0 -1 64 1914 0 0 0 8 0 0 0 16 0 8 0 30627962 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28937] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28937/stat : 28937 (java) S 28925 28925 28860 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30627963 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28938] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28938/stat : 28938 (java) S 28925 28925 28860 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30627963 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28939] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28939/stat : 28939 (java) S 28925 28925 28860 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30627966 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28940] ppid=28925 vsize=807332 CPUtime=0.17
/proc/28935/task/28940/stat : 28940 (java) S 28925 28925 28860 0 -1 64 421 0 0 0 16 1 0 0 16 0 8 0 30627966 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28941] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28941/stat : 28941 (java) S 28925 28925 28860 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30627966 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28935/tid=28942] ppid=28925 vsize=807332 CPUtime=0
/proc/28935/task/28942/stat : 28942 (java) S 28925 28925 28860 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30627966 826707968 7900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 821056

[startup+12.782 s]
/proc/loadavg: 2.01 2.37 2.64 3/89 28943
/proc/meminfo: memFree=1502592/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 15 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=229860 CPUtime=6.36
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 57362 0 0 0 599 37 0 0 25 0 1 0 30628515 235376640 56307 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 57465 56307 52 112 0 57349 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 247176

[startup+25.6292 s]
/proc/loadavg: 2.08 2.36 2.63 3/89 28943
/proc/meminfo: memFree=1495744/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=236832 CPUtime=19.14
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 59105 0 0 0 1876 38 0 0 25 0 1 0 30628515 242515968 58050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 59208 58050 52 112 0 59092 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 254148

[startup+51.3237 s]
/proc/loadavg: 2.05 2.33 2.62 3/89 28943
/proc/meminfo: memFree=1490240/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=240264 CPUtime=44.66
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 59960 0 0 0 4427 39 0 0 25 0 1 0 30628515 246030336 58905 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 60066 58905 52 112 0 59950 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 257580

[startup+102.607 s]
/proc/loadavg: 2.02 2.28 2.58 3/89 28943
/proc/meminfo: memFree=1487424/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=243608 CPUtime=95.7
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 60784 0 0 0 9530 40 0 0 25 0 1 0 30628515 249454592 59729 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 60902 59729 52 112 0 60786 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 260924

[startup+162.624 s]
/proc/loadavg: 2.01 2.23 2.54 3/89 28943
/proc/meminfo: memFree=1483264/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=247372 CPUtime=155.43
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 61729 0 0 0 15502 41 0 0 25 0 1 0 30628515 253308928 60674 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 61843 60674 52 112 0 61727 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 264688

[startup+222.645 s]
/proc/loadavg: 2.00 2.18 2.51 3/89 28943
/proc/meminfo: memFree=1479424/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53

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

/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 70401 0 0 0 123017 55 0 0 25 0 1 0 30628515 289685504 69346 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 70724 69346 52 112 0 70608 0
Current children cumulated CPU time (s) 1236.96
Current children cumulated vsize (KiB) 300212

[startup+1302.97 s]
/proc/loadavg: 2.02 2.01 2.14 3/89 28943
/proc/meminfo: memFree=1435776/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=284076 CPUtime=1290.45
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 70732 0 0 0 128989 56 0 0 25 0 1 0 30628515 290893824 69677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 71019 69677 52 112 0 70903 0
Current children cumulated CPU time (s) 1296.69
Current children cumulated vsize (KiB) 301392

[startup+1363.01 s]
/proc/loadavg: 2.00 2.00 2.13 3/95 29047
/proc/meminfo: memFree=1432592/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=286344 CPUtime=1350.1
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 71061 0 0 0 134954 56 0 0 25 0 1 0 30628515 293216256 70006 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 71586 70006 52 112 0 71470 0
Current children cumulated CPU time (s) 1356.34
Current children cumulated vsize (KiB) 303660

[startup+1423.05 s]
/proc/loadavg: 2.00 2.00 2.12 3/95 29121
/proc/meminfo: memFree=1431056/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=287744 CPUtime=1409.78
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 71401 0 0 0 140921 57 0 0 25 0 1 0 30628515 294649856 70346 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 71936 70346 52 112 0 71820 0
Current children cumulated CPU time (s) 1416.02
Current children cumulated vsize (KiB) 305060

[startup+1483.06 s]
/proc/loadavg: 2.11 2.03 2.12 3/89 29141
/proc/meminfo: memFree=1429952/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=288956 CPUtime=1469.5
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 71713 0 0 0 146892 58 0 0 25 0 1 0 30628515 295890944 70658 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 72239 70658 52 112 0 72123 0
Current children cumulated CPU time (s) 1475.74
Current children cumulated vsize (KiB) 306272

[startup+1543.08 s]
/proc/loadavg: 2.04 2.02 2.10 3/89 29141
/proc/meminfo: memFree=1428288/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=290216 CPUtime=1529.23
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 72031 0 0 0 152865 58 0 0 25 0 1 0 30628515 297181184 70976 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28943/statm: 72554 70976 52 112 0 72438 0
Current children cumulated CPU time (s) 1535.47
Current children cumulated vsize (KiB) 307532

[startup+1603.1 s]
/proc/loadavg: 2.15 2.05 2.10 3/96 29206
/proc/meminfo: memFree=1021640/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=291392 CPUtime=1589.04
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 72337 0 0 0 158841 63 0 0 25 0 1 0 30628515 298385408 71282 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28943/statm: 72848 71282 52 112 0 72732 0
Current children cumulated CPU time (s) 1595.28
Current children cumulated vsize (KiB) 308708

[startup+1663.18 s]
/proc/loadavg: 2.51 2.17 2.14 3/96 29214
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=292924 CPUtime=1648.95
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 72670 0 0 0 164808 87 0 0 25 0 1 0 30628515 299954176 71615 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/28943/statm: 73231 71615 52 112 0 73115 0
Current children cumulated CPU time (s) 1655.19
Current children cumulated vsize (KiB) 310240

[startup+1723.26 s]
/proc/loadavg: 2.86 2.33 2.20 3/96 29214
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=294092 CPUtime=1708.89
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 72982 0 0 0 170783 106 0 0 25 0 1 0 30628515 301150208 71927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28943/statm: 73523 71927 52 112 0 73407 0
Current children cumulated CPU time (s) 1715.13
Current children cumulated vsize (KiB) 311408

[startup+1783.34 s]
/proc/loadavg: 2.80 2.42 2.23 3/98 29280
/proc/meminfo: memFree=1031352/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=295516 CPUtime=1768.79
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 73336 0 0 0 176752 127 0 0 25 0 1 0 30628515 302608384 72281 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28943/statm: 73879 72281 52 112 0 73763 0
Current children cumulated CPU time (s) 1775.03
Current children cumulated vsize (KiB) 312832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.44 s]
/proc/loadavg: 2.74 2.43 2.24 3/98 29288
/proc/meminfo: memFree=388280/2055920 swapFree=4192812/4192956
[pid=28925] ppid=28923 vsize=17316 CPUtime=5.53
/proc/28925/stat : 28925 (sugar) S 28923 28925 28860 0 -1 4194304 2183 8162 0 1 9 1 506 37 16 0 1 0 30627878 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28925/statm: 4329 1693 373 3 0 1429 0
[pid=28927] ppid=28925 vsize=0 CPUtime=0.71
/proc/28927/stat : 28927 (java) Z 28925 28925 28860 0 -1 1036 7742 0 1 0 65 6 0 0 17 0 1 0 30627883 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28927/statm: 0 0 0 0 0 0 0
[pid=28943] ppid=28925 vsize=296060 CPUtime=1793.83
/proc/28943/stat : 28943 (minisat) R 28925 28925 28860 0 -1 0 73482 0 0 0 179241 142 0 0 25 0 1 0 30628515 303165440 72427 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28943/statm: 74015 72427 52 112 0 73899 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 313376

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28925 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=164214 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=426935
CPU time returned by wait4() is 5.59115
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): 1809.55
CPU time (s): 1800.12
CPU user time (s): 1798.21
CPU system time (s): 1.91
CPU usage (%): 99.4789
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.16421
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10429
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= 803
involuntary context switches= 892

runsolver used 2.14167 s user time and 5.9151 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 21:38:50 UTC 2007


IDJOB= 233431
IDBENCH= 6607
IDSOLVER= 86
FILE ID= node4/233431-1170106730

PBS_JOBID= 3689892

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-7.xml
COMMAND LINE= /tmp/evaluation/233431-1170106730/solver /tmp/evaluation/233431-1170106730 /tmp/evaluation/233431-1170106730/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-233431-1170106730 -o ROOT/results/node4/solver-233431-1170106730 -C 1800 -M 900  /tmp/evaluation/233431-1170106730/solver /tmp/evaluation/233431-1170106730 /tmp/evaluation/233431-1170106730/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f4327cb68fbe8580c1be6c2a8250c7f0

RANDOM SEED= 725462375

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.231
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.231
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:       1813168 kB
Buffers:         35556 kB
Cached:          67668 kB
SwapCached:          0 kB
Active:         129504 kB
Inactive:        53212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          99236 kB
Slab:            44872 kB
Committed_AS:   599880 kB
PageTables:       2204 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= 65553 MiB



End job on node4 on Mon Jan 29 22:09:00 UTC 2007