Trace number 1128604

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.09 3601.62

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-40/
normalized-kbtree-9-5-3-5-40-41_ext.xml
MD5SUMf081c6714e0b8bdb34f8075a4fcccf23
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark24.4823
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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 06:20:31 2008
0.00/0.04	c 0	PID 7734
0.03/0.05	c 0	HOST node31.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128604-1216786831.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128604-1216786831.xml' 'HOME/temp.csp'
0.03/0.55	c 1	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 1	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.54/0.66	c 1	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 551 expressions
0.54/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.83	c 1	MAX CSP: 255 constraints
0.54/0.83	c 1	Converting to clausal form CSP
0.54/0.85	c 1	converted 81 (10%) expressions
0.54/0.85	c 1	converted 162 (20%) expressions
0.54/0.86	c 1	converted 243 (30%) expressions
0.54/0.87	c 1	converted 324 (40%) expressions
0.54/0.88	c 1	converted 405 (50%) expressions
0.54/0.89	c 1	converted 486 (60%) expressions
0.54/0.90	c 1	converted 567 (70%) expressions
0.54/0.90	c 1	converted 648 (80%) expressions
0.54/0.91	c 1	converted 729 (90%) expressions
0.95/1.06	c 1	converted 809 (100%) expressions
0.95/1.07	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.95/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.07	c 1	Propagation in CSP
0.95/1.10	c 2	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.10	c 2	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.95/1.10	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.10	c 2	Simplifing CSP by introducing new Boolean variables
0.95/1.10	c 2	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.95/1.10	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 2	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.05/1.14	c 2	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.05/1.14	c 2	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.05/1.14	c 2	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.05/1.14	c 2	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
1.05/1.15	c 2	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
1.05/1.15	c 2	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
1.05/1.15	c 2	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
1.05/1.15	c 2	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
1.05/1.16	c 2	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
1.05/1.19	c 2	77 (10%) CSP clauses are encoded (3908 clauses, 51278 bytes)
1.14/1.20	c 2	153 (20%) CSP clauses are encoded (4364 clauses, 59250 bytes)
1.14/1.21	c 2	230 (30%) CSP clauses are encoded (4830 clauses, 67976 bytes)
1.14/1.23	c 2	306 (40%) CSP clauses are encoded (5481 clauses, 77845 bytes)
1.14/1.24	c 2	382 (50%) CSP clauses are encoded (9781 clauses, 143983 bytes)
1.14/1.24	c 2	459 (60%) CSP clauses are encoded (11200 clauses, 168035 bytes)
1.14/1.27	c 2	535 (70%) CSP clauses are encoded (23186 clauses, 384428 bytes)
1.14/1.27	c 2	612 (80%) CSP clauses are encoded (24754 clauses, 411100 bytes)
1.14/1.29	c 2	688 (90%) CSP clauses are encoded (28335 clauses, 474496 bytes)
1.34/1.40	c 2	764 (100%) CSP clauses are encoded (92778 clauses, 1642060 bytes)
1.34/1.40	c 2	764 CSP clauses encoded
1.34/1.40	c 2	Writing map file : HOME/temp.map
1.34/1.41	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.41	c 2	SAT : 3993 SAT variables, 92778 SAT clauses, 1642060 bytes
1.34/1.41	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.42	c 2	OBJECTIVE minimize _COST
1.34/1.42	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.34/1.42	c 2	SEARCHING: _COST <= 128
1.34/1.42	c 2	SOLVING HOME/temp.cnf
1.34/1.42	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.34/1.43	c 2	This is MiniSat 2.0 beta
1.34/1.43	c 2	WARNING: for repeatability, setting FPU to use double precision
1.34/1.43	c 2	============================[ Problem Statistics ]=============================
1.34/1.43	c 2	|                                                                             |
1.34/1.43	c 2	|  Number of variables:  3993                                                 |
1.34/1.43	c 2	|  Number of clauses:    92779                                                |
1.34/1.47	c 2	|  Parsing time:         0.04         s                                       |
1.34/1.49	c 2	============================[ Search Statistics ]==============================
1.34/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/1.49	c 2	===============================================================================
1.34/1.49	c 2	|         0 |    2977    60393   175145 |    20131        0    nan |  0.000 % |
1.36/1.51	c 2	|       101 |    2977    60393   175145 |    22144      101     30 | 25.445 % |
1.36/1.51	c 2	===============================================================================
1.36/1.51	c 2	restarts              : 2
1.36/1.51	c 2	conflicts             : 102            (1275 /sec)
1.36/1.51	c 2	decisions             : 406            (0.99 % random) (5076 /sec)
1.36/1.51	c 2	propagations          : 28293          (353720 /sec)
1.36/1.51	c 2	conflict literals     : 2992           (20.68 % deleted)
1.36/1.51	c 2	Memory used           : 5.73 MB
1.36/1.51	c 2	CPU time              : 0.079987 s
1.36/1.51	c 2	
1.36/1.52	c 2	SATISFIABLE
1.36/1.52	c 2	FOUND: _COST <= 128
1.36/1.52	s SATISFIABLE
1.36/1.52	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.36/1.52	c 2	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.45/1.60	c 2	Decoding HOME/temp.out
1.45/1.66	c 2	OBJECTIVE _COST 128
1.45/1.66	o 128
1.45/1.67	v 4 2 3 4 4 4 4 4 1 4 4 4 4 4 4 2 4 4 3 4 1 4 3 3 0 4 2 4 4 4 4 0 4 4 4 3 4 4 1 4
1.45/1.67	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.45/1.68	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
1.45/1.68	c 2	SEARCHING: _COST <= 64
1.45/1.68	c 2	SOLVING HOME/temp.cnf
1.45/1.68	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.45/1.68	c 2	This is MiniSat 2.0 beta
1.45/1.68	c 2	WARNING: for repeatability, setting FPU to use double precision
1.45/1.68	c 2	============================[ Problem Statistics ]=============================
1.45/1.68	c 2	|                                                                             |
1.45/1.68	c 2	|  Number of variables:  3993                                                 |
1.45/1.68	c 2	|  Number of clauses:    92779                                                |
1.60/1.73	c 2	|  Parsing time:         0.04         s                                       |
1.60/1.75	c 2	============================[ Search Statistics ]==============================
1.60/1.75	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.75	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.75	c 2	===============================================================================
1.60/1.75	c 2	|         0 |    2401    40457   117001 |    13485        0    nan |  0.000 % |
1.60/1.77	c 2	|       102 |    2401    40457   117001 |    14834      102     25 | 39.870 % |
1.60/1.78	c 2	|       252 |    2401    40457   117001 |    16317      252     24 | 39.870 % |
1.60/1.81	c 2	|       481 |    2401    40457   117001 |    17949      481     27 | 39.870 % |
1.60/1.82	c 2	===============================================================================
1.60/1.82	c 2	restarts              : 4
1.60/1.82	c 2	conflicts             : 621            (4705 /sec)
1.60/1.82	c 2	decisions             : 1121           (0.98 % random) (8494 /sec)
1.60/1.82	c 2	propagations          : 156665         (1187045 /sec)
1.60/1.82	c 2	conflict literals     : 16926          (21.41 % deleted)
1.60/1.82	c 2	Memory used           : 5.86 MB
1.60/1.82	c 2	CPU time              : 0.131979 s
1.60/1.82	c 2	
1.60/1.82	c 2	SATISFIABLE
1.60/1.82	c 2	FOUND: _COST <= 64
1.60/1.82	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.60/1.82	c 2	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.74/1.90	c 2	Decoding HOME/temp.out
1.74/1.98	c 2	OBJECTIVE _COST 64
1.74/1.98	o 64
1.74/1.98	v 4 2 4 4 4 4 1 4 4 4 4 4 4 4 2 2 1 0 3 0 2 3 4 3 1 4 4 4 2 4 3 3 0 0 1 4 4 0 2 1
1.74/2.01	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.74/2.04	c 2	OBJECTIVE BOUND: 0 <= _COST <= 64
1.74/2.04	c 2	SEARCHING: _COST <= 32
1.74/2.04	c 2	SOLVING HOME/temp.cnf
1.74/2.04	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.74/2.04	c 2	This is MiniSat 2.0 beta
1.74/2.04	c 2	WARNING: for repeatability, setting FPU to use double precision
1.74/2.04	c 2	============================[ Problem Statistics ]=============================
1.74/2.04	c 2	|                                                                             |
1.74/2.04	c 2	|  Number of variables:  3993                                                 |
1.74/2.04	c 2	|  Number of clauses:    92779                                                |
1.74/2.09	c 3	|  Parsing time:         0.04         s                                       |
1.98/2.11	c 3	============================[ Search Statistics ]==============================
1.98/2.12	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.12	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.12	c 3	===============================================================================
1.98/2.12	c 3	|         0 |    2017    24569    70457 |     8189        0    nan |  0.000 % |
1.98/2.13	c 3	|       101 |    2017    24569    70457 |     9008      101     14 | 49.487 % |
1.98/2.14	c 3	|       253 |    2017    24569    70457 |     9909      253     16 | 49.487 % |
1.98/2.16	c 3	|       483 |    2017    24569    70457 |    10900      483     18 | 49.487 % |
1.98/2.19	c 3	|       820 |    2017    24569    70457 |    11990      820     19 | 49.487 % |
2.08/2.24	c 3	|      1327 |    2017    24569    70457 |    13189     1327     20 | 49.487 % |
2.17/2.32	c 3	|      2086 |    2017    24569    70457 |    14508     2086     20 | 49.487 % |
2.27/2.44	c 3	|      3225 |    2017    24569    70457 |    15959     3225     20 | 49.487 % |
2.47/2.62	c 3	|      4934 |    2017    24569    70457 |    17555     4934     21 | 49.487 % |
2.77/2.92	c 3	|      7498 |    2017    24569    70457 |    19310     7498     19 | 49.487 % |
3.27/3.46	c 4	|     11342 |    2017    24569    70457 |    21241    11342     21 | 49.487 % |
4.16/4.34	c 5	|     17110 |    2017    24569    70457 |    23366    17110     21 | 49.487 % |
5.77/5.92	c 6	|     25761 |    2017    24569    70457 |    25702    25761     21 | 49.487 % |
8.07/8.25	c 9	|     38736 |    2017    24569    70457 |    28272    22342     24 | 49.487 % |
12.26/12.44	c 13	|     58199 |    2017    24569    70457 |    31100    23041     24 | 49.487 % |
19.86/20.07	c 20	|     87391 |    2017    24569    70457 |    34210    30955     24 | 49.487 % |
31.55/31.79	c 32	|    131181 |    2017    24569    70457 |    37631    28215     22 | 49.487 % |
49.70/49.92	c 50	|    196865 |    2017    24569    70457 |    41394    39902     25 | 49.487 % |
76.88/77.16	c 78	|    295391 |    2017    24569    70457 |    45533    17914     23 | 49.487 % |
117.57/117.87	c 118	|    443180 |    2017    24569    70457 |    50087    28792     24 | 49.487 % |
186.44/186.74	c 187	|    664864 |    2017    24569    70457 |    55095    19032     22 | 49.487 % |
296.89/297.21	c 298	|    997391 |    2017    24569    70457 |    60605    53276     20 | 49.487 % |
486.43/486.82	c 487	|   1496179 |    2017    24569    70457 |    66666    23331     25 | 49.487 % |
788.31/788.89	c 789	|   2244363 |    2017    24569    70457 |    73332    67108     25 | 49.487 % |
1297.81/1298.52	c 1299	|   3366638 |    2017    24569    70457 |    80666    39143     24 | 49.487 % |
2081.72/2082.71	c 2083	|   5050049 |    2017    24569    70457 |    88732    33128     27 | 49.487 % |
3277.07/3278.58	c 3279	|   7575165 |    2017    24569    70457 |    97605    57122     27 | 49.487 % |
3600.05/3601.61	sh: line 1:  7782 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3601.61	c ERROR unknown output  in HOME/temp.out
3600.05/3601.61	c 3602	CPU 3599.7 (0.03 0.01 3599.67 0.35)
3600.05/3601.61	c 3602	END Wed Jul 23 07:20:33 2008

Verifier Data (download as text)

OK	61	194
61 unsatisfied constraints, 194 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-1128604-1216786831/watcher-1128604-1216786831 -o /tmp/evaluation-result-1128604-1216786831/solver-1128604-1216786831 -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-1128604-1216786831.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: 3.12 3.27 3.24 4/70 7734
/proc/meminfo: memFree=1560592/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=12268 CPUtime=0
/proc/7734/stat : 7734 (sugar) R 7732 7734 5392 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5772835 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 225612364389 0 0 4224 0 0 0 0 17 1 0 0
/proc/7734/statm: 3067 316 241 3 0 167 0

[startup+0.049886 s]
/proc/loadavg: 3.12 3.27 3.24 4/70 7734
/proc/meminfo: memFree=1560592/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=0.03
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 5772835 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102188 s]
/proc/loadavg: 3.12 3.27 3.24 4/70 7734
/proc/meminfo: memFree=1560592/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=0.03
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5772835 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302207 s]
/proc/loadavg: 3.12 3.27 3.24 4/70 7734
/proc/meminfo: memFree=1560592/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=0.03
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 5772835 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701246 s]
/proc/loadavg: 3.12 3.27 3.24 4/70 7734
/proc/meminfo: memFree=1560592/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=0.54
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 974 4590 0 1 2 1 48 3 16 0 1 0 5772835 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 3.12 3.27 3.24 4/81 7756
/proc/meminfo: memFree=1549880/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.36
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1062 11373 0 2 3 1 123 9 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 13600

[startup+3.10144 s]
/proc/loadavg: 3.12 3.27 3.24 3/73 7782
/proc/meminfo: memFree=1551480/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 15 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=6000 CPUtime=1.04
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 1372 0 0 0 104 0 0 0 25 0 1 0 5773039 6144000 1358 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/7782/statm: 1500 1358 75 150 0 1347 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24956

[startup+6.30172 s]
/proc/loadavg: 3.03 3.25 3.23 3/76 7806
/proc/meminfo: memFree=1564064/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=7800 CPUtime=4.24
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 1804 0 0 0 423 1 0 0 25 0 1 0 5773039 7987200 1790 996147200 134512640 135127466 4294956256 18446744073709551615 134529511 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 1950 1790 75 150 0 1797 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 26756

[startup+12.7013 s]
/proc/loadavg: 2.95 3.23 3.23 3/76 7806
/proc/meminfo: memFree=1562464/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=8868 CPUtime=10.63
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 2068 0 0 0 1062 1 0 0 25 0 1 0 5773039 9080832 2054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 2217 2054 75 150 0 2064 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 27824

[startup+25.5024 s]
/proc/loadavg: 2.74 3.17 3.21 3/76 7806
/proc/meminfo: memFree=1561440/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=9960 CPUtime=23.42
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 2332 0 0 0 2341 1 0 0 25 0 1 0 5773039 10199040 2318 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 2490 2318 75 150 0 2337 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 28916

[startup+51.1026 s]
/proc/loadavg: 2.55 3.09 3.18 3/83 8187
/proc/meminfo: memFree=1541160/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=11816 CPUtime=48.96
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 2788 0 0 0 4891 5 0 0 25 0 1 0 5773039 12099584 2774 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 2954 2774 75 150 0 2801 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 30772

[startup+102.307 s]
/proc/loadavg: 2.24 2.92 3.11 3/84 8259
/proc/meminfo: memFree=1556576/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=12560 CPUtime=100.15
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 2981 0 0 0 10009 6 0 0 25 0 1 0 5773039 12861440 2967 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 3140 2967 75 150 0 2987 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 31516

[startup+162.302 s]
/proc/loadavg: 2.09 2.75 3.04 3/84 8259
/proc/meminfo: memFree=1555040/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=14164 CPUtime=160.12
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 3346 0 0 0 16005 7 0 0 25 0 1 0 5773039 14503936 3332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 3541 3332 75 150 0 3388 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 33120

[startup+222.302 s]
/proc/loadavg: 2.03 2.61 2.97 3/84 8259
/proc/meminfo: memFree=1553632/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=15520 CPUtime=220.1
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 3678 0 0 0 22003 7 0 0 25 0 1 0 5773039 15892480 3664 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 3880 3664 75 150 0 3727 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 34476

[startup+282.302 s]
/proc/loadavg: 2.01 2.50 2.91 3/84 8259
/proc/meminfo: memFree=1553120/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=15956 CPUtime=280.07
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 3797 0 0 0 28000 7 0 0 25 0 1 0 5773039 16338944 3783 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 3989 3783 75 150 0 3836 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 34912


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

/proc/loadavg: 2.00 2.01 2.05 3/84 8265
/proc/meminfo: memFree=1533664/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=34872 CPUtime=3039.02
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8185 0 0 0 303886 16 0 0 25 0 1 0 5773039 35708928 8171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8718 8171 75 150 0 8565 0
Current children cumulated CPU time (s) 3040.95
Current children cumulated vsize (KiB) 53828

[startup+3102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/84 8265
/proc/meminfo: memFree=1533664/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=34872 CPUtime=3098.99
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8185 0 0 0 309883 16 0 0 25 0 1 0 5773039 35708928 8171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8718 8171 75 150 0 8565 0
Current children cumulated CPU time (s) 3100.92
Current children cumulated vsize (KiB) 53828

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 8265
/proc/meminfo: memFree=1533664/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=34872 CPUtime=3158.97
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8188 0 0 0 315881 16 0 0 25 0 1 0 5773039 35708928 8174 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8718 8174 75 150 0 8565 0
Current children cumulated CPU time (s) 3160.9
Current children cumulated vsize (KiB) 53828

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 8265
/proc/meminfo: memFree=1533472/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=35068 CPUtime=3218.96
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8227 0 0 0 321879 17 0 0 25 0 1 0 5773039 35909632 8213 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8767 8213 75 150 0 8614 0
Current children cumulated CPU time (s) 3220.89
Current children cumulated vsize (KiB) 54024

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 8265
/proc/meminfo: memFree=1533472/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=35068 CPUtime=3278.94
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8228 0 0 0 327877 17 0 0 25 0 1 0 5773039 35909632 8214 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8767 8214 75 150 0 8614 0
Current children cumulated CPU time (s) 3280.87
Current children cumulated vsize (KiB) 54024

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 8265
/proc/meminfo: memFree=1533216/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=35592 CPUtime=3338.91
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8285 0 0 0 333874 17 0 0 25 0 1 0 5773039 36446208 8271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8898 8271 75 150 0 8745 0
Current children cumulated CPU time (s) 3340.84
Current children cumulated vsize (KiB) 54548

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 8265
/proc/meminfo: memFree=1532832/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=35932 CPUtime=3398.89
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8382 0 0 0 339872 17 0 0 25 0 1 0 5773039 36794368 8368 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8983 8368 75 150 0 8830 0
Current children cumulated CPU time (s) 3400.82
Current children cumulated vsize (KiB) 54888

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.01 4/84 8265
/proc/meminfo: memFree=1532704/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=35932 CPUtime=3458.87
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8382 0 0 0 345870 17 0 0 25 0 1 0 5773039 36794368 8368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 8983 8368 75 150 0 8830 0
Current children cumulated CPU time (s) 3460.8
Current children cumulated vsize (KiB) 54888

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8265
/proc/meminfo: memFree=1532320/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=36196 CPUtime=3518.85
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8448 0 0 0 351868 17 0 0 25 0 1 0 5773039 37064704 8434 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 9049 8434 75 150 0 8896 0
Current children cumulated CPU time (s) 3520.78
Current children cumulated vsize (KiB) 55152

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8267
/proc/meminfo: memFree=1531296/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=37152 CPUtime=3578.82
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8686 0 0 0 357865 17 0 0 25 0 1 0 5773039 38043648 8672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 9288 8672 75 150 0 9135 0
Current children cumulated CPU time (s) 3580.75
Current children cumulated vsize (KiB) 56108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 8267
/proc/meminfo: memFree=1530912/2055920 swapFree=4192956/4192956
[pid=7734] ppid=7732 vsize=13600 CPUtime=1.93
/proc/7734/stat : 7734 (sugar) S 7732 7734 5392 0 -1 4194304 1302 22197 0 4 3 1 172 17 16 0 1 0 5772835 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7734/statm: 3400 810 374 3 0 500 0
[pid=7781] ppid=7734 vsize=5356 CPUtime=0
/proc/7781/stat : 7781 (sh) S 7734 7734 5392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5773039 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7781/statm: 1339 232 193 169 0 50 0
[pid=7782] ppid=7781 vsize=37580 CPUtime=3598.12
/proc/7782/stat : 7782 (minisat) R 7781 7734 5392 0 -1 4194304 8785 0 0 0 359795 17 0 0 25 0 1 0 5773039 38481920 8771 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7782/statm: 9395 8771 75 150 0 9242 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 56536

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

Child status: 0
Real time (s): 3601.62
CPU time (s): 3600.09
CPU user time (s): 3599.72
CPU system time (s): 0.377942
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 887304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.377942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32640
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2188
involuntary context switches= 14243

runsolver used 3.88441 second user time and 9.32458 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-23 06:20:31
IDJOB=1128604
IDBENCH=65764
IDSOLVER=368
FILE ID=node31/1128604-1216786831
PBS_JOBID= 7974143
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f081c6714e0b8bdb34f8075a4fcccf23
RANDOM SEED=612614887

node31.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.237
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.237
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:       1561072 kB
Buffers:         44032 kB
Cached:         359548 kB
SwapCached:          0 kB
Active:         187300 kB
Inactive:       238068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15952 kB
Writeback:           0 kB
Mapped:          31600 kB
Slab:            54344 kB
Committed_AS:    93544 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node31 at 2008-07-23 07:20:33