Trace number 1128140

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.05 3601.51

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-50/
normalized-kbtree-9-7-3-5-50-39_ext.xml
MD5SUMea43baa21d49c2792a31bc63d0afa126
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints37
Best CPU time to get the best result obtained on this benchmark1.22281
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
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 23 04:24:22 2008
0.00/0.04	c 0	PID 5911
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128140-1216779862.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-1128140-1216779862.xml' 'HOME/temp.csp'
0.03/0.46	c 0	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.44/0.56	c 0	Parsing HOME/temp.csp
0.44/0.66	c 0	parsed 407 expressions
0.44/0.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.67	c 0	MAX CSP: 189 constraints
0.44/0.67	c 0	Converting to clausal form CSP
0.44/0.70	c 0	converted 60 (10%) expressions
0.44/0.70	c 0	converted 120 (20%) expressions
0.44/0.70	c 0	converted 180 (30%) expressions
0.44/0.72	c 0	converted 240 (40%) expressions
0.44/0.73	c 0	converted 300 (50%) expressions
0.44/0.73	c 0	converted 360 (60%) expressions
0.44/0.74	c 0	converted 420 (70%) expressions
0.44/0.74	c 1	converted 480 (80%) expressions
0.44/0.74	c 1	converted 540 (90%) expressions
0.44/0.81	c 1	converted 599 (100%) expressions
0.44/0.81	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.44/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.81	c 1	Propagation in CSP
0.44/0.82	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.83	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.83	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.44/0.83	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/0.89	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.89	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.89	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.89	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.89	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.44/0.89	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.44/0.89	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.44/0.89	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.44/0.92	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.44/0.93	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.44/0.95	c 1	57 (10%) CSP clauses are encoded (2861 clauses, 36799 bytes)
0.44/0.96	c 1	114 (20%) CSP clauses are encoded (3244 clauses, 43412 bytes)
0.44/0.97	c 1	170 (30%) CSP clauses are encoded (3608 clauses, 49623 bytes)
0.44/0.98	c 1	227 (40%) CSP clauses are encoded (4037 clauses, 55956 bytes)
0.44/0.99	c 1	283 (50%) CSP clauses are encoded (6533 clauses, 92799 bytes)
0.44/1.00	c 1	340 (60%) CSP clauses are encoded (7374 clauses, 104674 bytes)
1.20/1.02	c 1	397 (70%) CSP clauses are encoded (14051 clauses, 214297 bytes)
1.20/1.02	c 1	453 (80%) CSP clauses are encoded (14955 clauses, 229407 bytes)
1.20/1.06	c 1	510 (90%) CSP clauses are encoded (34624 clauses, 578019 bytes)
1.20/1.10	c 1	566 (100%) CSP clauses are encoded (53084 clauses, 914279 bytes)
1.20/1.10	c 1	566 CSP clauses encoded
1.20/1.10	c 1	Writing map file : HOME/temp.map
1.30/1.11	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.11	c 1	SAT : 2887 SAT variables, 53084 SAT clauses, 914279 bytes
1.30/1.11	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.12	c 1	OBJECTIVE minimize _COST
1.30/1.12	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.30/1.12	c 1	SEARCHING: _COST <= 95
1.30/1.12	c 1	SOLVING HOME/temp.cnf
1.30/1.12	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.13	c 1	This is MiniSat 2.0 beta
1.30/1.13	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.13	c 1	============================[ Problem Statistics ]=============================
1.30/1.13	c 1	|                                                                             |
1.30/1.13	c 1	|  Number of variables:  2887                                                 |
1.30/1.13	c 1	|  Number of clauses:    53085                                                |
1.30/1.16	c 1	|  Parsing time:         0.02         s                                       |
1.30/1.17	c 1	============================[ Search Statistics ]==============================
1.30/1.17	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.17	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.17	c 1	===============================================================================
1.30/1.17	c 1	|         0 |    2135    34785   100085 |    11595        0    nan |  0.000 % |
1.30/1.18	c 1	|       100 |    2135    34785   100085 |    12754      100     18 | 26.048 % |
1.30/1.19	c 1	===============================================================================
1.30/1.19	c 1	restarts              : 2
1.30/1.19	c 1	conflicts             : 237            (4558 /sec)
1.30/1.19	c 1	decisions             : 671            (0.75 % random) (12906 /sec)
1.30/1.19	c 1	propagations          : 47370          (911102 /sec)
1.30/1.19	c 1	conflict literals     : 4492           (19.58 % deleted)
1.30/1.19	c 1	Memory used           : 3.94 MB
1.30/1.19	c 1	CPU time              : 0.051992 s
1.30/1.19	c 1	
1.30/1.19	c 1	SATISFIABLE
1.30/1.19	c 1	FOUND: _COST <= 95
1.30/1.19	s SATISFIABLE
1.30/1.19	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.30/1.19	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.39/1.27	c 1	Decoding HOME/temp.out
1.39/1.32	c 1	OBJECTIVE _COST 95
1.39/1.32	o 95
1.39/1.32	v 2 3 0 4 4 2 4 0 4 3 4 1 4 4 4 4 3 3 3 4 2 1 4 0 2 2 4 1
1.39/1.32	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/1.35	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.39/1.35	c 1	SEARCHING: _COST <= 47
1.39/1.35	c 1	SOLVING HOME/temp.cnf
1.39/1.35	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.36	c 1	This is MiniSat 2.0 beta
1.39/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.39/1.36	c 1	============================[ Problem Statistics ]=============================
1.39/1.36	c 1	|                                                                             |
1.39/1.36	c 1	|  Number of variables:  2887                                                 |
1.39/1.36	c 1	|  Number of clauses:    53085                                                |
1.39/1.38	c 1	|  Parsing time:         0.02         s                                       |
1.39/1.39	c 1	============================[ Search Statistics ]==============================
1.39/1.39	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.39	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.39	c 1	===============================================================================
1.39/1.39	c 1	|         0 |    1702    23335    66986 |     7778        0    nan |  0.000 % |
1.53/1.40	c 1	|       102 |    1701    23335    66986 |     8556      101     20 | 41.392 % |
1.53/1.42	c 1	|       253 |    1701    23335    66986 |     9411      252     19 | 41.393 % |
1.53/1.43	c 1	|       479 |    1701    23335    66986 |    10352      478     18 | 41.392 % |
1.53/1.46	c 1	|       817 |    1692    23158    66491 |    11388      816     18 | 41.392 % |
1.53/1.50	c 1	|      1323 |    1692    23158    66491 |    12527     1322     19 | 41.392 % |
1.53/1.56	c 1	|      2082 |    1692    23158    66491 |    13779     2081     19 | 41.393 % |
1.53/1.65	c 1	|      3221 |    1692    23158    66491 |    15157     3220     19 | 41.392 % |
1.53/1.82	c 2	|      4929 |    1692    23158    66491 |    16673     4928     19 | 41.392 % |
1.53/2.08	c 2	|      7492 |    1692    23158    66491 |    18340     7491     19 | 41.392 % |
2.65/2.54	c 2	|     11337 |    1692    23158    66491 |    20174    11336     20 | 41.392 % |
3.36/3.28	c 3	|     17103 |    1692    23158    66491 |    22192    17102     20 | 41.392 % |
4.86/4.77	c 5	|     25752 |    1692    23158    66491 |    24411    13493     20 | 41.392 % |
7.65/7.58	c 7	|     38726 |    1692    23158    66491 |    26852    12627     19 | 41.392 % |
11.34/11.26	c 11	|     58187 |    1692    23158    66491 |    29538    16159     21 | 41.392 % |
16.74/16.63	c 16	|     87379 |    1692    23158    66491 |    32492    26274     22 | 41.392 % |
26.44/26.39	c 26	|    131169 |    1692    23158    66491 |    35741    28346     23 | 41.392 % |
43.63/43.52	c 43	|    196853 |    1692    23158    66491 |    39315    21289     25 | 41.392 % |
67.71/67.66	c 67	|    295380 |    1692    23158    66491 |    43246    36271     23 | 41.392 % |
104.40/104.35	c 104	|    443169 |    1692    23158    66491 |    47571    28323     24 | 41.392 % |
167.87/167.84	c 168	|    664854 |    1692    23158    66491 |    52328    40129     28 | 41.392 % |
265.33/265.37	c 265	|    997380 |    1692    23158    66491 |    57561    54243     27 | 41.392 % |
423.66/423.79	c 424	|   1496169 |    1692    23158    66491 |    63317    58743     27 | 41.392 % |
682.64/682.89	c 683	|   2244351 |    1692    23158    66491 |    69649    57815     28 | 41.392 % |
1094.76/1095.20	c 1095	|   3366625 |    1692    23158    66491 |    76614    45856     28 | 41.392 % |
1752.85/1753.58	c 1753	|   5050037 |    1692    23158    66491 |    84275    17683     23 | 41.392 % |
2867.04/2868.24	c 2868	|   7575153 |    1692    23158    66491 |    92703    23538     23 | 41.393 % |
3600.01/3601.51	sh: line 1:  5953 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3601.51	c ERROR unknown output  in HOME/temp.out
3600.01/3601.51	c 3601	CPU 3599.67 (0.03 0.01 3599.64 0.34)
3600.01/3601.51	c 3601	END Wed Jul 23 05:24:23 2008

Verifier Data (download as text)

OK	70	119
70 unsatisfied constraints, 119 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-1128140-1216779862/watcher-1128140-1216779862 -o /tmp/evaluation-result-1128140-1216779862/solver-1128140-1216779862 -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-1128140-1216779862.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: 4.08 4.26 4.02 4/67 5911
/proc/meminfo: memFree=1605816/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=18572 CPUtime=0
/proc/5911/stat : 5911 (runsolver) R 5909 5911 3445 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 5075619 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5911/statm: 4643 292 257 25 0 2626 0

[startup+0.067266 s]
/proc/loadavg: 4.08 4.26 4.02 4/67 5911
/proc/meminfo: memFree=1605816/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=0.03
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5075619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101278 s]
/proc/loadavg: 4.08 4.26 4.02 4/67 5911
/proc/meminfo: memFree=1605816/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=0.03
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5075619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301309 s]
/proc/loadavg: 4.08 4.26 4.02 4/67 5911
/proc/meminfo: memFree=1605816/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=0.03
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5075619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701376 s]
/proc/loadavg: 4.08 4.26 4.02 4/67 5911
/proc/meminfo: memFree=1605816/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=0.44
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 974 4455 0 1 3 0 39 2 16 0 1 0 5075619 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5911/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 4.08 4.26 4.02 2/78 5933
/proc/meminfo: memFree=1587808/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 15 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 13600

[startup+3.10279 s]
/proc/loadavg: 4.08 4.26 4.02 3/73 5953
/proc/meminfo: memFree=1604424/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 15 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=5360 CPUtime=1.72
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 1198 0 0 0 172 0 0 0 25 0 1 0 5075755 5488640 1184 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 1340 1184 75 150 0 1187 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 24316

[startup+6.30134 s]
/proc/loadavg: 3.92 4.22 4.00 3/73 5953
/proc/meminfo: memFree=1601736/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=6452 CPUtime=4.92
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 1481 0 0 0 491 1 0 0 25 0 1 0 5075755 6606848 1467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 1613 1467 75 150 0 1460 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 25408

[startup+12.7014 s]
/proc/loadavg: 3.76 4.18 3.99 3/84 5982
/proc/meminfo: memFree=1614256/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=7288 CPUtime=11.31
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 1682 0 0 0 1130 1 0 0 25 0 1 0 5075755 7462912 1668 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 1822 1668 75 150 0 1669 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 26244

[startup+25.5016 s]
/proc/loadavg: 3.45 4.09 3.97 3/84 5982
/proc/meminfo: memFree=1612848/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=8892 CPUtime=24.1
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 2085 0 0 0 2409 1 0 0 25 0 1 0 5075755 9105408 2071 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 2223 2071 75 150 0 2070 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 27848

[startup+51.102 s]
/proc/loadavg: 2.95 3.92 3.91 3/84 5982
/proc/meminfo: memFree=1611248/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=10640 CPUtime=49.7
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 2485 0 0 0 4968 2 0 0 25 0 1 0 5075755 10895360 2471 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 2660 2471 75 150 0 2507 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 29596

[startup+102.307 s]
/proc/loadavg: 2.47 3.64 3.81 3/84 5982
/proc/meminfo: memFree=1609712/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=11864 CPUtime=100.87
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 2805 0 0 0 10085 2 0 0 25 0 1 0 5075755 12148736 2791 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 2966 2791 75 150 0 2813 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 30820

[startup+162.301 s]
/proc/loadavg: 2.22 3.35 3.70 3/84 5982
/proc/meminfo: memFree=1607664/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=13920 CPUtime=160.84
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 3285 0 0 0 16081 3 0 0 25 0 1 0 5075755 14254080 3271 996147200 134512640 135127466 4294956256 18446744073709551615 134528509 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 3480 3271 75 150 0 3327 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 32876

[startup+222.302 s]
/proc/loadavg: 2.13 3.12 3.60 3/84 5982
/proc/meminfo: memFree=1606576/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=14844 CPUtime=220.81
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 3537 0 0 0 22078 3 0 0 25 0 1 0 5075755 15200256 3523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 3711 3523 75 150 0 3558 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 33800

[startup+282.302 s]
/proc/loadavg: 2.05 2.91 3.50 3/84 5982
/proc/meminfo: memFree=1605552/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=15996 CPUtime=280.79
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 3798 0 0 0 28075 4 0 0 25 0 1 0 5075755 16379904 3784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 3999 3784 75 150 0 3846 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 34952


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

/proc/loadavg: 2.00 2.00 2.04 3/84 5988
/proc/meminfo: memFree=1590448/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=30568 CPUtime=3099.51
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7172 0 0 0 309941 10 0 0 25 0 1 0 5075755 31301632 7158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7642 7158 75 150 0 7489 0
Current children cumulated CPU time (s) 3101.04
Current children cumulated vsize (KiB) 49524

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 5988
/proc/meminfo: memFree=1589424/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=31632 CPUtime=3159.48
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7430 0 0 0 315938 10 0 0 25 0 1 0 5075755 32391168 7416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7908 7416 75 150 0 7755 0
Current children cumulated CPU time (s) 3161.01
Current children cumulated vsize (KiB) 50588

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 5988
/proc/meminfo: memFree=1589296/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=31632 CPUtime=3219.45
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7459 0 0 0 321935 10 0 0 25 0 1 0 5075755 32391168 7445 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7908 7445 75 150 0 7755 0
Current children cumulated CPU time (s) 3220.98
Current children cumulated vsize (KiB) 50588

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 5988
/proc/meminfo: memFree=1589168/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=31796 CPUtime=3279.43
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7483 0 0 0 327932 11 0 0 25 0 1 0 5075755 32559104 7469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7949 7469 75 150 0 7796 0
Current children cumulated CPU time (s) 3280.96
Current children cumulated vsize (KiB) 50752

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5990
/proc/meminfo: memFree=1588848/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=31960 CPUtime=3339.4
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7521 0 0 0 333929 11 0 0 25 0 1 0 5075755 32727040 7507 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7990 7507 75 150 0 7837 0
Current children cumulated CPU time (s) 3340.93
Current children cumulated vsize (KiB) 50916

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5990
/proc/meminfo: memFree=1588848/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=31960 CPUtime=3399.37
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7522 0 0 0 339926 11 0 0 25 0 1 0 5075755 32727040 7508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 7990 7508 75 150 0 7837 0
Current children cumulated CPU time (s) 3400.9
Current children cumulated vsize (KiB) 50916

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5990
/proc/meminfo: memFree=1588592/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=32104 CPUtime=3459.34
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7565 0 0 0 345923 11 0 0 25 0 1 0 5075755 32874496 7551 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 8026 7551 75 150 0 7873 0
Current children cumulated CPU time (s) 3460.87
Current children cumulated vsize (KiB) 51060

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5990
/proc/meminfo: memFree=1588528/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=32244 CPUtime=3519.31
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7590 0 0 0 351920 11 0 0 25 0 1 0 5075755 33017856 7576 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 8061 7576 75 150 0 7908 0
Current children cumulated CPU time (s) 3520.84
Current children cumulated vsize (KiB) 51200

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5990
/proc/meminfo: memFree=1588080/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=32408 CPUtime=3579.28
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7652 0 0 0 357917 11 0 0 25 0 1 0 5075755 33185792 7638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 8102 7638 75 150 0 7949 0
Current children cumulated CPU time (s) 3580.81
Current children cumulated vsize (KiB) 51364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5990
/proc/meminfo: memFree=1588144/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=32408 CPUtime=3598.48
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7652 0 0 0 359837 11 0 0 25 0 1 0 5075755 33185792 7638 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 8102 7638 75 150 0 7949 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 51364

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+3601.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5990
/proc/meminfo: memFree=1588144/2055920 swapFree=4192956/4192956
[pid=5911] ppid=5909 vsize=13600 CPUtime=1.53
/proc/5911/stat : 5911 (sugar) S 5909 5911 3445 0 -1 4194304 1178 16063 0 3 3 1 127 22 16 0 1 0 5075619 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5911/statm: 3400 808 374 3 0 500 0
[pid=5952] ppid=5911 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5911 5911 3445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5075755 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5952/statm: 1339 232 193 169 0 50 0
[pid=5953] ppid=5952 vsize=32408 CPUtime=3598.48
/proc/5953/stat : 5953 (minisat) R 5952 5911 3445 0 -1 4194304 7652 0 0 0 359837 11 0 0 25 0 1 0 5075755 33185792 7638 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/5953/statm: 8102 7638 75 150 0 7949 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 51364

Child status: 0
Real time (s): 3601.51
CPU time (s): 3600.05
CPU user time (s): 3599.69
CPU system time (s): 0.363944
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 888532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25249
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= 865
involuntary context switches= 13277

runsolver used 3.71643 second user time and 9.48356 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-23 04:24:22
IDJOB=1128140
IDBENCH=64799
IDSOLVER=368
FILE ID=node41/1128140-1216779862
PBS_JOBID= 7974110
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-50/normalized-kbtree-9-7-3-5-50-39_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-1128140-1216779862/watcher-1128140-1216779862 -o /tmp/evaluation-result-1128140-1216779862/solver-1128140-1216779862 -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-1128140-1216779862.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ea43baa21d49c2792a31bc63d0afa126
RANDOM SEED=1991490650

node41.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:       1606488 kB
Buffers:         38268 kB
Cached:         317916 kB
SwapCached:          0 kB
Active:         170588 kB
Inactive:       211652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17264 kB
Writeback:           0 kB
Mapped:          35872 kB
Slab:            52820 kB
Committed_AS:    73768 kB
PageTables:       1664 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= 66216 MiB
End job on node41 at 2008-07-23 05:24:23