Trace number 1039108

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.13 1812.12

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-56021_ext.xml
MD5SUM10387ee419d7585ea928a96a809dd75b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.10477
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
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 Wed Jul  2 04:56:19 2008
0.00/0.04	c 0	PID 16282
0.00/0.05	c 0	HOST node63.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1039108-1214967379.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039108-1214967379.xml' 'HOME/temp.csp'
0.03/0.50	c 0	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.03/0.59	c 0	Parsing HOME/temp.csp
0.48/0.93	c 1	parsed 626 expressions
0.48/0.94	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.94	c 1	Converting to clausal form CSP
0.48/0.96	c 1	converted 63 (10%) expressions
0.48/0.97	c 1	converted 126 (20%) expressions
0.48/0.97	c 1	converted 188 (30%) expressions
0.48/0.97	c 1	converted 251 (40%) expressions
0.48/0.98	c 1	converted 313 (50%) expressions
0.95/1.01	c 1	converted 376 (60%) expressions
0.95/1.03	c 1	converted 439 (70%) expressions
1.05/1.10	c 1	converted 501 (80%) expressions
1.05/1.13	c 1	converted 564 (90%) expressions
1.05/1.14	c 1	converted 626 (100%) expressions
1.05/1.15	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.05/1.15	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	Propagation in CSP
1.05/1.15	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.15	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.05/1.15	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.15	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.05/1.15	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.20	c 1	3 (10%) CSP integer variables are encoded (69 clauses, 668 bytes)
1.13/1.20	c 1	5 (20%) CSP integer variables are encoded (115 clauses, 1123 bytes)
1.13/1.20	c 1	8 (30%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.13/1.21	c 1	10 (40%) CSP integer variables are encoded (230 clauses, 2388 bytes)
1.13/1.21	c 1	13 (50%) CSP integer variables are encoded (299 clauses, 3147 bytes)
1.13/1.21	c 1	15 (60%) CSP integer variables are encoded (345 clauses, 3653 bytes)
1.13/1.21	c 1	18 (70%) CSP integer variables are encoded (414 clauses, 4412 bytes)
1.13/1.21	c 1	20 (80%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.13/1.21	c 1	23 (90%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.13/1.21	c 1	25 (100%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.13/1.26	c 1	30 (10%) CSP clauses are encoded (3587 clauses, 55386 bytes)
1.13/1.28	c 1	60 (20%) CSP clauses are encoded (6633 clauses, 107521 bytes)
1.24/1.30	c 1	90 (30%) CSP clauses are encoded (9643 clauses, 159233 bytes)
1.24/1.32	c 1	120 (40%) CSP clauses are encoded (12628 clauses, 215835 bytes)
1.24/1.34	c 1	150 (50%) CSP clauses are encoded (15649 clauses, 273589 bytes)
1.24/1.35	c 1	180 (60%) CSP clauses are encoded (18698 clauses, 331830 bytes)
1.24/1.37	c 1	210 (70%) CSP clauses are encoded (21729 clauses, 389718 bytes)
1.24/1.39	c 1	240 (80%) CSP clauses are encoded (24735 clauses, 447074 bytes)
1.33/1.41	c 1	270 (90%) CSP clauses are encoded (27744 clauses, 504449 bytes)
1.33/1.42	c 1	300 (100%) CSP clauses are encoded (30774 clauses, 562405 bytes)
1.33/1.42	c 1	300 CSP clauses encoded
1.33/1.42	c 1	Writing map file : HOME/temp.map
1.33/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.43	c 1	SAT : 600 SAT variables, 30774 SAT clauses, 562405 bytes
1.33/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 1	SOLVING HOME/temp.cnf
1.33/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.46	c 1	This is MiniSat 2.0 beta
1.33/1.46	c 1	WARNING: for repeatability, setting FPU to use double precision
1.33/1.46	c 1	============================[ Problem Statistics ]=============================
1.33/1.46	c 1	|                                                                             |
1.33/1.46	c 1	|  Number of variables:  600                                                  |
1.33/1.46	c 1	|  Number of clauses:    30774                                                |
1.33/1.47	c 1	|  Parsing time:         0.01         s                                       |
1.33/1.48	c 1	============================[ Search Statistics ]==============================
1.33/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.48	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.48	c 1	===============================================================================
1.33/1.48	c 1	|         0 |     600    30774   115944 |    10258        0    nan |  0.000 % |
1.33/1.49	c 1	|       101 |     600    30774   115944 |    11283      101     10 |  0.000 % |
1.38/1.52	c 1	|       252 |     600    30774   115944 |    12412      252     10 |  0.012 % |
1.38/1.54	c 1	|       478 |     600    30774   115944 |    13653      478     10 |  0.012 % |
1.38/1.59	c 1	|       816 |     600    30774   115944 |    15018      816     10 |  0.012 % |
1.38/1.66	c 1	|      1322 |     600    30774   115944 |    16520     1322     11 |  0.012 % |
1.38/1.76	c 1	|      2081 |     600    30774   115944 |    18172     2081     10 |  0.012 % |
1.38/1.93	c 2	|      3220 |     600    30774   115944 |    19989     3220     11 |  0.012 % |
2.01/2.20	c 2	|      4928 |     600    30774   115944 |    21988     4928     11 |  0.011 % |
2.50/2.61	c 2	|      7490 |     600    30774   115944 |    24187     7490     11 |  0.011 % |
3.10/3.28	c 3	|     11334 |     600    30774   115944 |    26606    11334     12 |  0.011 % |
4.38/4.52	c 4	|     17101 |     600    30774   115944 |    29267    17101     12 |  0.011 % |
6.54/6.71	c 6	|     25751 |     600    30774   115944 |    32193    25751     13 |  0.012 % |
10.11/10.32	c 10	|     38725 |     600    30774   115944 |    35413    18704     12 |  0.012 % |
15.69/15.92	c 16	|     58186 |     600    30774   115944 |    38954    14426     16 |  0.012 % |
24.15/24.46	c 24	|     87379 |     600    30774   115944 |    42850    17111     16 |  0.012 % |
37.88/38.28	c 38	|    131168 |     600    30774   115944 |    47135    31048     15 |  0.012 % |
61.25/61.74	c 61	|    196852 |     600    30774   115944 |    51848    29233     14 |  0.012 % |
98.08/98.73	c 98	|    295380 |     600    30774   115944 |    57033    51122     16 |  0.003 % |
156.09/157.04	c 157	|    443169 |     600    30774   115944 |    62736    25569     16 |  0.015 % |
247.14/248.60	c 248	|    664852 |     600    30774   115944 |    69010    51670     17 |  0.003 % |
395.70/397.85	c 398	|    997377 |     600    30774   115944 |    75911    55679     16 |  0.015 % |
633.92/637.22	c 637	|   1496165 |     600    30774   115944 |    83502    65872     15 |  0.020 % |
999.04/1004.86	c 1005	|   2244348 |     599    30684   115688 |    91853    50900     19 |  0.167 % |
1604.81/1615.39	c 1615	|   3366622 |     598    30586   115403 |   101038    53982     16 |  0.334 % |
1800.09/1812.11	sh: line 1: 16306 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1812.11	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1812.11	c 1812	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.09/1812.11	c ERROR INTERRUPTED
1800.09/1812.11	s UNKNOWN
1800.09/1812.11	c 1812	CPU 1799.95 (0.03 0 1799.92 0.15)
1800.09/1812.11	c 1812	END Wed Jul  2 05:26:31 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-1039108-1214967379/watcher-1039108-1214967379 -o /tmp/evaluation-result-1039108-1214967379/solver-1039108-1214967379 -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-1039108-1214967379.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.98 1.98 4/81 16282
/proc/meminfo: memFree=403256/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=12268 CPUtime=0
/proc/16282/stat : 16282 (sugar) R 16280 16282 13425 0 -1 4194304 320 0 0 0 0 0 0 0 20 0 1 0 108733191 12562432 288 996147200 4194304 4206940 548682068608 18446744073709551615 244294455782 0 0 4224 0 0 0 0 17 1 0 0
/proc/16282/statm: 3067 288 215 3 0 167 0

[startup+0.0771219 s]
/proc/loadavg: 1.99 1.98 1.98 4/81 16282
/proc/meminfo: memFree=403256/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=0.03
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 108733191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101126 s]
/proc/loadavg: 1.99 1.98 1.98 4/81 16282
/proc/meminfo: memFree=403256/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=0.03
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 108733191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301164 s]
/proc/loadavg: 1.99 1.98 1.98 4/81 16282
/proc/meminfo: memFree=403256/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=0.03
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 108733191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701242 s]
/proc/loadavg: 1.99 1.98 1.98 4/81 16282
/proc/meminfo: memFree=403256/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=0.48
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 973 4754 0 1 3 0 42 3 16 0 1 0 108733191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 2.07 2.00 1.98 4/92 16304
/proc/meminfo: memFree=388512/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10171 s]
/proc/loadavg: 2.07 2.00 1.98 4/84 16306
/proc/meminfo: memFree=397536/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 15 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=4140 CPUtime=1.62
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 824 0 0 0 162 0 0 0 25 0 1 0 108733337 4239360 810 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 1035 810 75 150 0 882 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23096

[startup+6.30129 s]
/proc/loadavg: 1.99 1.98 1.98 2/73 16309
/proc/meminfo: memFree=965248/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=5380 CPUtime=4.8
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 1128 0 0 0 479 1 0 0 25 0 1 0 108733337 5509120 1114 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 1345 1114 75 150 0 1192 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24336

[startup+12.7025 s]
/proc/loadavg: 2.07 2.00 1.98 3/83 16344
/proc/meminfo: memFree=1021936/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=6072 CPUtime=11.13
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 1308 0 0 0 1112 1 0 0 25 0 1 0 108733337 6217728 1294 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 1518 1294 75 150 0 1365 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 25028

[startup+25.502 s]
/proc/loadavg: 2.27 2.05 2.00 3/83 16344
/proc/meminfo: memFree=993968/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=7408 CPUtime=23.86
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 1643 0 0 0 2384 2 0 0 25 0 1 0 108733337 7585792 1629 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 1852 1629 75 150 0 1699 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 26364

[startup+51.1018 s]
/proc/loadavg: 2.30 2.07 2.01 3/83 16344
/proc/meminfo: memFree=991216/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=8552 CPUtime=49.33
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 1917 0 0 0 4931 2 0 0 25 0 1 0 108733337 8757248 1903 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 2138 1903 75 150 0 1985 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 27508

[startup+102.307 s]
/proc/loadavg: 2.21 2.08 2.01 3/83 16346
/proc/meminfo: memFree=988976/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=10564 CPUtime=100.28
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 2417 0 0 0 10026 2 0 0 25 0 1 0 108733337 10817536 2403 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 2641 2403 75 150 0 2488 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 29520

[startup+162.302 s]
/proc/loadavg: 2.07 2.06 2.00 3/83 16346
/proc/meminfo: memFree=988144/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=11368 CPUtime=159.98
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 2606 0 0 0 15996 2 0 0 25 0 1 0 108733337 11640832 2592 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 2842 2592 75 150 0 2689 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 30324

[startup+222.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/83 16346
/proc/meminfo: memFree=986864/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=12712 CPUtime=219.68
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 2938 0 0 0 21966 2 0 0 25 0 1 0 108733337 13017088 2924 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 3178 2924 75 150 0 3025 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 31668

[startup+282.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 16346
/proc/meminfo: memFree=983792/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=14292 CPUtime=279.4
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 3322 0 0 0 27937 3 0 0 25 0 1 0 108733337 14635008 3308 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16306/statm: 3573 3308 75 150 0 3420 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 33248


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

[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=23640 CPUtime=1292.86
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 5548 0 0 0 129281 5 0 0 25 0 1 0 108733337 24207360 5534 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 5910 5534 75 150 0 5757 0
Current children cumulated CPU time (s) 1294.24
Current children cumulated vsize (KiB) 42596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1037488/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=24356 CPUtime=1352.4
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 5724 0 0 0 135234 6 0 0 25 0 1 0 108733337 24940544 5710 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6089 5710 75 150 0 5936 0
Current children cumulated CPU time (s) 1353.78
Current children cumulated vsize (KiB) 43312

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1037168/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=24640 CPUtime=1411.94
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 5786 0 0 0 141188 6 0 0 25 0 1 0 108733337 25231360 5772 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6160 5772 75 150 0 6007 0
Current children cumulated CPU time (s) 1413.32
Current children cumulated vsize (KiB) 43596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1036976/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=24796 CPUtime=1471.47
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 5806 0 0 0 147141 6 0 0 25 0 1 0 108733337 25391104 5792 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6199 5792 75 150 0 6046 0
Current children cumulated CPU time (s) 1472.85
Current children cumulated vsize (KiB) 43752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1036464/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=25380 CPUtime=1531
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 5942 0 0 0 153094 6 0 0 25 0 1 0 108733337 25989120 5928 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6345 5928 75 150 0 6192 0
Current children cumulated CPU time (s) 1532.38
Current children cumulated vsize (KiB) 44336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1036208/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=25524 CPUtime=1590.54
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6005 0 0 0 159048 6 0 0 25 0 1 0 108733337 26136576 5991 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6381 5991 75 150 0 6228 0
Current children cumulated CPU time (s) 1591.92
Current children cumulated vsize (KiB) 44480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1035568/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=26400 CPUtime=1650.06
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6192 0 0 0 165000 6 0 0 25 0 1 0 108733337 27033600 6178 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6600 6178 75 150 0 6447 0
Current children cumulated CPU time (s) 1651.44
Current children cumulated vsize (KiB) 45356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1034992/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=27016 CPUtime=1709.6
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6329 0 0 0 170953 7 0 0 25 0 1 0 108733337 27664384 6315 996147200 134512640 135127466 4294956272 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6754 6315 75 150 0 6601 0
Current children cumulated CPU time (s) 1710.98
Current children cumulated vsize (KiB) 45972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1034416/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=27424 CPUtime=1769.14
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6434 0 0 0 176907 7 0 0 25 0 1 0 108733337 28082176 6420 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6856 6420 75 150 0 6703 0
Current children cumulated CPU time (s) 1770.52
Current children cumulated vsize (KiB) 46380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1034416/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=27556 CPUtime=1798.71
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6461 0 0 0 179864 7 0 0 25 0 1 0 108733337 28217344 6447 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6889 6447 75 150 0 6736 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 46512

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

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

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16380
/proc/meminfo: memFree=1034416/2055920 swapFree=4192812/4192956
[pid=16282] ppid=16280 vsize=13600 CPUtime=1.38
/proc/16282/stat : 16282 (sugar) S 16280 16282 13425 0 -1 4194304 1031 12387 0 2 3 0 128 7 16 0 1 0 108733191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16282/statm: 3400 798 370 3 0 500 0
[pid=16305] ppid=16282 vsize=5356 CPUtime=0
/proc/16305/stat : 16305 (sh) S 16282 16282 13425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 108733337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16305/statm: 1339 232 193 169 0 50 0
[pid=16306] ppid=16305 vsize=27556 CPUtime=1798.71
/proc/16306/stat : 16306 (minisat) R 16305 16282 13425 0 -1 4194304 6461 0 0 0 179864 7 0 0 25 0 1 0 108733337 28217344 6447 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16306/statm: 6889 6447 75 150 0 6736 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 46512

Child status: 0
Real time (s): 1812.12
CPU time (s): 1800.13
CPU user time (s): 1799.96
CPU system time (s): 0.168974
CPU usage (%): 99.3384
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20539
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= 2010
involuntary context switches= 35351

runsolver used 1.45378 second user time and 5.15822 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-02 04:56:19
IDJOB=1039108
IDBENCH=53601
IDSOLVER=346
FILE ID=node63/1039108-1214967379
PBS_JOBID= 7870208
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-56021_ext.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-1039108-1214967379/watcher-1039108-1214967379 -o /tmp/evaluation-result-1039108-1214967379/solver-1039108-1214967379 -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-1039108-1214967379.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10387ee419d7585ea928a96a809dd75b
RANDOM SEED=1898152018

node63.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.256
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.256
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:        403736 kB
Buffers:         63780 kB
Cached:         920860 kB
SwapCached:          0 kB
Active:         934044 kB
Inactive:       637100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        403736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         608144 kB
Slab:            65316 kB
Committed_AS:   987572 kB
PageTables:       2804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node63 at 2008-07-02 05:26:33