Trace number 1127924

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+minisatMSAT (TO) 3600.02 3634.92

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/
normalized-kbtree-5-2-4-5-60-10_ext.xml
MD5SUMd746ae661c91bf3616710c47aa977042
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints43
Best CPU time to get the best result obtained on this benchmark46.123
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
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.05	c 0	BEGIN Wed Jul 23 03:51:14 2008
0.00/0.05	c 0	PID 8301
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127924-1216777874.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-1127924-1216777874.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.66	c 1	Parsing HOME/temp.csp
0.51/0.87	c 1	parsed 485 expressions
0.51/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.91	c 1	MAX CSP: 211 constraints
0.51/0.91	c 1	Converting to clausal form CSP
0.51/0.94	c 1	converted 70 (10%) expressions
0.51/0.94	c 1	converted 140 (20%) expressions
0.51/0.94	c 1	converted 210 (30%) expressions
0.51/0.95	c 1	converted 280 (40%) expressions
0.51/0.96	c 1	converted 350 (50%) expressions
0.51/0.97	c 1	converted 420 (60%) expressions
0.51/0.97	c 1	converted 490 (70%) expressions
0.51/0.98	c 1	converted 560 (80%) expressions
0.51/0.99	c 1	converted 630 (90%) expressions
1.01/1.16	c 1	converted 699 (100%) expressions
1.01/1.16	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
1.01/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.16	c 1	Propagation in CSP
1.01/1.18	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
1.01/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.19	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
1.01/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.23	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
1.10/1.23	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.10/1.23	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.10/1.23	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.10/1.23	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.10/1.23	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
1.10/1.24	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
1.10/1.24	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
1.10/1.24	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
1.10/1.24	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.10/1.28	c 1	64 (10%) CSP clauses are encoded (3340 clauses, 43365 bytes)
1.10/1.29	c 1	127 (20%) CSP clauses are encoded (3784 clauses, 50969 bytes)
1.21/1.30	c 1	190 (30%) CSP clauses are encoded (4223 clauses, 59343 bytes)
1.21/1.32	c 1	253 (40%) CSP clauses are encoded (4760 clauses, 67453 bytes)
1.21/1.33	c 1	316 (50%) CSP clauses are encoded (7745 clauses, 111660 bytes)
1.21/1.33	c 1	380 (60%) CSP clauses are encoded (8789 clauses, 128873 bytes)
1.21/1.35	c 1	443 (70%) CSP clauses are encoded (17068 clauses, 272923 bytes)
1.21/1.35	c 1	506 (80%) CSP clauses are encoded (18197 clauses, 291935 bytes)
1.21/1.37	c 1	569 (90%) CSP clauses are encoded (27644 clauses, 454066 bytes)
1.30/1.44	c 1	632 (100%) CSP clauses are encoded (65326 clauses, 1141251 bytes)
1.30/1.44	c 1	632 CSP clauses encoded
1.30/1.45	c 1	Writing map file : HOME/temp.map
1.30/1.45	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	SAT : 3374 SAT variables, 65326 SAT clauses, 1141251 bytes
1.30/1.45	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.47	c 1	OBJECTIVE minimize _COST
1.30/1.47	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.30/1.47	c 1	SEARCHING: _COST <= 106
1.30/1.47	c 1	SOLVING HOME/temp.cnf
1.30/1.47	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.47	c 1	This is MiniSat 2.0 beta
1.30/1.47	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.47	c 1	============================[ Problem Statistics ]=============================
1.30/1.47	c 1	|                                                                             |
1.30/1.47	c 1	|  Number of variables:  3374                                                 |
1.30/1.47	c 1	|  Number of clauses:    65327                                                |
1.39/1.51	c 1	|  Parsing time:         0.03         s                                       |
1.39/1.52	c 1	============================[ Search Statistics ]==============================
1.39/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.52	c 1	===============================================================================
1.39/1.52	c 1	|         0 |    2534    42772   123199 |    14257        0    nan |  0.000 % |
1.39/1.54	c 1	|       100 |    2534    42772   123199 |    15683      100     21 | 24.896 % |
1.39/1.54	c 1	===============================================================================
1.39/1.54	c 1	restarts              : 2
1.39/1.54	c 1	conflicts             : 107            (1754 /sec)
1.39/1.54	c 1	decisions             : 477            (1.05 % random) (7821 /sec)
1.39/1.54	c 1	propagations          : 41246          (676275 /sec)
1.39/1.54	c 1	conflict literals     : 2142           (24.04 % deleted)
1.39/1.54	c 1	Memory used           : 4.60 MB
1.39/1.54	c 1	CPU time              : 0.06099 s
1.39/1.54	c 1	
1.39/1.54	c 1	SATISFIABLE
1.39/1.54	c 1	FOUND: _COST <= 106
1.39/1.54	s SATISFIABLE
1.39/1.54	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.39/1.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.47/1.62	c 1	Decoding HOME/temp.out
1.47/1.69	c 2	OBJECTIVE _COST 106
1.47/1.69	o 106
1.47/1.69	v 0 4 3 4 3 3 3 1 0 4 3 2 4 4 4 1 4 2 3 1 2 3 3 2 3 1 2 3 1 4 1 3 3 3 3 0 4 1 0 4 4 4 4 3 4 4 3 4 1 4 3 4 4 4 2 0 0 4 1 4 0 4
1.47/1.70	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.47/1.75	c 2	OBJECTIVE BOUND: 0 <= _COST <= 106
1.47/1.75	c 2	SEARCHING: _COST <= 53
1.47/1.75	c 2	SOLVING HOME/temp.cnf
1.47/1.75	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.47/1.75	c 2	This is MiniSat 2.0 beta
1.47/1.75	c 2	WARNING: for repeatability, setting FPU to use double precision
1.47/1.75	c 2	============================[ Problem Statistics ]=============================
1.47/1.75	c 2	|                                                                             |
1.47/1.76	c 2	|  Number of variables:  3374                                                 |
1.47/1.76	c 2	|  Number of clauses:    65327                                                |
1.47/1.79	c 2	|  Parsing time:         0.03         s                                       |
1.65/1.80	c 2	============================[ Search Statistics ]==============================
1.65/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.80	c 2	===============================================================================
1.65/1.80	c 2	|         0 |    2057    28886    82919 |     9628        0    nan |  0.000 % |
1.65/1.82	c 2	|       100 |    2057    28886    82919 |    10591      100     18 | 39.034 % |
1.65/1.83	c 2	|       251 |    2057    28886    82919 |    11650      251     18 | 39.034 % |
1.65/1.85	c 2	|       476 |    2057    28886    82919 |    12815      476     18 | 39.034 % |
1.65/1.87	c 2	|       813 |    2057    28886    82919 |    14097      813     17 | 39.034 % |
1.65/1.92	c 2	|      1319 |    2057    28886    82919 |    15507     1319     17 | 39.034 % |
1.65/1.99	c 2	|      2078 |    2057    28886    82919 |    17057     2078     17 | 39.034 % |
1.98/2.11	c 2	|      3217 |    2057    28886    82919 |    18763     3217     18 | 39.034 % |
2.08/2.29	c 2	|      4928 |    2057    28886    82919 |    20639     4928     19 | 39.034 % |
2.37/2.56	c 2	|      7491 |    2057    28886    82919 |    22703     7491     21 | 39.034 % |
2.87/3.09	c 3	|     11335 |    2057    28886    82919 |    24974    11335     22 | 39.034 % |
3.76/3.97	c 4	|     17102 |    2057    28886    82919 |    27471    17102     23 | 39.034 % |
5.44/5.65	c 6	|     25751 |    2057    28886    82919 |    30218    25751     23 | 39.034 % |
7.92/8.12	c 8	|     38726 |    2057    28886    82919 |    33240    18424     24 | 39.034 % |
13.27/13.59	c 13	|     58187 |    2057    28886    82919 |    36564    15647     27 | 39.034 % |
22.78/23.17	c 23	|     87379 |    2057    28886    82919 |    40221    19260     28 | 39.034 % |
37.34/37.83	c 38	|    131168 |    2057    28886    82919 |    44243    34622     24 | 39.034 % |
63.10/63.87	c 64	|    196852 |    2057    28886    82919 |    48667    35859     35 | 39.034 % |
98.06/99.12	c 99	|    295378 |    2057    28886    82919 |    53534    23974     25 | 39.034 % |
154.42/156.07	c 156	|    443169 |    2057    28886    82919 |    58888    48116     28 | 39.034 % |
261.21/263.90	c 264	|    664853 |    2057    28886    82919 |    64776    44389     36 | 39.034 % |
447.54/451.97	c 452	|    997378 |    2057    28886    82919 |    71254    66716     39 | 39.034 % |
724.45/734.42	c 734	|   1496166 |    2057    28886    82919 |    78379    45564     35 | 39.034 % |
1180.82/1195.19	c 1195	|   2244348 |    2057    28886    82919 |    86217    25439     33 | 39.034 % |
1892.24/1913.30	c 1913	|   3366624 |    2057    28886    82919 |    94839    74734     32 | 39.034 % |
3010.72/3042.43	c 3042	|   5050037 |    2057    28886    82919 |   104323    71485     30 | 39.034 % |
3600.02/3634.91	c ERROR unknown output  in HOME/temp.out
3600.02/3634.91	c 3635	CPU 1.52 (0.04 0.01 1.48 0.12)
3600.02/3634.91	c 3635	END Wed Jul 23 04:51:49 2008

Verifier Data (download as text)

OK	76	135
76 unsatisfied constraints, 135 satisfied constraints

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-1127924-1216777874/watcher-1127924-1216777874 -o /tmp/evaluation-result-1127924-1216777874/solver-1127924-1216777874 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127924-1216777874.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.92 1.98 1.93 4/74 8301
/proc/meminfo: memFree=1273656/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=12268 CPUtime=0
/proc/8301/stat : 8301 (sugar) R 8299 8301 7982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4876052 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772024 0 0 4224 0 0 0 0 17 1 0 0
/proc/8301/statm: 3067 316 241 3 0 167 0

[startup+0.0583591 s]
/proc/loadavg: 1.92 1.98 1.93 4/74 8301
/proc/meminfo: memFree=1273656/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=0.03
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4876052 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102148 s]
/proc/loadavg: 1.92 1.98 1.93 4/74 8301
/proc/meminfo: memFree=1273656/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=0.03
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4876052 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302747 s]
/proc/loadavg: 1.92 1.98 1.93 4/74 8301
/proc/meminfo: memFree=1273656/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=0.03
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4876052 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701815 s]
/proc/loadavg: 1.92 1.98 1.93 4/74 8301
/proc/meminfo: memFree=1273656/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=0.51
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 974 4574 0 1 3 0 45 3 16 0 1 0 4876052 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 1.92 1.98 1.93 4/85 8323
/proc/meminfo: memFree=1264672/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.39
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1060 11261 0 2 3 1 126 9 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10124 s]
/proc/loadavg: 1.92 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1266208/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 15 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=5236 CPUtime=1.32
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 1213 0 0 0 132 0 0 0 25 0 1 0 4876228 5361664 1199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 1309 1199 75 150 0 1156 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24192

[startup+6.30179 s]
/proc/loadavg: 1.93 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1263712/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=7732 CPUtime=4.49
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 1800 0 0 0 448 1 0 0 25 0 1 0 4876228 7917568 1786 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 1933 1786 75 150 0 1780 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 26688

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1262048/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=9052 CPUtime=10.83
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 2153 0 0 0 1082 1 0 0 25 0 1 0 4876228 9269248 2139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 2263 2139 75 150 0 2110 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28008

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1260512/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=10244 CPUtime=23.51
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 2455 0 0 0 2350 1 0 0 25 0 1 0 4876228 10489856 2441 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 2561 2441 75 150 0 2408 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 29200

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1258208/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=12764 CPUtime=48.87
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 3033 0 0 0 4885 2 0 0 25 0 1 0 4876228 13070336 3019 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 3191 3019 75 150 0 3038 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 31720

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1255008/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=15148 CPUtime=99.58
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 3618 0 0 0 9956 2 0 0 25 0 1 0 4876228 15511552 3604 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 3787 3604 75 150 0 3634 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 34104

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.93 3/77 8337
/proc/meminfo: memFree=1251680/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=18076 CPUtime=159.02
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 4321 0 0 0 15899 3 0 0 25 0 1 0 4876228 18509824 4307 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 4519 4307 75 150 0 4366 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 37032

[startup+222.302 s]
/proc/loadavg: 2.04 2.00 1.94 3/77 8337
/proc/meminfo: memFree=1248032/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=20800 CPUtime=218.45
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 4985 0 0 0 21842 3 0 0 25 0 1 0 4876228 21299200 4971 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 5200 4971 75 150 0 5047 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 39756

[startup+282.302 s]
/proc/loadavg: 2.05 2.01 1.94 3/77 8337
/proc/meminfo: memFree=1245984/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=22264 CPUtime=277.89
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 5323 0 0 0 27785 4 0 0 25 0 1 0 4876228 22798336 5309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 5566 5309 75 150 0 5413 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 41220


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

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1205600/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=45676 CPUtime=3127.84
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 10745 0 0 0 312773 11 0 0 25 0 1 0 4876228 46772224 10731 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 11419 10731 75 150 0 11266 0
Current children cumulated CPU time (s) 3129.49
Current children cumulated vsize (KiB) 64632

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1204768/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=46212 CPUtime=3187.27
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 10883 0 0 0 318716 11 0 0 25 0 1 0 4876228 47321088 10869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 11553 10869 75 150 0 11400 0
Current children cumulated CPU time (s) 3188.92
Current children cumulated vsize (KiB) 65168

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1204576/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=46620 CPUtime=3246.7
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 10960 0 0 0 324659 11 0 0 25 0 1 0 4876228 47738880 10946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 11655 10946 75 150 0 11502 0
Current children cumulated CPU time (s) 3248.35
Current children cumulated vsize (KiB) 65576

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8841
/proc/meminfo: memFree=1203936/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=46784 CPUtime=3306.14
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 10995 0 0 0 330603 11 0 0 25 0 1 0 4876228 47906816 10981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8337/statm: 11696 10981 75 150 0 11543 0
Current children cumulated CPU time (s) 3307.79
Current children cumulated vsize (KiB) 65740

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1235088/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=47140 CPUtime=3365.89
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11062 0 0 0 336577 12 0 0 25 0 1 0 4876228 48271360 11048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 11785 11048 75 150 0 11632 0
Current children cumulated CPU time (s) 3367.54
Current children cumulated vsize (KiB) 66096

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1232272/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=48124 CPUtime=3425.85
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11298 0 0 0 342573 12 0 0 25 0 1 0 4876228 49278976 11284 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 12031 11284 75 150 0 11878 0
Current children cumulated CPU time (s) 3427.5
Current children cumulated vsize (KiB) 67080

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1230992/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=48560 CPUtime=3485.82
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11379 0 0 0 348570 12 0 0 25 0 1 0 4876228 49725440 11365 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 12140 11365 75 150 0 11987 0
Current children cumulated CPU time (s) 3487.47
Current children cumulated vsize (KiB) 67516

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1230672/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=48560 CPUtime=3545.79
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11399 0 0 0 354567 12 0 0 25 0 1 0 4876228 49725440 11385 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 12140 11385 75 150 0 11987 0
Current children cumulated CPU time (s) 3547.44
Current children cumulated vsize (KiB) 67516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1229392/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=48784 CPUtime=3598.37
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11425 0 0 0 359825 12 0 0 25 0 1 0 4876228 49954816 11411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 12196 11411 75 150 0 12043 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 67740

Sending SIGTERM to process tree (bottom up)


3634.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1229392/2055920 swapFree=4192956/4192956
[pid=8301] ppid=8299 vsize=13600 CPUtime=1.65
/proc/8301/stat : 8301 (sugar) S 8299 8301 7982 0 -1 4194304 1179 16371 0 3 4 1 148 12 16 0 1 0 4876052 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8301/statm: 3400 808 374 3 0 500 0
[pid=8336] ppid=8301 vsize=5356 CPUtime=0
/proc/8336/stat : 8336 (sh) S 8301 8301 7982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4876228 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8336/statm: 1339 232 193 169 0 50 0
[pid=8337] ppid=8336 vsize=48784 CPUtime=3598.37
/proc/8337/stat : 8337 (minisat) R 8336 8301 7982 0 -1 4194304 11425 0 0 0 359825 12 0 0 25 0 1 0 4876228 49954816 11411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8337/statm: 12196 11411 75 150 0 12043 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 67740

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8301 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=526767
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 1.66875
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.92
CPU time (s): 3600.02
CPU user time (s): 3599.77
CPU system time (s): 0.25
CPU usage (%): 99.04
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52677
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17893
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1363
involuntary context switches= 1222

runsolver used 4.15537 second user time and 12.3901 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-23 03:51:14
IDJOB=1127924
IDBENCH=64364
IDSOLVER=368
FILE ID=node48/1127924-1216777874
PBS_JOBID= 7974184
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/normalized-kbtree-5-2-4-5-60-10_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127924-1216777874/watcher-1127924-1216777874 -o /tmp/evaluation-result-1127924-1216777874/solver-1127924-1216777874 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127924-1216777874.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d746ae661c91bf3616710c47aa977042
RANDOM SEED=801836797

node48.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.259
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.259
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:       1274136 kB
Buffers:         25916 kB
Cached:         667888 kB
SwapCached:          0 kB
Active:         301212 kB
Inactive:       427812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1274136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          46388 kB
Slab:            37916 kB
Committed_AS:   108012 kB
PageTables:       1796 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= 66560 MiB
End job on node48 at 2008-07-23 04:51:49