Trace number 1128148

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.08 3628.01

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-13_ext.xml
MD5SUM542949b88e2726fed3681367f4bc3cb0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints36
Best CPU time to get the best result obtained on this benchmark1.58776
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:25:09 2008
0.00/0.04	c 0	PID 7041
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128148-1216779908.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-1128148-1216779908.xml' 'HOME/temp.csp'
0.03/0.43	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.45/0.56	c 0	Parsing HOME/temp.csp
0.45/0.80	c 0	parsed 407 expressions
0.45/0.81	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.81	c 0	MAX CSP: 189 constraints
0.45/0.81	c 0	Converting to clausal form CSP
0.45/0.83	c 0	converted 60 (10%) expressions
0.45/0.84	c 0	converted 120 (20%) expressions
0.45/0.84	c 0	converted 180 (30%) expressions
0.45/0.85	c 0	converted 240 (40%) expressions
0.45/0.86	c 0	converted 300 (50%) expressions
0.45/0.87	c 0	converted 360 (60%) expressions
0.45/0.88	c 0	converted 420 (70%) expressions
0.45/0.88	c 0	converted 480 (80%) expressions
0.45/0.88	c 0	converted 540 (90%) expressions
0.95/1.03	c 1	converted 599 (100%) expressions
0.95/1.03	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.95/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.03	c 1	Propagation in CSP
0.95/1.05	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.05	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.95/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.06	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.95/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.09	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.95/1.09	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.95/1.09	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.95/1.09	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.95/1.09	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.95/1.10	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
1.05/1.10	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
1.05/1.10	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
1.05/1.11	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
1.05/1.11	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
1.05/1.14	c 1	57 (10%) CSP clauses are encoded (2873 clauses, 36992 bytes)
1.05/1.15	c 1	114 (20%) CSP clauses are encoded (3267 clauses, 43764 bytes)
1.05/1.16	c 1	170 (30%) CSP clauses are encoded (3645 clauses, 50244 bytes)
1.05/1.17	c 1	227 (40%) CSP clauses are encoded (4072 clauses, 56542 bytes)
1.05/1.19	c 1	283 (50%) CSP clauses are encoded (6568 clauses, 93385 bytes)
1.05/1.19	c 1	340 (60%) CSP clauses are encoded (7409 clauses, 105260 bytes)
1.14/1.21	c 1	397 (70%) CSP clauses are encoded (14086 clauses, 214883 bytes)
1.14/1.21	c 1	453 (80%) CSP clauses are encoded (14990 clauses, 229993 bytes)
1.14/1.25	c 1	510 (90%) CSP clauses are encoded (34659 clauses, 578605 bytes)
1.14/1.29	c 1	566 (100%) CSP clauses are encoded (53119 clauses, 914865 bytes)
1.14/1.29	c 1	566 CSP clauses encoded
1.14/1.29	c 1	Writing map file : HOME/temp.map
1.24/1.30	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.30	c 1	SAT : 2887 SAT variables, 53119 SAT clauses, 914865 bytes
1.24/1.30	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.33	c 1	OBJECTIVE minimize _COST
1.24/1.33	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.24/1.33	c 1	SEARCHING: _COST <= 95
1.24/1.33	c 1	SOLVING HOME/temp.cnf
1.24/1.33	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.24/1.33	c 1	This is MiniSat 2.0 beta
1.24/1.33	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.33	c 1	============================[ Problem Statistics ]=============================
1.24/1.33	c 1	|                                                                             |
1.24/1.33	c 1	|  Number of variables:  2887                                                 |
1.24/1.33	c 1	|  Number of clauses:    53120                                                |
1.24/1.36	c 1	|  Parsing time:         0.02         s                                       |
1.24/1.37	c 1	============================[ Search Statistics ]==============================
1.24/1.37	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.37	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.37	c 1	===============================================================================
1.24/1.37	c 1	|         0 |    2135    34820   100229 |    11606        0    nan |  0.000 % |
1.24/1.38	c 1	|       102 |    2134    34820   100229 |    12767      101     30 | 26.360 % |
1.24/1.39	c 1	|       253 |    2134    34820   100229 |    14044      252     30 | 26.360 % |
1.24/1.39	c 1	===============================================================================
1.24/1.39	c 1	restarts              : 3
1.24/1.39	c 1	conflicts             : 263            (4535 /sec)
1.24/1.39	c 1	decisions             : 649            (0.77 % random) (11191 /sec)
1.24/1.39	c 1	propagations          : 52142          (899140 /sec)
1.24/1.39	c 1	conflict literals     : 7563           (18.55 % deleted)
1.24/1.39	c 1	Memory used           : 3.95 MB
1.24/1.39	c 1	CPU time              : 0.057991 s
1.24/1.39	c 1	
1.24/1.40	c 1	SATISFIABLE
1.25/1.40	c 1	FOUND: _COST <= 95
1.25/1.40	s SATISFIABLE
1.25/1.40	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.25/1.40	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.25/1.48	c 1	Decoding HOME/temp.out
1.32/1.53	c 1	OBJECTIVE _COST 95
1.32/1.53	o 95
1.32/1.54	v 4 4 4 4 4 4 4 1 4 4 3 3 1 0 2 2 1 1 3 4 2 4 2 4 4 2 4 3
1.32/1.54	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.56	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.32/1.56	c 1	SEARCHING: _COST <= 47
1.32/1.56	c 1	SOLVING HOME/temp.cnf
1.32/1.56	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.32/1.56	c 1	This is MiniSat 2.0 beta
1.32/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.32/1.56	c 1	============================[ Problem Statistics ]=============================
1.32/1.56	c 1	|                                                                             |
1.32/1.56	c 1	|  Number of variables:  2887                                                 |
1.32/1.56	c 1	|  Number of clauses:    53120                                                |
1.32/1.59	c 1	|  Parsing time:         0.02         s                                       |
1.46/1.60	c 1	============================[ Search Statistics ]==============================
1.46/1.60	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.60	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.60	c 1	===============================================================================
1.46/1.60	c 1	|         0 |    1702    23370    67130 |     7790        0    nan |  0.000 % |
1.46/1.61	c 1	|       102 |    1701    23370    67130 |     8569      101     19 | 41.392 % |
1.46/1.62	c 1	|       253 |    1701    23370    67130 |     9425      252     20 | 41.392 % |
1.46/1.64	c 1	|       478 |    1701    23370    67130 |    10368      477     20 | 41.393 % |
1.46/1.67	c 1	|       815 |    1692    23193    66635 |    11405      814     21 | 41.393 % |
1.46/1.71	c 1	|      1321 |    1692    23193    66635 |    12545     1320     20 | 41.392 % |
1.46/1.77	c 1	|      2082 |    1692    23193    66635 |    13800     2081     20 | 41.392 % |
1.46/1.88	c 1	|      3222 |    1692    23193    66635 |    15180     3221     20 | 41.392 % |
1.46/2.04	c 2	|      4930 |    1692    23193    66635 |    16698     4929     21 | 41.392 % |
2.08/2.29	c 2	|      7492 |    1692    23193    66635 |    18368     7491     21 | 41.392 % |
2.47/2.68	c 2	|     11337 |    1692    23193    66635 |    20205    11336     20 | 41.392 % |
3.36/3.53	c 3	|     17105 |    1692    23193    66635 |    22225    17104     22 | 41.392 % |
4.85/5.01	c 5	|     25754 |    1692    23193    66635 |    24448    13291     22 | 41.392 % |
7.32/7.53	c 7	|     38728 |    1692    23193    66635 |    26893    26265     22 | 41.392 % |
11.58/11.83	c 11	|     58189 |    1692    23193    66635 |    29582    13119     23 | 41.392 % |
17.73/18.05	c 18	|     87383 |    1692    23193    66635 |    32540    24133     19 | 41.392 % |
27.84/28.25	c 28	|    131172 |    1692    23193    66635 |    35794    25447     25 | 41.392 % |
44.67/45.25	c 45	|    196857 |    1692    23193    66635 |    39374    18243     22 | 41.392 % |
71.73/72.58	c 72	|    295384 |    1692    23193    66635 |    43311    34181     24 | 41.392 % |
115.33/116.58	c 116	|    443173 |    1692    23193    66635 |    47642    28560     21 | 41.394 % |
180.63/182.42	c 182	|    664856 |    1692    23193    66635 |    52407    34406     24 | 41.392 % |
298.74/301.64	c 301	|    997382 |    1692    23193    66635 |    57647    52979     23 | 41.392 % |
480.58/485.13	c 485	|   1496170 |    1692    23193    66635 |    63412    15103     24 | 41.392 % |
775.87/783.19	c 783	|   2244353 |    1692    23193    66635 |    69754    59087     25 | 41.392 % |
1255.66/1267.34	c 1267	|   3366628 |    1692    23193    66635 |    76729    56250     24 | 41.392 % |
2054.84/2073.86	c 2073	|   5050039 |    1692    23193    66635 |    84402    35119     26 | 41.392 % |
3355.43/3383.47	c 3383	|   7575155 |    1692    23193    66635 |    92842    37683     26 | 41.392 % |
3600.04/3628.01	sh: line 1:  7077 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.04/3628.01	c ERROR unknown output  in HOME/temp.out
3600.04/3628.01	c 3628	CPU 3599.86 (0.03 0.01 3599.83 0.18)
3600.04/3628.01	c 3628	END Wed Jul 23 05:25:37 2008

Verifier Data (download as text)

OK	82	107
82 unsatisfied constraints, 107 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-1128148-1216779908/watcher-1128148-1216779908 -o /tmp/evaluation-result-1128148-1216779908/solver-1128148-1216779908 -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-1128148-1216779908.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: 2.00 2.01 2.00 4/81 7041
/proc/meminfo: memFree=1454888/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=12268 CPUtime=0
/proc/7041/stat : 7041 (sugar) R 7039 7041 5184 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5081472 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7041/statm: 3067 316 241 3 0 167 0

[startup+0.066046 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 7041
/proc/meminfo: memFree=1454888/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=0.03
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5081472 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102035 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 7041
/proc/meminfo: memFree=1454888/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=0.03
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5081472 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301999 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 7041
/proc/meminfo: memFree=1454888/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=0.03
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5081472 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701923 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 7041
/proc/meminfo: memFree=1454888/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=0.45
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 974 4418 0 1 3 0 39 3 16 0 1 0 5081472 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 7063
/proc/meminfo: memFree=1442768/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.32
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1128 12275 0 2 3 1 121 7 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13600

[startup+3.10149 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1448336/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 15 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=5160 CPUtime=1.51
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 1170 0 0 0 151 0 0 0 25 0 1 0 5081629 5283840 1156 996147200 134512640 135127466 4294956256 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 1290 1156 75 150 0 1137 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24116

[startup+6.30191 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1445968/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=6528 CPUtime=4.67
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 1504 0 0 0 467 0 0 0 25 0 1 0 5081629 6684672 1490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 1632 1490 75 150 0 1479 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25484

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1445072/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=7372 CPUtime=11.02
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 1705 0 0 0 1102 0 0 0 25 0 1 0 5081629 7548928 1691 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 1843 1691 75 150 0 1690 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 26328

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1443664/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=9124 CPUtime=23.7
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 2124 0 0 0 2369 1 0 0 25 0 1 0 5081629 9342976 2110 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 2281 2110 75 150 0 2128 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28080

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1442640/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=10108 CPUtime=49.06
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 2364 0 0 0 4905 1 0 0 25 0 1 0 5081629 10350592 2350 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 2527 2350 75 150 0 2374 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 29064

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 7077
/proc/meminfo: memFree=1440976/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=11616 CPUtime=99.8
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 2714 0 0 0 9978 2 0 0 25 0 1 0 5081629 11894784 2700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 2904 2700 75 150 0 2751 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 30572

[startup+162.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 7077
/proc/meminfo: memFree=1439184/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=13440 CPUtime=159.25
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 3164 0 0 0 15923 2 0 0 25 0 1 0 5081629 13762560 3150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 3360 3150 75 150 0 3207 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 32396

[startup+222.303 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 7077
/proc/meminfo: memFree=1438544/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=14140 CPUtime=218.7
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 3337 0 0 0 21868 2 0 0 25 0 1 0 5081629 14479360 3323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 3535 3323 75 150 0 3382 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 33096

[startup+282.302 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 7077
/proc/meminfo: memFree=1437840/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=14884 CPUtime=278.16
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 3511 0 0 0 27814 2 0 0 25 0 1 0 5081629 15241216 3497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 3721 3497 75 150 0 3568 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 33840


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

[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31732 CPUtime=3013.04
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7475 0 0 0 301298 6 0 0 25 0 1 0 5081629 32493568 7461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7077/statm: 7933 7461 75 150 0 7780 0
Current children cumulated CPU time (s) 3014.5
Current children cumulated vsize (KiB) 50688

[startup+3102.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/67 7107
/proc/meminfo: memFree=1434600/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31732 CPUtime=3072.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7475 0 0 0 307281 6 0 0 25 0 1 0 5081629 32493568 7461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 7933 7461 75 150 0 7780 0
Current children cumulated CPU time (s) 3074.33
Current children cumulated vsize (KiB) 50688

[startup+3162.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/67 7107
/proc/meminfo: memFree=1434600/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31732 CPUtime=3132.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7480 0 0 0 313281 6 0 0 25 0 1 0 5081629 32493568 7466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 7933 7466 75 150 0 7780 0
Current children cumulated CPU time (s) 3134.33
Current children cumulated vsize (KiB) 50688

[startup+3222.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/67 7107
/proc/meminfo: memFree=1434664/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31732 CPUtime=3192.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7480 0 0 0 319281 6 0 0 25 0 1 0 5081629 32493568 7466 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 7933 7466 75 150 0 7780 0
Current children cumulated CPU time (s) 3194.33
Current children cumulated vsize (KiB) 50688

[startup+3282.3 s]
/proc/loadavg: 1.02 1.46 1.78 2/67 7109
/proc/meminfo: memFree=1434664/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31732 CPUtime=3252.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7512 0 0 0 325281 6 0 0 25 0 1 0 5081629 32493568 7498 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 7933 7498 75 150 0 7780 0
Current children cumulated CPU time (s) 3254.33
Current children cumulated vsize (KiB) 50688

[startup+3342.3 s]
/proc/loadavg: 1.08 1.40 1.73 2/67 7109
/proc/meminfo: memFree=1434536/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=31888 CPUtime=3312.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7546 0 0 0 331281 6 0 0 25 0 1 0 5081629 32653312 7532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 7972 7532 75 150 0 7819 0
Current children cumulated CPU time (s) 3314.33
Current children cumulated vsize (KiB) 50844

[startup+3402.31 s]
/proc/loadavg: 1.03 1.33 1.69 2/67 7109
/proc/meminfo: memFree=1434024/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=32496 CPUtime=3372.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7668 0 0 0 337281 6 0 0 25 0 1 0 5081629 33275904 7654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 8124 7654 75 150 0 7971 0
Current children cumulated CPU time (s) 3374.33
Current children cumulated vsize (KiB) 51452

[startup+3462.3 s]
/proc/loadavg: 1.01 1.27 1.64 2/67 7109
/proc/meminfo: memFree=1433768/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=32972 CPUtime=3432.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7733 0 0 0 343281 6 0 0 25 0 1 0 5081629 33763328 7719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 8243 7719 75 150 0 8090 0
Current children cumulated CPU time (s) 3434.33
Current children cumulated vsize (KiB) 51928

[startup+3522.3 s]
/proc/loadavg: 1.07 1.23 1.60 2/67 7109
/proc/meminfo: memFree=1433512/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=33184 CPUtime=3492.87
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 7790 0 0 0 349281 6 0 0 25 0 1 0 5081629 33980416 7776 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 8296 7776 75 150 0 8143 0
Current children cumulated CPU time (s) 3494.33
Current children cumulated vsize (KiB) 52140

[startup+3582.3 s]
/proc/loadavg: 1.09 1.20 1.57 2/67 7109
/proc/meminfo: memFree=1432232/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=34624 CPUtime=3552.88
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 8146 0 0 0 355281 7 0 0 25 0 1 0 5081629 35454976 8132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 8656 8132 75 150 0 8503 0
Current children cumulated CPU time (s) 3554.34
Current children cumulated vsize (KiB) 53580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628 s]
/proc/loadavg: 1.04 1.17 1.54 2/67 7109
/proc/meminfo: memFree=1431272/2055920 swapFree=4192956/4192956
[pid=7041] ppid=7039 vsize=13600 CPUtime=1.46
/proc/7041/stat : 7041 (sugar) S 7039 7041 5184 0 -1 4194304 1181 16021 0 3 3 1 132 10 16 0 1 0 5081472 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7041/statm: 3400 808 374 3 0 500 0
[pid=7076] ppid=7041 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (sh) S 7041 7041 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5081628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7076/statm: 1339 232 193 169 0 50 0
[pid=7077] ppid=7076 vsize=35416 CPUtime=3598.58
/proc/7077/stat : 7077 (minisat) R 7076 7041 5184 0 -1 4194304 8335 0 0 0 359851 7 0 0 25 0 1 0 5081629 36265984 8321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 8854 8321 75 150 0 8701 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 54372

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

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

Child status: 0
Real time (s): 3628.01
CPU time (s): 3600.08
CPU user time (s): 3599.88
CPU system time (s): 0.204968
CPU usage (%): 99.2301
Max. virtual memory (cumulated for all children) (KiB): 887316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.88
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25894
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= 1469
involuntary context switches= 68789

runsolver used 5.77312 second user time and 10.2274 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-23 04:25:09
IDJOB=1128148
IDBENCH=64824
IDSOLVER=368
FILE ID=node16/1128148-1216779908
PBS_JOBID= 7974065
Free space on /tmp= 66544 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-13_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-1128148-1216779908/watcher-1128148-1216779908 -o /tmp/evaluation-result-1128148-1216779908/solver-1128148-1216779908 -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-1128148-1216779908.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 542949b88e2726fed3681367f4bc3cb0
RANDOM SEED=1631691353

node16.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.265
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	: 5931.00
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.265
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:       1455432 kB
Buffers:         46668 kB
Cached:         459592 kB
SwapCached:          0 kB
Active:         324808 kB
Inactive:       207004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          45652 kB
Slab:            53724 kB
Committed_AS:   153036 kB
PageTables:       1984 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= 66544 MiB
End job on node16 at 2008-07-23 05:25:37