Trace number 235061

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.14 1811.37

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-5.xml
MD5SUM515eac4437f1afa10ef540bdf47d698f
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1385
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/235061-1170107125/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/235061-1170107125/unknown.xml [Mon Jan 29 22:45:25 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/235061-1170107125/unknown.xml /tmp/evaluation/235061-1170107125/sugar30356.csp [Mon Jan 29 22:45:25 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235061-1170107125/sugar-v0-40.jar -convert /tmp/evaluation/235061-1170107125/unknown.xml /tmp/evaluation/235061-1170107125/sugar30356.csp
0.17	c BEGIN convert /tmp/evaluation/235061-1170107125/unknown.xml
0.82	c END convert (0.645888 seconds)
0.87	c # CONVERT_XML  END : /tmp/evaluation/235061-1170107125/sugar30356.csp 149966 bytes (1 seconds) [Mon Jan 29 22:45:26 2007]
0.87	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.87	
0.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235061-1170107125/sugar30356.bcnf [Mon Jan 29 22:45:26 2007]
0.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235061-1170107125/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235061-1170107125/sugar30356.map /tmp/evaluation/235061-1170107125/sugar30356.csp /tmp/evaluation/235061-1170107125/sugar30356.bcnf
0.99	c BEGIN parse /tmp/evaluation/235061-1170107125/sugar30356.csp
1.58	c END parse (0.594551 seconds)
1.58	c BEGIN simplify
1.61	c END simplify (0.031368 seconds)
1.62	c BEGIN encode /tmp/evaluation/235061-1170107125/sugar30356.bcnf
9.12	c END encode (7.506985 seconds)
9.19	c # GENERATE_SAT  END : 405660 variables 8077069 clauses 126138772 bytes (8 seconds) [Mon Jan 29 22:45:34 2007]
9.19	c # GENERATE_SAT  CPU : 8.22 = 0.05 + 0.01 + 7.48 + 0.68
9.19	
9.19	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235061-1170107125/sugar30356.bcnf [Mon Jan 29 22:45:34 2007]
9.19	c # CMD : /tmp/evaluation/235061-1170107125/minisat /tmp/evaluation/235061-1170107125/sugar30356.bcnf /tmp/evaluation/235061-1170107125/sugar30356.out
17.18	c ==================================[MINISAT]===================================
17.18	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
17.18	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
17.18	c ==============================================================================
17.18	c |         0 | 4125961 11697637 | 1375320       0        0     nan |  0.000 % |
19.59	c |       102 | 4125961 11697637 | 1512852     102     1738    17.0 | 53.777 % |
21.49	c |       252 | 4125963 11697637 | 1664137     250     4068    16.3 | 53.777 % |
24.28	c |       477 | 4125963 11697637 | 1830550     475     7045    14.8 | 53.777 % |
28.76	c |       814 | 4125965 11697637 | 2013606     810    13153    16.2 | 53.777 % |
34.54	c |      1321 | 4125965 11697637 | 2214966    1317    29180    22.2 | 53.777 % |
43.49	c |      2080 | 4125965 11697637 | 2436463    2076    51094    24.6 | 53.777 % |
58.63	c |      3220 | 4125970 11697637 | 2680109    3211    72748    22.7 | 53.777 % |
79.47	c |      4930 | 4125970 11697637 | 2948120    4921   135669    27.6 | 53.777 % |
107.32	c |      7492 | 4125975 11697637 | 3242932    7478   213535    28.6 | 53.777 % |
161.98	c |     11336 | 4125978 11697637 | 3567225   11319   314492    27.8 | 53.777 % |
234.51	c |     17106 | 4125983 11697637 | 3923948   17084   498216    29.2 | 53.777 % |
351.17	c |     25755 | 4125989 11697637 | 4316343   25727   764257    29.7 | 53.777 % |
557.61	c |     38730 | 4125999 11697637 | 4747977   38692  1115501    28.8 | 53.777 % |
823.42	c |     58191 | 4126003 11697637 | 5222775   58149  1706219    29.3 | 53.777 % |
1282.80	c |     87386 | 4126007 11697637 | 5745052   87340  2634722    30.2 | 53.777 % |
1810.08	
1810.08	s UNKNOWN
1810.08	c # INTERRUPTED
1810.08	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:15:35 2007]
1810.08	c # MAIN  CPU : 8.23 = 0.05 + 0.02 + 7.48 + 0.68
1810.08	

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/node12/watcher-235061-1170107125 -o ROOT/results/node12/solver-235061-1170107125 -C 1800 -M 900 /tmp/evaluation/235061-1170107125/solver /tmp/evaluation/235061-1170107125 /tmp/evaluation/235061-1170107125/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.17 2.09 2.44 3/87 30357
/proc/meminfo: memFree=1778056/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=5352 CPUtime=0
/proc/30356/stat : 30356 (solver) R 30354 30356 27963 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 30666949 5480448 172 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 4459072 0 0 4100 0 0 0 0 17 1 0 0
/proc/30356/statm: 1338 172 142 169 0 49 0

[startup+0.103949 s]
/proc/loadavg: 2.17 2.09 2.44 3/87 30357
/proc/meminfo: memFree=1778056/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=13724 CPUtime=0.03
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30666949 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512026 s]
/proc/loadavg: 2.17 2.09 2.44 3/87 30357
/proc/meminfo: memFree=1778056/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=13724 CPUtime=0.03
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30666949 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33517 s]
/proc/loadavg: 2.23 2.11 2.45 4/96 30373
/proc/meminfo: memFree=1766400/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=13724 CPUtime=0.04
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30666949 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 3431 808 370 3 0 531 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30366] ppid=30356 vsize=807332 CPUtime=0.44
/proc/30366/stat : 30366 (java) R 30356 30356 27963 0 -1 0 6629 0 1 0 39 5 0 0 17 0 8 0 30667037 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073588199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30366/statm: 201833 6379 1506 14 0 189111 0
[pid=30366/tid=30367] ppid=30356 vsize=807332 CPUtime=0.02
/proc/30366/task/30367/stat : 30367 (java) S 30356 30356 27963 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30667040 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30368] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30368/stat : 30368 (java) S 30356 30356 27963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667041 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30369/stat : 30369 (java) S 30356 30356 27963 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667041 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30370/stat : 30370 (java) S 30356 30356 27963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667044 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30356 vsize=807332 CPUtime=0.08
/proc/30366/task/30371/stat : 30371 (java) R 30356 30356 27963 0 -1 64 355 0 0 0 8 0 0 0 19 0 8 0 30667044 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30356 30356 27963 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667044 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30373] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30356 30356 27963 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667044 826707968 6379 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821056

[startup+2.98147 s]
/proc/loadavg: 2.23 2.11 2.45 3/96 30373
/proc/meminfo: memFree=1740096/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=13724 CPUtime=0.04
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30666949 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 3431 808 370 3 0 531 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30366] ppid=30356 vsize=807332 CPUtime=2.08
/proc/30366/stat : 30366 (java) R 30356 30356 27963 0 -1 0 8241 0 1 0 196 12 0 0 25 0 8 0 30667037 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30366/statm: 201833 7988 1510 14 0 189111 0
[pid=30366/tid=30367] ppid=30356 vsize=807332 CPUtime=0.09
/proc/30366/task/30367/stat : 30367 (java) S 30356 30356 27963 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30667040 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30368] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30368/stat : 30368 (java) S 30356 30356 27963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667041 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30369/stat : 30369 (java) S 30356 30356 27963 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667041 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30370/stat : 30370 (java) S 30356 30356 27963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667044 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30356 vsize=807332 CPUtime=0.16
/proc/30366/task/30371/stat : 30371 (java) S 30356 30356 27963 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30667044 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30356 30356 27963 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667044 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30373] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30356 30356 27963 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667044 826707968 7988 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821056

[startup+6.18304 s]
/proc/loadavg: 2.21 2.11 2.45 3/96 30373
/proc/meminfo: memFree=1682752/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=13724 CPUtime=0.04
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30666949 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 3431 808 370 3 0 531 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30366] ppid=30356 vsize=807332 CPUtime=5.27
/proc/30366/stat : 30366 (java) R 30356 30356 27963 0 -1 0 8243 0 1 0 489 38 0 0 25 0 8 0 30667037 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073792924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30366/statm: 201833 7990 1510 14 0 189111 0
[pid=30366/tid=30367] ppid=30356 vsize=807332 CPUtime=0.09
/proc/30366/task/30367/stat : 30367 (java) S 30356 30356 27963 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30667040 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30368] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30368/stat : 30368 (java) S 30356 30356 27963 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30667041 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30369/stat : 30369 (java) S 30356 30356 27963 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30667041 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30370/stat : 30370 (java) S 30356 30356 27963 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30667044 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30356 vsize=807332 CPUtime=0.16
/proc/30366/task/30371/stat : 30371 (java) S 30356 30356 27963 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 30667044 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30356 30356 27963 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30667044 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30373] ppid=30356 vsize=807332 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30356 30356 27963 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30667044 826707968 7990 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821056

[startup+12.6712 s]
/proc/loadavg: 2.28 2.12 2.45 3/89 30374
/proc/meminfo: memFree=1429880/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.25
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2113 8259 0 1 8 1 748 68 19 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=235104 CPUtime=3.45
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 57309 0 0 0 302 43 0 0 25 0 1 0 30667869 240746496 57105 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134641634 0 0 4096 0 0 0 0 17 1 0 0
/proc/30374/statm: 58776 57105 36 112 0 58660 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 252212

[startup+25.5085 s]
/proc/loadavg: 2.23 2.12 2.44 3/89 30374
/proc/meminfo: memFree=1314680/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.25
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 1 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=340644 CPUtime=16.22
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84192 0 0 0 1560 62 0 0 25 0 1 0 30667869 348819456 82962 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30374/statm: 85161 82962 51 112 0 85045 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 357752

[startup+51.2072 s]
/proc/loadavg: 2.14 2.10 2.43 3/89 30374
/proc/meminfo: memFree=1314616/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=340644 CPUtime=41.7
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84206 0 0 0 4107 63 0 0 25 0 1 0 30667869 348819456 82976 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30374/statm: 85161 82976 51 112 0 85045 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 357752

[startup+102.497 s]
/proc/loadavg: 2.06 2.09 2.40 3/89 30374
/proc/meminfo: memFree=1314296/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=340644 CPUtime=92.74
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84211 0 0 0 9211 63 0 0 25 0 1 0 30667869 348819456 82981 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/30374/statm: 85161 82981 51 112 0 85045 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 357752

[startup+162.52 s]
/proc/loadavg: 2.02 2.07 2.37 3/89 30374
/proc/meminfo: memFree=1312824/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=340644 CPUtime=152.48
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84213 0 0 0 15185 63 0 0 25 0 1 0 30667869 348819456 82983 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/30374/statm: 85161 82983 51 112 0 85045 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 357752

[startup+222.544 s]
/proc/loadavg: 2.01 2.05 2.35 3/89 30374
/proc/meminfo: memFree=1312632/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26

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

/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84309 0 0 0 122590 190 0 0 25 0 1 0 30667869 349192192 83079 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528485 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85252 83079 51 112 0 85136 0
Current children cumulated CPU time (s) 1236.82
Current children cumulated vsize (KiB) 358116

[startup+1303.23 s]
/proc/loadavg: 2.65 2.71 2.43 3/96 30734
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341008 CPUtime=1287.66
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84313 0 0 0 128556 210 0 0 25 0 1 0 30667869 349192192 83083 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85252 83083 51 112 0 85136 0
Current children cumulated CPU time (s) 1296.68
Current children cumulated vsize (KiB) 358116

[startup+1363.3 s]
/proc/loadavg: 2.81 2.73 2.46 3/96 30734
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1347.58
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84317 0 0 0 134526 232 0 0 25 0 1 0 30667869 349376512 83087 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83087 51 112 0 85181 0
Current children cumulated CPU time (s) 1356.6
Current children cumulated vsize (KiB) 358296

[startup+1423.34 s]
/proc/loadavg: 3.38 2.89 2.52 3/96 30734
/proc/meminfo: memFree=16072/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1407.44
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84321 0 0 0 140491 253 0 0 25 0 1 0 30667869 349376512 83091 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83091 51 112 0 85181 0
Current children cumulated CPU time (s) 1416.46
Current children cumulated vsize (KiB) 358296

[startup+1483.36 s]
/proc/loadavg: 2.31 2.67 2.47 2/83 31000
/proc/meminfo: memFree=1568168/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1467.2
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84325 0 0 0 146459 261 0 0 25 0 1 0 30667869 349376512 83095 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83095 51 112 0 85181 0
Current children cumulated CPU time (s) 1476.22
Current children cumulated vsize (KiB) 358296

[startup+1543.43 s]
/proc/loadavg: 2.00 2.51 2.42 4/89 31085
/proc/meminfo: memFree=1555008/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1526.84
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84330 0 0 0 152422 262 0 0 25 0 1 0 30667869 349376512 83100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83100 51 112 0 85181 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 358296

[startup+1603.52 s]
/proc/loadavg: 2.00 2.41 2.39 3/89 31085
/proc/meminfo: memFree=1553344/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1586.36
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84334 0 0 0 158374 262 0 0 25 0 1 0 30667869 349376512 83104 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83104 51 112 0 85181 0
Current children cumulated CPU time (s) 1595.38
Current children cumulated vsize (KiB) 358296

[startup+1663.6 s]
/proc/loadavg: 2.00 2.33 2.37 3/89 31085
/proc/meminfo: memFree=1551616/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1645.9
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84338 0 0 0 164328 262 0 0 25 0 1 0 30667869 349376512 83108 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83108 51 112 0 85181 0
Current children cumulated CPU time (s) 1654.92
Current children cumulated vsize (KiB) 358296

[startup+1723.68 s]
/proc/loadavg: 2.00 2.27 2.34 3/89 31085
/proc/meminfo: memFree=1550336/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1705.45
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84341 0 0 0 170283 262 0 0 25 0 1 0 30667869 349376512 83111 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83111 51 112 0 85181 0
Current children cumulated CPU time (s) 1714.47
Current children cumulated vsize (KiB) 358296

[startup+1783.77 s]
/proc/loadavg: 2.00 2.22 2.32 3/89 31085
/proc/meminfo: memFree=1548096/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1764.98
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84346 0 0 0 176235 263 0 0 25 0 1 0 30667869 349376512 83116 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83116 51 112 0 85181 0
Current children cumulated CPU time (s) 1774
Current children cumulated vsize (KiB) 358296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.06 s]
/proc/loadavg: 2.00 2.20 2.31 3/89 31085
/proc/meminfo: memFree=1546880/2055920 swapFree=4192812/4192956
[pid=30356] ppid=30354 vsize=17108 CPUtime=8.26
/proc/30356/stat : 30356 (sugar) S 30354 30356 27963 0 -1 4194304 2122 8259 0 1 8 2 748 68 16 0 1 0 30666949 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30356/statm: 4277 1633 373 3 0 1377 0
[pid=30358] ppid=30356 vsize=0 CPUtime=0.76
/proc/30358/stat : 30358 (java) Z 30356 30356 27963 0 -1 1036 8843 0 1 0 70 6 0 0 16 0 1 0 30666955 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30358/statm: 0 0 0 0 0 0 0
[pid=30374] ppid=30356 vsize=341188 CPUtime=1791.05
/proc/30374/stat : 30374 (minisat) R 30356 30356 27963 0 -1 0 84347 0 0 0 178842 263 0 0 25 0 1 0 30667869 349376512 83117 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/30374/statm: 85297 83117 51 112 0 85181 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 358296

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30356 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=578847 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=719890
CPU time returned by wait4() is 8.29874
while last known CPU time is 1800.14

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

Real time (s): 1811.37
CPU time (s): 1800.14
CPU user time (s): 1796.68
CPU system time (s): 3.46
CPU usage (%): 99.3801
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.57885
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10467
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= 742
involuntary context switches= 718

runsolver used 2.04769 s user time and 5.84511 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 21:45:25 UTC 2007


IDJOB= 235061
IDBENCH= 6735
IDSOLVER= 86
FILE ID= node12/235061-1170107125

PBS_JOBID= 3689506

Free space on /tmp= 66548 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-5.xml
COMMAND LINE= /tmp/evaluation/235061-1170107125/solver /tmp/evaluation/235061-1170107125 /tmp/evaluation/235061-1170107125/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-235061-1170107125 -o ROOT/results/node12/solver-235061-1170107125 -C 1800 -M 900  /tmp/evaluation/235061-1170107125/solver /tmp/evaluation/235061-1170107125 /tmp/evaluation/235061-1170107125/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  515eac4437f1afa10ef540bdf47d698f

RANDOM SEED= 524541441

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.285
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.285
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:       1778536 kB
Buffers:         56472 kB
Cached:          65112 kB
SwapCached:          0 kB
Active:         157012 kB
Inactive:        64964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1204 kB
Writeback:           0 kB
Mapped:         120168 kB
Slab:            40316 kB
Committed_AS:   568944 kB
PageTables:       2164 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= 66558 MiB



End job on node12 on Mon Jan 29 22:15:36 UTC 2007