Trace number 1091442

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.15 1801.02

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.006998
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:20:25 2008
0.00/0.04	c 0	PID 27055
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1091442-1215274825.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091442-1215274825.xml' 'HOME/temp.csp'
0.03/0.24	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.03/0.27	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.23/0.35	c 0	Parsing HOME/temp.csp
0.23/0.39	c 0	parsed 138 expressions
0.23/0.40	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.40	c 0	Converting to clausal form CSP
0.23/0.42	c 0	converted 14 (10%) expressions
0.23/0.43	c 0	converted 28 (20%) expressions
0.23/0.43	c 0	converted 42 (30%) expressions
0.23/0.44	c 0	converted 56 (40%) expressions
0.23/0.45	c 0	converted 69 (50%) expressions
0.23/0.45	c 0	converted 83 (60%) expressions
0.23/0.45	c 0	converted 97 (70%) expressions
0.23/0.46	c 0	converted 111 (80%) expressions
0.23/0.46	c 0	converted 125 (90%) expressions
0.23/0.47	c 1	converted 138 (100%) expressions
0.23/0.47	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.23/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.47	c 1	Propagation in CSP
0.23/0.48	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.48	c 1	CSP : 16 integers, 0 booleans, 120 clauses, largest domain size 15
0.23/0.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.48	c 1	Simplifing CSP by introducing new Boolean variables
0.23/0.49	c 1	CSP : 16 integers, 240 booleans, 360 clauses, largest domain size 15
0.23/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.51	c 1	2 (10%) CSP integer variables are encoded (26 clauses, 281 bytes)
0.23/0.51	c 1	4 (20%) CSP integer variables are encoded (52 clauses, 515 bytes)
0.23/0.51	c 1	5 (30%) CSP integer variables are encoded (65 clauses, 632 bytes)
0.23/0.51	c 1	7 (40%) CSP integer variables are encoded (91 clauses, 866 bytes)
0.23/0.52	c 1	8 (50%) CSP integer variables are encoded (104 clauses, 1008 bytes)
0.23/0.52	c 1	10 (60%) CSP integer variables are encoded (130 clauses, 1294 bytes)
0.23/0.52	c 1	12 (70%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.23/0.52	c 1	13 (80%) CSP integer variables are encoded (169 clauses, 1723 bytes)
0.23/0.52	c 1	15 (90%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.23/0.52	c 1	16 (100%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.53	c 1	36 (10%) CSP clauses are encoded (580 clauses, 7094 bytes)
0.23/0.53	c 1	72 (20%) CSP clauses are encoded (952 clauses, 12226 bytes)
0.23/0.54	c 1	108 (30%) CSP clauses are encoded (1324 clauses, 17440 bytes)
0.23/0.54	c 1	144 (40%) CSP clauses are encoded (1696 clauses, 22682 bytes)
0.23/0.55	c 1	180 (50%) CSP clauses are encoded (2068 clauses, 27952 bytes)
0.23/0.55	c 1	216 (60%) CSP clauses are encoded (2440 clauses, 33250 bytes)
0.23/0.55	c 1	252 (70%) CSP clauses are encoded (2812 clauses, 38576 bytes)
0.23/0.55	c 1	288 (80%) CSP clauses are encoded (3184 clauses, 44224 bytes)
0.23/0.56	c 1	324 (90%) CSP clauses are encoded (3556 clauses, 49888 bytes)
0.23/0.56	c 1	360 (100%) CSP clauses are encoded (3928 clauses, 55552 bytes)
0.23/0.56	c 1	360 CSP clauses encoded
0.23/0.56	c 1	Writing map file : HOME/temp.map
0.23/0.56	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.56	c 1	SAT : 464 SAT variables, 3928 SAT clauses, 55552 bytes
0.23/0.56	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.59	c 1	SOLVING HOME/temp.cnf
0.23/0.59	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.52/0.60	c 1	This is MiniSat 2.0 beta
0.52/0.60	c 1	WARNING: for repeatability, setting FPU to use double precision
0.52/0.60	c 1	============================[ Problem Statistics ]=============================
0.52/0.60	c 1	|                                                                             |
0.52/0.60	c 1	|  Number of variables:  464                                                  |
0.52/0.60	c 1	|  Number of clauses:    3928                                                 |
0.52/0.60	c 1	|  Parsing time:         0.00         s                                       |
0.52/0.60	c 1	============================[ Search Statistics ]==============================
0.52/0.60	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.52/0.60	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.52/0.60	c 1	===============================================================================
0.52/0.60	c 1	|         0 |     464     3928    10976 |     1309        0    nan |  0.000 % |
0.52/0.60	c 1	|       100 |     464     3928    10976 |     1440      100      8 |  0.000 % |
0.52/0.60	c 1	|       251 |     464     3928    10976 |     1584      251      9 |  0.003 % |
0.52/0.61	c 1	|       476 |     464     3928    10976 |     1742      476      8 |  0.003 % |
0.52/0.61	c 1	|       814 |     464     3928    10976 |     1916      814      8 |  0.002 % |
0.52/0.63	c 1	|      1321 |     464     3928    10976 |     2108     1321      9 |  0.002 % |
0.52/0.64	c 1	|      2080 |     464     3928    10976 |     2319     2080      9 |  0.006 % |
0.52/0.67	c 1	|      3219 |     464     3928    10976 |     2551     1997      8 |  0.004 % |
0.52/0.73	c 1	|      4927 |     464     3928    10976 |     2806     2354     10 |  0.001 % |
0.52/0.88	c 1	|      7490 |     464     3928    10976 |     3087     1942     13 |  0.003 % |
0.92/1.03	c 1	|     11334 |     464     3928    10976 |     3396     2369     12 |  0.006 % |
1.11/1.21	c 1	|     17100 |     464     3928    10976 |     3735     2494      9 |  0.005 % |
1.51/1.67	c 2	|     25751 |     464     3928    10976 |     4109     3125     13 |  0.002 % |
2.12/2.28	c 2	|     38725 |     464     3928    10976 |     4520     2882     11 |  0.002 % |
3.01/3.19	c 3	|     58186 |     464     3928    10976 |     4972     3147     12 |  0.004 % |
4.21/4.38	c 4	|     87378 |     464     3928    10976 |     5469     3333     12 |  0.005 % |
6.70/6.82	c 7	|    131169 |     464     3928    10976 |     6016     4807     13 |  0.003 % |
9.90/10.07	c 10	|    196854 |     464     3928    10976 |     6617     4941     11 |  0.006 % |
15.90/16.08	c 16	|    295381 |     464     3928    10976 |     7279     4543     13 |  0.002 % |
24.99/25.15	c 25	|    443171 |     464     3928    10976 |     8007     6212     13 |  0.004 % |
37.59/37.79	c 38	|    664854 |     464     3928    10976 |     8808     5668     13 |  0.005 % |
64.28/64.44	c 64	|    997379 |     464     3928    10976 |     9689     5207     14 |  0.001 % |
90.87/91.05	c 91	|   1496169 |     464     3928    10976 |    10658     5029     13 |  0.006 % |
149.14/149.31	c 149	|   2244351 |     464     3928    10976 |    11724     7566     15 |  0.003 % |
226.31/226.60	c 227	|   3366625 |     464     3928    10976 |    12896     6098     16 |  0.003 % |
369.64/369.90	c 370	|   5050036 |     464     3928    10976 |    14186    11409     14 |  0.003 % |
574.54/574.96	c 575	|   7575152 |     464     3928    10976 |    15604     9518     16 |  0.004 % |
959.18/959.74	c 960	|  11362828 |     464     3928    10976 |    17165     9156     16 |  0.004 % |
1507.43/1508.21	c 1508	|  17044340 |     464     3928    10976 |    18881    15206     14 |  0.004 % |
1800.10/1801.00	sh: line 1: 27079 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.10/1801.00	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1801.00	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.10/1801.01	c ERROR INTERRUPTED
1800.10/1801.01	s UNKNOWN
1800.10/1801.01	c 1801	CPU 1800.02 (0.03 0.01 1799.99 0.1)
1800.10/1801.01	c 1801	END Sat Jul  5 18:50:26 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091442-1215274825/watcher-1091442-1215274825 -o /tmp/evaluation-result-1091442-1215274825/solver-1091442-1215274825 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1091442-1215274825.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27055
/proc/meminfo: memFree=1623952/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=12268 CPUtime=0
/proc/27055/stat : 27055 (sugar) R 27053 27055 25128 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006452046 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27055/statm: 3067 316 241 3 0 167 0

[startup+0.0496389 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27055
/proc/meminfo: memFree=1623952/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.03
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006452046 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27055/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102541 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27055
/proc/meminfo: memFree=1623952/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.03
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006452046 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301579 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27055
/proc/meminfo: memFree=1623952/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.23
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 956 4103 0 1 3 0 18 2 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701645 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27055
/proc/meminfo: memFree=1623952/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1621304/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 15 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=2468 CPUtime=0.89
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 302 0 0 0 89 0 0 0 25 0 1 0 2006452106 2527232 288 996147200 134512640 135127466 4294956256 18446744073709551615 134541946 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 617 288 75 150 0 464 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 21424

[startup+3.10108 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1620856/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 15 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=2732 CPUtime=2.49
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 347 0 0 0 249 0 0 0 25 0 1 0 2006452106 2797568 333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 683 333 75 150 0 530 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 21688

[startup+6.30267 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1620408/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=3000 CPUtime=5.68
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 427 0 0 0 568 0 0 0 25 0 1 0 2006452106 3072000 413 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 750 413 75 150 0 597 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 21956

[startup+12.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1619896/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=3396 CPUtime=12.08
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 533 0 0 0 1208 0 0 0 25 0 1 0 2006452106 3477504 519 996147200 134512640 135127466 4294956256 18446744073709551615 134527506 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 849 519 75 150 0 696 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 22352

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1619448/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=3800 CPUtime=24.87
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 639 0 0 0 2487 0 0 0 25 0 1 0 2006452106 3891200 625 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 950 625 75 150 0 797 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 22756

[startup+51.1019 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1618680/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=4616 CPUtime=50.46
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 814 0 0 0 5046 0 0 0 25 0 1 0 2006452106 4726784 800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 1154 800 75 150 0 1001 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 23572

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1617720/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=5440 CPUtime=101.64
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 1024 0 0 0 10164 0 0 0 25 0 1 0 2006452106 5570560 1010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 1360 1010 75 150 0 1207 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 24396

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1616824/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=6252 CPUtime=161.61
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 1232 0 0 0 16161 0 0 0 25 0 1 0 2006452106 6402048 1218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 1563 1218 75 150 0 1410 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 25208

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1616312/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=6660 CPUtime=221.58
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 1352 0 0 0 22158 0 0 0 25 0 1 0 2006452106 6819840 1338 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 1665 1338 75 150 0 1512 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 25616

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 27079
/proc/meminfo: memFree=1615800/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0

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

[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11076 CPUtime=1241.12
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2395 0 0 0 124109 3 0 0 25 0 1 0 2006452106 11341824 2381 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2769 2381 75 150 0 2616 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 30032

[startup+1302.3 s]
/proc/loadavg: 2.05 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1667568/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11384 CPUtime=1301.11
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2462 0 0 0 130107 4 0 0 25 0 1 0 2006452106 11657216 2448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2846 2448 75 150 0 2693 0
Current children cumulated CPU time (s) 1301.63
Current children cumulated vsize (KiB) 30340

[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1667376/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11532 CPUtime=1361.07
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2500 0 0 0 136103 4 0 0 25 0 1 0 2006452106 11808768 2486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2883 2486 75 150 0 2730 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 30488

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1667312/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11532 CPUtime=1421.05
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2519 0 0 0 142101 4 0 0 25 0 1 0 2006452106 11808768 2505 996147200 134512640 135127466 4294956256 18446744073709551615 134541600 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2883 2505 75 150 0 2730 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 30488

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1667248/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11688 CPUtime=1481.02
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2532 0 0 0 148098 4 0 0 25 0 1 0 2006452106 11968512 2518 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2922 2518 75 150 0 2769 0
Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 30644

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1667120/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=11888 CPUtime=1540.99
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2566 0 0 0 154095 4 0 0 25 0 1 0 2006452106 12173312 2552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 2972 2552 75 150 0 2819 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 30844

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1666864/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=12028 CPUtime=1600.96
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2617 0 0 0 160092 4 0 0 25 0 1 0 2006452106 12316672 2603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 3007 2603 75 150 0 2854 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 30984

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1666736/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=12160 CPUtime=1660.94
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2647 0 0 0 166090 4 0 0 25 0 1 0 2006452106 12451840 2633 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 3040 2633 75 150 0 2887 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 31116

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1666608/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=12296 CPUtime=1720.9
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2672 0 0 0 172086 4 0 0 25 0 1 0 2006452106 12591104 2658 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 3074 2658 75 150 0 2921 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 31252

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1666352/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=12296 CPUtime=1780.88
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2688 0 0 0 178084 4 0 0 25 0 1 0 2006452106 12591104 2674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 3074 2674 75 150 0 2921 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 31252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 27112
/proc/meminfo: memFree=1666352/2055920 swapFree=4181480/4192956
[pid=27055] ppid=27053 vsize=13600 CPUtime=0.52
/proc/27055/stat : 27055 (sugar) S 27053 27055 25128 0 -1 4194304 1030 9358 0 2 3 0 44 5 16 0 1 0 2006452046 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27055/statm: 3400 797 370 3 0 500 0
[pid=27078] ppid=27055 vsize=5356 CPUtime=0
/proc/27078/stat : 27078 (sh) S 27055 27055 25128 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006452106 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27078/statm: 1339 232 193 169 0 50 0
[pid=27079] ppid=27078 vsize=12436 CPUtime=1799.58
/proc/27079/stat : 27079 (minisat) R 27078 27055 25128 0 -1 4194304 2698 0 0 0 179954 4 0 0 25 0 1 0 2006452106 12734464 2684 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/27079/statm: 3109 2684 75 150 0 2956 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 31392

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

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

Child status: 0
Real time (s): 1801.02
CPU time (s): 1800.15
CPU user time (s): 1800.03
CPU system time (s): 0.121981
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 31392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13809
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= 810
involuntary context switches= 6635

runsolver used 2.6256 second user time and 5.06123 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 18:20:25
IDJOB=1091442
IDBENCH=58557
IDSOLVER=346
FILE ID=node67/1091442-1215274825
PBS_JOBID= 7882158
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-16.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091442-1215274825/watcher-1091442-1215274825 -o /tmp/evaluation-result-1091442-1215274825/solver-1091442-1215274825 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1091442-1215274825.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=1330839868

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624496 kB
Buffers:         63436 kB
Cached:         235828 kB
SwapCached:       5376 kB
Active:         241568 kB
Inactive:       127468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624496 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          83232 kB
Slab:            47396 kB
Committed_AS:  4974088 kB
PageTables:       1948 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= 66432 MiB
End job on node67 at 2008-07-05 18:50:28