Trace number 2085459

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

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles500-19.xml
MD5SUM63095c9fc7686c64361770cdc1e6330b
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.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints1170
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1170
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:58:13 2009
0.00/0.07	c 0	PID 27038
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2085459-1247381893.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085459-1247381893.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 1170 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.62/0.73	c 1	Parsing HOME/temp.csp
0.62/0.83	c 1	parsed 1300 expressions
0.62/0.84	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.84	c 1	Converting to clausal form CSP
0.62/0.86	c 1	converted 130 (10%) expressions
0.62/0.92	c 1	converted 260 (20%) expressions
0.62/0.96	c 1	converted 390 (30%) expressions
0.95/1.04	c 1	converted 520 (40%) expressions
0.95/1.05	c 1	converted 650 (50%) expressions
0.95/1.06	c 1	converted 780 (60%) expressions
0.95/1.07	c 1	converted 910 (70%) expressions
0.95/1.08	c 1	converted 1040 (80%) expressions
0.95/1.08	c 1	converted 1170 (90%) expressions
0.95/1.09	c 1	converted 1300 (100%) expressions
0.95/1.09	c 1	CSP : 128 integers, 0 booleans, 1170 clauses, largest domain size 19
0.95/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.09	c 1	Propagation in CSP
0.95/1.10	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.10	c 1	CSP : 128 integers, 0 booleans, 1170 clauses, largest domain size 19
0.95/1.10	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.06/1.13	c 1	CSP : 128 integers, 2340 booleans, 3510 clauses, largest domain size 19
1.06/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.06/1.17	c 1	13 (10%) CSP integer variables are encoded (221 clauses, 2291 bytes)
1.06/1.18	c 1	26 (20%) CSP integer variables are encoded (442 clauses, 4722 bytes)
1.06/1.18	c 1	39 (30%) CSP integer variables are encoded (663 clauses, 7153 bytes)
1.06/1.18	c 1	52 (40%) CSP integer variables are encoded (884 clauses, 9584 bytes)
1.06/1.18	c 1	64 (50%) CSP integer variables are encoded (1088 clauses, 12117 bytes)
1.06/1.18	c 1	77 (60%) CSP integer variables are encoded (1309 clauses, 14990 bytes)
1.06/1.18	c 1	90 (70%) CSP integer variables are encoded (1530 clauses, 17863 bytes)
1.06/1.18	c 1	103 (80%) CSP integer variables are encoded (1751 clauses, 20736 bytes)
1.06/1.19	c 1	116 (90%) CSP integer variables are encoded (1972 clauses, 23609 bytes)
1.06/1.19	c 1	128 (100%) CSP integer variables are encoded (2176 clauses, 26261 bytes)
1.15/1.21	c 1	351 (10%) CSP clauses are encoded (6739 clauses, 100799 bytes)
1.15/1.23	c 1	702 (20%) CSP clauses are encoded (11302 clauses, 178181 bytes)
1.15/1.25	c 1	1053 (30%) CSP clauses are encoded (15865 clauses, 255851 bytes)
1.15/1.27	c 1	1404 (40%) CSP clauses are encoded (20428 clauses, 333935 bytes)
1.15/1.28	c 1	1755 (50%) CSP clauses are encoded (24991 clauses, 412163 bytes)
1.15/1.29	c 1	2106 (60%) CSP clauses are encoded (29554 clauses, 491003 bytes)
1.25/1.31	c 1	2457 (70%) CSP clauses are encoded (34117 clauses, 573533 bytes)
1.25/1.32	c 2	2808 (80%) CSP clauses are encoded (38680 clauses, 656837 bytes)
1.25/1.33	c 2	3159 (90%) CSP clauses are encoded (43243 clauses, 740141 bytes)
1.25/1.34	c 2	3510 (100%) CSP clauses are encoded (47806 clauses, 823445 bytes)
1.25/1.34	c 2	3510 CSP clauses encoded
1.25/1.34	c 2	Writing map file : HOME/temp.map
1.25/1.35	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.35	c 2	SAT : 4644 SAT variables, 47806 SAT clauses, 823445 bytes
1.25/1.35	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.38	c 2	SOLVING HOME/temp.cnf
1.25/1.38	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.25/1.39	c 2	This is MiniSat 2.0 beta
1.25/1.39	c 2	WARNING: for repeatability, setting FPU to use double precision
1.25/1.39	c 2	============================[ Problem Statistics ]=============================
1.25/1.39	c 2	|                                                                             |
1.25/1.39	c 2	|  Number of variables:  4644                                                 |
1.25/1.39	c 2	|  Number of clauses:    47806                                                |
1.31/1.41	c 2	|  Parsing time:         0.02         s                                       |
1.31/1.41	c 2	============================[ Search Statistics ]==============================
1.31/1.41	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.31/1.41	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.31/1.42	c 2	===============================================================================
1.31/1.42	c 2	|         0 |    4644    47806   135392 |    15935        0    nan |  0.000 % |
1.31/1.43	c 2	|       100 |    4644    47806   135392 |    17528      100     18 |  0.000 % |
1.31/1.43	c 2	|       250 |    4644    47806   135392 |    19281      250     13 |  0.000 % |
1.31/1.44	c 2	|       475 |    4644    47806   135392 |    21209      475     10 |  0.000 % |
1.31/1.45	c 2	|       812 |    4644    47806   135392 |    23330      812      9 |  0.000 % |
1.31/1.46	c 2	|      1318 |    4644    47806   135392 |    25664     1318      8 |  0.000 % |
1.31/1.49	c 2	|      2077 |    4644    47806   135392 |    28230     2077      8 |  0.000 % |
1.31/1.53	c 2	|      3216 |    4644    47806   135392 |    31053     3216      9 |  0.000 % |
1.31/1.59	c 2	|      4925 |    4644    47806   135392 |    34158     4925      9 |  0.000 % |
1.31/1.72	c 2	|      7489 |    4644    47806   135392 |    37574     7489     10 |  0.000 % |
1.31/1.90	c 2	|     11334 |    4644    47806   135392 |    41332    11334     10 |  0.000 % |
2.11/2.26	c 2	|     17101 |    4644    47806   135392 |    45465    17101     11 |  0.000 % |
3.00/3.19	c 3	|     25750 |    4644    47806   135392 |    50011    25750     12 |  0.000 % |
4.70/4.80	c 5	|     38724 |    4644    47806   135392 |    55013    38724     12 |  0.000 % |
7.97/8.17	c 8	|     58186 |    4644    47806   135392 |    60514    16155     13 |  0.000 % |
14.35/14.50	c 15	|     87378 |    4644    47806   135392 |    66565    45347     17 |  0.000 % |
20.51/20.72	c 21	|    131167 |    4644    47806   135392 |    73222    36276     13 |  0.000 % |
35.53/35.87	c 36	|    196851 |    4644    47806   135392 |    80544    44181     17 |  0.000 % |
61.90/62.31	c 62	|    295377 |    4644    47806   135392 |    88599    76512     17 |  0.000 % |
108.36/109.09	c 109	|    443167 |    4644    47806   135392 |    97459    79251     16 |  0.000 % |
192.12/193.27	c 193	|    664850 |    4644    47806   135392 |   107204    52581     16 |  0.001 % |
367.13/369.53	c 370	|    997375 |    4644    47806   135392 |   117925    22252     20 |  0.000 % |
628.51/632.25	c 632	|   1496163 |    4644    47806   135392 |   129717   111673     19 |  0.000 % |
1111.83/1117.97	c 1118	|   2244345 |    4644    47806   135392 |   142689    69498     18 |  0.000 % |
1767.29/1776.12	c 1776	|   3366619 |    4644    47806   135392 |   156958    59370     18 |  0.000 % |
1800.06/1809.01	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1809.01	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1809.01	c ERROR INTERRUPTED
1800.06/1809.01	s UNKNOWN
1800.06/1809.01	c 1809	CPU 1.32 (0.05 0.02 1.16 0.09)
1800.06/1809.01	c 1809	END Sun Jul 12 09:28:22 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-2085459-1247381893/watcher-2085459-1247381893 -o /tmp/evaluation-result-2085459-1247381893/solver-2085459-1247381893 -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-2085459-1247381893.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.99 1.97 2.01 4/85 27038
/proc/meminfo: memFree=1491728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=12272 CPUtime=0
/proc/27038/stat : 27038 (sugar) R 27036 27038 26957 0 -1 4194304 354 0 0 0 0 0 0 0 18 0 1 0 25254285 12566528 322 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/27038/statm: 3068 324 244 3 0 168 0

[startup+0.0823911 s]
/proc/loadavg: 1.99 1.97 2.01 4/85 27038
/proc/meminfo: memFree=1491728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=0.06
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25254285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101401 s]
/proc/loadavg: 1.99 1.97 2.01 4/85 27038
/proc/meminfo: memFree=1491728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=0.06
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25254285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301427 s]
/proc/loadavg: 1.99 1.97 2.01 4/85 27038
/proc/meminfo: memFree=1491728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=0.06
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25254285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701511 s]
/proc/loadavg: 1.99 1.97 2.01 4/85 27038
/proc/meminfo: memFree=1491728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=0.62
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1292 4862 0 1 5 1 53 3 16 0 1 0 25254285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 1.99 1.97 2.01 4/96 27060
/proc/meminfo: memFree=1478968/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 15 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16868

[startup+3.10196 s]
/proc/loadavg: 1.99 1.97 2.01 3/88 27062
/proc/meminfo: memFree=1483000/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 15 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=6332 CPUtime=1.69
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 1421 0 0 0 169 0 0 0 25 0 1 0 25254424 6483968 1407 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 1583 1407 76 150 0 1430 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 28556

[startup+6.30155 s]
/proc/loadavg: 1.99 1.97 2.01 3/88 27062
/proc/meminfo: memFree=1480440/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=8424 CPUtime=4.88
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 1925 0 0 0 487 1 0 0 25 0 1 0 25254424 8626176 1911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 2106 1911 76 150 0 1953 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 30648

[startup+12.7017 s]
/proc/loadavg: 1.99 1.97 2.01 3/88 27062
/proc/meminfo: memFree=1479160/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=9084 CPUtime=11.24
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 2095 0 0 0 1123 1 0 0 25 0 1 0 25254424 9302016 2081 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 2271 2081 76 150 0 2118 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 31308

[startup+25.5011 s]
/proc/loadavg: 1.99 1.97 2.01 3/88 27062
/proc/meminfo: memFree=1476728/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=11620 CPUtime=23.98
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 2720 0 0 0 2396 2 0 0 25 0 1 0 25254424 11898880 2706 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 2905 2706 76 150 0 2752 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 33844

[startup+51.1019 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 27062
/proc/meminfo: memFree=1474616/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=13744 CPUtime=49.45
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 3274 0 0 0 4942 3 0 0 25 0 1 0 25254424 14073856 3260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 3436 3260 76 150 0 3283 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 35968

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 27062
/proc/meminfo: memFree=1472056/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=16224 CPUtime=100.39
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 3860 0 0 0 10036 3 0 0 25 0 1 0 25254424 16613376 3846 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 4056 3846 76 150 0 3903 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 38448

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 27062
/proc/meminfo: memFree=1469368/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=19300 CPUtime=160.09
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 4540 0 0 0 16005 4 0 0 25 0 1 0 25254424 19763200 4526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 4825 4526 76 150 0 4672 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 41524

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 27068
/proc/meminfo: memFree=1467768/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=20616 CPUtime=219.77
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 4885 0 0 0 21972 5 0 0 25 0 1 0 25254424 21110784 4871 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 5154 4871 76 150 0 5001 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 42840

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 2.00 3/88 27068
/proc/meminfo: memFree=1442424/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=21888 CPUtime=279.46
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 5181 0 0 0 27941 5 0 0 25 0 1 0 25254424 22413312 5167 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27062/statm: 5472 5167 76 150 0 5319 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 44112

[startup+342.301 s]

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

/proc/meminfo: memFree=1873744/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=37492 CPUtime=1294.15
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 8776 0 0 0 129401 14 0 0 25 0 1 0 25254424 38391808 8762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9373 8762 76 150 0 9220 0
Current children cumulated CPU time (s) 1295.46
Current children cumulated vsize (KiB) 59716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1873552/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=37628 CPUtime=1353.88
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 8822 0 0 0 135374 14 0 0 25 0 1 0 25254424 38531072 8800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9407 8800 76 150 0 9254 0
Current children cumulated CPU time (s) 1355.19
Current children cumulated vsize (KiB) 59852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1873552/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=37772 CPUtime=1413.65
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 8826 0 0 0 141350 15 0 0 25 0 1 0 25254424 38678528 8804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9443 8804 76 150 0 9290 0
Current children cumulated CPU time (s) 1414.96
Current children cumulated vsize (KiB) 59996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1872784/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=38568 CPUtime=1473.4
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9022 0 0 0 147325 15 0 0 25 0 1 0 25254424 39493632 9000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9642 9000 76 150 0 9489 0
Current children cumulated CPU time (s) 1474.71
Current children cumulated vsize (KiB) 60792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1872400/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=39024 CPUtime=1533.14
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9122 0 0 0 153299 15 0 0 25 0 1 0 25254424 39960576 9100 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9756 9100 76 150 0 9603 0
Current children cumulated CPU time (s) 1534.45
Current children cumulated vsize (KiB) 61248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1871952/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=39544 CPUtime=1592.9
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9219 0 0 0 159274 16 0 0 25 0 1 0 25254424 40493056 9197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9886 9197 76 150 0 9733 0
Current children cumulated CPU time (s) 1594.21
Current children cumulated vsize (KiB) 61768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1871632/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=39924 CPUtime=1652.65
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9300 0 0 0 165249 16 0 0 25 0 1 0 25254424 40882176 9278 996147200 134512640 135127466 4294956256 18446744073709551615 134530954 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 9981 9278 76 150 0 9828 0
Current children cumulated CPU time (s) 1653.96
Current children cumulated vsize (KiB) 62148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=40088 CPUtime=1712.4
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9377 0 0 0 171224 16 0 0 25 0 1 0 25254424 41050112 9355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 10022 9355 76 150 0 9869 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 62312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1871056/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=40088 CPUtime=1772.16
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9379 0 0 0 177200 16 0 0 25 0 1 0 25254424 41050112 9357 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 10022 9357 76 150 0 9869 0
Current children cumulated CPU time (s) 1773.47
Current children cumulated vsize (KiB) 62312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27454
/proc/meminfo: memFree=1871056/2055920 swapFree=4192812/4192956
[pid=27038] ppid=27036 vsize=16868 CPUtime=1.31
/proc/27038/stat : 27038 (sugar) S 27036 27038 26957 0 -1 4194304 1376 11685 0 2 5 2 116 8 16 0 1 0 25254285 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27038/statm: 4217 1113 409 3 0 796 0
[pid=27061] ppid=27038 vsize=5356 CPUtime=0
/proc/27061/stat : 27061 (sh) S 27038 27038 26957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25254424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27061/statm: 1339 232 193 169 0 50 0
[pid=27062] ppid=27061 vsize=40088 CPUtime=1798.75
/proc/27062/stat : 27062 (minisat) R 27061 27038 26957 0 -1 4194304 9379 0 0 0 179859 16 0 0 25 0 1 0 25254424 41050112 9357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27062/statm: 10022 9357 76 150 0 9869 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 62312

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

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

Child status: 0

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

Real time (s): 1809.02
CPU time (s): 1800.06
CPU user time (s): 1799.8
CPU system time (s): 0.26
CPU usage (%): 99.5047
Max. virtual memory (cumulated for all children) (KiB): 890820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.22481
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13535
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= 1557
involuntary context switches= 1398

runsolver used 2.36464 second user time and 5.2412 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 08:58:13
IDJOB=2085459
IDBENCH=58418
IDSOLVER=739
FILE ID=node82/2085459-1247381893
PBS_JOBID= 9507276
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles500-19.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-2085459-1247381893/watcher-2085459-1247381893 -o /tmp/evaluation-result-2085459-1247381893/solver-2085459-1247381893 -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-2085459-1247381893.xml

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

MD5SUM BENCH= 63095c9fc7686c64361770cdc1e6330b
RANDOM SEED=76959157

node82.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.265
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.265
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:       1492208 kB
Buffers:          7960 kB
Cached:          63780 kB
SwapCached:          0 kB
Active:         483560 kB
Inactive:        29116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         456652 kB
Slab:            35488 kB
Committed_AS:   890296 kB
PageTables:       2600 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node82 at 2009-07-12 09:28:24