Trace number 2066121

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 1804.92

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2-c.xml
MD5SUMa74560533e7ad9b82e138ec40698969f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.3
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sat Jul 11 21:41:10 2009
0.02/0.07	c 0	PID 15264
0.02/0.07	c 0	HOST node85.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2066121-1247341266.xml TO HOME/temp.csp
0.02/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-2066121-1247341266.xml' 'HOME/temp.csp'
0.97/1.01	c 1	1 domains, 2606 variables, 3 predicates, 0 relations, 6509 constraints
0.97/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.03	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.97/1.10	c 1	Parsing HOME/temp.csp
0.99/1.28	c 1	parsed 9119 expressions
0.99/1.29	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.29	c 1	Converting to clausal form CSP
0.99/1.32	c 1	converted 912 (10%) expressions
0.99/1.34	c 1	converted 1824 (20%) expressions
0.99/1.37	c 1	converted 2736 (30%) expressions
0.99/1.52	c 1	converted 3648 (40%) expressions
0.99/1.56	c 1	converted 4560 (50%) expressions
0.99/1.62	c 1	converted 5472 (60%) expressions
0.99/1.64	c 1	converted 6384 (70%) expressions
0.99/1.66	c 1	converted 7296 (80%) expressions
0.99/1.68	c 1	converted 8208 (90%) expressions
0.99/1.70	c 1	converted 9119 (100%) expressions
0.99/1.70	c 1	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
0.99/1.70	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.70	c 1	Propagation in CSP
0.99/1.73	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.99/1.74	c 1	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
0.99/1.74	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.74	c 1	Simplifing CSP by introducing new Boolean variables
0.99/1.75	c 1	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
0.99/1.75	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.79	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.99/1.80	c 1	261 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.80	c 1	522 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.81	c 1	782 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.81	c 1	1043 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.81	c 1	1303 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.82	c 1	1564 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.82	c 1	1825 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.82	c 1	2085 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.82	c 1	2346 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.82	c 1	2606 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.85	c 1	651 (10%) CSP clauses are encoded (651 clauses, 7012 bytes)
0.99/1.87	c 1	1302 (20%) CSP clauses are encoded (1302 clauses, 14477 bytes)
0.99/1.88	c 1	1953 (30%) CSP clauses are encoded (1953 clauses, 23256 bytes)
0.99/1.89	c 1	2604 (40%) CSP clauses are encoded (2604 clauses, 34451 bytes)
0.99/1.90	c 1	3255 (50%) CSP clauses are encoded (3255 clauses, 46150 bytes)
0.99/1.90	c 1	3906 (60%) CSP clauses are encoded (3906 clauses, 58339 bytes)
0.99/1.91	c 1	4557 (70%) CSP clauses are encoded (4557 clauses, 70436 bytes)
0.99/1.92	c 1	5208 (80%) CSP clauses are encoded (5208 clauses, 82685 bytes)
0.99/1.92	c 1	5859 (90%) CSP clauses are encoded (5859 clauses, 94850 bytes)
0.99/1.93	c 1	6509 (100%) CSP clauses are encoded (6509 clauses, 107224 bytes)
0.99/1.93	c 1	6509 CSP clauses encoded
0.99/1.93	c 1	Writing map file : HOME/temp.map
0.99/1.95	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
0.99/1.95	c 1	SAT : 2606 SAT variables, 6509 SAT clauses, 107224 bytes
0.99/1.95	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
0.99/1.97	c 2	SOLVING HOME/temp.cnf
0.99/1.97	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.99/1.97	c 2	This is MiniSat 2.0 beta
0.99/1.97	c 2	WARNING: for repeatability, setting FPU to use double precision
0.99/1.97	c 2	============================[ Problem Statistics ]=============================
0.99/1.97	c 2	|                                                                             |
0.99/1.97	c 2	|  Number of variables:  2606                                                 |
0.99/1.97	c 2	|  Number of clauses:    6509                                                 |
0.99/1.98	c 2	|  Parsing time:         0.00         s                                       |
0.99/1.98	c 2	============================[ Search Statistics ]==============================
0.99/1.98	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.98	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.98	c 2	===============================================================================
0.99/1.98	c 2	|         0 |    2606     6509    17852 |     2169        0    nan |  0.000 % |
0.99/1.99	c 2	|       101 |    2606     6509    17852 |     2386      101     29 |  0.000 % |
1.91/2.02	c 2	|       251 |    2606     6509    17852 |     2625      251     28 |  0.000 % |
1.91/2.05	c 2	|       477 |    2606     6509    17852 |     2887      477     27 |  0.000 % |
1.91/2.10	c 2	|       814 |    2606     6509    17852 |     3176      814     29 |  0.000 % |
2.03/2.16	c 2	|      1320 |    2606     6509    17852 |     3494     1320     28 |  0.000 % |
2.13/2.27	c 2	|      2079 |    2606     6509    17852 |     3843     2079     28 |  0.000 % |
2.33/2.43	c 2	|      3218 |    2606     6509    17852 |     4228     3218     28 |  0.000 % |
2.63/2.70	c 2	|      4926 |    2606     6509    17852 |     4650     2779     26 |  0.000 % |
3.03/3.10	c 3	|      7488 |    2606     6509    17852 |     5115     2944     25 |  0.000 % |
3.63/3.72	c 3	|     11333 |    2606     6509    17852 |     5627     4185     26 |  0.000 % |
4.63/4.70	c 4	|     17100 |    2606     6509    17852 |     6190     4241     28 |  0.000 % |
6.12/6.29	c 6	|     25750 |    2606     6509    17852 |     6809     3457     23 |  0.000 % |
8.42/8.59	c 8	|     38725 |    2606     6509    17852 |     7490     6090     23 |  0.000 % |
12.02/12.19	c 12	|     58188 |    2606     6509    17852 |     8239     6551     27 |  0.000 % |
17.82/17.95	c 17	|     87380 |    2606     6509    17852 |     9063     6551     23 |  0.000 % |
26.71/26.89	c 26	|    131171 |    2606     6509    17852 |     9969     4604     21 |  0.000 % |
40.51/40.63	c 40	|    196855 |    2606     6509    17852 |    10966    10011     22 |  0.000 % |
61.89/62.09	c 62	|    295381 |    2606     6509    17852 |    12063     9156     22 |  0.000 % |
95.71/96.14	c 96	|    443171 |    2606     6509    17852 |    13269    11396     22 |  0.000 % |
142.57/143.48	c 143	|    664854 |    2604     6502    17836 |    14596    11930     21 |  0.077 % |
218.80/219.82	c 219	|    997379 |    2604     6502    17836 |    16056    14112     21 |  0.077 % |
339.59/341.68	c 341	|   1496167 |    2604     6502    17836 |    17661    12376     19 |  0.077 % |
526.90/529.09	c 529	|   2244350 |    2604     6502    17836 |    19427    14654     20 |  0.077 % |
821.90/824.50	c 824	|   3366625 |    2604     6502    17836 |    21370    14225     24 |  0.077 % |
1332.33/1337.11	c 1337	|   5050037 |    2604     6502    17836 |    23507    12340     21 |  0.077 % |
1800.01/1804.91	sh: line 1: 15288 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1804.91	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1804.91	c 1804	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.01/1804.92	c ERROR INTERRUPTED
1800.01/1804.92	s UNKNOWN
1800.01/1804.92	c 1804	CPU 1800.03 (0.05 0.02 1799.81 0.15)
1800.01/1804.92	c 1804	END Sat Jul 11 22:11:14 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-2066121-1247341266/watcher-2066121-1247341266 -o /tmp/evaluation-result-2066121-1247341266/solver-2066121-1247341266 -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-2066121-1247341266.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.02 2.07 2.06 4/82 15264
/proc/meminfo: memFree=1018424/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=12272 CPUtime=0
/proc/15264/stat : 15264 (sugar) R 15262 15264 14344 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21192276 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 0 0 0
/proc/15264/statm: 3068 327 246 3 0 168 0

[startup+0.0417661 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15264
/proc/meminfo: memFree=1018424/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=13468 CPUtime=0.02
/proc/15264/stat : 15264 (sugar) R 15262 15264 14344 0 -1 4194304 767 0 0 0 2 0 0 0 18 0 1 0 21192276 13791232 735 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 0 0 0
/proc/15264/statm: 3367 736 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.113416 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15264
/proc/meminfo: memFree=1018424/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.06
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21192276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301792 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15264
/proc/meminfo: memFree=1018424/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.06
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21192276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70184 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15264
/proc/meminfo: memFree=1018424/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.06
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21192276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.02 2.07 2.06 3/93 15276
/proc/meminfo: memFree=997152/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=0.99
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1309 8295 0 1 5 1 87 6 15 0 1 0 21192276 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10111 s]
/proc/loadavg: 2.01 2.06 2.06 3/85 15288
/proc/meminfo: memFree=1013728/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 15 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=3020 CPUtime=1.12
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 430 0 0 0 112 0 0 0 25 0 1 0 21192473 3092480 416 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 755 416 75 150 0 602 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 25244

[startup+6.30248 s]
/proc/loadavg: 2.01 2.06 2.06 3/85 15288
/proc/meminfo: memFree=1009056/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=3284 CPUtime=4.31
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 513 0 0 0 431 0 0 0 25 0 1 0 21192473 3362816 499 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 821 499 75 150 0 668 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 25508

[startup+12.7012 s]
/proc/loadavg: 2.01 2.06 2.06 3/85 15288
/proc/meminfo: memFree=1006504/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=3820 CPUtime=10.71
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 626 0 0 0 1071 0 0 0 25 0 1 0 21192473 3911680 612 996147200 134512640 135127466 4294956256 18446744073709551615 134527128 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 955 612 75 150 0 802 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 26044

[startup+25.5027 s]
/proc/loadavg: 2.01 2.06 2.06 3/85 15288
/proc/meminfo: memFree=1005096/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=3960 CPUtime=23.5
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 676 0 0 0 2350 0 0 0 25 0 1 0 21192473 4055040 662 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 990 662 75 150 0 837 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 26184

[startup+51.1026 s]
/proc/loadavg: 2.07 2.07 2.06 3/85 15288
/proc/meminfo: memFree=1007720/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=4364 CPUtime=49.09
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 775 0 0 0 4909 0 0 0 25 0 1 0 21192473 4468736 761 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 1091 761 75 150 0 938 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 26588

[startup+102.307 s]
/proc/loadavg: 2.14 2.08 2.06 3/85 15288
/proc/meminfo: memFree=1006824/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=5212 CPUtime=99.95
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 963 0 0 0 9995 0 0 0 25 0 1 0 21192473 5337088 949 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 1303 949 75 150 0 1150 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 27436

[startup+162.302 s]
/proc/loadavg: 2.05 2.07 2.06 3/85 15288
/proc/meminfo: memFree=1008104/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=5500 CPUtime=159.42
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1059 0 0 0 15941 1 0 0 25 0 1 0 21192473 5632000 1045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 1375 1045 75 150 0 1222 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 27724

[startup+222.303 s]
/proc/loadavg: 2.02 2.05 2.05 3/85 15288
/proc/meminfo: memFree=1006248/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=5816 CPUtime=219.39
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1117 0 0 0 21938 1 0 0 25 0 1 0 21192473 5955584 1103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15288/statm: 1454 1103 75 150 0 1301 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 28040

[startup+282.303 s]
/proc/loadavg: 2.04 2.05 2.05 3/85 15288
/proc/meminfo: memFree=1006376/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=5964 CPUtime=278.93
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1159 0 0 0 27892 1 0 0 25 0 1 0 21192473 6107136 1145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 1491 1145 75 150 0 1338 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 28188

[startup+342.303 s]

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

[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8076 CPUtime=1295.63
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1672 0 0 0 129560 3 0 0 25 0 1 0 21192473 8269824 1658 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2019 1658 75 150 0 1866 0
Current children cumulated CPU time (s) 1297.54
Current children cumulated vsize (KiB) 30300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.08 2.06 4/87 15336
/proc/meminfo: memFree=404384/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8384 CPUtime=1355.61
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1727 0 0 0 135558 3 0 0 25 0 1 0 21192473 8585216 1713 996147200 134512640 135127466 4294956256 18446744073709551615 134528071 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2096 1713 75 150 0 1943 0
Current children cumulated CPU time (s) 1357.52
Current children cumulated vsize (KiB) 30608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.06 3/87 15336
/proc/meminfo: memFree=404128/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8528 CPUtime=1415.6
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1772 0 0 0 141557 3 0 0 25 0 1 0 21192473 8732672 1758 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2132 1758 75 150 0 1979 0
Current children cumulated CPU time (s) 1417.51
Current children cumulated vsize (KiB) 30752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/87 15336
/proc/meminfo: memFree=403936/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8672 CPUtime=1475.58
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1801 0 0 0 147555 3 0 0 25 0 1 0 21192473 8880128 1787 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2168 1787 75 150 0 2015 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 30896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/87 15336
/proc/meminfo: memFree=403872/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8812 CPUtime=1535.56
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1829 0 0 0 153553 3 0 0 25 0 1 0 21192473 9023488 1815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2203 1815 75 150 0 2050 0
Current children cumulated CPU time (s) 1537.47
Current children cumulated vsize (KiB) 31036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/87 15336
/proc/meminfo: memFree=403808/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8956 CPUtime=1595.55
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1846 0 0 0 159552 3 0 0 25 0 1 0 21192473 9170944 1832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2239 1832 75 150 0 2086 0
Current children cumulated CPU time (s) 1597.46
Current children cumulated vsize (KiB) 31180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/87 15336
/proc/meminfo: memFree=403744/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8956 CPUtime=1655.53
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1848 0 0 0 165550 3 0 0 25 0 1 0 21192473 9170944 1834 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2239 1834 75 150 0 2086 0
Current children cumulated CPU time (s) 1657.44
Current children cumulated vsize (KiB) 31180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/87 15336
/proc/meminfo: memFree=403616/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=8956 CPUtime=1715.51
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1862 0 0 0 171548 3 0 0 25 0 1 0 21192473 9170944 1848 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2239 1848 75 150 0 2086 0
Current children cumulated CPU time (s) 1717.42
Current children cumulated vsize (KiB) 31180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/87 15336
/proc/meminfo: memFree=403552/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=9096 CPUtime=1775.5
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1877 0 0 0 177547 3 0 0 25 0 1 0 21192473 9314304 1863 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2274 1863 75 150 0 2121 0
Current children cumulated CPU time (s) 1777.41
Current children cumulated vsize (KiB) 31320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.01 2.02 3/87 15336
/proc/meminfo: memFree=403488/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=9096 CPUtime=1798.1
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1893 0 0 0 179807 3 0 0 25 0 1 0 21192473 9314304 1879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2274 1879 75 150 0 2121 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 31320

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

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

[startup+1804.9 s]
/proc/loadavg: 2.00 2.01 2.02 3/87 15336
/proc/meminfo: memFree=403488/2055920 swapFree=4192948/4192956
[pid=15264] ppid=15262 vsize=16868 CPUtime=1.91
/proc/15264/stat : 15264 (sugar) S 15262 15264 14344 0 -1 4194304 1376 16303 0 2 5 1 174 11 16 0 1 0 21192276 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15264/statm: 4217 1113 409 3 0 796 0
[pid=15287] ppid=15264 vsize=5356 CPUtime=0
/proc/15287/stat : 15287 (sh) S 15264 15264 14344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21192473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15287/statm: 1339 232 193 169 0 50 0
[pid=15288] ppid=15287 vsize=9096 CPUtime=1798.1
/proc/15288/stat : 15288 (minisat) R 15287 15264 14344 0 -1 4194304 1893 0 0 0 179807 3 0 0 25 0 1 0 21192473 9314304 1879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15288/statm: 2274 1879 75 150 0 2121 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 31320

Child status: 0
Real time (s): 1804.92
CPU time (s): 1800.06
CPU user time (s): 1799.88
CPU system time (s): 0.181972
CPU usage (%): 99.7306
Max. virtual memory (cumulated for all children) (KiB): 887012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20058
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= 1860
involuntary context switches= 13659

runsolver used 2.53062 second user time and 5.30319 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 21:41:10
IDJOB=2066121
IDBENCH=54475
IDSOLVER=739
FILE ID=node85/2066121-1247341266
PBS_JOBID= 9506661
Free space on /tmp= 126444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2-c.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-2066121-1247341266/watcher-2066121-1247341266 -o /tmp/evaluation-result-2066121-1247341266/solver-2066121-1247341266 -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-2066121-1247341266.xml

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

MD5SUM BENCH= a74560533e7ad9b82e138ec40698969f
RANDOM SEED=584402077

node85.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.220
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.220
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:       1018904 kB
Buffers:         65656 kB
Cached:         815820 kB
SwapCached:          8 kB
Active:         229228 kB
Inactive:       729300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1018904 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2424 kB
Writeback:           0 kB
Mapped:          89648 kB
Slab:            63548 kB
Committed_AS:   214940 kB
PageTables:       2052 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= 126476 MiB
End job on node85 at 2009-07-11 22:11:16