Trace number 1089237

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.03 1816.63

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-3-30.xml
MD5SUM368fa43b2a6c4f40cc2e0bcef8c9ab63
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.131979
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of constraints3916
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3916
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 16:15:14 2008
0.00/0.05	c 0	PID 26191
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089237-1215267313.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089237-1215267313.xml' 'HOME/temp.csp'
0.04/0.80	c 0	1 domains, 184 variables, 1 predicates, 0 relations, 3916 constraints
0.04/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 0	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.78/0.92	c 0	Parsing HOME/temp.csp
1.02/1.15	c 1	parsed 4102 expressions
1.02/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.16	c 1	Converting to clausal form CSP
1.12/1.25	c 1	converted 411 (10%) expressions
1.21/1.35	c 1	converted 821 (20%) expressions
1.21/1.38	c 1	converted 1231 (30%) expressions
1.21/1.39	c 1	converted 1641 (40%) expressions
1.32/1.41	c 1	converted 2051 (50%) expressions
1.32/1.42	c 1	converted 2462 (60%) expressions
1.32/1.43	c 1	converted 2872 (70%) expressions
1.32/1.44	c 1	converted 3282 (80%) expressions
1.32/1.45	c 1	converted 3692 (90%) expressions
1.32/1.46	c 1	converted 4102 (100%) expressions
1.32/1.46	c 1	CSP : 184 integers, 0 booleans, 3916 clauses, largest domain size 30
1.32/1.46	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.46	c 1	Propagation in CSP
1.41/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.52	c 1	CSP : 184 integers, 0 booleans, 3916 clauses, largest domain size 30
1.41/1.52	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.51/1.62	c 1	CSP : 184 integers, 7832 booleans, 11748 clauses, largest domain size 30
1.51/1.62	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.67	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.68	c 1	19 (10%) CSP integer variables are encoded (532 clauses, 5708 bytes)
1.51/1.69	c 1	37 (20%) CSP integer variables are encoded (1036 clauses, 11395 bytes)
1.51/1.69	c 1	56 (30%) CSP integer variables are encoded (1568 clauses, 18311 bytes)
1.51/1.69	c 1	74 (40%) CSP integer variables are encoded (2072 clauses, 24863 bytes)
1.51/1.69	c 1	92 (50%) CSP integer variables are encoded (2576 clauses, 31415 bytes)
1.51/1.69	c 1	111 (60%) CSP integer variables are encoded (3108 clauses, 38331 bytes)
1.51/1.70	c 1	129 (70%) CSP integer variables are encoded (3612 clauses, 44883 bytes)
1.51/1.70	c 1	148 (80%) CSP integer variables are encoded (4144 clauses, 51799 bytes)
1.61/1.70	c 1	166 (90%) CSP integer variables are encoded (4648 clauses, 58351 bytes)
1.61/1.70	c 1	184 (100%) CSP integer variables are encoded (5152 clauses, 64903 bytes)
1.61/1.79	c 1	1175 (10%) CSP clauses are encoded (29063 clauses, 456529 bytes)
1.71/1.85	c 1	2350 (20%) CSP clauses are encoded (52945 clauses, 870869 bytes)
1.81/1.90	c 1	3525 (30%) CSP clauses are encoded (76827 clauses, 1288997 bytes)
1.81/1.95	c 2	4700 (40%) CSP clauses are encoded (100738 clauses, 1706405 bytes)
1.91/2.01	c 2	5874 (50%) CSP clauses are encoded (124590 clauses, 2122881 bytes)
1.91/2.05	c 2	7049 (60%) CSP clauses are encoded (148501 clauses, 2542684 bytes)
2.00/2.11	c 2	8224 (70%) CSP clauses are encoded (172383 clauses, 2985362 bytes)
2.00/2.16	c 2	9399 (80%) CSP clauses are encoded (196265 clauses, 3440012 bytes)
2.10/2.22	c 2	10574 (90%) CSP clauses are encoded (220176 clauses, 3907262 bytes)
2.10/2.27	c 2	11748 (100%) CSP clauses are encoded (244028 clauses, 4373348 bytes)
2.10/2.27	c 2	11748 CSP clauses encoded
2.10/2.27	c 2	Writing map file : HOME/temp.map
2.10/2.27	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.27	c 2	SAT : 13168 SAT variables, 244028 SAT clauses, 4373348 bytes
2.10/2.27	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.31	c 2	SOLVING HOME/temp.cnf
2.17/2.31	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.17/2.31	c 2	This is MiniSat 2.0 beta
2.17/2.31	c 2	WARNING: for repeatability, setting FPU to use double precision
2.17/2.31	c 2	============================[ Problem Statistics ]=============================
2.17/2.31	c 2	|                                                                             |
2.17/2.32	c 2	|  Number of variables:  13168                                                |
2.17/2.32	c 2	|  Number of clauses:    244028                                               |
2.18/2.44	c 2	|  Parsing time:         0.11         s                                       |
2.18/2.45	c 2	============================[ Search Statistics ]==============================
2.18/2.45	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.45	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.45	c 2	===============================================================================
2.18/2.45	c 2	|         0 |   13168   244028   707352 |    81342        0    nan |  0.000 % |
2.18/2.55	c 2	|       101 |   13168   244028   707352 |    89476      101     24 |  0.000 % |
2.18/2.58	c 2	|       251 |   13168   244028   707352 |    98424      251     15 |  0.000 % |
2.18/2.61	c 2	|       477 |   13168   244028   707352 |   108267      477     13 |  0.000 % |
2.18/2.63	c 2	|       814 |   13168   244028   707352 |   119093      814     10 |  0.000 % |
2.18/2.67	c 2	|      1320 |   13168   244028   707352 |   131003     1320     10 |  0.000 % |
2.18/2.72	c 2	|      2080 |   13168   244028   707352 |   144103     2080     10 |  0.000 % |
2.18/2.77	c 2	|      3221 |   13168   244028   707352 |   158513     3221     10 |  0.000 % |
2.18/2.92	c 2	|      4929 |   13168   244028   707352 |   174365     4929     12 |  0.000 % |
2.18/3.07	c 3	|      7491 |   13168   244028   707352 |   191801     7491     11 |  0.000 % |
3.04/3.29	c 3	|     11335 |   13168   244028   707352 |   210981    11335     11 |  0.000 % |
3.44/3.67	c 3	|     17102 |   13168   244028   707352 |   232080    17102     10 |  0.000 % |
4.63/4.81	c 4	|     25752 |   13168   244028   707352 |   255288    25752     14 |  0.000 % |
6.22/6.42	c 6	|     38726 |   13168   244028   707352 |   280816    38726     14 |  0.000 % |
8.59/8.88	c 8	|     58188 |   13168   244028   707352 |   308898    58188     14 |  0.000 % |
14.43/14.74	c 14	|     87381 |   13168   244028   707352 |   339788    87381     13 |  0.000 % |
26.72/27.16	c 27	|    131171 |   13168   244028   707352 |   373767   131171     14 |  0.000 % |
66.23/67.09	c 67	|    196855 |   13168   244028   707352 |   411144   196855     16 |  0.000 % |
180.74/182.62	c 182	|    295381 |   13168   244028   707352 |   452258   295381     19 |  0.000 % |
286.24/289.15	c 289	|    443171 |   13168   244028   707352 |   497484   443171     18 |  0.000 % |
504.25/509.21	c 509	|    664854 |   13168   244028   707352 |   547232   181888     20 |  0.000 % |
915.23/924.18	c 924	|    997379 |   13168   244028   707352 |   601956   514413     18 |  0.000 % |
1680.62/1696.87	c 1696	|   1496168 |   13168   244028   707352 |   662151   426807     32 |  0.000 % |
1800.03/1816.61	c ERROR INTERRUPTED
1800.03/1816.62	s UNKNOWN
1800.03/1816.62	c 1816	CPU 2.06 (0.04 0.01 2.02 0.13)
1800.03/1816.62	c 1816	END Sat Jul  5 16:45:30 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-1089237-1215267313/watcher-1089237-1215267313 -o /tmp/evaluation-result-1089237-1215267313/solver-1089237-1215267313 -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-1089237-1215267313.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: 1.97 1.98 1.99 4/81 26191
/proc/meminfo: memFree=1668336/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=18572 CPUtime=0
/proc/26191/stat : 26191 (runsolver) R 26189 26191 25128 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2005700898 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26191/statm: 4643 292 257 25 0 2626 0

[startup+0.0622431 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 26191
/proc/meminfo: memFree=1668336/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=0.04
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005700898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10325 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 26191
/proc/meminfo: memFree=1668336/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=0.04
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005700898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301289 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 26191
/proc/meminfo: memFree=1668336/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=0.04
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005700898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701358 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 26191
/proc/meminfo: memFree=1668336/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=0.04
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005700898 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 1.97 1.98 1.99 5/92 26213
/proc/meminfo: memFree=1660696/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=0.78
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 974 6903 0 1 3 1 70 4 15 0 1 0 2005700898 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 797 370 3 0 500 0
[pid=26204] ppid=26191 vsize=5356 CPUtime=0
/proc/26204/stat : 26204 (sh) S 26191 26191 25128 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005700982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26204/statm: 1339 233 193 169 0 50 0
[pid=26205] ppid=26204 vsize=868272 CPUtime=0.63
/proc/26205/stat : 26205 (java) S 26204 26191 25128 0 -1 0 5708 0 1 0 60 3 0 0 18 0 9 0 2005700983 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26205/statm: 217068 5123 1734 9 0 211643 0
[pid=26205/tid=26206] ppid=26204 vsize=868272 CPUtime=0.38
/proc/26205/task/26206/stat : 26206 (java) R 26204 26191 25128 0 -1 64 2658 0 1 0 37 1 0 0 22 0 9 0 2005700984 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26207] ppid=26204 vsize=868272 CPUtime=0.04
/proc/26205/task/26207/stat : 26207 (java) R 26204 26191 25128 0 -1 64 903 0 0 0 4 0 0 0 16 0 9 0 2005700985 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26204 vsize=868272 CPUtime=0
/proc/26205/task/26208/stat : 26208 (java) S 26204 26191 25128 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005700985 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26204 vsize=868272 CPUtime=0
/proc/26205/task/26209/stat : 26209 (java) S 26204 26191 25128 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005700985 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26204 vsize=868272 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26204 26191 25128 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005700987 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26204 vsize=868272 CPUtime=0.18
/proc/26205/task/26211/stat : 26211 (java) S 26204 26191 25128 0 -1 64 1455 0 0 0 18 0 0 0 16 0 9 0 2005700987 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26212] ppid=26204 vsize=868272 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26204 26191 25128 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005700987 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26213] ppid=26204 vsize=868272 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26204 26191 25128 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005700987 889110528 5123 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.1018 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 26213
/proc/meminfo: memFree=1645784/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 15 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.30139 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1646104/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=16756 CPUtime=3.94
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 4026 0 0 0 392 2 0 0 25 0 1 0 2005701130 17158144 4012 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 4189 4012 76 150 0 4036 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 35712

[startup+12.7016 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1641816/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=20656 CPUtime=10.27
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 4976 0 0 0 1025 2 0 0 25 0 1 0 2005701130 21151744 4962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 5164 4962 76 150 0 5011 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 39612

[startup+25.5029 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1637080/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=25352 CPUtime=22.95
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 6154 0 0 0 2292 3 0 0 25 0 1 0 2005701130 25960448 6140 996147200 134512640 135127466 4294956256 18446744073709551615 134521779 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 6338 6140 76 150 0 6185 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 44308

[startup+51.1026 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1632280/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=30356 CPUtime=48.31
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 7375 0 0 0 4826 5 0 0 25 0 1 0 2005701130 31084544 7361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 7589 7361 76 150 0 7436 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 49312

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1623384/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=39116 CPUtime=99.02
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 9516 0 0 0 9895 7 0 0 25 0 1 0 2005701130 40054784 9502 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 9779 9502 76 150 0 9626 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 58072

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1618008/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=44572 CPUtime=158.45
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 10880 0 0 0 15837 8 0 0 25 0 1 0 2005701130 45641728 10866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 11143 10866 76 150 0 10990 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 63528

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26215
/proc/meminfo: memFree=1607640/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=55260 CPUtime=217.89
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 13469 0 0 0 21778 11 0 0 25 0 1 0 2005701130 56586240 13455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 13815 13455 76 150 0 13662 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 74216

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

/proc/meminfo: memFree=1568792/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=94468 CPUtime=1287.67
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23013 0 0 0 128746 21 0 0 25 0 1 0 2005701130 96735232 22999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 23617 22999 76 150 0 23464 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 113424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26215
/proc/meminfo: memFree=1568728/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=94468 CPUtime=1347.11
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23020 0 0 0 134690 21 0 0 25 0 1 0 2005701130 96735232 23006 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 23617 23006 76 150 0 23464 0
Current children cumulated CPU time (s) 1349.29
Current children cumulated vsize (KiB) 113424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26215
/proc/meminfo: memFree=1568728/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=94468 CPUtime=1406.54
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23020 0 0 0 140633 21 0 0 25 0 1 0 2005701130 96735232 23006 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 23617 23006 76 150 0 23464 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 113424

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26217
/proc/meminfo: memFree=1568472/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=94468 CPUtime=1465.98
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23022 0 0 0 146576 22 0 0 25 0 1 0 2005701130 96735232 23008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 23617 23008 76 150 0 23464 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 113424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26217
/proc/meminfo: memFree=1568472/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=94468 CPUtime=1525.4
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23023 0 0 0 152518 22 0 0 25 0 1 0 2005701130 96735232 23009 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 23617 23009 76 150 0 23464 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 113424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26217
/proc/meminfo: memFree=1567064/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=96124 CPUtime=1584.84
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 23418 0 0 0 158462 22 0 0 25 0 1 0 2005701130 98430976 23404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 24031 23404 76 150 0 23878 0
Current children cumulated CPU time (s) 1587.02
Current children cumulated vsize (KiB) 115080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26217
/proc/meminfo: memFree=1563160/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=100184 CPUtime=1644.26
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 24412 0 0 0 164403 23 0 0 25 0 1 0 2005701130 102588416 24398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 25046 24398 76 150 0 24893 0
Current children cumulated CPU time (s) 1646.44
Current children cumulated vsize (KiB) 119140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26217
/proc/meminfo: memFree=1558296/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=105316 CPUtime=1703.71
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 25634 0 0 0 170346 25 0 0 25 0 1 0 2005701130 107843584 25620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26215/statm: 26329 25620 76 150 0 26176 0
Current children cumulated CPU time (s) 1705.89
Current children cumulated vsize (KiB) 124272

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 26270
/proc/meminfo: memFree=1550872/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=111328 CPUtime=1763.57
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 27117 0 0 0 176329 28 0 0 25 0 1 0 2005701130 113999872 27103 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/26215/statm: 27832 27103 76 150 0 27679 0
Current children cumulated CPU time (s) 1765.75
Current children cumulated vsize (KiB) 130284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 26270
/proc/meminfo: memFree=1545560/2055920 swapFree=4181480/4192956
[pid=26191] ppid=26189 vsize=13600 CPUtime=2.18
/proc/26191/stat : 26191 (sugar) S 26189 26191 25128 0 -1 4194304 1032 14957 0 2 3 1 202 12 16 0 1 0 2005700898 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26191/statm: 3400 798 370 3 0 500 0
[pid=26214] ppid=26191 vsize=5356 CPUtime=0
/proc/26214/stat : 26214 (sh) S 26191 26191 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005701130 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26214/statm: 1339 232 193 169 0 50 0
[pid=26215] ppid=26214 vsize=113892 CPUtime=1797.85
/proc/26215/stat : 26215 (minisat) R 26214 26191 25128 0 -1 4194304 27735 0 0 0 179757 28 0 0 25 0 1 0 2005701130 116625408 27721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26215/statm: 28473 27721 76 150 0 28320 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 132848

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 26191 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=66685
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=148977
# CPU time returned by wait4() is 2.21566
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.63
CPU time (s): 1800.03
CPU user time (s): 1799.62
CPU system time (s): 0.41
CPU usage (%): 99.0863
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06669
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16332
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= 2951
involuntary context switches= 2861

runsolver used 1.85472 second user time and 6.42102 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 16:15:14
IDJOB=1089237
IDBENCH=58239
IDSOLVER=346
FILE ID=node67/1089237-1215267313
PBS_JOBID= 7882158
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-3-30.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-1089237-1215267313/watcher-1089237-1215267313 -o /tmp/evaluation-result-1089237-1215267313/solver-1089237-1215267313 -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-1089237-1215267313.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 368fa43b2a6c4f40cc2e0bcef8c9ab63
RANDOM SEED=1737209675

node67.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.281
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.281
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:       1668816 kB
Buffers:         57400 kB
Cached:         230440 kB
SwapCached:       5376 kB
Active:         199836 kB
Inactive:       124996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668816 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          53096 kB
Slab:            47336 kB
Committed_AS:  4220396 kB
PageTables:       1936 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= 66424 MiB
End job on node67 at 2008-07-05 16:45:32