Trace number 233509

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.09 1814.88

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-6.xml
MD5SUMfffa7293bfb79a702132fd63166ab6d3
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 size884
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/233509-1170106751/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233509-1170106751/unknown.xml [Mon Jan 29 22:39:11 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233509-1170106751/unknown.xml /tmp/evaluation/233509-1170106751/sugar28494.csp [Mon Jan 29 22:39:11 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233509-1170106751/sugar-v0-40.jar -convert /tmp/evaluation/233509-1170106751/unknown.xml /tmp/evaluation/233509-1170106751/sugar28494.csp
0.20	c BEGIN convert /tmp/evaluation/233509-1170106751/unknown.xml
0.80	c END convert (0.601844 seconds)
0.84	c # CONVERT_XML  END : /tmp/evaluation/233509-1170106751/sugar28494.csp 154889 bytes (1 seconds) [Mon Jan 29 22:39:12 2007]
0.84	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.84	
0.84	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233509-1170106751/sugar28494.bcnf [Mon Jan 29 22:39:12 2007]
0.84	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233509-1170106751/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233509-1170106751/sugar28494.map /tmp/evaluation/233509-1170106751/sugar28494.csp /tmp/evaluation/233509-1170106751/sugar28494.bcnf
0.96	c BEGIN parse /tmp/evaluation/233509-1170106751/sugar28494.csp
1.57	c END parse (0.608571 seconds)
1.57	c BEGIN simplify
1.65	c END simplify (0.066061 seconds)
1.65	c BEGIN encode /tmp/evaluation/233509-1170106751/sugar28494.bcnf
6.47	c END encode (4.827046 seconds)
6.57	c # GENERATE_SAT  END : 194136 variables 5152977 clauses 81634364 bytes (6 seconds) [Mon Jan 29 22:39:18 2007]
6.57	c # GENERATE_SAT  CPU : 5.63 = 0.06 + 0.01 + 5.22 + 0.34
6.57	
6.57	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233509-1170106751/sugar28494.bcnf [Mon Jan 29 22:39:18 2007]
6.57	c # CMD : /tmp/evaluation/233509-1170106751/minisat /tmp/evaluation/233509-1170106751/sugar28494.bcnf /tmp/evaluation/233509-1170106751/sugar28494.out
9.72	c ==================================[MINISAT]===================================
9.72	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.72	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.72	c ==============================================================================
9.72	c |         0 | 5152977 15255570 | 1717659       0        0     nan |  0.000 % |
11.44	c |       100 | 5152977 15255570 | 1889424     100     2118    21.2 |  0.000 % |
12.50	c |       250 | 5152977 15255570 | 2078367     250     5544    22.2 |  0.000 % |
13.01	c |       475 | 5152977 15255570 | 2286204     475     7943    16.7 |  0.000 % |
13.48	c |       812 | 5152977 15255570 | 2514824     812    13822    17.0 |  0.000 % |
15.54	c |      1318 | 5152977 15255570 | 2766306    1318    29465    22.4 |  0.000 % |
17.06	c |      2077 | 5152977 15255570 | 3042937    2077    46060    22.2 |  0.000 % |
18.05	c |      3216 | 5152977 15255570 | 3347231    3216    62278    19.4 |  0.000 % |
18.96	c |      4924 | 5152977 15255570 | 3681954    4924    85358    17.3 |  0.000 % |
20.87	c |      7487 | 5152977 15255570 | 4050150    7487   124079    16.6 |  0.000 % |
23.94	c |     11331 | 5152977 15255570 | 4455165   11331   196578    17.3 |  0.000 % |
28.00	c |     17097 | 5152977 15255570 | 4900681   17097   303160    17.7 |  0.000 % |
37.20	c |     25747 | 5152977 15255570 | 5390749   25747   441180    17.1 |  0.000 % |
50.64	c |     38721 | 5152977 15255570 | 5929824   38721   632457    16.3 |  0.000 % |
75.27	c |     58182 | 5152977 15255570 | 6522807   58182   929294    16.0 |  0.000 % |
116.33	c |     87374 | 5152977 15255570 | 7175087   87374  1449925    16.6 |  0.000 % |
191.61	c |    131163 | 5152977 15255570 | 7892596  131163  2375663    18.1 |  0.000 % |
350.27	c |    196848 | 5152977 15255570 | 8681856  196848  3543932    18.0 |  0.000 % |
611.36	c |    295374 | 5152977 15255570 | 9550042  295374  5558562    18.8 |  0.000 % |
1071.04	c |    443163 | 5152977 15255570 | 10505046  443163  9819098    22.2 |  0.000 % |
1813.53	
1813.53	s UNKNOWN
1813.53	c # INTERRUPTED
1813.53	c # MAIN  END :  (1814 seconds) [Mon Jan 29 23:09:25 2007]
1813.53	c # MAIN  CPU : 5.63 = 0.06 + 0.01 + 5.22 + 0.34
1813.53	

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/node5/watcher-233509-1170106751 -o ROOT/results/node5/solver-233509-1170106751 -C 1800 -M 900 /tmp/evaluation/233509-1170106751/solver /tmp/evaluation/233509-1170106751 /tmp/evaluation/233509-1170106751/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.03 2.54 2.90 5/94 28495
/proc/meminfo: memFree=1261912/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=12268 CPUtime=0
/proc/28494/stat : 28494 (sugar) R 28492 28494 28160 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 30629934 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28494/statm: 3067 316 241 3 0 167 0

[startup+0.109469 s]
/proc/loadavg: 2.03 2.54 2.90 5/94 28495
/proc/meminfo: memFree=1261912/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=13724 CPUtime=0.03
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30629934 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517516 s]
/proc/loadavg: 2.03 2.54 2.90 5/94 28495
/proc/meminfo: memFree=1261912/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=13724 CPUtime=0.03
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30629934 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34061 s]
/proc/loadavg: 2.03 2.54 2.90 4/103 28511
/proc/meminfo: memFree=1246480/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=13724 CPUtime=0.03
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30629934 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 3431 808 370 3 0 531 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28504] ppid=28494 vsize=807332 CPUtime=0.48
/proc/28504/stat : 28504 (java) S 28494 28494 28160 0 -1 0 6640 0 1 0 44 4 0 0 17 0 8 0 30630018 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28504/statm: 201833 6390 1506 14 0 189111 0
[pid=28504/tid=28505] ppid=28494 vsize=807332 CPUtime=0.02
/proc/28504/task/28505/stat : 28505 (java) S 28494 28494 28160 0 -1 64 488 0 0 0 2 0 0 0 16 0 8 0 30630022 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28506] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28506/stat : 28506 (java) S 28494 28494 28160 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630023 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28507] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28507/stat : 28507 (java) S 28494 28494 28160 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630023 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28508] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28508/stat : 28508 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630026 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28509] ppid=28494 vsize=807332 CPUtime=0.09
/proc/28504/task/28509/stat : 28509 (java) R 28494 28494 28160 0 -1 64 367 0 0 0 9 0 0 0 19 0 8 0 30630026 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153365540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28510] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28510/stat : 28510 (java) S 28494 28494 28160 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630026 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28511] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28511/stat : 28511 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30630026 826707968 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 821056

[startup+2.9938 s]
/proc/loadavg: 2.03 2.54 2.90 3/103 28511
/proc/meminfo: memFree=1225616/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=13724 CPUtime=0.03
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30629934 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 3431 808 370 3 0 531 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28504] ppid=28494 vsize=807332 CPUtime=2.11
/proc/28504/stat : 28504 (java) R 28494 28494 28160 0 -1 0 8146 0 1 0 198 13 0 0 25 0 8 0 30630018 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28504/statm: 201833 7893 1510 14 0 189111 0
[pid=28504/tid=28505] ppid=28494 vsize=807332 CPUtime=0.09
/proc/28504/task/28505/stat : 28505 (java) S 28494 28494 28160 0 -1 64 1913 0 0 0 9 0 0 0 17 0 8 0 30630022 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28506] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28506/stat : 28506 (java) S 28494 28494 28160 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630023 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28507] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28507/stat : 28507 (java) S 28494 28494 28160 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630023 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28508] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28508/stat : 28508 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28509] ppid=28494 vsize=807332 CPUtime=0.17
/proc/28504/task/28509/stat : 28509 (java) S 28494 28494 28160 0 -1 64 420 0 0 0 16 1 0 0 16 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28510] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28510/stat : 28510 (java) S 28494 28494 28160 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28511] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28511/stat : 28511 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30630026 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.85
Current children cumulated vsize (KiB) 821056

[startup+6.27517 s]
/proc/loadavg: 2.03 2.53 2.89 3/103 28511
/proc/meminfo: memFree=1167312/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=13724 CPUtime=0.03
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30629934 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 3431 808 370 3 0 531 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28504] ppid=28494 vsize=807332 CPUtime=5.36
/proc/28504/stat : 28504 (java) R 28494 28494 28160 0 -1 0 8146 0 1 0 504 32 0 0 25 0 8 0 30630018 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28504/statm: 201833 7893 1510 14 0 189111 0
[pid=28504/tid=28505] ppid=28494 vsize=807332 CPUtime=0.09
/proc/28504/task/28505/stat : 28505 (java) S 28494 28494 28160 0 -1 64 1913 0 0 0 9 0 0 0 16 0 8 0 30630022 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28506] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28506/stat : 28506 (java) S 28494 28494 28160 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630023 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28507] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28507/stat : 28507 (java) S 28494 28494 28160 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630023 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28508] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28508/stat : 28508 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28509] ppid=28494 vsize=807332 CPUtime=0.17
/proc/28504/task/28509/stat : 28509 (java) S 28494 28494 28160 0 -1 64 420 0 0 0 16 1 0 0 16 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28510] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28510/stat : 28510 (java) S 28494 28494 28160 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630026 826707968 7893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28504/tid=28511] ppid=28494 vsize=807332 CPUtime=0
/proc/28504/task/28511/stat : 28511 (java) S 28494 28494 28160 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30630026 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) 6.1
Current children cumulated vsize (KiB) 821056

[startup+12.7619 s]
/proc/loadavg: 2.11 2.54 2.89 3/96 28512
/proc/meminfo: memFree=943880/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=238436 CPUtime=6.1
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 59597 0 0 0 570 40 0 0 25 0 1 0 30630592 244158464 58542 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 59609 58542 52 112 0 59493 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 255752

[startup+25.5954 s]
/proc/loadavg: 2.08 2.51 2.88 3/96 28512
/proc/meminfo: memFree=937672/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=242668 CPUtime=18.81
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 60653 0 0 0 1840 41 0 0 25 0 1 0 30630592 248492032 59598 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 60667 59598 52 112 0 60551 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 259984

[startup+51.2133 s]
/proc/loadavg: 2.05 2.47 2.85 3/96 28512
/proc/meminfo: memFree=936840/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=243664 CPUtime=44.12
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 60898 0 0 0 4371 41 0 0 25 0 1 0 30630592 249511936 59843 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 60916 59843 52 112 0 60800 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 260980

[startup+102.503 s]
/proc/loadavg: 2.09 2.41 2.81 3/96 28512
/proc/meminfo: memFree=933064/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=247436 CPUtime=94.95
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 61833 0 0 0 9452 43 0 0 25 0 1 0 30630592 253374464 60778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 61859 60778 52 112 0 61743 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 264752

[startup+162.546 s]
/proc/loadavg: 2.03 2.33 2.76 3/96 28512
/proc/meminfo: memFree=928584/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=251892 CPUtime=154.44
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 62937 0 0 0 15399 45 0 0 25 0 1 0 30630592 257937408 61882 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528335 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 62973 61882 52 112 0 62857 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 269208

[startup+222.62 s]
/proc/loadavg: 2.01 2.27 2.71 3/96 28512
/proc/meminfo: memFree=925000/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66

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

/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 75070 0 0 0 122426 319 0 0 25 0 1 0 30630592 309268480 74015 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28512/statm: 75505 74015 52 112 0 75389 0
Current children cumulated CPU time (s) 1233.82
Current children cumulated vsize (KiB) 319336

[startup+1303.64 s]
/proc/loadavg: 4.08 4.00 3.33 4/96 28704
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=303520 CPUtime=1287.05
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 75477 0 0 0 128369 336 0 0 25 0 1 0 30630592 310804480 74422 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 75880 74422 52 112 0 75764 0
Current children cumulated CPU time (s) 1293.42
Current children cumulated vsize (KiB) 320836

[startup+1363.67 s]
/proc/loadavg: 3.19 3.78 3.29 3/102 28820
/proc/meminfo: memFree=16088/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=305272 CPUtime=1346.62
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 75909 0 0 0 134308 354 0 0 25 0 1 0 30630592 312598528 74854 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 76318 74854 52 112 0 76202 0
Current children cumulated CPU time (s) 1352.99
Current children cumulated vsize (KiB) 322588

[startup+1423.7 s]
/proc/loadavg: 3.02 3.62 3.27 3/96 28902
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=306972 CPUtime=1406.17
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 76345 0 0 0 140240 377 0 0 25 0 1 0 30630592 314339328 75290 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 76743 75290 52 112 0 76627 0
Current children cumulated CPU time (s) 1412.54
Current children cumulated vsize (KiB) 324288

[startup+1483.73 s]
/proc/loadavg: 3.21 3.55 3.26 3/96 28902
/proc/meminfo: memFree=15560/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=308536 CPUtime=1465.81
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 76766 0 0 0 146184 397 0 0 25 0 1 0 30630592 315940864 75711 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 77134 75711 52 112 0 77018 0
Current children cumulated CPU time (s) 1472.18
Current children cumulated vsize (KiB) 325852

[startup+1543.76 s]
/proc/loadavg: 3.68 3.59 3.29 3/96 28902
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=310240 CPUtime=1525.41
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 77210 0 0 0 152124 417 0 0 25 0 1 0 30630592 317685760 76155 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28512/statm: 77560 76155 52 112 0 77444 0
Current children cumulated CPU time (s) 1531.78
Current children cumulated vsize (KiB) 327556

[startup+1603.82 s]
/proc/loadavg: 3.87 3.70 3.35 3/96 28902
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=311836 CPUtime=1585.07
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 77607 0 0 0 158074 433 0 0 25 0 1 0 30630592 319320064 76552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28512/statm: 77959 76552 52 112 0 77843 0
Current children cumulated CPU time (s) 1591.44
Current children cumulated vsize (KiB) 329152

[startup+1663.83 s]
/proc/loadavg: 2.91 3.46 3.29 3/96 28902
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=313600 CPUtime=1644.73
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 78052 0 0 0 164028 445 0 0 25 0 1 0 30630592 321126400 76997 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 78400 76997 52 112 0 78284 0
Current children cumulated CPU time (s) 1651.1
Current children cumulated vsize (KiB) 330916

[startup+1723.84 s]
/proc/loadavg: 2.45 3.22 3.22 3/96 28902
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=315420 CPUtime=1704.43
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 78477 0 0 0 169991 452 0 0 25 0 1 0 30630592 322990080 77422 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 78855 77422 52 112 0 78739 0
Current children cumulated CPU time (s) 1710.8
Current children cumulated vsize (KiB) 332736

[startup+1783.84 s]
/proc/loadavg: 2.52 3.09 3.17 3/96 28902
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=316860 CPUtime=1764.13
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 78871 0 0 0 175956 457 0 0 25 0 1 0 30630592 324464640 77816 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 79215 77816 52 112 0 79099 0
Current children cumulated CPU time (s) 1770.5
Current children cumulated vsize (KiB) 334176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.52 s]
/proc/loadavg: 2.77 3.10 3.17 3/96 28902
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=28494] ppid=28492 vsize=17316 CPUtime=5.66
/proc/28494/stat : 28494 (sugar) S 28492 28494 28160 0 -1 4194304 2183 8162 0 1 9 1 522 34 16 0 1 0 30629934 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28494/statm: 4329 1693 373 3 0 1429 0
[pid=28496] ppid=28494 vsize=0 CPUtime=0.71
/proc/28496/stat : 28496 (java) Z 28494 28494 28160 0 -1 1036 7713 0 1 0 64 7 0 0 17 0 1 0 30629940 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28496/statm: 0 0 0 0 0 0 0
[pid=28512] ppid=28494 vsize=317636 CPUtime=1793.66
/proc/28512/stat : 28512 (minisat) R 28494 28494 28160 0 -1 0 79084 0 0 0 178907 459 0 0 25 0 1 0 30630592 325259264 78029 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/28512/statm: 79409 78029 52 112 0 79293 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 334952

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28494 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=315191 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=366944
CPU time returned by wait4() is 5.68213
while last known CPU time is 1800.09

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

Real time (s): 1814.88
CPU time (s): 1800.09
CPU user time (s): 1795.02
CPU system time (s): 5.07
CPU usage (%): 99.1851
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.31519
system time used= 0.366944
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= 681
involuntary context switches= 907

runsolver used 2.02569 s user time and 6.24205 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 21:39:11 UTC 2007


IDJOB= 233509
IDBENCH= 6612
IDSOLVER= 86
FILE ID= node5/233509-1170106751

PBS_JOBID= 3689787

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fffa7293bfb79a702132fd63166ab6d3

RANDOM SEED= 305467952

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.224
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.224
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:       1262392 kB
Buffers:         28512 kB
Cached:          57032 kB
SwapCached:          0 kB
Active:         697800 kB
Inactive:        42080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:         679900 kB
Slab:            37440 kB
Committed_AS:  1148868 kB
PageTables:       3312 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= 51196 MiB



End job on node5 on Mon Jan 29 22:09:28 UTC 2007