Trace number 232531

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 1812.84

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-100-9.xml
MD5SUM91932e4ef8cded4303c916cfa6c5bf70
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1616
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/232531-1170106543/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232531-1170106543/unknown.xml [Mon Jan 29 22:35:43 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232531-1170106543/unknown.xml /tmp/evaluation/232531-1170106543/sugar26387.csp [Mon Jan 29 22:35:43 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232531-1170106543/sugar-v0-40.jar -convert /tmp/evaluation/232531-1170106543/unknown.xml /tmp/evaluation/232531-1170106543/sugar26387.csp
0.22	c BEGIN convert /tmp/evaluation/232531-1170106543/unknown.xml
0.96	c END convert (0.744353 seconds)
1.01	c # CONVERT_XML  END : /tmp/evaluation/232531-1170106543/sugar26387.csp 201443 bytes (1 seconds) [Mon Jan 29 22:35:44 2007]
1.01	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.01	
1.01	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232531-1170106543/sugar26387.bcnf [Mon Jan 29 22:35:44 2007]
1.01	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232531-1170106543/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232531-1170106543/sugar26387.map /tmp/evaluation/232531-1170106543/sugar26387.csp /tmp/evaluation/232531-1170106543/sugar26387.bcnf
1.14	c BEGIN parse /tmp/evaluation/232531-1170106543/sugar26387.csp
1.83	c END parse (0.692867 seconds)
1.83	c BEGIN simplify
1.87	c END simplify (0.034123 seconds)
1.87	c BEGIN encode /tmp/evaluation/232531-1170106543/sugar26387.bcnf
13.57	c END encode (11.699602 seconds)
13.69	c # GENERATE_SAT  END : 633948 variables 12741151 clauses 198969668 bytes (13 seconds) [Mon Jan 29 22:35:57 2007]
13.69	c # GENERATE_SAT  CPU : 12.55 = 0.08 + 0 + 11.63 + 0.84
13.69	
13.69	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232531-1170106543/sugar26387.bcnf [Mon Jan 29 22:35:57 2007]
13.69	c # CMD : /tmp/evaluation/232531-1170106543/minisat /tmp/evaluation/232531-1170106543/sugar26387.bcnf /tmp/evaluation/232531-1170106543/sugar26387.out
27.01	c ==================================[MINISAT]===================================
27.02	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
27.02	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
27.02	c ==============================================================================
27.02	c |         0 | 5294705 14847856 | 1764901       0        0     nan |  0.000 % |
30.03	c |       100 | 5294706 14847856 | 1941391      99     2416    24.4 | 60.332 % |
32.68	c |       250 | 5294706 14847856 | 2135530     249     7176    28.8 | 60.332 % |
36.39	c |       476 | 5294708 14847856 | 2349083     473    10567    22.3 | 60.332 % |
41.68	c |       814 | 5294710 14847856 | 2583991     809    23114    28.6 | 60.332 % |
49.64	c |      1323 | 5294711 14847856 | 2842390    1317    31952    24.3 | 60.332 % |
61.89	c |      2082 | 5294713 14847856 | 3126629    2074    52973    25.5 | 60.332 % |
78.69	c |      3222 | 5294714 14847856 | 3439292    3213    82218    25.6 | 60.332 % |
102.80	c |      4935 | 5294715 14847856 | 3783222    4925   134252    27.3 | 60.332 % |
141.80	c |      7497 | 5294719 14847856 | 4161544    7483   245596    32.8 | 60.332 % |
206.09	c |     11343 | 5294727 14847856 | 4577698   11321   375947    33.2 | 60.332 % |
303.74	c |     17110 | 5294730 14847856 | 5035468   17085   592792    34.7 | 60.332 % |
458.85	c |     25759 | 5294734 14847856 | 5539015   25730   941243    36.6 | 60.332 % |
702.56	c |     38733 | 5294739 14847856 | 6092916   38699  1480111    38.2 | 60.332 % |
1045.38	c |     58194 | 5294748 14847856 | 6702208   58151  1993436    34.3 | 60.332 % |
1518.71	c |     87386 | 5294752 14847856 | 7372429   87339  3574408    40.9 | 60.332 % |
1807.53	
1807.53	s UNKNOWN
1807.53	c # INTERRUPTED
1807.53	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:05:51 2007]
1807.53	c # MAIN  CPU : 12.55 = 0.08 + 0 + 11.63 + 0.84
1807.53	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-232531-1170106543 -o ROOT/results/node59/solver-232531-1170106543 -C 1800 -M 900 /tmp/evaluation/232531-1170106543/solver /tmp/evaluation/232531-1170106543 /tmp/evaluation/232531-1170106543/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.88 4.00 4.03 5/75 26388
/proc/meminfo: memFree=1871440/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18540 CPUtime=0
/proc/26387/stat : 26387 (runsolver) R 26385 26387 24551 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30611041 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26387/statm: 4635 279 244 17 0 2626 0

[startup+0.110359 s]
/proc/loadavg: 2.88 4.00 4.03 5/75 26388
/proc/meminfo: memFree=1871440/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30611041 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518366 s]
/proc/loadavg: 2.88 4.00 4.03 5/75 26388
/proc/meminfo: memFree=1871440/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30611041 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34146 s]
/proc/loadavg: 2.88 4.00 4.03 4/84 26404
/proc/meminfo: memFree=1864200/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30611041 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 808 370 3 0 531 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26397] ppid=26387 vsize=807064 CPUtime=0.31
/proc/26397/stat : 26397 (java) R 26387 26387 24551 0 -1 0 5982 0 1 0 26 5 0 0 17 0 8 0 30611143 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482384 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26397/statm: 201766 5733 1482 14 0 189044 0
[pid=26397/tid=26398] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26398/stat : 26398 (java) S 26387 26387 24551 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 30611146 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26399] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26399/stat : 26399 (java) S 26387 26387 24551 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30611147 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26400] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26400/stat : 26400 (java) S 26387 26387 24551 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30611147 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26401] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26401/stat : 26401 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611150 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26402] ppid=26387 vsize=807064 CPUtime=0.05
/proc/26397/task/26402/stat : 26402 (java) R 26387 26387 24551 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30611150 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26403] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26403/stat : 26403 (java) S 26387 26387 24551 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611150 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26404] ppid=26387 vsize=807064 CPUtime=0
/proc/26397/task/26404/stat : 26404 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611150 826433536 5733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 820788

[startup+2.99463 s]
/proc/loadavg: 2.88 4.00 4.03 4/84 26404
/proc/meminfo: memFree=1832712/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611041 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 808 370 3 0 531 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26397] ppid=26387 vsize=807344 CPUtime=1.96
/proc/26397/stat : 26397 (java) R 26387 26387 24551 0 -1 0 8784 0 1 0 183 13 0 0 25 0 8 0 30611143 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26397/statm: 201836 8530 1510 14 0 189114 0
[pid=26397/tid=26398] ppid=26387 vsize=807344 CPUtime=0.12
/proc/26397/task/26398/stat : 26398 (java) S 26387 26387 24551 0 -1 64 2552 0 0 0 12 0 0 0 17 0 8 0 30611146 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26399] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26399/stat : 26399 (java) S 26387 26387 24551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611147 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26400] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26400/stat : 26400 (java) S 26387 26387 24551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611147 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26401] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26401/stat : 26401 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611150 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26402] ppid=26387 vsize=807344 CPUtime=0.16
/proc/26397/task/26402/stat : 26402 (java) S 26387 26387 24551 0 -1 64 420 0 0 0 15 1 0 0 16 0 8 0 30611150 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26403] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26403/stat : 26403 (java) S 26387 26387 24551 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611150 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26404] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26404/stat : 26404 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611150 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821068

[startup+6.287 s]
/proc/loadavg: 2.81 3.97 4.02 3/84 26404
/proc/meminfo: memFree=1774792/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611041 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 808 370 3 0 531 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26397] ppid=26387 vsize=807344 CPUtime=5.21
/proc/26397/stat : 26397 (java) R 26387 26387 24551 0 -1 0 8785 0 1 0 485 36 0 0 25 0 8 0 30611143 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26397/statm: 201836 8531 1510 14 0 189114 0
[pid=26397/tid=26398] ppid=26387 vsize=807344 CPUtime=0.12
/proc/26397/task/26398/stat : 26398 (java) S 26387 26387 24551 0 -1 64 2552 0 0 0 12 0 0 0 16 0 8 0 30611146 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26399] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26399/stat : 26399 (java) S 26387 26387 24551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611147 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26400] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26400/stat : 26400 (java) S 26387 26387 24551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611147 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26401] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26401/stat : 26401 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26402] ppid=26387 vsize=807344 CPUtime=0.16
/proc/26397/task/26402/stat : 26402 (java) S 26387 26387 24551 0 -1 64 421 0 0 0 15 1 0 0 16 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26403] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26403/stat : 26403 (java) S 26387 26387 24551 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26404] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26404/stat : 26404 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821068

[startup+12.6937 s]
/proc/loadavg: 2.82 3.95 4.02 3/84 26404
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=13724 CPUtime=0.04
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30611041 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 3431 808 370 3 0 531 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26397] ppid=26387 vsize=807344 CPUtime=11.59
/proc/26397/stat : 26397 (java) R 26387 26387 24551 0 -1 0 8785 0 1 0 1081 78 0 0 25 0 8 0 30611143 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26397/statm: 201836 8531 1510 14 0 189114 0
[pid=26397/tid=26398] ppid=26387 vsize=807344 CPUtime=0.12
/proc/26397/task/26398/stat : 26398 (java) S 26387 26387 24551 0 -1 64 2552 0 0 0 12 0 0 0 16 0 8 0 30611146 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26399] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26399/stat : 26399 (java) S 26387 26387 24551 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30611147 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26400] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26400/stat : 26400 (java) S 26387 26387 24551 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30611147 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26401] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26401/stat : 26401 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26402] ppid=26387 vsize=807344 CPUtime=0.16
/proc/26397/task/26402/stat : 26402 (java) S 26387 26387 24551 0 -1 64 421 0 0 0 15 1 0 0 16 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26403] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26403/stat : 26403 (java) S 26387 26387 24551 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26397/tid=26404] ppid=26387 vsize=807344 CPUtime=0
/proc/26397/task/26404/stat : 26404 (java) S 26387 26387 24551 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30611150 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 821068

[startup+25.5281 s]
/proc/loadavg: 2.93 3.92 4.00 3/77 26405
/proc/meminfo: memFree=1139008/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2414 8801 0 1 11 1 1163 84 18 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=532332 CPUtime=11.77
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132102 0 0 0 1080 97 0 0 25 0 1 0 30612411 545107968 130871 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 1 0 0
/proc/26405/statm: 133083 130871 36 112 0 132967 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 550704

[startup+51.2259 s]
/proc/loadavg: 2.67 3.78 3.95 3/77 26405
/proc/meminfo: memFree=1143232/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533252 CPUtime=37.34
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132325 0 0 0 3637 97 0 0 25 0 1 0 30612411 546050048 131094 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 1 0 0
/proc/26405/statm: 133313 131094 51 112 0 133197 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 551624

[startup+102.51 s]
/proc/loadavg: 2.29 3.51 3.85 3/77 26405
/proc/meminfo: memFree=1143040/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533252 CPUtime=88.23
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132325 0 0 0 8726 97 0 0 25 0 1 0 30612411 546050048 131094 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/26405/statm: 133313 131094 51 112 0 133197 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 551624

[startup+162.533 s]
/proc/loadavg: 2.10 3.23 3.73 3/77 26405
/proc/meminfo: memFree=1141760/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1236.75
Current children cumulated vsize (KiB) 551988

[startup+1302.98 s]
/proc/loadavg: 2.00 2.02 2.48 3/77 26405
/proc/meminfo: memFree=1133056/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533616 CPUtime=1283.04
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132406 0 0 0 128206 98 0 0 25 0 1 0 30612411 546422784 131175 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528031 0 0 4096 3 0 0 0 17 1 0 0
/proc/26405/statm: 133404 131175 51 112 0 133288 0
Current children cumulated CPU time (s) 1296.49
Current children cumulated vsize (KiB) 551988

[startup+1363 s]
/proc/loadavg: 2.00 2.01 2.45 3/77 26405
/proc/meminfo: memFree=1132800/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533616 CPUtime=1342.78
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132409 0 0 0 134180 98 0 0 25 0 1 0 30612411 546422784 131178 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527238 0 0 4096 3 0 0 0 17 1 0 0
/proc/26405/statm: 133404 131178 51 112 0 133288 0
Current children cumulated CPU time (s) 1356.23
Current children cumulated vsize (KiB) 551988

[startup+1423.02 s]
/proc/loadavg: 2.00 2.01 2.42 2/69 26419
/proc/meminfo: memFree=1195512/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533616 CPUtime=1402.52
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132413 0 0 0 140153 99 0 0 25 0 1 0 30612411 546422784 131182 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133404 131182 51 112 0 133288 0
Current children cumulated CPU time (s) 1415.97
Current children cumulated vsize (KiB) 551988

[startup+1483.06 s]
/proc/loadavg: 3.62 2.42 2.53 2/83 26504
/proc/meminfo: memFree=17024/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533616 CPUtime=1462.49
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132417 0 0 0 146140 109 0 0 25 0 1 0 30612411 546422784 131186 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133404 131186 51 112 0 133288 0
Current children cumulated CPU time (s) 1475.94
Current children cumulated vsize (KiB) 551988

[startup+1543.15 s]
/proc/loadavg: 4.74 2.95 2.70 2/89 26576
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533616 CPUtime=1522.51
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132423 0 0 0 152128 123 0 0 25 0 1 0 30612411 546422784 131192 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133404 131192 51 112 0 133288 0
Current children cumulated CPU time (s) 1535.96
Current children cumulated vsize (KiB) 551988

[startup+1603.24 s]
/proc/loadavg: 4.49 3.24 2.82 2/89 26670
/proc/meminfo: memFree=21320/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533796 CPUtime=1582.56
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132427 0 0 0 158113 143 0 0 25 0 1 0 30612411 546607104 131196 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133449 131196 51 112 0 133333 0
Current children cumulated CPU time (s) 1596.01
Current children cumulated vsize (KiB) 552168

[startup+1663.3 s]
/proc/loadavg: 4.21 3.39 2.90 2/83 26704
/proc/meminfo: memFree=35768/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533796 CPUtime=1642.59
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132431 0 0 0 164105 154 0 0 25 0 1 0 30612411 546607104 131200 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133449 131200 51 112 0 133333 0
Current children cumulated CPU time (s) 1656.04
Current children cumulated vsize (KiB) 552168

[startup+1723.4 s]
/proc/loadavg: 4.18 3.50 2.96 3/86 26708
/proc/meminfo: memFree=15520/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533796 CPUtime=1702.64
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132434 0 0 0 170099 165 0 0 25 0 1 0 30612411 546607104 131203 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133449 131203 51 112 0 133333 0
Current children cumulated CPU time (s) 1716.09
Current children cumulated vsize (KiB) 552168

[startup+1783.43 s]
/proc/loadavg: 8.29 4.79 3.44 2/89 26713
/proc/meminfo: memFree=22344/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533796 CPUtime=1762.57
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132438 0 0 0 176082 175 0 0 25 0 1 0 30612411 546607104 131207 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133449 131207 51 112 0 133333 0
Current children cumulated CPU time (s) 1776.02
Current children cumulated vsize (KiB) 552168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.53 s]
/proc/loadavg: 8.43 5.11 3.58 3/90 26719
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=26387] ppid=26385 vsize=18372 CPUtime=12.59
/proc/26387/stat : 26387 (sugar) S 26385 26387 24551 0 -1 4194304 2424 8801 0 1 11 1 1163 84 16 0 1 0 30611041 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26387/statm: 4593 1934 373 3 0 1693 0
[pid=26389] ppid=26387 vsize=0 CPUtime=0.86
/proc/26389/stat : 26389 (java) Z 26387 26387 24551 0 -1 1036 9564 0 1 0 80 6 0 0 16 0 1 0 30611046 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26389/statm: 0 0 0 0 0 0 0
[pid=26405] ppid=26387 vsize=533796 CPUtime=1786.59
/proc/26405/stat : 26405 (minisat) R 26387 26387 24551 0 -1 0 132439 0 0 0 178481 178 0 0 25 0 1 0 30612411 546607104 131208 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26405/statm: 133449 131208 51 112 0 133333 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 552168

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 26387 and gives childrusage.ru_utime.tv_sec=11 childrusage.ru_utime.tv_usec=750213 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=860869
CPU time returned by wait4() is 12.6111
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): 1812.84
CPU time (s): 1800.12
CPU user time (s): 1797.35
CPU system time (s): 2.77
CPU usage (%): 99.2983
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7502
system time used= 0.860869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11249
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= 811
involuntary context switches= 861

runsolver used 2.08268 s user time and 5.8881 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Jan 29 21:35:43 UTC 2007


IDJOB= 232531
IDBENCH= 6527
IDSOLVER= 86
FILE ID= node59/232531-1170106543

PBS_JOBID= 3689667

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  91932e4ef8cded4303c916cfa6c5bf70

RANDOM SEED= 340810158

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.225
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.225
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:       1872112 kB
Buffers:         38552 kB
Cached:          38968 kB
SwapCached:          0 kB
Active:          95472 kB
Inactive:        41636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          70572 kB
Slab:            31980 kB
Committed_AS:   248880 kB
PageTables:       1956 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= 63392 MiB



End job on node59 on Mon Jan 29 22:05:59 UTC 2007