Trace number 1127932

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 3631.22

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/
normalized-kbtree-5-2-4-5-60-36_ext.xml
MD5SUMa9bcdee5d1ea79a05b59c84016edde6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints41
Best CPU time to get the best result obtained on this benchmark6.564
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:53:14 2008
0.00/0.05	c 0	PID 7226
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127932-1216777994.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-1127932-1216777994.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.50/0.54	c 0	Parsing HOME/temp.csp
0.50/0.63	c 0	parsed 485 expressions
0.50/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.64	c 0	MAX CSP: 211 constraints
0.50/0.64	c 0	Converting to clausal form CSP
0.50/0.66	c 0	converted 70 (10%) expressions
0.50/0.66	c 0	converted 140 (20%) expressions
0.50/0.66	c 0	converted 210 (30%) expressions
0.50/0.67	c 0	converted 280 (40%) expressions
0.50/0.68	c 0	converted 350 (50%) expressions
0.50/0.69	c 0	converted 420 (60%) expressions
0.50/0.69	c 0	converted 490 (70%) expressions
0.50/0.69	c 0	converted 560 (80%) expressions
0.50/0.70	c 0	converted 630 (90%) expressions
0.50/0.75	c 0	converted 699 (100%) expressions
0.50/0.75	c 0	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.50/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.50/0.75	c 0	Propagation in CSP
0.50/0.79	c 0	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.50/0.79	c 0	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.50/0.79	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.50/0.79	c 0	Simplifing CSP by introducing new Boolean variables
0.50/0.79	c 0	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.50/0.79	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.50/0.82	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.50/0.82	c 0	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.50/0.82	c 0	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.50/0.83	c 0	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.50/0.83	c 0	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.50/0.83	c 0	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.50/0.83	c 0	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.50/0.83	c 0	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.50/0.83	c 0	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.50/0.83	c 0	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.50/0.84	c 0	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.50/0.86	c 0	64 (10%) CSP clauses are encoded (3351 clauses, 43410 bytes)
0.50/0.87	c 0	127 (20%) CSP clauses are encoded (3790 clauses, 50996 bytes)
0.50/0.87	c 1	190 (30%) CSP clauses are encoded (4226 clauses, 59270 bytes)
0.50/0.88	c 1	253 (40%) CSP clauses are encoded (4771 clauses, 67552 bytes)
0.50/0.89	c 1	316 (50%) CSP clauses are encoded (7756 clauses, 111759 bytes)
0.50/0.89	c 1	380 (60%) CSP clauses are encoded (8800 clauses, 128972 bytes)
0.50/0.91	c 1	443 (70%) CSP clauses are encoded (17079 clauses, 273022 bytes)
0.50/0.92	c 1	506 (80%) CSP clauses are encoded (18208 clauses, 292034 bytes)
0.50/0.93	c 1	569 (90%) CSP clauses are encoded (27655 clauses, 454165 bytes)
1.19/1.00	c 1	632 (100%) CSP clauses are encoded (65337 clauses, 1141350 bytes)
1.19/1.00	c 1	632 CSP clauses encoded
1.19/1.00	c 1	Writing map file : HOME/temp.map
1.19/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.01	c 1	SAT : 3374 SAT variables, 65337 SAT clauses, 1141350 bytes
1.19/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.04	c 1	OBJECTIVE minimize _COST
1.19/1.04	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.19/1.04	c 1	SEARCHING: _COST <= 106
1.19/1.04	c 1	SOLVING HOME/temp.cnf
1.19/1.04	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.19/1.05	c 1	This is MiniSat 2.0 beta
1.19/1.05	c 1	WARNING: for repeatability, setting FPU to use double precision
1.19/1.05	c 1	============================[ Problem Statistics ]=============================
1.19/1.05	c 1	|                                                                             |
1.19/1.05	c 1	|  Number of variables:  3374                                                 |
1.19/1.05	c 1	|  Number of clauses:    65338                                                |
1.19/1.08	c 1	|  Parsing time:         0.03         s                                       |
1.19/1.09	c 1	============================[ Search Statistics ]==============================
1.19/1.09	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.09	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.09	c 1	===============================================================================
1.19/1.09	c 1	|         0 |    2534    42783   123220 |    14261        0    nan |  0.000 % |
1.19/1.10	c 1	===============================================================================
1.19/1.10	c 1	restarts              : 1
1.19/1.10	c 1	conflicts             : 40             (833 /sec)
1.19/1.10	c 1	decisions             : 355            (0.85 % random) (7397 /sec)
1.19/1.10	c 1	propagations          : 19214          (400358 /sec)
1.19/1.10	c 1	conflict literals     : 547            (17.37 % deleted)
1.19/1.10	c 1	Memory used           : 4.60 MB
1.19/1.10	c 1	CPU time              : 0.047992 s
1.19/1.10	c 1	
1.19/1.10	c 1	SATISFIABLE
1.23/1.10	c 1	FOUND: _COST <= 106
1.23/1.10	s SATISFIABLE
1.23/1.10	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.23/1.10	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.23/1.17	c 1	Decoding HOME/temp.out
1.29/1.22	c 1	OBJECTIVE _COST 106
1.29/1.22	o 106
1.29/1.22	v 4 4 3 3 0 4 0 2 3 0 4 4 1 4 4 3 4 4 4 3 0 2 4 3 4 3 4 4 3 4 3 4 3 2 3 4 2 4 4 3 4 4 1 4 2 1 4 1 4 3 4 0 0 0 4 4 2 4 4 4 4 4
1.29/1.22	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.26	c 1	OBJECTIVE BOUND: 0 <= _COST <= 106
1.29/1.26	c 1	SEARCHING: _COST <= 53
1.29/1.26	c 1	SOLVING HOME/temp.cnf
1.29/1.26	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.26	c 1	This is MiniSat 2.0 beta
1.29/1.26	c 1	WARNING: for repeatability, setting FPU to use double precision
1.29/1.26	c 1	============================[ Problem Statistics ]=============================
1.29/1.26	c 1	|                                                                             |
1.29/1.26	c 1	|  Number of variables:  3374                                                 |
1.29/1.26	c 1	|  Number of clauses:    65338                                                |
1.29/1.29	c 1	|  Parsing time:         0.03         s                                       |
1.45/1.31	c 1	============================[ Search Statistics ]==============================
1.45/1.31	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.45/1.31	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.45/1.31	c 1	===============================================================================
1.45/1.31	c 1	|         0 |    2057    28897    82940 |     9632        0    nan |  0.000 % |
1.45/1.32	c 1	|       100 |    2055    28897    82940 |    10595       99     20 | 39.330 % |
1.45/1.33	c 1	|       251 |    2055    28897    82940 |    11655      250     21 | 39.331 % |
1.45/1.35	c 1	|       476 |    2055    28897    82940 |    12820      475     21 | 39.330 % |
1.45/1.38	c 1	|       814 |    2047    28703    82394 |    14102      813     23 | 39.330 % |
1.45/1.43	c 1	|      1321 |    2047    28703    82394 |    15512     1320     24 | 39.330 % |
1.45/1.50	c 1	|      2082 |    2047    28703    82394 |    17064     2081     23 | 39.330 % |
1.45/1.61	c 1	|      3222 |    2047    28703    82394 |    18770     3221     25 | 39.330 % |
1.45/1.78	c 1	|      4931 |    2047    28703    82394 |    20647     4930     26 | 39.330 % |
1.45/2.06	c 2	|      7496 |    2047    28703    82394 |    22712     7495     28 | 39.330 % |
2.66/2.58	c 2	|     11340 |    2047    28703    82394 |    24983    11339     25 | 39.331 % |
3.26/3.36	c 3	|     17107 |    2047    28703    82394 |    27482    17106     24 | 39.330 % |
4.76/4.64	c 4	|     25756 |    2047    28703    82394 |    30230    25755     22 | 39.331 % |
7.06/6.94	c 7	|     38731 |    2047    28703    82394 |    33253    18391     23 | 39.330 % |
12.05/11.97	c 12	|     58192 |    2047    28703    82394 |    36578    15654     26 | 39.330 % |
17.95/17.87	c 17	|     87384 |    2047    28703    82394 |    40236    18886     25 | 39.330 % |
27.45/27.34	c 27	|    131173 |    2047    28703    82394 |    44260    32689     28 | 39.330 % |
48.73/48.70	c 48	|    196859 |    2047    28703    82394 |    48686    32963     29 | 39.330 % |
90.33/90.22	c 90	|    295385 |    2047    28703    82394 |    53554    24726     36 | 39.330 % |
144.40/144.33	c 144	|    443174 |    2047    28703    82394 |    58910    49643     30 | 39.330 % |
240.17/240.17	c 240	|    664858 |    2047    28703    82394 |    64801    38476     38 | 39.330 % |
381.31/381.33	c 381	|    997384 |    2047    28703    82394 |    71281    62836     30 | 39.330 % |
610.05/613.16	c 613	|   1496172 |    2047    28703    82394 |    78409    44093     33 | 39.330 % |
1052.19/1059.46	c 1059	|   2244354 |    2047    28703    82394 |    86250    18172     26 | 39.330 % |
1797.76/1812.09	c 1812	|   3366628 |    2047    28703    82394 |    94875    69780     34 | 39.330 % |
2922.56/2947.44	c 2947	|   5050040 |    2047    28703    82394 |   104363    57465     37 | 39.330 % |
3600.09/3631.22	c ERROR unknown output  in HOME/temp.out
3600.09/3631.22	c 3631	CPU 1.32 (0.04 0.01 1.28 0.12)
3600.09/3631.22	c 3631	END Wed Jul 23 04:53:45 2008

Verifier Data (download as text)

OK	81	130
81 unsatisfied constraints, 130 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-1127932-1216777994/watcher-1127932-1216777994 -o /tmp/evaluation-result-1127932-1216777994/solver-1127932-1216777994 -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-1127932-1216777994.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 7226
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=18572 CPUtime=0
/proc/7226/stat : 7226 (runsolver) R 7224 7226 7012 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4887486 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7226/statm: 4643 292 257 25 0 2626 0

[startup+0.0508619 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 7226
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=0.03
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4887486 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101666 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 7226
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=0.03
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4887486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301571 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 7226
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=0.03
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4887486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701607 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 7226
/proc/meminfo: memFree=1065392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=0.5
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 974 4571 0 1 3 0 44 3 16 0 1 0 4887486 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 1.92 1.98 1.91 2/81 7249
/proc/meminfo: memFree=1436024/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 15 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13600

[startup+3.10181 s]
/proc/loadavg: 1.92 1.98 1.91 2/73 7263
/proc/meminfo: memFree=1443896/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 15 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=5940 CPUtime=1.81
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 1362 0 0 0 174 7 0 0 25 0 1 0 4887612 6082560 1348 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 1485 1348 75 150 0 1332 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 24896

[startup+6.30209 s]
/proc/loadavg: 1.93 1.98 1.91 3/76 7325
/proc/meminfo: memFree=1423520/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=7916 CPUtime=5.01
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 1869 0 0 0 494 7 0 0 25 0 1 0 4887612 8105984 1855 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 1979 1855 75 150 0 1826 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 26872

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1419424/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=8984 CPUtime=11.4
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 2135 0 0 0 1131 9 0 0 25 0 1 0 4887612 9199616 2121 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 2246 2121 75 150 0 2093 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 27940

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1418080/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=10532 CPUtime=24.2
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 2477 0 0 0 2410 10 0 0 25 0 1 0 4887612 10784768 2463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 2633 2463 75 150 0 2480 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 29488

[startup+51.102 s]
/proc/loadavg: 1.96 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1415840/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=12704 CPUtime=49.78
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 3035 0 0 0 4968 10 0 0 25 0 1 0 4887612 13008896 3021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 3176 3021 75 150 0 3023 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 31660

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1412064/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=16204 CPUtime=100.97
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 3903 0 0 0 10085 12 0 0 25 0 1 0 4887612 16592896 3889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 4051 3889 75 150 0 3898 0
Current children cumulated CPU time (s) 102.42
Current children cumulated vsize (KiB) 35160

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1410080/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=18268 CPUtime=160.94
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 4377 0 0 0 16082 12 0 0 25 0 1 0 4887612 18706432 4363 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 4567 4363 75 150 0 4414 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 37224

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1407776/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=20524 CPUtime=220.93
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 4942 0 0 0 22080 13 0 0 25 0 1 0 4887612 21016576 4928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 5131 4928 75 150 0 4978 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 39480

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/84 7363
/proc/meminfo: memFree=1407008/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=21416 CPUtime=280.9
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 5135 0 0 0 28077 13 0 0 25 0 1 0 4887612 21929984 5121 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 5354 5121 75 150 0 5201 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 40372


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

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1385056/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=42480 CPUtime=3134
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10046 0 0 0 313377 23 0 0 25 0 1 0 4887612 43499520 10032 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 10620 10032 75 150 0 10467 0
Current children cumulated CPU time (s) 3135.45
Current children cumulated vsize (KiB) 61436

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1384352/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=43120 CPUtime=3193.44
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10207 0 0 0 319321 23 0 0 25 0 1 0 4887612 44154880 10193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 10780 10193 75 150 0 10627 0
Current children cumulated CPU time (s) 3194.89
Current children cumulated vsize (KiB) 62076

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1383904/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=43436 CPUtime=3252.89
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10302 0 0 0 325265 24 0 0 25 0 1 0 4887612 44478464 10288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 10859 10288 75 150 0 10706 0
Current children cumulated CPU time (s) 3254.34
Current children cumulated vsize (KiB) 62392

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1383712/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=43652 CPUtime=3312.32
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10347 0 0 0 331208 24 0 0 25 0 1 0 4887612 44699648 10333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 10913 10333 75 150 0 10760 0
Current children cumulated CPU time (s) 3313.77
Current children cumulated vsize (KiB) 62608

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1383392/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44080 CPUtime=3371.77
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10441 0 0 0 337153 24 0 0 25 0 1 0 4887612 45137920 10427 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 11020 10427 75 150 0 10867 0
Current children cumulated CPU time (s) 3373.22
Current children cumulated vsize (KiB) 63036

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1383072/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44276 CPUtime=3431.2
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10464 0 0 0 343096 24 0 0 25 0 1 0 4887612 45338624 10450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 11069 10450 75 150 0 10916 0
Current children cumulated CPU time (s) 3432.65
Current children cumulated vsize (KiB) 63232

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1382624/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44688 CPUtime=3490.64
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10593 0 0 0 349040 24 0 0 25 0 1 0 4887612 45760512 10579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 11172 10579 75 150 0 11019 0
Current children cumulated CPU time (s) 3492.09
Current children cumulated vsize (KiB) 63644

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 7867
/proc/meminfo: memFree=1382240/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44852 CPUtime=3550.08
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10627 0 0 0 354984 24 0 0 25 0 1 0 4887612 45928448 10613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 11213 10613 75 150 0 11060 0
Current children cumulated CPU time (s) 3551.53
Current children cumulated vsize (KiB) 63808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.21 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 7919
/proc/meminfo: memFree=1380384/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44852 CPUtime=3598.64
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10631 0 0 0 359838 26 0 0 25 0 1 0 4887612 45928448 10617 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11213 10617 75 150 0 11060 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 63808

Sending SIGTERM to process tree (bottom up)


3631.21 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 7919
/proc/meminfo: memFree=1380384/2055920 swapFree=4192956/4192956
[pid=7226] ppid=7224 vsize=13600 CPUtime=1.45
/proc/7226/stat : 7226 (sugar) S 7224 7226 7012 0 -1 4194304 1179 16424 0 3 4 1 128 12 16 0 1 0 4887486 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7226/statm: 3400 808 374 3 0 500 0
[pid=7262] ppid=7226 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7226 7226 7012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4887612 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=44852 CPUtime=3598.64
/proc/7263/stat : 7263 (minisat) R 7262 7226 7012 0 -1 4194304 10631 0 0 0 359838 26 0 0 25 0 1 0 4887612 45928448 10617 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 11213 10617 75 150 0 11060 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 63808

Child status: 0

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

Real time (s): 3631.22
CPU time (s): 3600.09
CPU user time (s): 3599.7
CPU system time (s): 0.39
CPU usage (%): 99.1427
Max. virtual memory (cumulated for all children) (KiB): 888028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3268
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17946
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= 987
involuntary context switches= 587

runsolver used 5.10622 second user time and 10.9653 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-23 03:53:14
IDJOB=1127932
IDBENCH=64368
IDSOLVER=368
FILE ID=node57/1127932-1216777994
PBS_JOBID= 7974197
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-60/normalized-kbtree-5-2-4-5-60-36_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-1127932-1216777994/watcher-1127932-1216777994 -o /tmp/evaluation-result-1127932-1216777994/solver-1127932-1216777994 -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-1127932-1216777994.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9bcdee5d1ea79a05b59c84016edde6c
RANDOM SEED=1418920605

node57.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.236
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.236
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:       1065872 kB
Buffers:         36476 kB
Cached:         612040 kB
SwapCached:          0 kB
Active:         669060 kB
Inactive:       248400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:         279992 kB
Slab:            57512 kB
Committed_AS:   343400 kB
PageTables:       2348 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node57 at 2008-07-23 04:53:45