Trace number 1128555

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+minisat-incMSAT (TO) 3600.1 3601.42

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-60/
normalized-kbtree-9-5-3-5-60-33_ext.xml
MD5SUM90a50d40a68b4b5fcc41a1b577f7b0e3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints75
Best CPU time to get the best result obtained on this benchmark18.8281
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)

Solver Data (download as text)

0.06/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.07	c 0	BEGIN Wed Jul 23 05:58:26 2008
0.06/0.07	c 0	PID 5210
0.06/0.07	c 0	HOST node89.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1128555-1216785506.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128555-1216785506.xml' 'HOME/temp.csp'
0.06/0.31	c 1	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.06/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.42	c 1	Parsing HOME/temp.csp
0.41/0.52	c 1	parsed 551 expressions
0.41/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.53	c 1	MAX CSP: 255 constraints
0.41/0.53	c 1	Converting to clausal form CSP
0.41/0.55	c 1	converted 81 (10%) expressions
0.41/0.55	c 1	converted 162 (20%) expressions
0.41/0.55	c 1	converted 243 (30%) expressions
0.41/0.56	c 1	converted 324 (40%) expressions
0.41/0.57	c 1	converted 405 (50%) expressions
0.41/0.58	c 1	converted 486 (60%) expressions
0.41/0.58	c 1	converted 567 (70%) expressions
0.41/0.59	c 1	converted 648 (80%) expressions
0.41/0.59	c 1	converted 729 (90%) expressions
0.41/0.65	c 1	converted 809 (100%) expressions
0.41/0.65	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.41/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.65	c 1	Propagation in CSP
0.41/0.68	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/0.68	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.41/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.41/0.69	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.41/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.71	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.41/0.72	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.41/0.72	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.41/0.72	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.41/0.72	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.41/0.72	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.41/0.73	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
0.41/0.73	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
0.41/0.73	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
0.41/0.73	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
0.41/0.74	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
0.41/0.76	c 1	77 (10%) CSP clauses are encoded (3979 clauses, 51813 bytes)
0.41/0.77	c 1	153 (20%) CSP clauses are encoded (4514 clauses, 60759 bytes)
0.41/0.78	c 1	230 (30%) CSP clauses are encoded (5062 clauses, 70370 bytes)
0.41/0.78	c 1	306 (40%) CSP clauses are encoded (5730 clauses, 80426 bytes)
0.41/0.79	c 1	382 (50%) CSP clauses are encoded (10030 clauses, 146564 bytes)
0.41/0.80	c 1	459 (60%) CSP clauses are encoded (11449 clauses, 170616 bytes)
0.41/0.82	c 1	535 (70%) CSP clauses are encoded (23435 clauses, 387009 bytes)
0.41/0.83	c 1	612 (80%) CSP clauses are encoded (25003 clauses, 413681 bytes)
0.41/0.83	c 1	688 (90%) CSP clauses are encoded (28584 clauses, 477077 bytes)
0.41/0.93	c 1	764 (100%) CSP clauses are encoded (93027 clauses, 1644641 bytes)
0.41/0.94	c 1	764 CSP clauses encoded
0.41/0.94	c 1	Writing map file : HOME/temp.map
0.41/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.94	c 1	SAT : 3993 SAT variables, 93027 SAT clauses, 1644641 bytes
0.41/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/0.98	c 1	OBJECTIVE minimize _COST
0.41/0.98	c 1	SOLVING HOME/temp.cnf
0.41/0.98	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.41/0.98	c 1	This is MiniSat 2.0 beta incremental
0.41/0.98	c 1	WARNING: for repeatability, setting FPU to use double precision
0.41/0.98	c 1	============================[ Problem Statistics ]=============================
0.41/0.98	c 1	|                                                                             |
0.41/0.98	c 1	|  Number of variables:  3993                                                 |
0.41/0.98	c 1	|  Number of clauses:    93027                                                |
1.20/1.03	c 1	|  Parsing time:         0.04         s                                       |
1.20/1.03	c 1	OK
1.20/1.03	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.20/1.03	c 1	SEARCHING: _COST <= 128
1.20/1.03	c 1	============================[ Search Statistics ]==============================
1.20/1.03	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.03	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.03	c 1	===============================================================================
1.20/1.03	c 1	|         0 |    3993    93027   269919 |    31009        0    nan |  0.000 % |
1.20/1.05	c 1	|       102 |    3993    93027   269919 |    34109      102     24 |  0.006 % |
1.20/1.07	c 1	|       252 |    3993    93027   269919 |    37520      252     22 |  0.006 % |
1.20/1.10	c 1	|       477 |    3993    93027   269919 |    41272      477     27 |  0.006 % |
1.30/1.13	c 2	|       814 |    3993    93027   269919 |    45400      814     30 |  0.006 % |
1.30/1.14	c 2	===============================================================================
1.30/1.15	c 2	restarts              : 5
1.30/1.15	c 2	conflicts             : 905           (5802 /sec)
1.30/1.15	c 2	decisions             : 1897          (0.74 % random) (12162 /sec)
1.30/1.15	c 2	propagations          : 218072         (1398113 /sec)
1.30/1.15	c 2	conflict literals     : 26747          (20.68 % deleted)
1.30/1.15	c 2	Memory used           : 6.14 MB
1.30/1.15	c 2	CPU time              : 0.155976 s
1.30/1.15	c 2	
1.30/1.15	c 2	SATISFIABLE
1.30/1.15	c 2	OK
1.30/1.15	c 2	FOUND: _COST <= 128
1.30/1.15	s SATISFIABLE
1.30/1.15	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.30/1.15	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.34/1.22	c 2	Decoding HOME/temp.out
1.34/1.26	c 2	OBJECTIVE _COST 128
1.34/1.26	o 128
1.34/1.27	v 4 1 4 2 3 4 4 1 2 1 4 1 3 4 4 2 4 0 4 4 3 1 3 2 4 4 4 4 0 4 4 2 2 0 4 0 2 2 4 3
1.34/1.27	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.30	c 2	OK
1.34/1.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 128
1.34/1.30	c 2	SEARCHING: _COST <= 64
1.34/1.30	c 2	============================[ Search Statistics ]==============================
1.34/1.30	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/1.30	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/1.30	c 2	===============================================================================
1.34/1.30	c 2	|       905 |    3993    93027   269919 |    31009      905     30 |  0.006 % |
1.34/1.31	c 2	|      1005 |    3993    93027   269919 |    34109     1005     28 | 25.448 % |
1.34/1.33	c 2	|      1157 |    3993    93027   269919 |    37520     1157     26 | 25.448 % |
1.34/1.37	c 2	|      1382 |    2977    60642   175685 |    41272     1382     25 | 25.448 % |
1.59/1.41	c 2	|      1719 |    2977    60642   175685 |    45400     1719     24 | 25.448 % |
1.59/1.46	c 2	|      2226 |    2977    60642   175685 |    49940     2226     22 | 25.448 % |
1.69/1.53	c 2	|      2986 |    2977    60642   175685 |    54934     2986     21 | 25.448 % |
1.79/1.65	c 2	|      4125 |    2977    60642   175685 |    60427     4125     20 | 25.448 % |
1.99/1.84	c 2	|      5833 |    2977    60642   175685 |    66470     5833     22 | 25.448 % |
2.29/2.17	c 3	|      8395 |    2977    60642   175685 |    73117     8395     22 | 25.448 % |
2.88/2.78	c 3	|     12240 |    2977    60642   175685 |    80429    12240     22 | 25.448 % |
3.98/3.88	c 4	|     18006 |    2977    60642   175685 |    88472    18006     22 | 25.448 % |
5.77/5.62	c 6	|     26655 |    2977    60642   175685 |    97319    26655     22 | 25.448 % |
9.27/9.10	c 9	|     39629 |    2977    60642   175685 |   107051    39629     22 | 25.448 % |
17.56/17.50	c 18	|     59090 |    2977    60642   175685 |   117756    59090     23 | 25.448 % |
34.45/34.33	c 35	|     88282 |    2977    60642   175685 |   129532    88282     23 | 25.448 % |
79.22/79.12	c 79	|    132071 |    2977    60642   175685 |   142485   132071     23 | 25.448 % |
119.80/119.78	c 120	|    197755 |    2977    60642   175685 |   156734    69917     24 | 25.448 % |
206.76/206.71	c 207	|    296281 |    2977    60642   175685 |   172407    25872     26 | 25.448 % |
342.80/342.87	c 343	|    444070 |    2977    60642   175685 |   189648   173661     26 | 25.448 % |
582.50/582.62	c 583	|    665756 |    2977    60642   175685 |   208613    53205     25 | 25.448 % |
909.37/909.64	c 910	|    998281 |    2977    60642   175685 |   229474   195143     28 | 25.448 % |
1439.34/1439.84	c 1440	|   1497070 |    2977    60642   175685 |   252421    49281     27 | 25.448 % |
2332.07/2332.96	c 2333	|   2245255 |    2977    60642   175685 |   277663    91853     29 | 25.448 % |
3600.05/3601.41	c ERROR INTERRUPTED
3600.05/3601.41	c 3602	CPU 3599.76 (0.06 0 3599.7 0.31)
3600.05/3601.41	c 3602	END Wed Jul 23 06:58:28 2008

Verifier Data (download as text)

OK	112	143
112 unsatisfied constraints, 143 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-1128555-1216785506/watcher-1128555-1216785506 -o /tmp/evaluation-result-1128555-1216785506/solver-1128555-1216785506 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1128555-1216785506.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.00 1.00 1.38 3/65 5210
/proc/meminfo: memFree=1748560/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=12268 CPUtime=0
/proc/5210/stat : 5210 (sugar++) R 5208 5210 4156 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 5635645 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/5210/statm: 3067 316 241 3 0 167 0

[startup+0.0692989 s]
/proc/loadavg: 1.00 1.00 1.38 3/65 5210
/proc/meminfo: memFree=1748560/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16740 CPUtime=0.06
/proc/5210/stat : 5210 (sugar++) R 5208 5210 4156 0 -1 4194304 1108 0 0 0 6 0 0 0 18 0 1 0 5635645 17141760 1076 996147200 4194304 4206940 548682068528 18446744073709551615 249087960126 0 0 4224 0 0 0 0 17 0 0 0
/proc/5210/statm: 4185 1076 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101306 s]
/proc/loadavg: 1.00 1.00 1.38 3/65 5210
/proc/meminfo: memFree=1748560/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16740 CPUtime=0.06
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1219 128 0 0 6 0 0 0 17 0 1 0 5635645 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301331 s]
/proc/loadavg: 1.00 1.00 1.38 3/65 5210
/proc/meminfo: memFree=1748560/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16740 CPUtime=0.06
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1219 128 0 0 6 0 0 0 17 0 1 0 5635645 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701374 s]
/proc/loadavg: 1.00 1.00 1.38 3/65 5210
/proc/meminfo: memFree=1748560/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16740 CPUtime=0.41
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1297 4588 0 1 6 0 32 3 16 0 1 0 5635645 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5210/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5233
/proc/meminfo: memFree=1741312/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 15 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=6280 CPUtime=0.35
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 1488 0 0 0 35 0 0 0 18 0 1 0 5635743 6430720 1435 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5233/statm: 1570 1435 80 151 0 1416 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 23152

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5243
/proc/meminfo: memFree=1738176/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=7140 CPUtime=1.94
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 1689 0 0 0 194 0 0 0 25 0 1 0 5635743 7311360 1636 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5233/statm: 1785 1636 80 151 0 1631 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 24012

[startup+6.30293 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5243
/proc/meminfo: memFree=1735872/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=9172 CPUtime=5.13
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 2178 0 0 0 513 0 0 0 25 0 1 0 5635743 9392128 2125 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5233/statm: 2293 2125 80 151 0 2139 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 26044

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.38 2/67 5243
/proc/meminfo: memFree=1733200/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=11528 CPUtime=11.52
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 2789 0 0 0 1151 1 0 0 25 0 1 0 5635743 11804672 2736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 2882 2736 80 151 0 2728 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 28400

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.37 2/67 5243
/proc/meminfo: memFree=1729808/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=14992 CPUtime=24.32
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 3636 0 0 0 2430 2 0 0 25 0 1 0 5635743 15351808 3583 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 3748 3583 80 151 0 3594 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 31864

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.36 2/67 5243
/proc/meminfo: memFree=1725328/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=19604 CPUtime=49.91
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 4760 0 0 0 4988 3 0 0 25 0 1 0 5635743 20074496 4707 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 4901 4707 80 151 0 4747 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (KiB) 36476

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.34 2/67 5243
/proc/meminfo: memFree=1720144/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=24932 CPUtime=101.07
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 6025 0 0 0 10103 4 0 0 25 0 1 0 5635743 25530368 5972 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 6233 5972 80 151 0 6079 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 41804

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.31 2/67 5249
/proc/meminfo: memFree=1718992/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=25836 CPUtime=161.04
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 6235 0 0 0 16099 5 0 0 25 0 1 0 5635743 26456064 6182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 6459 6182 80 151 0 6305 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 42708

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.29 2/67 5249
/proc/meminfo: memFree=1715600/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=29324 CPUtime=221.01
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 7120 0 0 0 22095 6 0 0 25 0 1 0 5635743 30027776 7067 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 7331 7067 80 151 0 7177 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 46196

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.27 2/67 5249
/proc/meminfo: memFree=1714960/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=30148 CPUtime=280.98
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 7282 0 0 0 28092 6 0 0 25 0 1 0 5635743 30871552 7229 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 7537 7229 80 151 0 7383 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 47020

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.25 2/67 5249
/proc/meminfo: memFree=1712464/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=32644 CPUtime=340.96
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 7908 0 0 0 34089 7 0 0 25 0 1 0 5635743 33427456 7855 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 8161 7855 80 151 0 8007 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49516

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.23 2/67 5249
/proc/meminfo: memFree=1709584/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=35448 CPUtime=400.94
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 8623 0 0 0 40086 8 0 0 25 0 1 0 5635743 36298752 8570 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 8862 8570 80 151 0 8708 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 52320


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

[pid=5233] ppid=5210 vsize=58288 CPUtime=2859.92
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14032 0 0 0 285976 16 0 0 25 0 1 0 5635743 59686912 13971 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14572 13971 80 151 0 14418 0
Current children cumulated CPU time (s) 2861.26
Current children cumulated vsize (KiB) 75160

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5251
/proc/meminfo: memFree=1686992/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=58288 CPUtime=2919.9
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14034 0 0 0 291974 16 0 0 25 0 1 0 5635743 59686912 13973 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14572 13973 80 151 0 14418 0
Current children cumulated CPU time (s) 2921.24
Current children cumulated vsize (KiB) 75160

[startup+2982.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 5251
/proc/meminfo: memFree=1686864/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=58452 CPUtime=2979.86
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14072 0 0 0 297970 16 0 0 25 0 1 0 5635743 59854848 14011 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14613 14011 80 151 0 14459 0
Current children cumulated CPU time (s) 2981.2
Current children cumulated vsize (KiB) 75324

[startup+3042.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 5251
/proc/meminfo: memFree=1686352/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=59132 CPUtime=3039.84
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14188 0 0 0 303968 16 0 0 25 0 1 0 5635743 60551168 14127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14783 14127 80 151 0 14629 0
Current children cumulated CPU time (s) 3041.18
Current children cumulated vsize (KiB) 76004

[startup+3102.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/67 5251
/proc/meminfo: memFree=1686032/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=59460 CPUtime=3099.81
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14280 0 0 0 309965 16 0 0 25 0 1 0 5635743 60887040 14219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14865 14219 80 151 0 14711 0
Current children cumulated CPU time (s) 3101.15
Current children cumulated vsize (KiB) 76332

[startup+3162.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/67 5251
/proc/meminfo: memFree=1685968/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=59580 CPUtime=3159.78
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14288 0 0 0 315962 16 0 0 25 0 1 0 5635743 61009920 14227 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 14895 14227 80 151 0 14741 0
Current children cumulated CPU time (s) 3161.12
Current children cumulated vsize (KiB) 76452

[startup+3222.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/67 5251
/proc/meminfo: memFree=1685456/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=60068 CPUtime=3219.76
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14414 0 0 0 321960 16 0 0 25 0 1 0 5635743 61509632 14353 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 15017 14353 80 151 0 14863 0
Current children cumulated CPU time (s) 3221.1
Current children cumulated vsize (KiB) 76940

[startup+3282.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 5251
/proc/meminfo: memFree=1683600/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=61984 CPUtime=3279.74
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 14880 0 0 0 327957 17 0 0 25 0 1 0 5635743 63471616 14819 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 15496 14819 80 151 0 15342 0
Current children cumulated CPU time (s) 3281.08
Current children cumulated vsize (KiB) 78856

[startup+3342.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 5251
/proc/meminfo: memFree=1682192/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=63444 CPUtime=3339.71
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15236 0 0 0 333953 18 0 0 25 0 1 0 5635743 64966656 15175 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 15861 15175 80 151 0 15707 0
Current children cumulated CPU time (s) 3341.05
Current children cumulated vsize (KiB) 80316

[startup+3402.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 5251
/proc/meminfo: memFree=1681872/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=63748 CPUtime=3399.69
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15299 0 0 0 339951 18 0 0 25 0 1 0 5635743 65277952 15238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 15937 15238 80 151 0 15783 0
Current children cumulated CPU time (s) 3401.03
Current children cumulated vsize (KiB) 80620

[startup+3462.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 5251
/proc/meminfo: memFree=1681552/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=63992 CPUtime=3459.66
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15365 0 0 0 345948 18 0 0 25 0 1 0 5635743 65527808 15304 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 15998 15304 80 151 0 15844 0
Current children cumulated CPU time (s) 3461
Current children cumulated vsize (KiB) 80864

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5251
/proc/meminfo: memFree=1681488/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=64112 CPUtime=3519.63
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15373 0 0 0 351945 18 0 0 25 0 1 0 5635743 65650688 15312 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 16028 15312 80 151 0 15874 0
Current children cumulated CPU time (s) 3520.97
Current children cumulated vsize (KiB) 80984

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5251
/proc/meminfo: memFree=1681360/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=64112 CPUtime=3579.61
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15400 0 0 0 357943 18 0 0 25 0 1 0 5635743 65650688 15339 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 16028 15339 80 151 0 15874 0
Current children cumulated CPU time (s) 3580.95
Current children cumulated vsize (KiB) 80984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 5251
/proc/meminfo: memFree=1681360/2055920 swapFree=4192956/4192956
[pid=5210] ppid=5208 vsize=16872 CPUtime=1.34
/proc/5210/stat : 5210 (sugar++) S 5208 5210 4156 0 -1 4194304 1553 15190 0 3 6 0 117 11 16 0 1 0 5635645 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5210/statm: 4218 1120 414 3 0 797 0
[pid=5233] ppid=5210 vsize=64112 CPUtime=3598.71
/proc/5233/stat : 5233 (minisat-inc) R 5210 5210 4156 0 -1 4194304 15402 0 0 0 359853 18 0 0 25 0 1 0 5635743 65650688 15341 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5233/statm: 16028 15341 80 151 0 15874 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 80984

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

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

Child status: 0
Real time (s): 3601.42
CPU time (s): 3600.1
CPU user time (s): 3599.78
CPU system time (s): 0.32495
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 80984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.78
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32225
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= 830
involuntary context switches= 14525

runsolver used 4.26235 second user time and 8.17876 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-23 05:58:26
IDJOB=1128555
IDBENCH=65663
IDSOLVER=367
FILE ID=node89/1128555-1216785506
PBS_JOBID= 7974213
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-60/normalized-kbtree-9-5-3-5-60-33_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128555-1216785506/watcher-1128555-1216785506 -o /tmp/evaluation-result-1128555-1216785506/solver-1128555-1216785506 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1128555-1216785506.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90a50d40a68b4b5fcc41a1b577f7b0e3
RANDOM SEED=998744763

node89.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1749112 kB
Buffers:         39544 kB
Cached:         211104 kB
SwapCached:          0 kB
Active:         195084 kB
Inactive:        68884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          23080 kB
Slab:            28812 kB
Committed_AS:    69680 kB
PageTables:       1436 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 node89 at 2008-07-23 06:58:30