Trace number 2086064

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.1 1802.42

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-16.xml
MD5SUM2cf28b75918e7fc0ef0a213ad799f7e2
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.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints120
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension120
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:19:58 2009
0.00/0.07	c 0	PID 24565
0.00/0.07	c 0	HOST node90.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2086064-1247383198.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086064-1247383198.xml' 'HOME/temp.csp'
0.06/0.28	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.06/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	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.25/0.35	c 0	Parsing HOME/temp.csp
0.25/0.38	c 0	parsed 138 expressions
0.25/0.39	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.39	c 0	Converting to clausal form CSP
0.26/0.41	c 1	converted 14 (10%) expressions
0.26/0.42	c 1	converted 28 (20%) expressions
0.26/0.42	c 1	converted 42 (30%) expressions
0.26/0.44	c 1	converted 56 (40%) expressions
0.26/0.44	c 1	converted 69 (50%) expressions
0.26/0.45	c 1	converted 83 (60%) expressions
0.26/0.45	c 1	converted 97 (70%) expressions
0.26/0.46	c 1	converted 111 (80%) expressions
0.26/0.46	c 1	converted 125 (90%) expressions
0.26/0.47	c 1	converted 138 (100%) expressions
0.26/0.47	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.26/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.47	c 1	Propagation in CSP
0.26/0.48	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.48	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.26/0.48	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.48	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.49	c 1	CSP : 16 integers, 240 booleans, 360 clauses, largest domain size 15
0.26/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.51	c 1	2 (10%) CSP integer variables are encoded (26 clauses, 281 bytes)
0.26/0.51	c 1	4 (20%) CSP integer variables are encoded (52 clauses, 515 bytes)
0.26/0.51	c 1	5 (30%) CSP integer variables are encoded (65 clauses, 632 bytes)
0.26/0.51	c 1	7 (40%) CSP integer variables are encoded (91 clauses, 866 bytes)
0.26/0.51	c 1	8 (50%) CSP integer variables are encoded (104 clauses, 1008 bytes)
0.26/0.52	c 1	10 (60%) CSP integer variables are encoded (130 clauses, 1294 bytes)
0.26/0.52	c 1	12 (70%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.26/0.52	c 1	13 (80%) CSP integer variables are encoded (169 clauses, 1723 bytes)
0.26/0.52	c 1	15 (90%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.26/0.52	c 1	16 (100%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.26/0.53	c 1	36 (10%) CSP clauses are encoded (580 clauses, 7094 bytes)
0.26/0.53	c 1	72 (20%) CSP clauses are encoded (952 clauses, 12226 bytes)
0.26/0.54	c 1	108 (30%) CSP clauses are encoded (1324 clauses, 17440 bytes)
0.26/0.54	c 1	144 (40%) CSP clauses are encoded (1696 clauses, 22682 bytes)
0.26/0.55	c 1	180 (50%) CSP clauses are encoded (2068 clauses, 27952 bytes)
0.26/0.55	c 1	216 (60%) CSP clauses are encoded (2440 clauses, 33250 bytes)
0.26/0.55	c 1	252 (70%) CSP clauses are encoded (2812 clauses, 38576 bytes)
0.26/0.55	c 1	288 (80%) CSP clauses are encoded (3184 clauses, 44224 bytes)
0.26/0.55	c 1	324 (90%) CSP clauses are encoded (3556 clauses, 49888 bytes)
0.26/0.55	c 1	360 (100%) CSP clauses are encoded (3928 clauses, 55552 bytes)
0.26/0.56	c 1	360 CSP clauses encoded
0.26/0.56	c 1	Writing map file : HOME/temp.map
0.26/0.56	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.56	c 1	SAT : 464 SAT variables, 3928 SAT clauses, 55552 bytes
0.26/0.56	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.61	c 1	SOLVING HOME/temp.cnf
0.26/0.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.26/0.61	c 1	This is MiniSat 2.0 beta
0.26/0.61	c 1	WARNING: for repeatability, setting FPU to use double precision
0.26/0.61	c 1	============================[ Problem Statistics ]=============================
0.26/0.61	c 1	|                                                                             |
0.26/0.61	c 1	|  Number of variables:  464                                                  |
0.26/0.61	c 1	|  Number of clauses:    3928                                                 |
0.26/0.61	c 1	|  Parsing time:         0.00         s                                       |
0.26/0.61	c 1	============================[ Search Statistics ]==============================
0.26/0.61	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.61	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.61	c 1	===============================================================================
0.26/0.61	c 1	|         0 |     464     3928    10976 |     1309        0    nan |  0.000 % |
0.26/0.61	c 1	|       100 |     464     3928    10976 |     1440      100      8 |  0.000 % |
0.26/0.62	c 1	|       251 |     464     3928    10976 |     1584      251      9 |  0.003 % |
0.26/0.62	c 1	|       476 |     464     3928    10976 |     1742      476      8 |  0.003 % |
0.26/0.63	c 1	|       814 |     464     3928    10976 |     1916      814      8 |  0.002 % |
0.26/0.64	c 1	|      1321 |     464     3928    10976 |     2108     1321      9 |  0.002 % |
0.26/0.66	c 1	|      2080 |     464     3928    10976 |     2319     2080      9 |  0.006 % |
0.26/0.68	c 1	|      3219 |     464     3928    10976 |     2551     1997      8 |  0.004 % |
0.52/0.74	c 1	|      4927 |     464     3928    10976 |     2806     2354     10 |  0.001 % |
0.52/0.89	c 1	|      7490 |     464     3928    10976 |     3087     1942     13 |  0.003 % |
0.91/1.04	c 1	|     11334 |     464     3928    10976 |     3396     2369     12 |  0.006 % |
1.10/1.22	c 1	|     17100 |     464     3928    10976 |     3735     2494      9 |  0.005 % |
1.50/1.68	c 2	|     25751 |     464     3928    10976 |     4109     3125     13 |  0.002 % |
2.11/2.29	c 2	|     38725 |     464     3928    10976 |     4520     2882     11 |  0.002 % |
3.00/3.19	c 3	|     58186 |     464     3928    10976 |     4972     3147     12 |  0.004 % |
4.29/4.45	c 5	|     87378 |     464     3928    10976 |     5469     3333     12 |  0.005 % |
7.06/7.29	c 7	|    131169 |     464     3928    10976 |     6016     4807     13 |  0.003 % |
10.35/10.51	c 11	|    196854 |     464     3928    10976 |     6617     4941     11 |  0.006 % |
16.35/16.53	c 17	|    295381 |     464     3928    10976 |     7279     4543     13 |  0.002 % |
25.44/25.60	c 26	|    443171 |     464     3928    10976 |     8007     6212     13 |  0.004 % |
37.94/38.17	c 38	|    664854 |     464     3928    10976 |     8808     5668     13 |  0.005 % |
64.33/64.56	c 65	|    997379 |     464     3928    10976 |     9689     5207     14 |  0.001 % |
90.73/90.98	c 91	|   1496169 |     464     3928    10976 |    10658     5029     13 |  0.006 % |
148.41/148.67	c 149	|   2244351 |     464     3928    10976 |    11724     7566     15 |  0.003 % |
224.90/225.18	c 225	|   3366625 |     464     3928    10976 |    12896     6098     16 |  0.003 % |
366.76/367.07	c 367	|   5050036 |     464     3928    10976 |    14186    11409     14 |  0.003 % |
568.91/569.29	c 569	|   7575152 |     464     3928    10976 |    15604     9518     16 |  0.004 % |
944.61/945.09	c 945	|  11362828 |     464     3928    10976 |    17165     9156     16 |  0.004 % |
1478.27/1478.83	c 1479	|  17044340 |     464     3928    10976 |    18881    15206     14 |  0.004 % |
1800.05/1802.41	sh: line 1: 24589 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1802.41	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1802.41	c 1803	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.05/1802.42	c ERROR INTERRUPTED
1800.05/1802.42	s UNKNOWN
1800.05/1802.42	c 1803	CPU 1800.07 (0.06 0.01 1799.9 0.1)
1800.05/1802.42	c 1803	END Sun Jul 12 09:50:01 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-2086064-1247383198/watcher-2086064-1247383198 -o /tmp/evaluation-result-2086064-1247383198/solver-2086064-1247383198 -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-2086064-1247383198.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 24565
/proc/meminfo: memFree=1742180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=12272 CPUtime=0
/proc/24565/stat : 24565 (sugar) R 24563 24565 22800 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25384476 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 1 0 0
/proc/24565/statm: 3068 327 246 3 0 168 0

[startup+0.0130879 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 24565
/proc/meminfo: memFree=1742180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=12544 CPUtime=0
/proc/24565/stat : 24565 (sugar) R 24563 24565 22800 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 25384476 12845056 436 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 1 0 0
/proc/24565/statm: 3136 436 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101103 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 24565
/proc/meminfo: memFree=1742180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.06
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301119 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 24565
/proc/meminfo: memFree=1742180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.25
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1292 4189 0 1 5 1 16 3 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+0.701159 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 24565
/proc/meminfo: memFree=1742180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50124 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1738124/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 15 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=2468 CPUtime=0.88
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 299 0 0 0 88 0 0 0 25 0 1 0 25384538 2527232 285 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 617 285 75 150 0 464 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 24692

[startup+3.10141 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1737740/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 15 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=2732 CPUtime=2.48
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 347 0 0 0 248 0 0 0 25 0 1 0 25384538 2797568 333 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 683 333 75 150 0 530 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 24956

[startup+6.30274 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1737228/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=3000 CPUtime=5.64
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 422 0 0 0 564 0 0 0 25 0 1 0 25384538 3072000 408 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 750 408 75 150 0 597 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 25224

[startup+12.7014 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1736780/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=3396 CPUtime=12.03
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 530 0 0 0 1203 0 0 0 25 0 1 0 25384538 3477504 516 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 849 516 75 150 0 696 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 25620

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1736332/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=3800 CPUtime=24.82
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 630 0 0 0 2482 0 0 0 25 0 1 0 25384538 3891200 616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 950 616 75 150 0 797 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 26024

[startup+51.1014 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1735692/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=4616 CPUtime=50.42
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 814 0 0 0 5042 0 0 0 25 0 1 0 25384538 4726784 800 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 1154 800 75 150 0 1001 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 26840

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1734604/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=5440 CPUtime=101.61
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 1024 0 0 0 10161 0 0 0 25 0 1 0 25384538 5570560 1010 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 1360 1010 75 150 0 1207 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 27664

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1733836/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=6252 CPUtime=161.59
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 1236 0 0 0 16158 1 0 0 25 0 1 0 25384538 6402048 1222 996147200 134512640 135127466 4294956256 18446744073709551615 134530715 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 1563 1222 75 150 0 1410 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 28476

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1733324/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=6800 CPUtime=221.58
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 1358 0 0 0 22157 1 0 0 25 0 1 0 25384538 6963200 1344 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 1700 1344 75 150 0 1547 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 29024

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 24589
/proc/meminfo: memFree=1732748/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=7364 CPUtime=281.56

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

[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=11384 CPUtime=1301.3
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2482 0 0 0 130129 1 0 0 25 0 1 0 25384538 11657216 2468 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 2846 2468 75 150 0 2693 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 33608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 24589
/proc/meminfo: memFree=1727884/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=11532 CPUtime=1361.28
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2507 0 0 0 136127 1 0 0 25 0 1 0 25384538 11808768 2493 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 2883 2493 75 150 0 2730 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 33756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24589
/proc/meminfo: memFree=1727756/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=11688 CPUtime=1421.27
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2525 0 0 0 142126 1 0 0 25 0 1 0 25384538 11968512 2511 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 2922 2511 75 150 0 2769 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 33912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24589
/proc/meminfo: memFree=1727628/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=11888 CPUtime=1481.25
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2566 0 0 0 148124 1 0 0 25 0 1 0 25384538 12173312 2552 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 2972 2552 75 150 0 2819 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 34112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24589
/proc/meminfo: memFree=1727436/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=11888 CPUtime=1541.23
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2594 0 0 0 154122 1 0 0 25 0 1 0 25384538 12173312 2580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 2972 2580 75 150 0 2819 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 34112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24589
/proc/meminfo: memFree=1727244/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12160 CPUtime=1601.22
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2634 0 0 0 160121 1 0 0 25 0 1 0 25384538 12451840 2620 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3040 2620 75 150 0 2887 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 34384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24589
/proc/meminfo: memFree=1727180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12160 CPUtime=1661.21
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2657 0 0 0 166119 2 0 0 25 0 1 0 25384538 12451840 2643 996147200 134512640 135127466 4294956256 18446744073709551615 134528071 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3040 2643 75 150 0 2887 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 34384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/70 24608
/proc/meminfo: memFree=1747268/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12296 CPUtime=1721.18
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2677 0 0 0 172116 2 0 0 25 0 1 0 25384538 12591104 2663 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3074 2663 75 150 0 2921 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 34520

[startup+1782.3 s]
/proc/loadavg: 3.09 2.29 2.10 3/84 24665
/proc/meminfo: memFree=1551180/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12436 CPUtime=1779.75
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2725 0 0 0 177972 3 0 0 25 0 1 0 25384538 12734464 2711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3109 2711 75 150 0 2956 0
Current children cumulated CPU time (s) 1780.27
Current children cumulated vsize (KiB) 34660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 3.10 2.35 2.12 3/84 24665
/proc/meminfo: memFree=1551884/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12596 CPUtime=1799.53
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2732 0 0 0 179950 3 0 0 25 0 1 0 25384538 12898304 2718 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3149 2718 75 150 0 2996 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 34820

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

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

[startup+1802.4 s]
/proc/loadavg: 3.10 2.35 2.12 3/84 24665
/proc/meminfo: memFree=1551884/2055920 swapFree=4192812/4192956
[pid=24565] ppid=24563 vsize=16868 CPUtime=0.52
/proc/24565/stat : 24565 (sugar) S 24563 24565 22800 0 -1 4194304 1373 9488 0 2 6 1 39 6 16 0 1 0 25384476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24565/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24565 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24565 24565 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25384537 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 232 193 169 0 50 0
[pid=24589] ppid=24588 vsize=12596 CPUtime=1799.53
/proc/24589/stat : 24589 (minisat) R 24588 24565 22800 0 -1 4194304 2732 0 0 0 179950 3 0 0 25 0 1 0 25384538 12898304 2718 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/24589/statm: 3149 2718 75 150 0 2996 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 34820

Child status: 0
Real time (s): 1802.42
CPU time (s): 1800.1
CPU user time (s): 1799.97
CPU system time (s): 0.124981
CPU usage (%): 99.8711
Max. virtual memory (cumulated for all children) (KiB): 34820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14449
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= 825
involuntary context switches= 4673

runsolver used 2.16667 second user time and 5.59315 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 09:19:58
IDJOB=2086064
IDBENCH=58557
IDSOLVER=739
FILE ID=node90/2086064-1247383198
PBS_JOBID= 9507154
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-16.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-2086064-1247383198/watcher-2086064-1247383198 -o /tmp/evaluation-result-2086064-1247383198/solver-2086064-1247383198 -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-2086064-1247383198.xml

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

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=118049663

node90.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742596 kB
Buffers:         42876 kB
Cached:         173908 kB
SwapCached:          0 kB
Active:         169320 kB
Inactive:        87632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742596 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          54412 kB
Slab:            41624 kB
Committed_AS:   225208 kB
PageTables:       1924 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= 66268 MiB
End job on node90 at 2009-07-12 09:50:03