Trace number 233408

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.08 1818.08

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-9.xml
MD5SUM6522e1f6a411174fd677fca5ba664b91
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 size888
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/233408-1170106729/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/233408-1170106729/unknown.xml [Mon Jan 29 22:38:49 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/233408-1170106729/unknown.xml /tmp/evaluation/233408-1170106729/sugar25117.csp [Mon Jan 29 22:38:49 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233408-1170106729/sugar-v0-40.jar -convert /tmp/evaluation/233408-1170106729/unknown.xml /tmp/evaluation/233408-1170106729/sugar25117.csp
0.17	c BEGIN convert /tmp/evaluation/233408-1170106729/unknown.xml
0.79	c END convert (0.614187 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/233408-1170106729/sugar25117.csp 155001 bytes (1 seconds) [Mon Jan 29 22:38:50 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/233408-1170106729/sugar25117.bcnf [Mon Jan 29 22:38:50 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/233408-1170106729/sugar-v0-40.jar -bcnf -map /tmp/evaluation/233408-1170106729/sugar25117.map /tmp/evaluation/233408-1170106729/sugar25117.csp /tmp/evaluation/233408-1170106729/sugar25117.bcnf
0.93	c BEGIN parse /tmp/evaluation/233408-1170106729/sugar25117.csp
1.55	c END parse (0.613269 seconds)
1.55	c BEGIN simplify
1.62	c END simplify (0.070055 seconds)
1.62	c BEGIN encode /tmp/evaluation/233408-1170106729/sugar25117.bcnf
6.49	c END encode (4.868421 seconds)
6.58	c # GENERATE_SAT  END : 194950 variables 5174175 clauses 81970276 bytes (5 seconds) [Mon Jan 29 22:38:55 2007]
6.58	c # GENERATE_SAT  CPU : 5.64 = 0.06 + 0 + 5.19 + 0.39
6.58	
6.58	c # SOLVE_SAT  BEGIN : /tmp/evaluation/233408-1170106729/sugar25117.bcnf [Mon Jan 29 22:38:55 2007]
6.58	c # CMD : /tmp/evaluation/233408-1170106729/minisat /tmp/evaluation/233408-1170106729/sugar25117.bcnf /tmp/evaluation/233408-1170106729/sugar25117.out
9.81	c ==================================[MINISAT]===================================
9.81	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.81	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.81	c ==============================================================================
9.81	c |         0 | 5174175 15318350 | 1724725       0        0     nan |  0.000 % |
11.43	c |       100 | 5174175 15318350 | 1897197     100     1691    16.9 |  0.000 % |
11.81	c |       250 | 5174175 15318350 | 2086917     250     3776    15.1 |  0.000 % |
12.03	c |       476 | 5174175 15318350 | 2295608     476     5975    12.6 |  0.000 % |
12.24	c |       814 | 5174175 15318350 | 2525169     814     9128    11.2 |  0.000 % |
12.63	c |      1320 | 5174175 15318350 | 2777686    1320    14728    11.2 |  0.000 % |
13.11	c |      2080 | 5174175 15318350 | 3055455    2080    22730    10.9 |  0.000 % |
13.66	c |      3220 | 5174175 15318350 | 3361001    3220    36769    11.4 |  0.000 % |
14.60	c |      4928 | 5174175 15318350 | 3697101    4928    71567    14.5 |  0.000 % |
16.87	c |      7490 | 5174175 15318350 | 4066811    7490   109651    14.6 |  0.000 % |
19.47	c |     11334 | 5174175 15318350 | 4473492   11334   173494    15.3 |  0.000 % |
25.49	c |     17100 | 5174175 15318350 | 4920841   17100   267151    15.6 |  0.000 % |
35.62	c |     25750 | 5174175 15318350 | 5412925   25750   392250    15.2 |  0.000 % |
49.90	c |     38725 | 5174175 15318350 | 5954218   38725   704616    18.2 |  0.000 % |
71.64	c |     58187 | 5174175 15318350 | 6549640   58187  1488216    25.6 |  0.000 % |
109.38	c |     87379 | 5174175 15318350 | 7204604   87379  2264321    25.9 |  0.000 % |
174.38	c |    131169 | 5174175 15318350 | 7925064  131169  3247491    24.8 |  0.000 % |
315.85	c |    196854 | 5174175 15318350 | 8717571  196854  5281869    26.8 |  0.000 % |
584.37	c |    295382 | 5174175 15318350 | 9589328  295382  7523657    25.5 |  0.000 % |
1138.60	c |    443172 | 5174175 15318350 | 10548261  443172 10708396    24.2 |  0.000 % |
1817.03	
1817.03	s UNKNOWN
1817.03	c # INTERRUPTED
1817.03	c # MAIN  END :  (1817 seconds) [Mon Jan 29 23:09:06 2007]
1817.03	c # MAIN  CPU : 5.64 = 0.06 + 0 + 5.19 + 0.39
1817.03	

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/node71/watcher-233408-1170106729 -o ROOT/results/node71/solver-233408-1170106729 -C 1800 -M 900 /tmp/evaluation/233408-1170106729/solver /tmp/evaluation/233408-1170106729 /tmp/evaluation/233408-1170106729/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.24 2.14 2.33 3/75 25118
/proc/meminfo: memFree=882120/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=5352 CPUtime=0
/proc/25117/stat : 25117 (solver) R 25115 25117 24767 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 30630694 5480448 196 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231962219233 0 0 4100 0 0 0 0 17 1 0 0
/proc/25117/statm: 1338 196 162 169 0 49 0

[startup+0.10413 s]
/proc/loadavg: 2.24 2.14 2.33 3/75 25118
/proc/meminfo: memFree=882120/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=13724 CPUtime=0.04
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30630694 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515223 s]
/proc/loadavg: 2.24 2.14 2.33 3/75 25118
/proc/meminfo: memFree=882120/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=13724 CPUtime=0.04
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30630694 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3374 s]
/proc/loadavg: 2.24 2.14 2.33 4/84 25134
/proc/meminfo: memFree=852416/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=13724 CPUtime=0.04
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30630694 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 3431 808 370 3 0 531 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25127] ppid=25117 vsize=807332 CPUtime=0.5
/proc/25127/stat : 25127 (java) S 25117 25117 24767 0 -1 0 6645 0 1 0 46 4 0 0 17 0 8 0 30630776 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25127/statm: 201833 6395 1506 14 0 189111 0
[pid=25127/tid=25128] ppid=25117 vsize=807332 CPUtime=0.02
/proc/25127/task/25128/stat : 25128 (java) S 25117 25117 24767 0 -1 64 489 0 0 0 2 0 0 0 16 0 8 0 30630779 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25129] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25129/stat : 25129 (java) S 25117 25117 24767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630780 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25130] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25130/stat : 25130 (java) S 25117 25117 24767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630780 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25131] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25131/stat : 25131 (java) S 25117 25117 24767 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630783 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25132] ppid=25117 vsize=807332 CPUtime=0.11
/proc/25127/task/25132/stat : 25132 (java) R 25117 25117 24767 0 -1 64 372 0 0 0 11 0 0 0 20 0 8 0 30630783 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25133] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25133/stat : 25133 (java) S 25117 25117 24767 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630783 826707968 6395 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25134] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25134/stat : 25134 (java) S 25117 25117 24767 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30630783 826707968 6395 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.98275 s]
/proc/loadavg: 2.24 2.14 2.33 3/84 25134
/proc/meminfo: memFree=821440/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=13724 CPUtime=0.04
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30630694 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 3431 808 370 3 0 531 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25127] ppid=25117 vsize=807332 CPUtime=2.14
/proc/25127/stat : 25127 (java) R 25117 25117 24767 0 -1 0 8145 0 1 0 199 15 0 0 25 0 8 0 30630776 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25127/statm: 201833 7892 1510 14 0 189111 0
[pid=25127/tid=25128] ppid=25117 vsize=807332 CPUtime=0.1
/proc/25127/task/25128/stat : 25128 (java) S 25117 25117 24767 0 -1 64 1913 0 0 0 9 1 0 0 17 0 8 0 30630779 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25129] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25129/stat : 25129 (java) S 25117 25117 24767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630780 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25130] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25130/stat : 25130 (java) S 25117 25117 24767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630780 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25131] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25131/stat : 25131 (java) S 25117 25117 24767 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25132] ppid=25117 vsize=807332 CPUtime=0.17
/proc/25127/task/25132/stat : 25132 (java) S 25117 25117 24767 0 -1 64 420 0 0 0 17 0 0 0 16 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25133] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25133/stat : 25133 (java) S 25117 25117 24767 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25134] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25134/stat : 25134 (java) S 25117 25117 24767 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821056

[startup+6.18445 s]
/proc/loadavg: 2.30 2.15 2.33 3/84 25134
/proc/meminfo: memFree=746752/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=13724 CPUtime=0.04
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30630694 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 3431 808 370 3 0 531 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25127] ppid=25117 vsize=807332 CPUtime=5.27
/proc/25127/stat : 25127 (java) R 25117 25117 24767 0 -1 0 8145 0 1 0 492 35 0 0 25 0 8 0 30630776 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806625 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25127/statm: 201833 7892 1510 14 0 189111 0
[pid=25127/tid=25128] ppid=25117 vsize=807332 CPUtime=0.1
/proc/25127/task/25128/stat : 25128 (java) S 25117 25117 24767 0 -1 64 1913 0 0 0 9 1 0 0 16 0 8 0 30630779 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25129] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25129/stat : 25129 (java) S 25117 25117 24767 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30630780 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25130] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25130/stat : 25130 (java) S 25117 25117 24767 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30630780 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25131] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25131/stat : 25131 (java) S 25117 25117 24767 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25132] ppid=25117 vsize=807332 CPUtime=0.17
/proc/25127/task/25132/stat : 25132 (java) S 25117 25117 24767 0 -1 64 420 0 0 0 17 0 0 0 16 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25133] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25133/stat : 25133 (java) S 25117 25117 24767 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25127/tid=25134] ppid=25117 vsize=807332 CPUtime=0
/proc/25127/task/25134/stat : 25134 (java) S 25117 25117 24767 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30630783 826707968 7892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821056

[startup+12.6579 s]
/proc/loadavg: 2.36 2.17 2.33 3/77 25135
/proc/meminfo: memFree=517432/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 15 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=236472 CPUtime=5.97
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 59158 0 0 0 552 45 0 0 25 0 1 0 30631353 242147328 58103 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 59118 58103 52 112 0 59002 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 253788

[startup+25.5097 s]
/proc/loadavg: 2.28 2.16 2.33 3/77 25135
/proc/meminfo: memFree=508920/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=240964 CPUtime=18.7
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 60288 0 0 0 1825 45 0 0 25 0 1 0 30631353 246747136 59233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 60241 59233 52 112 0 60125 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 258280

[startup+51.2082 s]
/proc/loadavg: 2.18 2.14 2.32 3/77 25135
/proc/meminfo: memFree=502776/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=243844 CPUtime=43.99
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 60993 0 0 0 4353 46 0 0 25 0 1 0 30631353 249696256 59938 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 60961 59938 52 112 0 60845 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 261160

[startup+102.488 s]
/proc/loadavg: 2.08 2.12 2.30 3/77 25135
/proc/meminfo: memFree=489976/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=251200 CPUtime=94.8
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 62821 0 0 0 9432 48 0 0 25 0 1 0 30631353 257228800 61766 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 62800 61766 52 112 0 62684 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 268516

[startup+162.507 s]
/proc/loadavg: 2.03 2.10 2.28 3/77 25135
/proc/meminfo: memFree=484088/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=256420 CPUtime=154.27
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 64136 0 0 0 15377 50 0 0 25 0 1 0 30631353 262574080 63081 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 64105 63081 52 112 0 63989 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 273736

[startup+222.524 s]
/proc/loadavg: 2.01 2.08 2.26 3/77 25135
/proc/meminfo: memFree=475960/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68

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

/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 75591 0 0 0 122402 66 0 0 25 0 1 0 30631353 310939648 74536 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 75913 74536 52 112 0 75797 0
Current children cumulated CPU time (s) 1231.09
Current children cumulated vsize (KiB) 320968

[startup+1302.89 s]
/proc/loadavg: 2.04 2.02 2.07 3/77 25135
/proc/meminfo: memFree=374008/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=305248 CPUtime=1284.15
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 75959 0 0 0 128348 67 0 0 25 0 1 0 30631353 312573952 74904 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 76312 74904 52 112 0 76196 0
Current children cumulated CPU time (s) 1290.56
Current children cumulated vsize (KiB) 322564

[startup+1362.93 s]
/proc/loadavg: 2.01 2.01 2.07 3/83 25237
/proc/meminfo: memFree=368688/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=306736 CPUtime=1343.52
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 76325 0 0 0 134284 68 0 0 25 0 1 0 30631353 314097664 75270 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 76684 75270 52 112 0 76568 0
Current children cumulated CPU time (s) 1349.93
Current children cumulated vsize (KiB) 324052

[startup+1422.98 s]
/proc/loadavg: 2.00 2.01 2.06 3/83 25311
/proc/meminfo: memFree=364472/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=308048 CPUtime=1402.89
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 76670 0 0 0 140221 68 0 0 25 0 1 0 30631353 315441152 75615 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 77012 75615 52 112 0 76896 0
Current children cumulated CPU time (s) 1409.3
Current children cumulated vsize (KiB) 325364

[startup+1483 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 25333
/proc/meminfo: memFree=361976/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=309648 CPUtime=1462.33
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 77074 0 0 0 146164 69 0 0 25 0 1 0 30631353 317079552 76019 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 77412 76019 52 112 0 77296 0
Current children cumulated CPU time (s) 1468.74
Current children cumulated vsize (KiB) 326964

[startup+1543.02 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 25333
/proc/meminfo: memFree=358392/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=310912 CPUtime=1521.78
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 77392 0 0 0 152109 69 0 0 25 0 1 0 30631353 318373888 76337 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 77728 76337 52 112 0 77612 0
Current children cumulated CPU time (s) 1528.19
Current children cumulated vsize (KiB) 328228

[startup+1603.04 s]
/proc/loadavg: 2.00 2.00 2.04 3/77 25333
/proc/meminfo: memFree=354488/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=312096 CPUtime=1581.26
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 77699 0 0 0 158057 69 0 0 25 0 1 0 30631353 319586304 76644 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 78024 76644 52 112 0 77908 0
Current children cumulated CPU time (s) 1587.67
Current children cumulated vsize (KiB) 329412

[startup+1663.07 s]
/proc/loadavg: 2.00 2.00 2.04 3/77 25333
/proc/meminfo: memFree=351032/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=313388 CPUtime=1640.73
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 78015 0 0 0 164003 70 0 0 25 0 1 0 30631353 320909312 76960 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 78347 76960 52 112 0 78231 0
Current children cumulated CPU time (s) 1647.14
Current children cumulated vsize (KiB) 330704

[startup+1723.1 s]
/proc/loadavg: 2.07 2.02 2.04 3/77 25333
/proc/meminfo: memFree=347576/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=314564 CPUtime=1700.2
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 78325 0 0 0 169950 70 0 0 25 0 1 0 30631353 322113536 77270 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25135/statm: 78641 77270 52 112 0 78525 0
Current children cumulated CPU time (s) 1706.61
Current children cumulated vsize (KiB) 331880

[startup+1783.13 s]
/proc/loadavg: 2.10 2.03 2.04 3/72 25414
/proc/meminfo: memFree=1452632/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=315876 CPUtime=1759.74
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 78650 0 0 0 175899 75 0 0 25 0 1 0 30631353 323457024 77595 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25135/statm: 78969 77595 52 112 0 78853 0
Current children cumulated CPU time (s) 1766.15
Current children cumulated vsize (KiB) 333192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.02 s]
/proc/loadavg: 1.97 2.01 2.03 2/70 25592
/proc/meminfo: memFree=1473000/2055920 swapFree=4192812/4192956
[pid=25117] ppid=25115 vsize=17316 CPUtime=5.68
/proc/25117/stat : 25117 (sugar) S 25115 25117 24767 0 -1 4194304 2183 8161 0 1 9 1 519 39 16 0 1 0 30630694 17731584 1693 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25117/statm: 4329 1693 373 3 0 1429 0
[pid=25119] ppid=25117 vsize=0 CPUtime=0.73
/proc/25119/stat : 25119 (java) Z 25117 25117 24767 0 -1 1036 7706 0 1 0 67 6 0 0 17 0 1 0 30630699 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25119/statm: 0 0 0 0 0 0 0
[pid=25135] ppid=25117 vsize=316668 CPUtime=1793.59
/proc/25135/stat : 25135 (minisat) R 25117 25117 24767 0 -1 0 78836 0 0 0 179277 82 0 0 25 0 1 0 30631353 324268032 77781 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25135/statm: 79167 77781 52 112 0 79051 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 333984

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25117 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=295195 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=455930
CPU time returned by wait4() is 5.75112
while last known CPU time is 1800.08

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

Real time (s): 1818.08
CPU time (s): 1800.08
CPU user time (s): 1798.72
CPU system time (s): 1.36
CPU usage (%): 99.0098
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.29519
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10428
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= 643
involuntary context switches= 703

runsolver used 2.17767 s user time and 5.86311 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 21:38:49 UTC 2007


IDJOB= 233408
IDBENCH= 6605
IDSOLVER= 86
FILE ID= node71/233408-1170106729

PBS_JOBID= 3689889

Free space on /tmp= 66293 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6522e1f6a411174fd677fca5ba664b91

RANDOM SEED= 425687822

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.266
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.266
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:        882664 kB
Buffers:         52936 kB
Cached:         320860 kB
SwapCached:          0 kB
Active:        1054548 kB
Inactive:        58808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        882664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          161556 kB
Writeback:           0 kB
Mapped:         750592 kB
Slab:            43736 kB
Committed_AS:  1119896 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= 66564 MiB



End job on node71 on Mon Jan 29 22:09:07 UTC 2007