Trace number 234928

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.06 1816.73

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-3.xml
MD5SUM3bf583013f040e0aee23384ce6db3304
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 size1288
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/234928-1170107048/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234928-1170107048/unknown.xml [Mon Jan 29 22:44:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234928-1170107048/unknown.xml /tmp/evaluation/234928-1170107048/sugar27575.csp [Mon Jan 29 22:44:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234928-1170107048/sugar-v0-40.jar -convert /tmp/evaluation/234928-1170107048/unknown.xml /tmp/evaluation/234928-1170107048/sugar27575.csp
0.17	c BEGIN convert /tmp/evaluation/234928-1170107048/unknown.xml
0.82	c END convert (0.647233 seconds)
0.87	c # CONVERT_XML  END : /tmp/evaluation/234928-1170107048/sugar27575.csp 150084 bytes (1 seconds) [Mon Jan 29 22:44:10 2007]
0.87	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.87	
0.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234928-1170107048/sugar27575.bcnf [Mon Jan 29 22:44:10 2007]
0.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234928-1170107048/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234928-1170107048/sugar27575.map /tmp/evaluation/234928-1170107048/sugar27575.csp /tmp/evaluation/234928-1170107048/sugar27575.bcnf
0.98	c BEGIN parse /tmp/evaluation/234928-1170107048/sugar27575.csp
1.54	c END parse (0.559068 seconds)
1.54	c BEGIN simplify
1.57	c END simplify (0.030133 seconds)
1.57	c BEGIN encode /tmp/evaluation/234928-1170107048/sugar27575.bcnf
8.00	c END encode (6.42997 seconds)
8.08	c # GENERATE_SAT  END : 377790 variables 7517980 clauses 117405040 bytes (7 seconds) [Mon Jan 29 22:44:17 2007]
8.08	c # GENERATE_SAT  CPU : 7.14 = 0.05 + 0.01 + 6.59 + 0.49
8.08	
8.08	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234928-1170107048/sugar27575.bcnf [Mon Jan 29 22:44:17 2007]
8.08	c # CMD : /tmp/evaluation/234928-1170107048/minisat /tmp/evaluation/234928-1170107048/sugar27575.bcnf /tmp/evaluation/234928-1170107048/sugar27575.out
15.52	c ==================================[MINISAT]===================================
15.52	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
15.52	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
15.52	c ==============================================================================
15.52	c |         0 | 3844740 10910163 | 1281580       0        0     nan |  0.000 % |
17.65	c |       102 | 3844740 10910163 | 1409738     102     1776    17.4 | 53.199 % |
19.97	c |       252 | 3844741 10910163 | 1550711     251     3513    14.0 | 53.199 % |
22.05	c |       477 | 3844743 10910163 | 1705782     474     6547    13.8 | 53.199 % |
26.26	c |       814 | 3844746 10910163 | 1876361     808    10667    13.2 | 53.199 % |
33.53	c |      1320 | 3844750 10910163 | 2063997    1310    18787    14.3 | 53.199 % |
40.37	c |      2081 | 3844753 10910163 | 2270397    2068    31444    15.2 | 53.199 % |
55.00	c |      3220 | 3844753 10910163 | 2497436    3207    58920    18.4 | 53.199 % |
74.82	c |      4930 | 3844757 10910163 | 2747180    4913    93136    19.0 | 53.199 % |
97.07	c |      7492 | 3844759 10910163 | 3021898    7473   141005    18.9 | 53.199 % |
145.39	c |     11336 | 3844761 10910163 | 3324088   11315   259072    22.9 | 53.199 % |
225.09	c |     17103 | 3844772 10910163 | 3656497   17071   395709    23.2 | 53.199 % |
328.01	c |     25752 | 3844773 10910163 | 4022147   25719   569245    22.1 | 53.199 % |
472.06	c |     38730 | 3844783 10910163 | 4424361   38687   826322    21.4 | 53.199 % |
720.97	c |     58191 | 3844788 10910163 | 4866797   58143  1447499    24.9 | 53.199 % |
1098.60	c |     87384 | 3844814 10910163 | 5353477   87310  2667665    30.6 | 53.199 % |
1617.95	c |    131173 | 3844823 10910163 | 5888825  131090  3890237    29.7 | 53.199 % |
1815.55	
1815.55	s UNKNOWN
1815.55	c # INTERRUPTED
1815.55	c # MAIN  END :  (1815 seconds) [Mon Jan 29 23:14:24 2007]
1815.55	c # MAIN  CPU : 7.15 = 0.05 + 0.02 + 6.59 + 0.49
1815.55	

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/node65/watcher-234928-1170107048 -o ROOT/results/node65/solver-234928-1170107048 -C 1800 -M 900 /tmp/evaluation/234928-1170107048/solver /tmp/evaluation/234928-1170107048 /tmp/evaluation/234928-1170107048/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.08 2.05 1.76 5/74 27576
/proc/meminfo: memFree=1852800/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=18540 CPUtime=0
/proc/27575/stat : 27575 (runsolver) R 27573 27575 27510 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30662415 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27575/statm: 4635 279 244 17 0 2626 0

[startup+0.11041 s]
/proc/loadavg: 2.08 2.05 1.76 5/74 27576
/proc/meminfo: memFree=1852800/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=13724 CPUtime=0.04
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30662415 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518478 s]
/proc/loadavg: 2.08 2.05 1.76 5/74 27576
/proc/meminfo: memFree=1852800/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=13724 CPUtime=0.04
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30662415 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34162 s]
/proc/loadavg: 2.15 2.06 1.76 3/83 27592
/proc/meminfo: memFree=1838392/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=13724 CPUtime=0.04
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662415 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27575/statm: 3431 808 370 3 0 531 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27585] ppid=27575 vsize=807332 CPUtime=0.46
/proc/27585/stat : 27585 (java) R 27575 27575 27510 0 -1 0 6643 0 1 0 42 4 0 0 23 0 8 0 30662502 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934704 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27585/statm: 201833 6393 1506 14 0 189111 0
[pid=27585/tid=27586] ppid=27575 vsize=807332 CPUtime=0.02
/proc/27585/task/27586/stat : 27586 (java) S 27575 27575 27510 0 -1 64 491 0 0 0 2 0 0 0 16 0 8 0 30662505 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27587] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27587/stat : 27587 (java) S 27575 27575 27510 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30662505 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27588] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27588/stat : 27588 (java) S 27575 27575 27510 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662505 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27589] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27589/stat : 27589 (java) S 27575 27575 27510 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 30662508 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27590] ppid=27575 vsize=807332 CPUtime=0.08
/proc/27585/task/27590/stat : 27590 (java) S 27575 27575 27510 0 -1 64 370 0 0 0 8 0 0 0 16 0 8 0 30662508 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27591] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27591/stat : 27591 (java) S 27575 27575 27510 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30662508 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27592] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27592/stat : 27592 (java) S 27575 27575 27510 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30662508 826707968 6393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821056

[startup+2.98689 s]
/proc/loadavg: 2.15 2.06 1.76 3/83 27592
/proc/meminfo: memFree=1812152/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=13724 CPUtime=0.04
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662415 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27575/statm: 3431 808 370 3 0 531 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27585] ppid=27575 vsize=807332 CPUtime=2.1
/proc/27585/stat : 27585 (java) R 27575 27575 27510 0 -1 0 8240 0 1 0 196 14 0 0 25 0 8 0 30662502 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27585/statm: 201833 7987 1510 14 0 189111 0
[pid=27585/tid=27586] ppid=27575 vsize=807332 CPUtime=0.09
/proc/27585/task/27586/stat : 27586 (java) S 27575 27575 27510 0 -1 64 2011 0 0 0 8 1 0 0 17 0 8 0 30662505 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27587] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27587/stat : 27587 (java) S 27575 27575 27510 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30662505 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27588] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27588/stat : 27588 (java) S 27575 27575 27510 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662505 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27589] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27589/stat : 27589 (java) S 27575 27575 27510 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 30662508 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27590] ppid=27575 vsize=807332 CPUtime=0.15
/proc/27585/task/27590/stat : 27590 (java) S 27575 27575 27510 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 30662508 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27591] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27591/stat : 27591 (java) S 27575 27575 27510 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30662508 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27592] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27592/stat : 27592 (java) S 27575 27575 27510 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30662508 826707968 7987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821056

[startup+6.28943 s]
/proc/loadavg: 2.14 2.06 1.76 3/83 27592
/proc/meminfo: memFree=1749440/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=13724 CPUtime=0.04
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30662415 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27575/statm: 3431 808 370 3 0 531 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27585] ppid=27575 vsize=807332 CPUtime=5.4
/proc/27585/stat : 27585 (java) R 27575 27575 27510 0 -1 0 8242 0 1 0 505 35 0 0 25 0 8 0 30662502 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27585/statm: 201833 7989 1510 14 0 189111 0
[pid=27585/tid=27586] ppid=27575 vsize=807332 CPUtime=0.09
/proc/27585/task/27586/stat : 27586 (java) S 27575 27575 27510 0 -1 64 2011 0 0 0 8 1 0 0 16 0 8 0 30662505 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27587] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27587/stat : 27587 (java) S 27575 27575 27510 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30662505 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27588] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27588/stat : 27588 (java) S 27575 27575 27510 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30662505 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27589] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27589/stat : 27589 (java) S 27575 27575 27510 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 30662508 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27590] ppid=27575 vsize=807332 CPUtime=0.15
/proc/27585/task/27590/stat : 27590 (java) S 27575 27575 27510 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30662508 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27591] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27591/stat : 27591 (java) S 27575 27575 27510 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30662508 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27585/tid=27592] ppid=27575 vsize=807332 CPUtime=0
/proc/27585/task/27592/stat : 27592 (java) S 27575 27575 27510 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30662508 826707968 7989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 821056

[startup+12.7775 s]
/proc/loadavg: 2.13 2.06 1.76 3/76 27593
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2113 8259 0 1 8 2 659 49 19 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=304420 CPUtime=4.65
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 74394 0 0 0 408 57 0 0 25 0 1 0 30663223 311726080 73164 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 0 0 0 0 17 1 0 0
/proc/27593/statm: 76105 73164 36 112 0 75989 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 321528

[startup+25.6166 s]
/proc/loadavg: 2.11 2.06 1.77 3/76 27593
/proc/meminfo: memFree=1422136/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=320768 CPUtime=17.37
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78367 0 0 0 1678 59 0 0 25 0 1 0 30663223 328466432 77137 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80192 77137 51 112 0 80076 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 337876

[startup+51.3118 s]
/proc/loadavg: 2.06 2.05 1.77 3/76 27593
/proc/meminfo: memFree=1422200/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=320768 CPUtime=42.82
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78367 0 0 0 4223 59 0 0 25 0 1 0 30663223 328466432 77137 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80192 77137 51 112 0 80076 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 337876

[startup+102.589 s]
/proc/loadavg: 2.03 2.04 1.78 3/76 27593
/proc/meminfo: memFree=1422264/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=320768 CPUtime=93.63
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78371 0 0 0 9304 59 0 0 25 0 1 0 30663223 328466432 77141 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134640107 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80192 77141 51 112 0 80076 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 337876

[startup+162.604 s]
/proc/loadavg: 2.01 2.03 1.79 3/76 27593
/proc/meminfo: memFree=1422200/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=320768 CPUtime=153.1
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78378 0 0 0 15251 59 0 0 25 0 1 0 30663223 328466432 77148 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80192 77148 51 112 0 80076 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 337876

[startup+222.628 s]
/proc/loadavg: 2.00 2.02 1.80 3/76 27593
/proc/meminfo: memFree=1422200/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18

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

/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78476 0 0 0 122175 212 0 0 25 0 1 0 30663223 329023488 77246 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27593/statm: 80328 77246 51 112 0 80212 0
Current children cumulated CPU time (s) 1231.81
Current children cumulated vsize (KiB) 338420

[startup+1303.24 s]
/proc/loadavg: 3.26 3.20 2.46 3/83 27986
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1283.47
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78481 0 0 0 128101 246 0 0 25 0 1 0 30663223 329023488 77251 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27593/statm: 80328 77251 51 112 0 80212 0
Current children cumulated CPU time (s) 1291.41
Current children cumulated vsize (KiB) 338420

[startup+1363.3 s]
/proc/loadavg: 2.95 3.11 2.47 3/83 28004
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1343.04
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78486 0 0 0 134024 280 0 0 25 0 1 0 30663223 329023488 77256 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/27593/statm: 80328 77256 51 112 0 80212 0
Current children cumulated CPU time (s) 1350.98
Current children cumulated vsize (KiB) 338420

[startup+1423.34 s]
/proc/loadavg: 3.09 3.11 2.51 3/83 28023
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1402.61
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78492 0 0 0 139949 312 0 0 25 0 1 0 30663223 329023488 77262 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80328 77262 51 112 0 80212 0
Current children cumulated CPU time (s) 1410.55
Current children cumulated vsize (KiB) 338420

[startup+1483.4 s]
/proc/loadavg: 3.47 3.18 2.57 3/83 28041
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1462.11
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78496 0 0 0 145861 350 0 0 25 0 1 0 30663223 329023488 77266 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528049 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80328 77266 51 112 0 80212 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 338420

[startup+1543.44 s]
/proc/loadavg: 3.75 3.35 2.67 3/83 28054
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1521.74
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78501 0 0 0 151791 383 0 0 25 0 1 0 30663223 329023488 77271 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80328 77271 51 112 0 80212 0
Current children cumulated CPU time (s) 1529.68
Current children cumulated vsize (KiB) 338420

[startup+1603.49 s]
/proc/loadavg: 4.05 3.50 2.76 3/83 28054
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1581.39
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78506 0 0 0 157733 406 0 0 25 0 1 0 30663223 329023488 77276 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80328 77276 51 112 0 80212 0
Current children cumulated CPU time (s) 1589.33
Current children cumulated vsize (KiB) 338420

[startup+1663.53 s]
/proc/loadavg: 3.06 3.31 2.74 3/83 28054
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321312 CPUtime=1641.04
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78512 0 0 0 163678 426 0 0 25 0 1 0 30663223 329023488 77282 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80328 77282 51 112 0 80212 0
Current children cumulated CPU time (s) 1648.98
Current children cumulated vsize (KiB) 338420

[startup+1723.55 s]
/proc/loadavg: 2.67 3.16 2.72 3/83 28054
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321580 CPUtime=1700.66
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78517 0 0 0 169619 447 0 0 25 0 1 0 30663223 329297920 77287 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80395 77287 51 112 0 80279 0
Current children cumulated CPU time (s) 1708.6
Current children cumulated vsize (KiB) 338688

[startup+1783.57 s]
/proc/loadavg: 2.62 3.06 2.71 3/83 28054
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321580 CPUtime=1760.29
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78523 0 0 0 175559 470 0 0 25 0 1 0 30663223 329297920 77293 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80395 77293 51 112 0 80279 0
Current children cumulated CPU time (s) 1768.23
Current children cumulated vsize (KiB) 338688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.54 s]
/proc/loadavg: 2.52 2.98 2.70 3/83 28054
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=27575] ppid=27573 vsize=17108 CPUtime=7.18
/proc/27575/stat : 27575 (sugar) S 27573 27575 27510 0 -1 4194304 2122 8259 0 1 8 2 659 49 16 0 1 0 30662415 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27575/statm: 4277 1633 373 3 0 1377 0
[pid=27577] ppid=27575 vsize=0 CPUtime=0.76
/proc/27577/stat : 27577 (java) Z 27575 27575 27510 0 -1 1036 8815 0 1 0 70 6 0 0 16 0 1 0 30662420 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27577/statm: 0 0 0 0 0 0 0
[pid=27593] ppid=27575 vsize=321580 CPUtime=1792.07
/proc/27593/stat : 27593 (minisat) R 27575 27575 27510 0 -1 0 78526 0 0 0 178729 478 0 0 25 0 1 0 30663223 329297920 77296 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27593/statm: 80395 77296 51 112 0 80279 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 338688

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27575 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=679984 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=530919
CPU time returned by wait4() is 7.2109
while last known CPU time is 1800.06

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

Real time (s): 1816.73
CPU time (s): 1800.06
CPU user time (s): 1794.66
CPU system time (s): 5.4
CPU usage (%): 99.0826
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.67998
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10466
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= 869
involuntary context switches= 798

runsolver used 2.09568 s user time and 5.9141 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 21:44:09 UTC 2007


IDJOB= 234928
IDBENCH= 6727
IDSOLVER= 86
FILE ID= node65/234928-1170107048

PBS_JOBID= 3689911

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3bf583013f040e0aee23384ce6db3304

RANDOM SEED= 825873470

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.259
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.259
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:       1853280 kB
Buffers:         34140 kB
Cached:          52968 kB
SwapCached:          0 kB
Active:         109260 kB
Inactive:        43088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          76288 kB
Slab:            35620 kB
Committed_AS:   264048 kB
PageTables:       1928 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= 48840 MiB



End job on node65 on Mon Jan 29 22:14:26 UTC 2007