Trace number 234983

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.12 1815.23

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-3.xml
MD5SUM88466bc5ff065959ca8a3d56a09094d5
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 size1356
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/234983-1170107080/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234983-1170107080/unknown.xml [Mon Jan 29 22:44:40 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234983-1170107080/unknown.xml /tmp/evaluation/234983-1170107080/sugar27042.csp [Mon Jan 29 22:44:40 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234983-1170107080/sugar-v0-40.jar -convert /tmp/evaluation/234983-1170107080/unknown.xml /tmp/evaluation/234983-1170107080/sugar27042.csp
0.18	c BEGIN convert /tmp/evaluation/234983-1170107080/unknown.xml
0.83	c END convert (0.655356 seconds)
0.87	c # CONVERT_XML  END : /tmp/evaluation/234983-1170107080/sugar27042.csp 150084 bytes (1 seconds) [Mon Jan 29 22:44:41 2007]
0.87	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.87	
0.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234983-1170107080/sugar27042.bcnf [Mon Jan 29 22:44:41 2007]
0.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234983-1170107080/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234983-1170107080/sugar27042.map /tmp/evaluation/234983-1170107080/sugar27042.csp /tmp/evaluation/234983-1170107080/sugar27042.bcnf
1.02	c BEGIN parse /tmp/evaluation/234983-1170107080/sugar27042.csp
1.58	c END parse (0.557773 seconds)
1.58	c BEGIN simplify
1.61	c END simplify (0.029993 seconds)
1.61	c BEGIN encode /tmp/evaluation/234983-1170107080/sugar27042.bcnf
8.47	c END encode (6.863911 seconds)
8.54	c # GENERATE_SAT  END : 398190 variables 7945020 clauses 124079936 bytes (8 seconds) [Mon Jan 29 22:44:49 2007]
8.54	c # GENERATE_SAT  CPU : 7.57 = 0.05 + 0 + 7.04 + 0.48
8.54	
8.54	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234983-1170107080/sugar27042.bcnf [Mon Jan 29 22:44:49 2007]
8.54	c # CMD : /tmp/evaluation/234983-1170107080/minisat /tmp/evaluation/234983-1170107080/sugar27042.bcnf /tmp/evaluation/234983-1170107080/sugar27042.out
16.37	c ==================================[MINISAT]===================================
16.37	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.37	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.37	c ==============================================================================
16.37	c |         0 | 4411858 12553267 | 1470619       0        0     nan |  0.000 % |
19.16	c |       101 | 4411861 12553267 | 1617680      98     1685    17.2 | 50.400 % |
21.33	c |       251 | 4411862 12553267 | 1779448     247     4323    17.5 | 50.400 % |
24.27	c |       478 | 4411863 12553267 | 1957393     473     8582    18.1 | 50.400 % |
28.61	c |       815 | 4411865 12553267 | 2153133     808    14367    17.8 | 50.400 % |
34.85	c |      1322 | 4411867 12553267 | 2368446    1313    23524    17.9 | 50.400 % |
43.66	c |      2082 | 4411867 12553267 | 2605291    2073    41137    19.8 | 50.400 % |
59.80	c |      3222 | 4411868 12553267 | 2865820    3212    66100    20.6 | 50.400 % |
81.06	c |      4930 | 4411871 12553267 | 3152402    4917    94978    19.3 | 50.400 % |
108.70	c |      7492 | 4411882 12553267 | 3467642    7468   136845    18.3 | 50.400 % |
158.30	c |     11336 | 4411886 12553267 | 3814406   11308   195885    17.3 | 50.400 % |
233.59	c |     17103 | 4411890 12553267 | 4195847   17071   291834    17.1 | 50.400 % |
327.48	c |     25753 | 4411895 12553267 | 4615432   25716   448763    17.5 | 50.400 % |
479.63	c |     38728 | 4411900 12553267 | 5076975   38686   870619    22.5 | 50.400 % |
665.84	c |     58190 | 4411911 12553267 | 5584673   58137  1271580    21.9 | 50.400 % |
961.65	c |     87384 | 4411922 12553267 | 6143140   87320  1931731    22.1 | 50.400 % |
1460.82	c |    131175 | 4411938 12553267 | 6757454  131095  3523738    26.9 | 50.400 % |
1812.22	
1812.22	s UNKNOWN
1812.22	c # INTERRUPTED
1812.22	c # MAIN  END :  (1812 seconds) [Mon Jan 29 23:14:52 2007]
1812.22	c # MAIN  CPU : 7.57 = 0.05 + 0 + 7.04 + 0.48
1812.22	

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/node18/watcher-234983-1170107080 -o ROOT/results/node18/solver-234983-1170107080 -C 1800 -M 900 /tmp/evaluation/234983-1170107080/solver /tmp/evaluation/234983-1170107080 /tmp/evaluation/234983-1170107080/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.10 2.22 2.63 5/87 27043
/proc/meminfo: memFree=1129864/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=18540 CPUtime=0
/proc/27042/stat : 27042 (runsolver) R 27040 27042 25950 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30662548 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27042/statm: 4635 279 244 17 0 2626 0

[startup+0.108779 s]
/proc/loadavg: 2.10 2.22 2.63 5/87 27043
/proc/meminfo: memFree=1129864/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.04
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30662548 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520818 s]
/proc/loadavg: 2.10 2.22 2.63 5/87 27043
/proc/meminfo: memFree=1129864/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.04
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30662548 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3449 s]
/proc/loadavg: 2.10 2.22 2.63 3/96 27059
/proc/meminfo: memFree=1119936/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.04
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662548 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 3431 808 370 3 0 531 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27052] ppid=27042 vsize=807332 CPUtime=0.42
/proc/27052/stat : 27052 (java) R 27042 27042 25950 0 -1 0 6628 0 1 0 39 3 0 0 24 0 8 0 30662636 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27052/statm: 201833 6378 1506 14 0 189111 0
[pid=27052/tid=27053] ppid=27042 vsize=807332 CPUtime=0.02
/proc/27052/task/27053/stat : 27053 (java) S 27042 27042 25950 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30662642 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27054] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27054/stat : 27054 (java) S 27042 27042 25950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30662642 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27055] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27055/stat : 27055 (java) S 27042 27042 25950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662642 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27056] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27056/stat : 27056 (java) S 27042 27042 25950 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30662646 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27057] ppid=27042 vsize=807332 CPUtime=0.07
/proc/27052/task/27057/stat : 27057 (java) S 27042 27042 25950 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 30662646 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27058] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27058/stat : 27058 (java) S 27042 27042 25950 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 30662646 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27059] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27059/stat : 27059 (java) S 27042 27042 25950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30662646 826707968 6378 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821056

[startup+2.98206 s]
/proc/loadavg: 2.10 2.22 2.63 3/96 27059
/proc/meminfo: memFree=1090368/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.04
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662548 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 3431 808 370 3 0 531 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27052] ppid=27042 vsize=807332 CPUtime=2.05
/proc/27052/stat : 27052 (java) R 27042 27042 25950 0 -1 0 8240 0 1 0 192 13 0 0 25 0 8 0 30662636 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27052/statm: 201833 7987 1510 14 0 189111 0
[pid=27052/tid=27053] ppid=27042 vsize=807332 CPUtime=0.09
/proc/27052/task/27053/stat : 27053 (java) S 27042 27042 25950 0 -1 64 2011 0 0 0 9 0 0 0 17 0 8 0 30662642 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27054] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27054/stat : 27054 (java) S 27042 27042 25950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30662642 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27055] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27055/stat : 27055 (java) S 27042 27042 25950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662642 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27056] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27056/stat : 27056 (java) S 27042 27042 25950 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30662646 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27057] ppid=27042 vsize=807332 CPUtime=0.15
/proc/27052/task/27057/stat : 27057 (java) S 27042 27042 25950 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30662646 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27058] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27058/stat : 27058 (java) S 27042 27042 25950 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 30662646 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27059] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27059/stat : 27059 (java) S 27042 27042 25950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30662646 826707968 7987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821056

[startup+6.18237 s]
/proc/loadavg: 2.17 2.23 2.64 3/96 27059
/proc/meminfo: memFree=1029312/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=13724 CPUtime=0.04
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662548 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 3431 808 370 3 0 531 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27052] ppid=27042 vsize=807332 CPUtime=5.24
/proc/27052/stat : 27052 (java) R 27042 27042 25950 0 -1 0 8242 0 1 0 492 32 0 0 25 0 8 0 30662636 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27052/statm: 201833 7989 1510 14 0 189111 0
[pid=27052/tid=27053] ppid=27042 vsize=807332 CPUtime=0.09
/proc/27052/task/27053/stat : 27053 (java) S 27042 27042 25950 0 -1 64 2011 0 0 0 9 0 0 0 16 0 8 0 30662642 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27054] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27054/stat : 27054 (java) S 27042 27042 25950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30662642 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27055] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27055/stat : 27055 (java) S 27042 27042 25950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662642 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27056] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27056/stat : 27056 (java) S 27042 27042 25950 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30662646 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27057] ppid=27042 vsize=807332 CPUtime=0.16
/proc/27052/task/27057/stat : 27057 (java) S 27042 27042 25950 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 30662646 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27058] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27058/stat : 27058 (java) S 27042 27042 25950 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 30662646 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27052/tid=27059] ppid=27042 vsize=807332 CPUtime=0
/proc/27052/task/27059/stat : 27059 (java) S 27042 27042 25950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30662646 826707968 7989 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821056

[startup+12.669 s]
/proc/loadavg: 2.16 2.22 2.63 3/89 27060
/proc/meminfo: memFree=747896/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2113 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=278248 CPUtime=4.08
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 66328 0 0 0 351 57 0 0 25 0 1 0 30663402 284925952 66124 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637715 0 0 4096 0 0 0 0 17 1 0 0
/proc/27060/statm: 69562 66124 36 112 0 69446 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 295356

[startup+25.5213 s]
/proc/loadavg: 2.12 2.21 2.62 3/89 27060
/proc/meminfo: memFree=674616/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=334760 CPUtime=16.81
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82524 0 0 0 1613 68 0 0 25 0 1 0 30663402 342794240 81294 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83690 81294 51 112 0 83574 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 351868

[startup+51.2217 s]
/proc/loadavg: 2.15 2.21 2.61 3/89 27060
/proc/meminfo: memFree=674680/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=334760 CPUtime=42.28
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82534 0 0 0 4160 68 0 0 25 0 1 0 30663402 342794240 81304 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83690 81304 51 112 0 83574 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 351868

[startup+102.515 s]
/proc/loadavg: 2.06 2.18 2.58 3/89 27060
/proc/meminfo: memFree=674808/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=334760 CPUtime=93.1
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82534 0 0 0 9242 68 0 0 25 0 1 0 30663402 342794240 81304 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83690 81304 51 112 0 83574 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 351868

[startup+162.548 s]
/proc/loadavg: 2.02 2.14 2.54 3/89 27060
/proc/meminfo: memFree=674808/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=334760 CPUtime=152.58
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82534 0 0 0 15190 68 0 0 25 0 1 0 30663402 342794240 81304 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83690 81304 51 112 0 83574 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 351868

[startup+222.579 s]
/proc/loadavg: 2.01 2.11 2.50 3/89 27060
/proc/meminfo: memFree=674808/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61

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

Current children cumulated CPU time (s) 1233.38
Current children cumulated vsize (KiB) 352412

[startup+1303.35 s]
/proc/loadavg: 2.46 2.35 2.29 3/96 27462
/proc/meminfo: memFree=1320624/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335304 CPUtime=1284.77
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82660 0 0 0 128290 187 0 0 25 0 1 0 30663402 343351296 81430 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83826 81430 51 112 0 83710 0
Current children cumulated CPU time (s) 1293.15
Current children cumulated vsize (KiB) 352412

[startup+1363.38 s]
/proc/loadavg: 2.99 2.51 2.35 3/96 27480
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335304 CPUtime=1344.39
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82664 0 0 0 134218 221 0 0 25 0 1 0 30663402 343351296 81434 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27060/statm: 83826 81434 51 112 0 83710 0
Current children cumulated CPU time (s) 1352.77
Current children cumulated vsize (KiB) 352412

[startup+1423.43 s]
/proc/loadavg: 4.05 2.88 2.48 3/96 27499
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335304 CPUtime=1403.99
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82669 0 0 0 140150 249 0 0 25 0 1 0 30663402 343351296 81439 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83826 81439 51 112 0 83710 0
Current children cumulated CPU time (s) 1412.37
Current children cumulated vsize (KiB) 352412

[startup+1483.5 s]
/proc/loadavg: 4.65 3.26 2.63 3/96 27518
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335304 CPUtime=1463.89
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82675 0 0 0 146111 278 0 0 25 0 1 0 30663402 343351296 81445 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83826 81445 51 112 0 83710 0
Current children cumulated CPU time (s) 1472.27
Current children cumulated vsize (KiB) 352412

[startup+1543.57 s]
/proc/loadavg: 4.64 3.53 2.76 3/96 27538
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1523.77
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82681 0 0 0 152067 310 0 0 25 0 1 0 30663402 343625728 81451 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81451 51 112 0 83777 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 352680

[startup+1603.67 s]
/proc/loadavg: 3.44 3.38 2.76 4/96 27556
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1583.66
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82686 0 0 0 158022 344 0 0 25 0 1 0 30663402 343625728 81456 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81456 51 112 0 83777 0
Current children cumulated CPU time (s) 1592.04
Current children cumulated vsize (KiB) 352680

[startup+1663.74 s]
/proc/loadavg: 3.05 3.27 2.75 3/97 27574
/proc/meminfo: memFree=15592/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1643.59
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82691 0 0 0 163987 372 0 0 25 0 1 0 30663402 343625728 81461 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81461 51 112 0 83777 0
Current children cumulated CPU time (s) 1651.97
Current children cumulated vsize (KiB) 352680

[startup+1723.74 s]
/proc/loadavg: 3.07 3.24 2.78 3/96 27590
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1703.42
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82696 0 0 0 169939 403 0 0 25 0 1 0 30663402 343625728 81466 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81466 51 112 0 83777 0
Current children cumulated CPU time (s) 1711.8
Current children cumulated vsize (KiB) 352680

[startup+1783.83 s]
/proc/loadavg: 3.15 3.21 2.80 3/96 27590
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1763.34
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82700 0 0 0 175912 422 0 0 25 0 1 0 30663402 343625728 81470 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81470 51 112 0 83777 0
Current children cumulated CPU time (s) 1771.72
Current children cumulated vsize (KiB) 352680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.21 s]
/proc/loadavg: 3.22 3.23 2.81 3/96 27590
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=27042] ppid=27040 vsize=17108 CPUtime=7.61
/proc/27042/stat : 27042 (sugar) S 27040 27042 25950 0 -1 4194304 2122 8258 0 1 8 1 704 48 16 0 1 0 30662548 17518592 1633 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27042/statm: 4277 1633 373 3 0 1377 0
[pid=27044] ppid=27042 vsize=0 CPUtime=0.77
/proc/27044/stat : 27044 (java) Z 27042 27042 25950 0 -1 1036 8834 0 1 0 70 7 0 0 16 0 1 0 30662553 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27044/statm: 0 0 0 0 0 0 0
[pid=27060] ppid=27042 vsize=335572 CPUtime=1791.69
/proc/27060/stat : 27060 (minisat) R 27042 27042 25950 0 -1 0 82702 0 0 0 178737 432 0 0 25 0 1 0 30663402 343625728 81472 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/27060/statm: 83893 81472 51 112 0 83777 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 352680

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27042 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=130915 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=502923
CPU time returned by wait4() is 7.63384
while last known CPU time is 1800.12

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

Real time (s): 1815.23
CPU time (s): 1800.12
CPU user time (s): 1795.19
CPU system time (s): 4.93
CPU usage (%): 99.1674
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.13091
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10405
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= 887
involuntary context switches= 832

runsolver used 2.14767 s user time and 6.01309 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 21:44:40 UTC 2007


IDJOB= 234983
IDBENCH= 6731
IDSOLVER= 86
FILE ID= node18/234983-1170107080

PBS_JOBID= 3689505

Free space on /tmp= 66374 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  88466bc5ff065959ca8a3d56a09094d5

RANDOM SEED= 13467406

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.236
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.236
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:       1130280 kB
Buffers:         26800 kB
Cached:         258052 kB
SwapCached:          0 kB
Active:         819436 kB
Inactive:        49580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1130280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:         603880 kB
Slab:            40488 kB
Committed_AS:   951824 kB
PageTables:       3172 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= 55198 MiB



End job on node18 on Mon Jan 29 22:14:56 UTC 2007