Trace number 1091001

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.13+minisat? (TO) 1800.12 1803.72

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-2-insertions-4-4.xml
MD5SUMdfbaaa13f2d6f57ebdf2612f1b019d13
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 variables149
Number of constraints541
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension541
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:52:29 2008
0.00/0.04	c 0	PID 11504
0.03/0.05	c 0	HOST node73.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1091001-1215273149.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091001-1215273149.xml' 'HOME/temp.csp'
0.03/0.55	c 1	1 domains, 149 variables, 1 predicates, 0 relations, 541 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.78	c 1	parsed 692 expressions
0.53/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.79	c 1	Converting to clausal form CSP
0.53/0.82	c 1	converted 70 (10%) expressions
0.53/0.82	c 1	converted 139 (20%) expressions
0.53/0.84	c 1	converted 208 (30%) expressions
0.53/0.86	c 1	converted 277 (40%) expressions
0.53/0.89	c 1	converted 346 (50%) expressions
0.53/0.90	c 1	converted 416 (60%) expressions
0.53/0.97	c 1	converted 485 (70%) expressions
0.53/0.98	c 1	converted 554 (80%) expressions
0.53/0.99	c 1	converted 623 (90%) expressions
0.92/1.00	c 1	converted 692 (100%) expressions
0.92/1.00	c 1	CSP : 149 integers, 0 booleans, 541 clauses, largest domain size 4
0.92/1.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.00	c 1	Propagation in CSP
0.92/1.03	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.03	c 1	CSP : 149 integers, 0 booleans, 541 clauses, largest domain size 4
0.92/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.06	c 1	CSP : 149 integers, 1082 booleans, 1623 clauses, largest domain size 4
0.92/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.09	c 1	15 (10%) CSP integer variables are encoded (30 clauses, 322 bytes)
0.92/1.09	c 1	30 (20%) CSP integer variables are encoded (60 clauses, 592 bytes)
0.92/1.09	c 1	45 (30%) CSP integer variables are encoded (90 clauses, 910 bytes)
0.92/1.09	c 1	60 (40%) CSP integer variables are encoded (120 clauses, 1240 bytes)
0.92/1.09	c 1	75 (50%) CSP integer variables are encoded (150 clauses, 1570 bytes)
0.92/1.10	c 1	90 (60%) CSP integer variables are encoded (180 clauses, 1900 bytes)
0.92/1.10	c 1	105 (70%) CSP integer variables are encoded (210 clauses, 2230 bytes)
0.92/1.10	c 1	120 (80%) CSP integer variables are encoded (240 clauses, 2560 bytes)
0.92/1.10	c 1	135 (90%) CSP integer variables are encoded (270 clauses, 2890 bytes)
0.92/1.10	c 1	149 (100%) CSP integer variables are encoded (298 clauses, 3198 bytes)
1.02/1.11	c 1	163 (10%) CSP clauses are encoded (788 clauses, 9112 bytes)
1.02/1.12	c 1	325 (20%) CSP clauses are encoded (1274 clauses, 15160 bytes)
1.02/1.13	c 1	487 (30%) CSP clauses are encoded (1760 clauses, 21232 bytes)
1.02/1.14	c 1	650 (40%) CSP clauses are encoded (2250 clauses, 27572 bytes)
1.02/1.15	c 1	812 (50%) CSP clauses are encoded (2736 clauses, 34052 bytes)
1.02/1.15	c 1	974 (60%) CSP clauses are encoded (3222 clauses, 41020 bytes)
1.02/1.16	c 1	1137 (70%) CSP clauses are encoded (3709 clauses, 48052 bytes)
1.02/1.16	c 1	1299 (80%) CSP clauses are encoded (4195 clauses, 55072 bytes)
1.02/1.16	c 1	1461 (90%) CSP clauses are encoded (4681 clauses, 62092 bytes)
1.02/1.17	c 1	1623 (100%) CSP clauses are encoded (5167 clauses, 69112 bytes)
1.02/1.17	c 1	1623 CSP clauses encoded
1.02/1.17	c 1	Writing map file : HOME/temp.map
1.02/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.17	c 1	SAT : 1529 SAT variables, 5167 SAT clauses, 69112 bytes
1.02/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.22	c 1	SOLVING HOME/temp.cnf
1.10/1.22	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/1.22	c 1	This is MiniSat 2.0 beta
1.10/1.22	c 1	WARNING: for repeatability, setting FPU to use double precision
1.10/1.22	c 1	============================[ Problem Statistics ]=============================
1.10/1.22	c 1	|                                                                             |
1.10/1.22	c 1	|  Number of variables:  1529                                                 |
1.10/1.22	c 1	|  Number of clauses:    5167                                                 |
1.10/1.22	c 1	|  Parsing time:         0.00         s                                       |
1.10/1.22	c 1	============================[ Search Statistics ]==============================
1.10/1.22	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.22	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.22	c 1	===============================================================================
1.10/1.22	c 1	|         0 |    1529     5167    12498 |     1722        0    nan |  0.000 % |
1.10/1.23	c 1	|       100 |    1529     5167    12498 |     1894      100     21 |  0.000 % |
1.10/1.23	c 1	|       251 |    1529     5167    12498 |     2084      251     33 |  0.000 % |
1.10/1.25	c 1	|       476 |    1529     5167    12498 |     2292      476     30 |  0.000 % |
1.10/1.26	c 1	|       814 |    1529     5167    12498 |     2521      814     29 |  0.000 % |
1.12/1.30	c 1	|      1320 |    1529     5167    12498 |     2773     1320     30 |  0.000 % |
1.12/1.34	c 1	|      2079 |    1529     5167    12498 |     3051     2079     31 |  0.000 % |
1.12/1.42	c 1	|      3220 |    1529     5167    12498 |     3356     3220     33 |  0.000 % |
1.12/1.54	c 2	|      4928 |    1529     5167    12498 |     3691     2922     35 |  0.001 % |
1.12/1.76	c 2	|      7491 |    1529     5167    12498 |     4061     3341     43 |  0.000 % |
1.98/2.14	c 2	|     11335 |    1529     5167    12498 |     4467     2648     40 |  0.000 % |
2.48/2.63	c 3	|     17101 |    1529     5167    12498 |     4914     3380     36 |  0.005 % |
3.27/3.46	c 3	|     25750 |    1529     5167    12498 |     5405     3965     35 |  0.000 % |
4.76/4.92	c 5	|     38724 |    1529     5167    12498 |     5945     4756     53 |  0.000 % |
6.84/7.02	c 7	|     58187 |    1529     5167    12498 |     6540     4966     39 |  0.000 % |
10.20/10.49	c 11	|     87379 |    1529     5167    12498 |     7194     6289     43 |  0.000 % |
16.05/16.30	c 16	|    131170 |    1529     5167    12498 |     7914     7471     66 |  0.000 % |
24.37/24.76	c 25	|    196854 |    1529     5167    12498 |     8705     6175     46 |  0.000 % |
36.64/37.17	c 37	|    295381 |    1529     5167    12498 |     9576     8840     38 |  0.000 % |
57.24/57.91	c 58	|    443171 |    1529     5167    12498 |    10533     5516     46 |  0.005 % |
87.64/88.65	c 89	|    664854 |    1529     5167    12498 |    11586     7953     44 |  0.000 % |
137.06/138.59	c 139	|    997379 |    1529     5167    12498 |    12745     8794     43 |  0.001 % |
217.47/219.71	c 220	|   1496167 |    1529     5167    12498 |    14020     7440     40 |  0.000 % |
331.08/334.19	c 334	|   2244349 |    1529     5167    12498 |    15422    11443     52 |  0.000 % |
513.60/516.70	c 517	|   3366624 |    1529     5167    12498 |    16964     8507     50 |  0.000 % |
797.19/800.46	c 800	|   5050035 |    1529     5167    12498 |    18660    11987     53 |  0.000 % |
1282.19/1285.68	c 1286	|   7575151 |    1529     5167    12498 |    20527    12378     61 |  0.005 % |
1800.09/1803.71	sh: line 1: 11528 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1803.71	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1803.71	c 1804	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1803.71	c ERROR INTERRUPTED
1800.09/1803.72	s UNKNOWN
1800.09/1803.72	c 1804	CPU 1799.95 (0.03 0.01 1799.92 0.15)
1800.09/1803.72	c 1804	END Sat Jul  5 18:22:33 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091001-1215273149/watcher-1091001-1215273149 -o /tmp/evaluation-result-1091001-1215273149/solver-1091001-1215273149 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1091001-1215273149.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11504
/proc/meminfo: memFree=1734272/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=12000 CPUtime=0
/proc/11504/stat : 11504 (sugar) R 11502 11504 9134 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 139325930 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 210737117959 0 0 4224 0 0 0 0 17 1 0 0
/proc/11504/statm: 3000 179 140 3 0 100 0

[startup+0.0503321 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11504
/proc/meminfo: memFree=1734272/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=0.03
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 139325930 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101622 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11504
/proc/meminfo: memFree=1734272/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=0.03
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 139325930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302547 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11504
/proc/meminfo: memFree=1734272/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=0.03
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 139325930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701602 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11504
/proc/meminfo: memFree=1734272/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=0.53
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 973 4536 0 1 2 1 47 3 16 0 1 0 139325930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50169 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11526
/proc/meminfo: memFree=1721448/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 15 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10188 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1730408/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 15 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=3396 CPUtime=1.85
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 517 0 0 0 185 0 0 0 25 0 1 0 139326052 3477504 503 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 849 503 76 150 0 696 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22352

[startup+6.30125 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1729448/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=4060 CPUtime=5.02
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 706 0 0 0 502 0 0 0 25 0 1 0 139326052 4157440 692 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 1015 692 76 150 0 862 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23016

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1728552/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=4852 CPUtime=11.36
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 905 0 0 0 1136 0 0 0 25 0 1 0 139326052 4968448 891 996147200 134512640 135127466 4294956256 18446744073709551615 134528570 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 1213 891 76 150 0 1060 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 23808

[startup+25.5025 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1728104/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=5544 CPUtime=24.04
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 1050 0 0 0 2404 0 0 0 25 0 1 0 139326052 5677056 1036 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 1386 1036 76 150 0 1233 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 24500

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1727144/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=6468 CPUtime=49.39
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 1291 0 0 0 4939 0 0 0 25 0 1 0 139326052 6623232 1277 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 1617 1277 76 150 0 1464 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 25424

[startup+102.308 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1725608/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=7920 CPUtime=100.09
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 1637 0 0 0 10009 0 0 0 25 0 1 0 139326052 8110080 1623 996147200 134512640 135127466 4294956256 18446744073709551615 134521812 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 1980 1623 76 150 0 1827 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 26876

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 11528
/proc/meminfo: memFree=1724392/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=8992 CPUtime=159.51
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 1929 0 0 0 15951 0 0 0 25 0 1 0 139326052 9207808 1915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 2248 1915 76 150 0 2095 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 27948

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 11530
/proc/meminfo: memFree=1723880/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=9436 CPUtime=218.93
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 2027 0 0 0 21893 0 0 0 25 0 1 0 139326052 9662464 2013 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 2359 2013 76 150 0 2206 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 28392

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 11530
/proc/meminfo: memFree=1722792/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=10628 CPUtime=278.36
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 2327 0 0 0 27835 1 0 0 25 0 1 0 139326052 10883072 2313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11528/statm: 2657 2313 76 150 0 2504 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 29584


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

[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18456 CPUtime=1297.77
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4274 0 0 0 129773 4 0 0 25 0 1 0 139326052 18898944 4238 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4614 4238 76 150 0 4461 0
Current children cumulated CPU time (s) 1298.89
Current children cumulated vsize (KiB) 37412

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698872/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18456 CPUtime=1357.73
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4284 0 0 0 135769 4 0 0 25 0 1 0 139326052 18898944 4248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4614 4248 76 150 0 4461 0
Current children cumulated CPU time (s) 1358.85
Current children cumulated vsize (KiB) 37412

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698872/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18632 CPUtime=1417.72
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4303 0 0 0 141767 5 0 0 25 0 1 0 139326052 19079168 4267 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4658 4267 76 150 0 4505 0
Current children cumulated CPU time (s) 1418.84
Current children cumulated vsize (KiB) 37588

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698744/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18772 CPUtime=1477.69
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4338 0 0 0 147764 5 0 0 25 0 1 0 139326052 19222528 4302 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4693 4302 76 150 0 4540 0
Current children cumulated CPU time (s) 1478.81
Current children cumulated vsize (KiB) 37728

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698616/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18772 CPUtime=1537.67
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4353 0 0 0 153762 5 0 0 25 0 1 0 139326052 19222528 4317 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4693 4317 76 150 0 4540 0
Current children cumulated CPU time (s) 1538.79
Current children cumulated vsize (KiB) 37728

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698424/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=18912 CPUtime=1597.64
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4388 0 0 0 159759 5 0 0 25 0 1 0 139326052 19365888 4352 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4728 4352 76 150 0 4575 0
Current children cumulated CPU time (s) 1598.76
Current children cumulated vsize (KiB) 37868

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1698296/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=19064 CPUtime=1657.62
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4417 0 0 0 165757 5 0 0 25 0 1 0 139326052 19521536 4381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4766 4381 76 150 0 4613 0
Current children cumulated CPU time (s) 1658.74
Current children cumulated vsize (KiB) 38020

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1697848/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=19492 CPUtime=1717.59
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4531 0 0 0 171754 5 0 0 25 0 1 0 139326052 19959808 4495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 4873 4495 76 150 0 4720 0
Current children cumulated CPU time (s) 1718.71
Current children cumulated vsize (KiB) 38448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1697208/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=20192 CPUtime=1777.57
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4664 0 0 0 177751 6 0 0 25 0 1 0 139326052 20676608 4628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 5048 4628 76 150 0 4895 0
Current children cumulated CPU time (s) 1778.69
Current children cumulated vsize (KiB) 39148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1697208/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=20192 CPUtime=1798.97
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4664 0 0 0 179891 6 0 0 25 0 1 0 139326052 20676608 4628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 5048 4628 76 150 0 4895 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 39148

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

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

[startup+1803.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 11578
/proc/meminfo: memFree=1697208/2055920 swapFree=4181492/4192956
[pid=11504] ppid=11502 vsize=13600 CPUtime=1.12
/proc/11504/stat : 11504 (sugar) S 11502 11504 9134 0 -1 4194304 1032 11110 0 2 3 1 100 8 16 0 1 0 139325930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11504/statm: 3400 798 370 3 0 500 0
[pid=11527] ppid=11504 vsize=5356 CPUtime=0
/proc/11527/stat : 11527 (sh) S 11504 11504 9134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139326052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11527/statm: 1339 232 193 169 0 50 0
[pid=11528] ppid=11527 vsize=20192 CPUtime=1798.97
/proc/11528/stat : 11528 (minisat) R 11527 11504 9134 0 -1 4194304 4664 0 0 0 179891 6 0 0 25 0 1 0 139326052 20676608 4628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11528/statm: 5048 4628 76 150 0 4895 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 39148

Child status: 0
Real time (s): 1803.72
CPU time (s): 1800.12
CPU user time (s): 1799.96
CPU system time (s): 0.162975
CPU usage (%): 99.8004
Max. virtual memory (cumulated for all children) (KiB): 887312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17465
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= 1273
involuntary context switches= 33427

runsolver used 2.26066 second user time and 5.95909 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 17:52:29
IDJOB=1091001
IDBENCH=58519
IDSOLVER=346
FILE ID=node73/1091001-1215273149
PBS_JOBID= 7882057
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-2-insertions-4-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091001-1215273149/watcher-1091001-1215273149 -o /tmp/evaluation-result-1091001-1215273149/solver-1091001-1215273149 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1091001-1215273149.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dfbaaa13f2d6f57ebdf2612f1b019d13
RANDOM SEED=915263868

node73.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.230
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.230
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:       1734816 kB
Buffers:         36724 kB
Cached:         191804 kB
SwapCached:       5052 kB
Active:         175536 kB
Inactive:        94368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734816 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          57724 kB
Slab:            36296 kB
Committed_AS:   495164 kB
PageTables:       1892 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= 66552 MiB
End job on node73 at 2008-07-05 18:22:35