Trace number 2084909

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.14.6+minisat? (TO) 1800.07 1808.92

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-25.xml
MD5SUM67de4692b904c4e63dfd523c6fff12a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.135979
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
Global constraints used (with number of constraints)

Solver Data

0.04/0.37	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.37	c 0	BEGIN Sun Jul 12 08:29:48 2009
0.04/0.37	c 0	PID 24760
0.04/0.37	c 0	HOST node77.alineos.net
0.04/0.37	c 0	CONVERTING HOME/instance-2084909-1247380188.xml TO HOME/temp.csp
0.04/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084909-1247380188.xml' 'HOME/temp.csp'
0.07/0.91	c 1	1 domains, 197 variables, 1 predicates, 0 relations, 3925 constraints
0.07/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/1.03	c 1	Parsing HOME/temp.csp
0.71/1.13	c 1	parsed 4124 expressions
0.71/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/1.14	c 1	Converting to clausal form CSP
0.80/1.23	c 1	converted 413 (10%) expressions
0.91/1.34	c 1	converted 825 (20%) expressions
0.91/1.37	c 1	converted 1238 (30%) expressions
0.91/1.38	c 1	converted 1650 (40%) expressions
1.00/1.40	c 1	converted 2062 (50%) expressions
1.00/1.41	c 1	converted 2475 (60%) expressions
1.00/1.43	c 1	converted 2887 (70%) expressions
1.00/1.44	c 1	converted 3300 (80%) expressions
1.00/1.45	c 1	converted 3712 (90%) expressions
1.00/1.46	c 1	converted 4124 (100%) expressions
1.00/1.46	c 1	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 25
1.00/1.47	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.47	c 1	Propagation in CSP
1.00/1.49	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.49	c 1	CSP : 197 integers, 0 booleans, 3925 clauses, largest domain size 25
1.00/1.49	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.58	c 2	CSP : 197 integers, 7850 booleans, 11775 clauses, largest domain size 25
1.11/1.58	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.64	c 2	20 (10%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.21/1.64	c 2	40 (20%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.21/1.65	c 2	60 (30%) CSP integer variables are encoded (1380 clauses, 15883 bytes)
1.21/1.65	c 2	79 (40%) CSP integer variables are encoded (1817 clauses, 21564 bytes)
1.21/1.65	c 2	99 (50%) CSP integer variables are encoded (2277 clauses, 27544 bytes)
1.21/1.65	c 2	119 (60%) CSP integer variables are encoded (2737 clauses, 33524 bytes)
1.21/1.65	c 2	138 (70%) CSP integer variables are encoded (3174 clauses, 39205 bytes)
1.21/1.65	c 2	158 (80%) CSP integer variables are encoded (3634 clauses, 45185 bytes)
1.21/1.65	c 2	178 (90%) CSP integer variables are encoded (4094 clauses, 51165 bytes)
1.21/1.65	c 2	197 (100%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
1.30/1.73	c 2	1178 (10%) CSP clauses are encoded (24573 clauses, 382190 bytes)
1.30/1.78	c 2	2355 (20%) CSP clauses are encoded (44566 clauses, 728020 bytes)
1.41/1.82	c 2	3533 (30%) CSP clauses are encoded (64608 clauses, 1075966 bytes)
1.41/1.86	c 2	4710 (40%) CSP clauses are encoded (84601 clauses, 1420692 bytes)
1.50/1.91	c 2	5888 (50%) CSP clauses are encoded (104643 clauses, 1766880 bytes)
1.50/1.95	c 2	7065 (60%) CSP clauses are encoded (124636 clauses, 2113772 bytes)
1.50/1.98	c 2	8243 (70%) CSP clauses are encoded (144678 clauses, 2478888 bytes)
1.60/2.03	c 2	9420 (80%) CSP clauses are encoded (164671 clauses, 2867766 bytes)
1.60/2.07	c 2	10598 (90%) CSP clauses are encoded (184713 clauses, 3257608 bytes)
1.70/2.11	c 2	11775 (100%) CSP clauses are encoded (204706 clauses, 3646486 bytes)
1.70/2.11	c 2	11775 CSP clauses encoded
1.70/2.11	c 2	Writing map file : HOME/temp.map
1.70/2.12	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/2.12	c 2	SAT : 12578 SAT variables, 204706 SAT clauses, 3646486 bytes
1.70/2.12	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/2.16	c 2	SOLVING HOME/temp.cnf
1.70/2.16	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.70/2.16	c 2	This is MiniSat 2.0 beta
1.70/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
1.70/2.16	c 2	============================[ Problem Statistics ]=============================
1.70/2.16	c 2	|                                                                             |
1.70/2.17	c 2	|  Number of variables:  12578                                                |
1.70/2.17	c 2	|  Number of clauses:    204706                                               |
1.75/2.26	c 2	|  Parsing time:         0.08         s                                       |
1.75/2.27	c 2	============================[ Search Statistics ]==============================
1.75/2.27	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/2.27	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/2.27	c 2	===============================================================================
1.75/2.27	c 2	|         0 |   12578   204706   589962 |    68235        0    nan |  0.000 % |
1.75/2.34	c 2	|       101 |   12578   204706   589962 |    75058      101     13 |  0.000 % |
1.75/2.36	c 2	|       251 |   12578   204706   589962 |    82564      251     12 |  0.000 % |
1.75/2.39	c 2	|       477 |   12578   204706   589962 |    90821      477     10 |  0.000 % |
1.75/2.43	c 2	|       815 |   12578   204706   589962 |    99903      815      9 |  0.000 % |
1.75/2.55	c 3	|      1321 |   12578   204706   589962 |   109893     1321     12 |  0.000 % |
1.75/2.60	c 3	|      2081 |   12578   204706   589962 |   120883     2081     11 |  0.000 % |
1.75/2.70	c 3	|      3221 |   12578   204706   589962 |   132971     3221     10 |  0.000 % |
1.75/2.92	c 3	|      4930 |   12578   204706   589962 |   146268     4930     11 |  0.000 % |
1.75/3.12	c 3	|      7492 |   12578   204706   589962 |   160895     7492     11 |  0.000 % |
2.96/3.40	c 3	|     11336 |   12578   204706   589962 |   176984    11336     11 |  0.000 % |
3.46/3.96	c 4	|     17102 |   12578   204706   589962 |   194683    17102     11 |  0.000 % |
4.45/4.99	c 5	|     25752 |   12578   204706   589962 |   214151    25752     12 |  0.000 % |
6.05/6.58	c 7	|     38726 |   12578   204706   589962 |   235566    38726     12 |  0.000 % |
12.21/12.74	c 13	|     58187 |   12578   204706   589962 |   259123    58187     14 |  0.000 % |
23.97/24.55	c 25	|     87379 |   12578   204706   589962 |   285035    87379     15 |  0.000 % |
48.46/49.12	c 49	|    131168 |   12578   204706   589962 |   313539   131168     16 |  0.000 % |
88.50/89.35	c 89	|    196854 |   12578   204706   589962 |   344893   196854     16 |  0.000 % |
180.63/181.87	c 182	|    295380 |   12578   204706   589962 |   379382   295380     16 |  0.000 % |
305.23/306.96	c 307	|    443169 |   12578   204706   589962 |   417321    82627     24 |  0.000 % |
440.37/442.69	c 443	|    664854 |   12578   204706   589962 |   459053   304312     19 |  0.000 % |
873.53/877.85	c 878	|    997379 |   12578   204706   589962 |   504958   200735     24 |  0.000 % |
1770.61/1779.31	c 1779	|   1496168 |   12578   204706   589962 |   555454   212349     21 |  0.000 % |
1800.07/1808.91	c ERROR INTERRUPTED
1800.07/1808.92	s UNKNOWN
1800.07/1808.92	c 1809	CPU 1.75 (0.05 0.02 1.57 0.11)
1800.07/1808.92	c 1809	END Sun Jul 12 08:59:57 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084909-1247380188/watcher-2084909-1247380188 -o /tmp/evaluation-result-2084909-1247380188/solver-2084909-1247380188 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084909-1247380188.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.92 2.07 3.52 4/75 24760
/proc/meminfo: memFree=1933192/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=18576 CPUtime=0
/proc/24760/stat : 24760 (runsolver) D 24758 24760 21382 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25084009 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228043844903 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/24760/statm: 4644 284 249 26 0 2626 0

[startup+0.0795111 s]
/proc/loadavg: 1.92 2.07 3.52 4/75 24760
/proc/meminfo: memFree=1933192/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=12268 CPUtime=0
/proc/24760/stat : 24760 (sugar) D 24758 24760 21382 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 25084009 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24760/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101549 s]
/proc/loadavg: 1.92 2.07 3.52 4/75 24760
/proc/meminfo: memFree=1933192/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=12272 CPUtime=0
/proc/24760/stat : 24760 (sugar) D 24758 24760 21382 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 25084009 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24760/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301594 s]
/proc/loadavg: 1.92 2.07 3.52 4/75 24760
/proc/meminfo: memFree=1933192/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=15948 CPUtime=0.04
/proc/24760/stat : 24760 (sugar) D 24758 24760 21382 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 25084009 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24760/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.701665 s]
/proc/loadavg: 1.92 2.07 3.52 4/75 24760
/proc/meminfo: memFree=1933192/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=0.07
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 25084009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 1.92 2.07 3.52 5/86 24782
/proc/meminfo: memFree=1926184/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=0.58
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1310 7042 0 1 5 2 48 3 16 0 1 0 25084009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1111 409 3 0 796 0
[pid=24773] ppid=24760 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24760 24760 21382 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25084105 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 233 193 169 0 50 0
[pid=24774] ppid=24773 vsize=868476 CPUtime=0.53
/proc/24774/stat : 24774 (java) S 24773 24760 21382 0 -1 0 5872 0 1 0 49 4 0 0 18 0 9 0 25084105 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24774/statm: 217119 5292 1747 9 0 211624 0
[pid=24774/tid=24775] ppid=24773 vsize=868476 CPUtime=0.32
/proc/24774/task/24775/stat : 24775 (java) R 24773 24760 21382 0 -1 64 2680 0 1 0 31 1 0 0 21 0 9 0 25084106 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4125950628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24776] ppid=24773 vsize=868476 CPUtime=0.03
/proc/24774/task/24776/stat : 24776 (java) S 24773 24760 21382 0 -1 64 1032 0 0 0 3 0 0 0 16 0 9 0 25084107 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24777] ppid=24773 vsize=868476 CPUtime=0
/proc/24774/task/24777/stat : 24777 (java) S 24773 24760 21382 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25084107 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24778] ppid=24773 vsize=868476 CPUtime=0
/proc/24774/task/24778/stat : 24778 (java) S 24773 24760 21382 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25084107 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24779] ppid=24773 vsize=868476 CPUtime=0
/proc/24774/task/24779/stat : 24779 (java) S 24773 24760 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25084109 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24780] ppid=24773 vsize=868476 CPUtime=0.14
/proc/24774/task/24780/stat : 24780 (java) S 24773 24760 21382 0 -1 64 1467 0 0 0 13 1 0 0 16 0 9 0 25084109 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24781] ppid=24773 vsize=868476 CPUtime=0
/proc/24774/task/24781/stat : 24781 (java) S 24773 24760 21382 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25084109 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24774/tid=24782] ppid=24773 vsize=868476 CPUtime=0
/proc/24774/task/24782/stat : 24782 (java) S 24773 24760 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25084109 889319424 5292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 890700

[startup+3.10111 s]
/proc/loadavg: 1.92 2.07 3.52 3/86 24782
/proc/meminfo: memFree=1907688/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 15 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30178 s]
/proc/loadavg: 2.01 2.08 3.52 3/78 24784
/proc/meminfo: memFree=1911912/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=14384 CPUtime=4.1
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 3484 0 0 0 408 2 0 0 25 0 1 0 25084226 14729216 3470 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 3596 3470 76 150 0 3443 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 36608

[startup+12.702 s]
/proc/loadavg: 2.01 2.08 3.51 3/78 24784
/proc/meminfo: memFree=1908848/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=16868 CPUtime=10.46
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 4100 0 0 0 1044 2 0 0 25 0 1 0 25084226 17272832 4086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 4217 4086 76 150 0 4064 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 39092

[startup+25.5025 s]
/proc/loadavg: 2.00 2.08 3.48 3/78 24784
/proc/meminfo: memFree=1905776/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=20064 CPUtime=23.21
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 4904 0 0 0 2318 3 0 0 25 0 1 0 25084226 20545536 4890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 5016 4890 76 150 0 4863 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 42288

[startup+51.1016 s]
/proc/loadavg: 2.00 2.07 3.44 3/78 24784
/proc/meminfo: memFree=1901168/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=24912 CPUtime=48.71
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 6083 0 0 0 4867 4 0 0 25 0 1 0 25084226 25509888 6069 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 6228 6069 76 150 0 6075 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 47136

[startup+102.307 s]
/proc/loadavg: 2.00 2.06 3.36 3/78 24784
/proc/meminfo: memFree=1892720/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=33708 CPUtime=99.71
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 8176 0 0 0 9965 6 0 0 25 0 1 0 25084226 34516992 8162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 8427 8162 76 150 0 8274 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 55932

[startup+162.302 s]
/proc/loadavg: 2.00 2.05 3.28 3/79 24785
/proc/meminfo: memFree=1886568/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=39740 CPUtime=159.47
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 9712 0 0 0 15939 8 0 0 25 0 1 0 25084226 40693760 9698 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 9935 9698 76 150 0 9782 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 61964

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 3.19 3/79 24785
/proc/meminfo: memFree=1880424/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=46284 CPUtime=219.22
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 11230 0 0 0 21913 9 0 0 25 0 1 0 25084226 47394816 11216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 11571 11216 76 150 0 11418 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 68508

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

/proc/meminfo: memFree=1820904/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=76252 CPUtime=1353.9
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 18574 0 0 0 135372 18 0 0 25 0 1 0 25084226 78082048 18560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 19063 18560 76 150 0 18910 0
Current children cumulated CPU time (s) 1355.65
Current children cumulated vsize (KiB) 98476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.30 3/85 24830
/proc/meminfo: memFree=1818728/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=78400 CPUtime=1413.61
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 19104 0 0 0 141342 19 0 0 25 0 1 0 25084226 80281600 19090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 19600 19090 76 150 0 19447 0
Current children cumulated CPU time (s) 1415.36
Current children cumulated vsize (KiB) 100624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.28 3/85 24830
/proc/meminfo: memFree=1816872/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=81304 CPUtime=1473.32
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 19575 0 0 0 147312 20 0 0 25 0 1 0 25084226 83255296 19561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 20326 19561 76 150 0 20173 0
Current children cumulated CPU time (s) 1475.07
Current children cumulated vsize (KiB) 103528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/85 24830
/proc/meminfo: memFree=1814888/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=83200 CPUtime=1533.02
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20050 0 0 0 153281 21 0 0 25 0 1 0 25084226 85196800 20036 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 20800 20036 76 150 0 20647 0
Current children cumulated CPU time (s) 1534.77
Current children cumulated vsize (KiB) 105424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/85 24830
/proc/meminfo: memFree=1813928/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84020 CPUtime=1592.73
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20269 0 0 0 159252 21 0 0 25 0 1 0 25084226 86036480 20255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21005 20255 76 150 0 20852 0
Current children cumulated CPU time (s) 1594.48
Current children cumulated vsize (KiB) 106244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/85 24830
/proc/meminfo: memFree=1813864/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84160 CPUtime=1652.44
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20285 0 0 0 165223 21 0 0 25 0 1 0 25084226 86179840 20271 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21040 20271 76 150 0 20887 0
Current children cumulated CPU time (s) 1654.19
Current children cumulated vsize (KiB) 106384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/85 24830
/proc/meminfo: memFree=1813672/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84324 CPUtime=1712.15
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20324 0 0 0 171194 21 0 0 25 0 1 0 25084226 86347776 20310 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21081 20310 76 150 0 20928 0
Current children cumulated CPU time (s) 1713.9
Current children cumulated vsize (KiB) 106548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/85 24830
/proc/meminfo: memFree=1813160/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84620 CPUtime=1771.85
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20392 0 0 0 177164 21 0 0 25 0 1 0 25084226 86650880 20378 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21155 20378 76 150 0 21002 0
Current children cumulated CPU time (s) 1773.6
Current children cumulated vsize (KiB) 106844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.18 3/85 24830
/proc/meminfo: memFree=1813032/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84620 CPUtime=1798.32
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20393 0 0 0 179811 21 0 0 25 0 1 0 25084226 86650880 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21155 20379 76 150 0 21002 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106844

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

Solver just ended. Dumping a history of the last processes samples

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.18 3/85 24830
/proc/meminfo: memFree=1813032/2055920 swapFree=4192812/4192956
[pid=24760] ppid=24758 vsize=16868 CPUtime=1.75
/proc/24760/stat : 24760 (sugar) S 24758 24760 21382 0 -1 4194304 1376 15195 0 2 5 2 157 11 16 0 1 0 25084009 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24760/statm: 4217 1113 409 3 0 796 0
[pid=24783] ppid=24760 vsize=5356 CPUtime=0
/proc/24783/stat : 24783 (sh) S 24760 24760 21382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25084226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24783/statm: 1339 232 193 169 0 50 0
[pid=24784] ppid=24783 vsize=84620 CPUtime=1798.32
/proc/24784/stat : 24784 (minisat) R 24783 24760 21382 0 -1 4194304 20393 0 0 0 179811 21 0 0 25 0 1 0 25084226 86650880 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24784/statm: 21155 20379 76 150 0 21002 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106844

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24760 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=628752
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 1.76973
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.92
CPU time (s): 1800.07
CPU user time (s): 1799.73
CPU system time (s): 0.34
CPU usage (%): 99.5105
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62875
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16954
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2989
involuntary context switches= 2795

runsolver used 2.28465 second user time and 5.48317 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 08:29:48
IDJOB=2084909
IDBENCH=58227
IDSOLVER=739
FILE ID=node77/2084909-1247380188
PBS_JOBID= 9507138
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-25.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084909-1247380188/watcher-2084909-1247380188 -o /tmp/evaluation-result-2084909-1247380188/solver-2084909-1247380188 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084909-1247380188.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 67de4692b904c4e63dfd523c6fff12a6
RANDOM SEED=674487272

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1933736 kB
Buffers:          4704 kB
Cached:          44868 kB
SwapCached:          0 kB
Active:          64668 kB
Inactive:         9868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          35604 kB
Slab:            33076 kB
Committed_AS:   275916 kB
PageTables:       1744 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= 66252 MiB
End job on node77 at 2009-07-12 08:59:59