Trace number 2082346

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.07 1818.72

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-13.xml
MD5SUMff00458be29b09ed6326f7909245998b
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 benchmark268.404
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints338
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension338
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:02:40 2009
0.00/0.08	c 0	PID 26814
0.06/0.08	c 0	HOST node41.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082346-1247374960.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082346-1247374960.xml' 'HOME/temp.csp'
0.06/0.39	c 0	1 domains, 26 variables, 2 predicates, 0 relations, 338 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	c 0	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.06/0.48	c 1	Parsing HOME/temp.csp
0.36/0.52	c 1	parsed 367 expressions
0.36/0.53	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.53	c 1	Converting to clausal form CSP
0.36/0.57	c 1	converted 37 (10%) expressions
0.36/0.59	c 1	converted 74 (20%) expressions
0.36/0.61	c 1	converted 111 (30%) expressions
0.36/0.62	c 1	converted 147 (40%) expressions
0.36/0.63	c 1	converted 184 (50%) expressions
0.36/0.65	c 1	converted 221 (60%) expressions
0.36/0.66	c 1	converted 257 (70%) expressions
0.36/0.67	c 1	converted 294 (80%) expressions
0.37/0.74	c 1	converted 331 (90%) expressions
0.37/0.74	c 1	converted 367 (100%) expressions
0.37/0.75	c 1	CSP : 26 integers, 0 booleans, 351 clauses, largest domain size 24
0.37/0.75	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.75	c 1	Propagation in CSP
0.37/0.75	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/0.75	c 1	CSP : 26 integers, 0 booleans, 351 clauses, largest domain size 24
0.37/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.76	c 1	Simplifing CSP by introducing new Boolean variables
0.37/0.77	c 1	CSP : 26 integers, 650 booleans, 1001 clauses, largest domain size 24
0.37/0.77	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.80	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.37/0.80	c 1	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
0.37/0.80	c 1	6 (20%) CSP integer variables are encoded (117 clauses, 1145 bytes)
0.37/0.81	c 1	8 (30%) CSP integer variables are encoded (148 clauses, 1486 bytes)
0.37/0.81	c 1	11 (40%) CSP integer variables are encoded (187 clauses, 1915 bytes)
0.37/0.81	c 1	13 (50%) CSP integer variables are encoded (208 clauses, 2146 bytes)
0.37/0.81	c 1	16 (60%) CSP integer variables are encoded (271 clauses, 2839 bytes)
0.37/0.81	c 1	19 (70%) CSP integer variables are encoded (325 clauses, 3433 bytes)
0.37/0.81	c 1	21 (80%) CSP integer variables are encoded (356 clauses, 3774 bytes)
0.37/0.81	c 1	24 (90%) CSP integer variables are encoded (395 clauses, 4203 bytes)
0.37/0.81	c 1	26 (100%) CSP integer variables are encoded (416 clauses, 4434 bytes)
0.37/0.83	c 1	101 (10%) CSP clauses are encoded (1627 clauses, 21302 bytes)
0.37/0.84	c 1	201 (20%) CSP clauses are encoded (2753 clauses, 37228 bytes)
0.37/0.84	c 1	301 (30%) CSP clauses are encoded (3745 clauses, 51438 bytes)
0.37/0.85	c 1	401 (40%) CSP clauses are encoded (4697 clauses, 65506 bytes)
0.37/0.85	c 1	501 (50%) CSP clauses are encoded (5504 clauses, 77718 bytes)
0.37/0.86	c 1	601 (60%) CSP clauses are encoded (6191 clauses, 87892 bytes)
0.37/0.86	c 1	701 (70%) CSP clauses are encoded (6725 clauses, 95674 bytes)
0.37/0.87	c 1	801 (80%) CSP clauses are encoded (7362 clauses, 105096 bytes)
0.37/0.87	c 1	901 (90%) CSP clauses are encoded (8507 clauses, 123205 bytes)
0.37/0.88	c 1	1001 (100%) CSP clauses are encoded (9465 clauses, 138859 bytes)
0.37/0.88	c 1	1001 CSP clauses encoded
0.37/0.88	c 1	Writing map file : HOME/temp.map
0.37/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.88	c 1	SAT : 1092 SAT variables, 9465 SAT clauses, 138859 bytes
0.37/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.93	c 1	SOLVING HOME/temp.cnf
0.37/0.93	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.37/0.94	c 1	This is MiniSat 2.0 beta
0.37/0.94	c 1	WARNING: for repeatability, setting FPU to use double precision
0.37/0.94	c 1	============================[ Problem Statistics ]=============================
0.37/0.94	c 1	|                                                                             |
0.37/0.94	c 1	|  Number of variables:  1092                                                 |
0.37/0.94	c 1	|  Number of clauses:    9465                                                 |
0.37/0.94	c 1	|  Parsing time:         0.01         s                                       |
0.37/0.94	c 1	============================[ Search Statistics ]==============================
0.37/0.94	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.37/0.94	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.37/0.94	c 1	===============================================================================
0.37/0.94	c 1	|         0 |    1072     9445    26376 |     3148        0    nan |  0.000 % |
0.37/0.95	c 1	|       103 |    1072     9445    26376 |     3463      103     12 |  1.832 % |
0.37/0.97	c 1	|       253 |    1072     9445    26376 |     3809      253     10 |  1.840 % |
0.37/0.99	c 1	|       479 |    1072     9445    26376 |     4190      479     10 |  1.836 % |
0.89/1.03	c 1	|       817 |    1072     9445    26376 |     4609      817     11 |  1.835 % |
0.89/1.09	c 1	|      1323 |    1072     9445    26376 |     5070     1323     12 |  1.836 % |
0.99/1.17	c 1	|      2082 |    1072     9445    26376 |     5577     2082     12 |  1.836 % |
1.19/1.30	c 1	|      3221 |    1072     9445    26376 |     6135     3221     12 |  1.841 % |
1.39/1.51	c 2	|      4930 |    1072     9445    26376 |     6748     4930     13 |  1.835 % |
1.78/1.92	c 2	|      7492 |    1072     9445    26376 |     7423     3854     12 |  1.841 % |
2.38/2.51	c 3	|     11337 |    1072     9445    26376 |     8165     7699     13 |  1.841 % |
3.27/3.44	c 3	|     17103 |    1072     9445    26376 |     8982     4793     13 |  1.837 % |
4.56/4.74	c 5	|     25753 |    1072     9445    26376 |     9880     8677     13 |  1.841 % |
6.74/6.90	c 7	|     38727 |    1072     9445    26376 |    10868     6037     13 |  1.837 % |
10.00/10.27	c 10	|     58188 |    1072     9445    26376 |    11955     8463     15 |  1.835 % |
15.55/15.82	c 16	|     87381 |    1072     9445    26376 |    13151     6525     13 |  1.836 % |
23.77/24.17	c 24	|    131170 |    1068     9401    26250 |    14466     9192     14 |  2.201 % |
37.14/37.63	c 38	|    196855 |    1064     9371    26166 |    15913     7593     13 |  2.566 % |
57.84/58.52	c 59	|    295382 |    1064     9371    26166 |    17504    15767     15 |  2.573 % |
90.43/91.42	c 91	|    443172 |    1064     9371    26166 |    19254    10398     16 |  2.573 % |
140.45/141.94	c 142	|    664855 |    1062     9362    26142 |    21180    14425     16 |  2.750 % |
219.49/221.77	c 222	|    997382 |    1060     9347    26100 |    23298    21120     16 |  2.935 % |
344.86/348.39	c 348	|   1496170 |    1058     9330    26052 |    25628    19584     15 |  3.123 % |
552.85/558.39	c 558	|   2244352 |    1058     9330    26052 |    28191    18109     15 |  3.123 % |
857.54/865.99	c 866	|   3366626 |    1058     9330    26052 |    31010    24436     16 |  3.123 % |
1334.85/1347.87	c 1348	|   5050039 |    1058     9330    26052 |    34111    22403     16 |  3.123 % |
1800.03/1818.70	sh: line 1: 26838 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1818.71	c 1819	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1818.71	c 1819	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.03/1818.71	c ERROR INTERRUPTED
1800.03/1818.71	s UNKNOWN
1800.03/1818.71	c 1819	CPU 1800.04 (0.06 0.01 1799.84 0.13)
1800.03/1818.71	c 1819	END Sun Jul 12 07:32:59 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-2082346-1247374960/watcher-2082346-1247374960 -o /tmp/evaluation-result-2082346-1247374960/solver-2082346-1247374960 -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-2082346-1247374960.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: 2.12 2.06 2.02 4/84 26814
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=12268 CPUtime=0
/proc/26814/stat : 26814 (sugar) R 26812 26814 21528 0 -1 4194304 347 0 0 0 0 0 0 0 20 0 1 0 24187702 12562432 315 996147200 4194304 4206940 548682068608 18446744073709551615 209155986047 0 0 4224 0 0 0 0 17 1 0 0
/proc/26814/statm: 3067 315 240 3 0 167 0

[startup+0.0840679 s]
/proc/loadavg: 2.12 2.06 2.02 4/84 26814
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16740 CPUtime=0.06
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24187702 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101114 s]
/proc/loadavg: 2.12 2.06 2.02 4/84 26814
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.06
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24187702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301134 s]
/proc/loadavg: 2.12 2.06 2.02 4/84 26814
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.06
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24187702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701169 s]
/proc/loadavg: 2.12 2.06 2.02 4/84 26814
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.37
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1309 4561 0 1 6 1 27 3 15 0 1 0 24187702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 2.11 2.06 2.02 3/87 26838
/proc/meminfo: memFree=1525608/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 15 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=2604 CPUtime=0.55
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 360 0 0 0 55 0 0 0 24 0 1 0 24187796 2666496 346 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 651 346 75 150 0 498 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 24828

[startup+3.10238 s]
/proc/loadavg: 2.11 2.06 2.02 3/87 26838
/proc/meminfo: memFree=1524904/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 15 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=3000 CPUtime=2.13
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 450 0 0 0 213 0 0 0 25 0 1 0 24187796 3072000 436 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 750 436 75 150 0 597 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 25224

[startup+6.30166 s]
/proc/loadavg: 2.11 2.06 2.02 3/87 26838
/proc/meminfo: memFree=1524392/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=3396 CPUtime=5.3
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 532 0 0 0 530 0 0 0 25 0 1 0 24187796 3477504 518 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 849 518 75 150 0 696 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25620

[startup+12.7012 s]
/proc/loadavg: 2.09 2.06 2.02 3/87 26838
/proc/meminfo: memFree=1523752/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=3852 CPUtime=11.64
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 641 0 0 0 1164 0 0 0 25 0 1 0 24187796 3944448 627 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 963 627 75 150 0 810 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 26076

[startup+25.5014 s]
/proc/loadavg: 2.08 2.06 2.02 3/87 26838
/proc/meminfo: memFree=1523368/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=4252 CPUtime=24.31
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 773 0 0 0 2431 0 0 0 25 0 1 0 24187796 4354048 759 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 1063 759 75 150 0 910 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 26476

[startup+51.1016 s]
/proc/loadavg: 2.05 2.05 2.01 3/87 26838
/proc/meminfo: memFree=1522920/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=4784 CPUtime=49.67
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 894 0 0 0 4967 0 0 0 25 0 1 0 24187796 4898816 880 996147200 134512640 135127466 4294956256 18446744073709551615 134528537 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 1196 880 75 150 0 1043 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 27008

[startup+102.306 s]
/proc/loadavg: 2.02 2.04 2.01 3/87 26838
/proc/meminfo: memFree=1521832/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=5748 CPUtime=100.38
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 1123 0 0 0 10038 0 0 0 25 0 1 0 24187796 5885952 1109 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 1437 1109 75 150 0 1284 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27972

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26838
/proc/meminfo: memFree=1521256/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=6284 CPUtime=159.81
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 1256 0 0 0 15981 0 0 0 25 0 1 0 24187796 6434816 1242 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 1571 1242 75 150 0 1418 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 28508

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 26838
/proc/meminfo: memFree=1520624/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=6820 CPUtime=219.24
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 1405 0 0 0 21924 0 0 0 25 0 1 0 24187796 6983680 1391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 1705 1391 75 150 0 1552 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 29044

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 26838
/proc/meminfo: memFree=1520176/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=7372 CPUtime=278.67

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

[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=11596 CPUtime=1288.95
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2536 0 0 0 128892 3 0 0 25 0 1 0 24187796 11874304 2522 996147200 134512640 135127466 4294956256 18446744073709551615 134528053 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 2899 2522 75 150 0 2746 0
Current children cumulated CPU time (s) 1289.79
Current children cumulated vsize (KiB) 33820

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26838
/proc/meminfo: memFree=1365936/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=11732 CPUtime=1348.38
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2560 0 0 0 134835 3 0 0 25 0 1 0 24187796 12013568 2546 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 2933 2546 75 150 0 2780 0
Current children cumulated CPU time (s) 1349.22
Current children cumulated vsize (KiB) 33956

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 26838
/proc/meminfo: memFree=1365680/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=11872 CPUtime=1407.81
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2606 0 0 0 140778 3 0 0 25 0 1 0 24187796 12156928 2592 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 2968 2592 75 150 0 2815 0
Current children cumulated CPU time (s) 1408.65
Current children cumulated vsize (KiB) 34096

[startup+1482.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/87 26838
/proc/meminfo: memFree=1365616/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=11872 CPUtime=1467.24
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2617 0 0 0 146720 4 0 0 25 0 1 0 24187796 12156928 2603 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 2968 2603 75 150 0 2815 0
Current children cumulated CPU time (s) 1468.08
Current children cumulated vsize (KiB) 34096

[startup+1542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/87 26838
/proc/meminfo: memFree=1365552/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12020 CPUtime=1526.67
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2631 0 0 0 152663 4 0 0 25 0 1 0 24187796 12308480 2617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3005 2617 75 150 0 2852 0
Current children cumulated CPU time (s) 1527.51
Current children cumulated vsize (KiB) 34244

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/87 26838
/proc/meminfo: memFree=1365360/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12020 CPUtime=1586.1
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2648 0 0 0 158606 4 0 0 25 0 1 0 24187796 12308480 2634 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3005 2634 75 150 0 2852 0
Current children cumulated CPU time (s) 1586.94
Current children cumulated vsize (KiB) 34244

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 26838
/proc/meminfo: memFree=1338288/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12020 CPUtime=1645.48
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2649 0 0 0 164544 4 0 0 25 0 1 0 24187796 12308480 2635 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3005 2635 75 150 0 2852 0
Current children cumulated CPU time (s) 1646.32
Current children cumulated vsize (KiB) 34244

[startup+1722.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/86 26879
/proc/meminfo: memFree=1336304/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12152 CPUtime=1703.71
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2680 0 0 0 170367 4 0 0 25 0 1 0 24187796 12443648 2666 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3038 2666 75 150 0 2885 0
Current children cumulated CPU time (s) 1704.55
Current children cumulated vsize (KiB) 34376

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/86 26879
/proc/meminfo: memFree=1211888/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12300 CPUtime=1763.14
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2696 0 0 0 176310 4 0 0 25 0 1 0 24187796 12595200 2682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3075 2682 75 150 0 2922 0
Current children cumulated CPU time (s) 1763.98
Current children cumulated vsize (KiB) 34524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.7 s]
/proc/loadavg: 2.03 2.05 2.00 3/86 26879
/proc/meminfo: memFree=1134320/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12300 CPUtime=1799.19
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2715 0 0 0 179915 4 0 0 25 0 1 0 24187796 12595200 2701 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3075 2701 75 150 0 2922 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 34524

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

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

[startup+1818.7 s]
/proc/loadavg: 2.03 2.05 2.00 3/86 26879
/proc/meminfo: memFree=1134320/2055920 swapFree=4192812/4192956
[pid=26814] ppid=26812 vsize=16868 CPUtime=0.84
/proc/26814/stat : 26814 (sugar) S 26812 26814 21528 0 -1 4194304 1374 11125 0 2 6 1 69 8 16 0 1 0 24187702 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26814/statm: 4217 1112 409 3 0 796 0
[pid=26837] ppid=26814 vsize=5356 CPUtime=0
/proc/26837/stat : 26837 (sh) S 26814 26814 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24187796 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26837/statm: 1339 232 193 169 0 50 0
[pid=26838] ppid=26837 vsize=12300 CPUtime=1799.19
/proc/26838/stat : 26838 (minisat) R 26837 26814 21528 0 -1 4194304 2715 0 0 0 179915 4 0 0 25 0 1 0 24187796 12595200 2701 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26838/statm: 3075 2701 75 150 0 2922 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 34524

Child status: 0
Real time (s): 1818.72
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.157975
CPU usage (%): 98.9747
Max. virtual memory (cumulated for all children) (KiB): 34524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15984
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= 1198
involuntary context switches= 75044

runsolver used 2.15367 second user time and 6.13607 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 07:02:40
IDJOB=2082346
IDBENCH=57573
IDSOLVER=739
FILE ID=node41/2082346-1247374960
PBS_JOBID= 9507067
Free space on /tmp= 65888 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-13.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-2082346-1247374960/watcher-2082346-1247374960 -o /tmp/evaluation-result-2082346-1247374960/solver-2082346-1247374960 -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-2082346-1247374960.xml

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

MD5SUM BENCH= ff00458be29b09ed6326f7909245998b
RANDOM SEED=606799419

node41.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.212
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	: 5931.00
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.212
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:       1530208 kB
Buffers:         43712 kB
Cached:         273100 kB
SwapCached:          0 kB
Active:         285604 kB
Inactive:       164924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:         149384 kB
Slab:            60232 kB
Committed_AS:   896372 kB
PageTables:       1952 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= 65884 MiB
End job on node41 at 2009-07-12 07:33:01