Trace number 198035

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.07 1805.16

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-55-11-a4.xml
MD5SUM1f9db1cd2e7ccd3afc8aaa7073d57623
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark659.985
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198035-1170093547/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198035-1170093547/unknown.xml [Mon Jan 29 18:59:08 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198035-1170093547/unknown.xml /tmp/evaluation/198035-1170093547/sugar27482.csp [Mon Jan 29 18:59:08 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198035-1170093547/sugar-v0-40.jar -convert /tmp/evaluation/198035-1170093547/unknown.xml /tmp/evaluation/198035-1170093547/sugar27482.csp
0.17	c BEGIN convert /tmp/evaluation/198035-1170093547/unknown.xml
0.59	c END convert (0.419169 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/198035-1170093547/sugar27482.csp 35607 bytes (0 seconds) [Mon Jan 29 18:59:08 2007]
0.60	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198035-1170093547/sugar27482.bcnf [Mon Jan 29 18:59:08 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198035-1170093547/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198035-1170093547/sugar27482.map /tmp/evaluation/198035-1170093547/sugar27482.csp /tmp/evaluation/198035-1170093547/sugar27482.bcnf
0.72	c BEGIN parse /tmp/evaluation/198035-1170093547/sugar27482.csp
1.22	c END parse (0.505426 seconds)
1.22	c BEGIN simplify
1.25	c END simplify (0.027255 seconds)
1.25	c BEGIN encode /tmp/evaluation/198035-1170093547/sugar27482.bcnf
10.00	c END encode (8.754662 seconds)
10.04	c # GENERATE_SAT  END : 11165 variables 7726922 clauses 151445776 bytes (10 seconds) [Mon Jan 29 18:59:18 2007]
10.04	c # GENERATE_SAT  CPU : 8.84 = 0.02 + 0 + 8.13 + 0.69
10.04	
10.04	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198035-1170093547/sugar27482.bcnf [Mon Jan 29 18:59:18 2007]
10.04	c # CMD : /tmp/evaluation/198035-1170093547/minisat /tmp/evaluation/198035-1170093547/sugar27482.bcnf /tmp/evaluation/198035-1170093547/sugar27482.out
38.30	c ==================================[MINISAT]===================================
38.30	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.30	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.30	c ==============================================================================
38.30	c |         0 | 6246605 24126882 | 2082201       0        0     nan |  0.000 % |
43.58	c |       101 | 6246623 24126882 | 2290421      73      430     5.9 | 17.081 % |
46.20	c |       251 | 6246624 24126882 | 2519463     222     1405     6.3 | 17.081 % |
50.06	c |       477 | 6246627 24126882 | 2771409     445     2997     6.7 | 17.082 % |
56.83	c |       814 | 6246632 24126882 | 3048550     776     5336     6.9 | 18.907 % |
67.30	c |      1321 | 6246632 24126882 | 3353405    1283     9930     7.7 | 18.908 % |
80.24	c |      2080 | 6246633 24126882 | 3688746    2041    16262     8.0 | 18.908 % |
97.86	c |      3219 | 6246633 24126882 | 4057620    3180    27828     8.8 | 18.908 % |
126.15	c |      4928 | 6246634 24126882 | 4463382    4888    49373    10.1 | 18.908 % |
165.02	c |      7490 | 6246642 24126882 | 4909721    7442    77035    10.4 | 18.907 % |
223.80	c |     11335 | 6246647 24126882 | 5400693   11282   122706    10.9 | 18.907 % |
308.70	c |     17102 | 6246648 24126882 | 5940762   17048   194347    11.4 | 18.907 % |
436.10	c |     25752 | 6246648 24126882 | 6534838   25698   304854    11.9 | 18.907 % |
626.88	c |     38727 | 6246651 24126882 | 7188322   38670   486625    12.6 | 18.908 % |
917.82	c |     58188 | 5851766 22654475 | 7907154   57783   727539    12.6 | 18.908 % |
1373.29	c |     87381 | 5851784 22654475 | 8697870   86957  1186424    13.6 | 25.339 % |
1803.93	
1803.93	s UNKNOWN
1803.93	c # INTERRUPTED
1803.93	c # MAIN  END :  (1804 seconds) [Mon Jan 29 19:29:12 2007]
1803.93	c # MAIN  CPU : 8.84 = 0.02 + 0 + 8.13 + 0.69
1803.93	

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/node10/watcher-198035-1170093547 -o ROOT/results/node10/solver-198035-1170093547 -C 1800 -M 900 /tmp/evaluation/198035-1170093547/solver /tmp/evaluation/198035-1170093547 /tmp/evaluation/198035-1170093547/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.61 2.90 2.66 3/95 27483
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=880 CPUtime=0
/proc/27482/stat : 27482 (solver) R 27480 27482 27135 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 29309760 901120 25 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/27482/statm: 220 25 18 169 0 8 0

[startup+0.102854 s]
/proc/loadavg: 2.61 2.90 2.66 3/95 27483
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=13724 CPUtime=0.04
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29309760 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510905 s]
/proc/loadavg: 2.61 2.90 2.66 3/95 27483
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=13724 CPUtime=0.04
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29309760 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33401 s]
/proc/loadavg: 2.61 2.90 2.66 4/104 27499
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=13724 CPUtime=0.04
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29309760 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3431 808 370 3 0 531 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27492] ppid=27482 vsize=807356 CPUtime=0.69
/proc/27492/stat : 27492 (java) R 27482 27482 27135 0 -1 0 6999 0 1 0 63 6 0 0 23 0 8 0 29309820 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27492/statm: 201839 6748 1510 14 0 189117 0
[pid=27492/tid=27493] ppid=27482 vsize=807356 CPUtime=0.02
/proc/27492/task/27493/stat : 27493 (java) S 27482 27482 27135 0 -1 64 767 0 0 0 2 0 0 0 16 0 8 0 29309824 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27494] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27494/stat : 27494 (java) S 27482 27482 27135 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29309824 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27495] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27495/stat : 27495 (java) S 27482 27482 27135 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29309824 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27496] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27496/stat : 27496 (java) S 27482 27482 27135 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29309828 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27497] ppid=27482 vsize=807356 CPUtime=0.15
/proc/27492/task/27497/stat : 27497 (java) S 27482 27482 27135 0 -1 64 423 0 0 0 15 0 0 0 16 0 8 0 29309828 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27498] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27498/stat : 27498 (java) S 27482 27482 27135 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29309828 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27499] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27499/stat : 27499 (java) S 27482 27482 27135 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29309828 826732544 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821080

[startup+2.98724 s]
/proc/loadavg: 2.61 2.90 2.66 3/104 27499
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=13724 CPUtime=0.04
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29309760 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3431 808 370 3 0 531 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27492] ppid=27482 vsize=807356 CPUtime=2.29
/proc/27492/stat : 27492 (java) R 27482 27482 27135 0 -1 0 7005 0 1 0 210 19 0 0 25 0 8 0 29309820 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821854 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27492/statm: 201839 6753 1510 14 0 189117 0
[pid=27492/tid=27493] ppid=27482 vsize=807356 CPUtime=0.02
/proc/27492/task/27493/stat : 27493 (java) S 27482 27482 27135 0 -1 64 767 0 0 0 2 0 0 0 17 0 8 0 29309824 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27494] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27494/stat : 27494 (java) S 27482 27482 27135 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29309824 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27495] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27495/stat : 27495 (java) S 27482 27482 27135 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29309824 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27496] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27496/stat : 27496 (java) S 27482 27482 27135 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29309828 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27497] ppid=27482 vsize=807356 CPUtime=0.16
/proc/27492/task/27497/stat : 27497 (java) S 27482 27482 27135 0 -1 64 428 0 0 0 16 0 0 0 16 0 8 0 29309828 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27498] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27498/stat : 27498 (java) S 27482 27482 27135 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29309828 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27499] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27499/stat : 27499 (java) S 27482 27482 27135 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29309828 826732544 6753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821080

[startup+6.27668 s]
/proc/loadavg: 2.64 2.90 2.66 3/104 27499
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=13724 CPUtime=0.04
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29309760 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3431 808 370 3 0 531 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27492] ppid=27482 vsize=807356 CPUtime=5.3
/proc/27492/stat : 27492 (java) R 27482 27482 27135 0 -1 0 7006 0 1 0 491 39 0 0 25 0 8 0 29309820 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27492/statm: 201839 6754 1510 14 0 189117 0
[pid=27492/tid=27493] ppid=27482 vsize=807356 CPUtime=0.02
/proc/27492/task/27493/stat : 27493 (java) S 27482 27482 27135 0 -1 64 767 0 0 0 2 0 0 0 16 0 8 0 29309824 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27494] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27494/stat : 27494 (java) S 27482 27482 27135 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29309824 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27495] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27495/stat : 27495 (java) S 27482 27482 27135 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29309824 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27496] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27496/stat : 27496 (java) S 27482 27482 27135 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29309828 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27497] ppid=27482 vsize=807356 CPUtime=0.16
/proc/27492/task/27497/stat : 27497 (java) S 27482 27482 27135 0 -1 64 429 0 0 0 16 0 0 0 17 0 8 0 29309828 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27498] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27498/stat : 27498 (java) S 27482 27482 27135 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29309828 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27492/tid=27499] ppid=27482 vsize=807356 CPUtime=0
/proc/27492/task/27499/stat : 27499 (java) S 27482 27482 27135 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29309828 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 821080

[startup+12.6876 s]
/proc/loadavg: 2.67 2.90 2.66 3/97 27501
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1663 7021 0 1 5 1 813 69 19 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=182868 CPUtime=2.52
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 43494 0 0 0 224 28 0 0 25 0 1 0 29310765 187256832 43480 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134635749 0 0 4096 0 0 0 0 17 1 0 0
/proc/27500/statm: 45717 43480 36 112 0 45601 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 198028

[startup+25.5263 s]
/proc/loadavg: 2.59 2.87 2.66 3/97 27501
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1663 7021 0 1 5 1 813 69 19 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=281256 CPUtime=15.24
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 68115 0 0 0 1475 49 0 0 25 0 1 0 29310765 288006144 67075 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522262 0 0 4096 0 0 0 0 17 0 0 0
/proc/27500/statm: 70314 67075 36 112 0 70198 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 296416

[startup+51.1668 s]
/proc/loadavg: 2.53 2.83 2.65 3/97 27501
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=291692 CPUtime=40.79
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 71004 0 0 0 4018 61 0 0 25 0 1 0 29310765 298692608 69964 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 72923 69964 51 112 0 72807 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 306852

[startup+102.399 s]
/proc/loadavg: 2.85 2.86 2.66 3/97 27501
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=294260 CPUtime=91.89
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 71636 0 0 0 9112 77 0 0 25 0 1 0 29310765 301322240 70596 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 73565 70596 51 112 0 73449 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 309420

[startup+162.406 s]
/proc/loadavg: 3.38 2.99 2.72 3/103 27615
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=295892 CPUtime=151.7
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72030 0 0 0 15060 110 0 0 25 0 1 0 29310765 302993408 70990 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 73973 70990 51 112 0 73857 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 311052

[startup+222.45 s]
/proc/loadavg: 3.79 3.22 2.81 3/97 27699
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88

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

/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72834 0 0 0 122772 274 0 0 25 0 1 0 29310765 306343936 71794 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74791 71794 51 112 0 74675 0
Current children cumulated CPU time (s) 1239.86
Current children cumulated vsize (KiB) 314324

[startup+1303.22 s]
/proc/loadavg: 2.00 2.10 2.39 3/89 27766
/proc/meminfo: memFree=1554760/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299164 CPUtime=1290.43
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72837 0 0 0 128769 274 0 0 25 0 1 0 29310765 306343936 71797 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74791 71797 51 112 0 74675 0
Current children cumulated CPU time (s) 1299.83
Current children cumulated vsize (KiB) 314324

[startup+1363.25 s]
/proc/loadavg: 2.05 2.10 2.36 3/89 27766
/proc/meminfo: memFree=1554248/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299164 CPUtime=1350.38
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72841 0 0 0 134764 274 0 0 25 0 1 0 29310765 306343936 71801 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74791 71801 51 112 0 74675 0
Current children cumulated CPU time (s) 1359.78
Current children cumulated vsize (KiB) 314324

[startup+1423.29 s]
/proc/loadavg: 2.02 2.08 2.34 3/89 27766
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299328 CPUtime=1410.35
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72872 0 0 0 140761 274 0 0 25 0 1 0 29310765 306511872 71832 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74832 71832 51 112 0 74716 0
Current children cumulated CPU time (s) 1419.75
Current children cumulated vsize (KiB) 314488

[startup+1483.32 s]
/proc/loadavg: 2.04 2.07 2.32 3/89 27766
/proc/meminfo: memFree=1553416/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299328 CPUtime=1470.33
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72873 0 0 0 146759 274 0 0 25 0 1 0 29310765 306511872 71833 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74832 71833 51 112 0 74716 0
Current children cumulated CPU time (s) 1479.73
Current children cumulated vsize (KiB) 314488

[startup+1543.35 s]
/proc/loadavg: 2.05 2.07 2.30 3/89 27766
/proc/meminfo: memFree=1552968/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299328 CPUtime=1530.29
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72875 0 0 0 152754 275 0 0 25 0 1 0 29310765 306511872 71835 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74832 71835 51 112 0 74716 0
Current children cumulated CPU time (s) 1539.69
Current children cumulated vsize (KiB) 314488

[startup+1603.38 s]
/proc/loadavg: 2.02 2.06 2.28 3/89 27766
/proc/meminfo: memFree=1552264/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299328 CPUtime=1590.25
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72879 0 0 0 158750 275 0 0 25 0 1 0 29310765 306511872 71839 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74832 71839 51 112 0 74716 0
Current children cumulated CPU time (s) 1599.65
Current children cumulated vsize (KiB) 314488

[startup+1663.41 s]
/proc/loadavg: 2.00 2.04 2.26 3/89 27766
/proc/meminfo: memFree=1551624/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299508 CPUtime=1650.23
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72884 0 0 0 164748 275 0 0 25 0 1 0 29310765 306696192 71844 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74877 71844 51 112 0 74761 0
Current children cumulated CPU time (s) 1659.63
Current children cumulated vsize (KiB) 314668

[startup+1723.44 s]
/proc/loadavg: 2.03 2.05 2.25 3/89 27766
/proc/meminfo: memFree=1551176/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299508 CPUtime=1710.19
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72888 0 0 0 170743 276 0 0 25 0 1 0 29310765 306696192 71848 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74877 71848 51 112 0 74761 0
Current children cumulated CPU time (s) 1719.59
Current children cumulated vsize (KiB) 314668

[startup+1783.48 s]
/proc/loadavg: 2.01 2.04 2.23 3/89 27766
/proc/meminfo: memFree=1550600/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299508 CPUtime=1770.16
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72893 0 0 0 176740 276 0 0 25 0 1 0 29310765 306696192 71853 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74877 71853 51 112 0 74761 0
Current children cumulated CPU time (s) 1779.56
Current children cumulated vsize (KiB) 314668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.93 s]
/proc/loadavg: 2.01 2.03 2.22 3/89 27766
/proc/meminfo: memFree=1550472/2055920 swapFree=4192812/4192956
[pid=27482] ppid=27480 vsize=15160 CPUtime=8.88
/proc/27482/stat : 27482 (sugar) S 27480 27482 27135 0 -1 4194304 1673 7021 0 1 5 1 813 69 16 0 1 0 29309760 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27482/statm: 3790 1183 373 3 0 890 0
[pid=27484] ppid=27482 vsize=0 CPUtime=0.52
/proc/27484/stat : 27484 (java) Z 27482 27482 27135 0 -1 1036 4706 0 2 0 49 3 0 0 17 0 1 0 29309766 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27484/statm: 0 0 0 0 0 0 0
[pid=27500] ppid=27482 vsize=299508 CPUtime=1790.6
/proc/27500/stat : 27500 (minisat) R 27482 27482 27135 0 -1 0 72896 0 0 0 178784 276 0 0 25 0 1 0 29310765 306696192 71856 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 0 0 0
/proc/27500/statm: 74877 71856 51 112 0 74761 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 314668

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27482 and gives childrusage.ru_utime.tv_sec=8 childrusage.ru_utime.tv_usec=194754 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=735888
CPU time returned by wait4() is 8.93064
while last known CPU time is 1800.07

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

Real time (s): 1805.16
CPU time (s): 1800.07
CPU user time (s): 1796.51
CPU system time (s): 3.56
CPU usage (%): 99.7178
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.19475
system time used= 0.735888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8779
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= 940
involuntary context switches= 1201

runsolver used 1.91071 s user time and 6.26905 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 17:59:07 UTC 2007


IDJOB= 198035
IDBENCH= 3529
IDSOLVER= 86
FILE ID= node10/198035-1170093547

PBS_JOBID= 3689431

Free space on /tmp= 43791 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-55-11-a4.xml
COMMAND LINE= /tmp/evaluation/198035-1170093547/solver /tmp/evaluation/198035-1170093547 /tmp/evaluation/198035-1170093547/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-198035-1170093547 -o ROOT/results/node10/solver-198035-1170093547 -C 1800 -M 900  /tmp/evaluation/198035-1170093547/solver /tmp/evaluation/198035-1170093547 /tmp/evaluation/198035-1170093547/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1f9db1cd2e7ccd3afc8aaa7073d57623

RANDOM SEED= 154933944

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.232
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.232
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:         15816 kB
Buffers:          3184 kB
Cached:        1825608 kB
SwapCached:          0 kB
Active:         147220 kB
Inactive:      1796256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          828228 kB
Writeback:           0 kB
Mapped:         140272 kB
Slab:            81164 kB
Committed_AS:   627448 kB
PageTables:       2340 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= 66559 MiB



End job on node10 on Mon Jan 29 18:29:13 UTC 2007