Trace number 1110387

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)10 3600.11 3619.09

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-11_ext.xml
MD5SUM9bcf81c8a076467ebf8c6a868379407a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.16	c 0	BEGIN Sat Jul 12 02:18:37 2008
0.03/0.16	c 0	PID 15572
0.03/0.17	c 0	HOST node43.alineos.net
0.03/0.17	c 0	CONVERTING HOME/instance-1110387-1215821917.xml TO HOME/temp.csp
0.03/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110387-1215821917.xml' 'HOME/temp.csp'
0.06/0.67	c 1	1 domains, 88 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.69	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.55/0.77	c 1	Parsing HOME/temp.csp
0.55/0.96	c 1	parsed 110 expressions
0.55/0.97	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.97	c 1	MAX CSP: 19 constraints
0.55/0.98	c 1	Converting to clausal form CSP
0.55/1.00	c 1	converted 14 (10%) expressions
0.55/1.00	c 1	converted 27 (20%) expressions
0.55/1.00	c 1	converted 40 (30%) expressions
0.55/1.00	c 1	converted 53 (40%) expressions
0.83/1.00	c 1	converted 66 (50%) expressions
0.83/1.00	c 1	converted 80 (60%) expressions
0.92/1.15	c 1	converted 93 (70%) expressions
1.61/1.83	c 2	converted 106 (80%) expressions
2.21/2.42	c 2	converted 119 (90%) expressions
2.51/2.70	c 3	converted 132 (100%) expressions
2.51/2.70	c 3	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 29
2.51/2.70	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.70	c 3	Propagation in CSP
2.51/2.71	c 3	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.71	c 3	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 26
2.51/2.71	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.71	c 3	Simplifing CSP by introducing new Boolean variables
2.51/2.71	c 3	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 26
2.51/2.71	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.97	c 3	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.71/2.97	c 3	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.71/2.98	c 3	38 (30%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.71/2.98	c 3	51 (40%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.71/2.98	c 3	63 (50%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.71/2.98	c 3	76 (60%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.71/2.98	c 3	89 (70%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
2.71/2.98	c 3	101 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
2.71/2.98	c 3	114 (90%) CSP integer variables are encoded (2141 clauses, 25770 bytes)
2.71/2.98	c 3	126 (100%) CSP integer variables are encoded (2236 clauses, 27005 bytes)
91.45/92.50	c 92	6 (10%) CSP clauses are encoded (382318 clauses, 23129665 bytes)
174.83/176.77	c 177	12 (20%) CSP clauses are encoded (746542 clauses, 46329191 bytes)
220.98/223.37	c 223	17 (30%) CSP clauses are encoded (983987 clauses, 64975558 bytes)
239.39/241.95	c 242	23 (40%) CSP clauses are encoded (1078981 clauses, 73202805 bytes)
239.39/241.95	c 242	28 (50%) CSP clauses are encoded (1079012 clauses, 73203291 bytes)
239.39/241.95	c 242	34 (60%) CSP clauses are encoded (1079042 clauses, 73203755 bytes)
239.39/241.95	c 242	40 (70%) CSP clauses are encoded (1079134 clauses, 73205279 bytes)
239.39/241.95	c 242	45 (80%) CSP clauses are encoded (1079167 clauses, 73205795 bytes)
239.39/241.96	c 242	51 (90%) CSP clauses are encoded (1079325 clauses, 73208267 bytes)
239.39/241.96	c 242	56 (100%) CSP clauses are encoded (1079655 clauses, 73213847 bytes)
239.39/241.96	c 242	56 CSP clauses encoded
239.39/241.96	c 242	Writing map file : HOME/temp.map
239.39/241.96	c 242	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
239.39/241.96	c 242	SAT : 2362 SAT variables, 1079655 SAT clauses, 73213847 bytes
239.39/241.96	c 242	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
239.45/242.03	c 242	OBJECTIVE minimize _COST
239.45/242.03	c 242	SOLVING HOME/temp.cnf
239.45/242.03	c 242	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
239.45/242.03	c 242	This is MiniSat 2.0 beta incremental
239.45/242.03	c 242	WARNING: for repeatability, setting FPU to use double precision
239.45/242.03	c 242	============================[ Problem Statistics ]=============================
239.45/242.03	c 242	|                                                                             |
239.45/242.04	c 242	|  Number of variables:  2362                                                 |
239.45/242.04	c 242	|  Number of clauses:    1079655                                              |
241.02/243.63	c 244	|  Parsing time:         1.43         s                                       |
241.12/243.72	c 244	OK
241.12/243.72	c 244	OBJECTIVE BOUND: 0 <= _COST <= 
241.12/243.72	c 244	SEARCHING: _COST <= 10
241.12/243.72	c 244	============================[ Search Statistics ]==============================
241.12/243.72	c 244	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
241.12/243.72	c 244	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
241.12/243.72	c 244	===============================================================================
241.12/243.72	c 244	|         0 |    2362  1079655 14273219 |   359885        0    nan |  0.000 % |
241.12/243.79	c 244	|       100 |    2362  1079655 14273219 |   395873      100      8 |  0.001 % |
241.21/243.89	c 244	|       250 |    2362  1079655 14273219 |   435460      250      8 |  0.001 % |
241.32/243.96	c 244	|       475 |    2362  1079655 14273219 |   479006      475      8 |  0.001 % |
241.42/244.05	c 244	|       812 |    2362  1079655 14273219 |   526907      812      8 |  0.001 % |
241.62/244.24	c 244	|      1319 |    2362  1079655 14273219 |   579598     1319      9 |  0.001 % |
241.81/244.44	c 244	|      2079 |    2362  1079655 14273219 |   637558     2079      9 |  0.001 % |
242.01/244.65	c 245	|      3218 |    2362  1079655 14273219 |   701314     3218      9 |  0.001 % |
242.30/244.95	c 245	|      4926 |    2362  1079655 14273219 |   771445     4926     10 |  0.001 % |
242.80/245.45	c 245	|      7489 |    2362  1079655 14273219 |   848590     7489     11 |  0.001 % |
243.70/246.36	c 246	|     11333 |    2362  1079655 14273219 |   933449    11333     11 |  0.001 % |
246.37/249.00	c 249	|     17100 |    2362  1079655 14273219 |  1026793    17100     11 |  0.001 % |
248.85/251.51	c 251	|     25749 |    2362  1079655 14273219 |  1129473    25749     11 |  0.001 % |
254.99/257.72	c 258	|     38723 |    2362  1079655 14273219 |  1242420    38723     12 |  0.001 % |
260.94/263.73	c 264	|     58185 |    2362  1079655 14273219 |  1366662    58185     12 |  0.001 % |
274.12/277.00	c 277	|     87377 |    2362  1079655 14273219 |  1503328    87377     12 |  0.001 % |
291.06/294.19	c 294	|    131167 |    2362  1079655 14273219 |  1653661   131167     13 |  0.001 % |
313.65/316.96	c 317	===============================================================================
313.65/316.96	c 317	restarts              : 17
313.65/316.96	c 317	conflicts             : 177893        (2403 /sec)
313.65/316.96	c 317	decisions             : 238414        (1.40 % random) (3220 /sec)
313.65/316.96	c 317	propagations          : 3428075        (46299 /sec)
313.65/316.96	c 317	conflict literals     : 2271252        (21.61 % deleted)
313.65/316.96	c 317	Memory used           : 119.70 MB
313.65/316.96	c 317	CPU time              : 74.0417 s
313.65/316.96	c 317	
313.65/316.96	c 317	SATISFIABLE
313.65/316.96	c 317	OK
313.65/316.96	c 317	FOUND: _COST <= 10
313.65/316.96	s SATISFIABLE
313.65/316.96	c 317	DECODING HOME/temp.out WITH HOME/temp.map
313.65/316.96	c 317	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
313.73/317.05	c 317	Decoding HOME/temp.out
313.73/317.09	c 317	OBJECTIVE _COST 10
313.73/317.09	o 10
313.73/317.10	v 4 0 0 25 7 25 24 25 25 21 22 24 25 25 25 24 25 14 25 8 20 0 4 8 8 25 0 25 10 25 11 11 20 6 12 12 25 2 25 14 25 11 19 10 11 20 20 25 8 25 7 25 8 20 4 0 19 19 4 13 20 0 19 14 17 18 18 7 7 25 19 25 12 25 13 4 7 18 18 18 25 7 25 0 25 18 18 0
313.73/317.10	c 317	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
313.73/317.15	c 317	OK
313.73/317.15	c 317	OBJECTIVE BOUND: 0 <= _COST <= 10
313.73/317.15	c 317	SEARCHING: _COST <= 5
313.73/317.15	c 317	============================[ Search Statistics ]==============================
313.73/317.15	c 317	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
313.73/317.15	c 317	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
313.73/317.15	c 317	===============================================================================
313.73/317.15	c 317	|    177893 |    2362  1079655 14273219 |   359885   177893     13 |  0.001 % |
313.97/317.36	c 317	|    177993 |    2362  1079655 14273219 |   395873   177993     13 |  1.906 % |
314.11/317.51	c 317	|    178144 |    2362  1079655 14273219 |   435460   178144     13 |  1.906 % |
314.21/317.66	c 318	|    178369 |    2362  1079655 14273219 |   479006   178369     13 |  1.906 % |
314.31/317.78	c 318	|    178706 |    2362  1079655 14273219 |   526907   178706     13 |  1.906 % |
314.91/318.38	c 318	|    179212 |    2362  1079655 14273219 |   579598   179212     13 |  1.906 % |
316.21/319.64	c 320	|    179971 |    2362  1079655 14273219 |   637558   179971     13 |  1.906 % |
318.21/321.68	c 322	|    181110 |    2362  1079655 14273219 |   701314   181110     13 |  1.906 % |
319.80/323.27	c 323	|    182820 |    2362  1079655 14273219 |   771445   182820     13 |  1.906 % |
322.81/326.25	c 326	|    185383 |    2362  1079655 14273219 |   848590   185383     13 |  1.906 % |
326.71/330.17	c 330	|    189227 |    2362  1079655 14273219 |   933449   189227     13 |  1.906 % |
328.81/332.23	c 332	|    194994 |    2362  1079655 14273219 |  1026793   194994     13 |  1.906 % |
337.00/340.41	c 340	|    203643 |    2362  1079655 14273219 |  1129473   203643     13 |  1.906 % |
365.49/368.92	c 369	|    216618 |    2362  1079655 14273219 |  1242420   216618     13 |  1.906 % |
391.09/394.53	c 394	|    236081 |    2362  1079655 14273219 |  1366662   236081     14 |  1.906 % |
432.47/435.98	c 436	|    265274 |    2362  1079655 14273219 |  1503328   265274     14 |  1.906 % |
504.04/507.81	c 508	|    309063 |    2362  1079655 14273219 |  1653661   309063     15 |  1.906 % |
661.77/666.37	c 666	|    374747 |    2362  1079655 14273219 |  1819028   374747     16 |  1.906 % |
824.96/830.31	c 830	|    473273 |    2317  1079387 14272541 |  2000930   473273     17 |  1.906 % |
1331.08/1338.97	c 1339	|    621062 |    2317  1079387 14272541 |  2201023   621062     18 |  1.906 % |
2435.34/2448.66	c 2449	|    842746 |    2317  1079387 14272541 |  2421126   842746     21 |  1.906 % |
3600.00/3619.01	c ERROR INTERRUPTED
3600.00/3619.08	c 3619	CPU 3598.51 (0.05 0.02 3598.46 1.52)
3600.00/3619.08	c 3619	END Sat Jul 12 03:18:56 2008

Verifier Data (download as text)

OK	10	9
10 unsatisfied constraints, 9 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-1110387-1215821917/watcher-1110387-1215821917 -o /tmp/evaluation-result-1110387-1215821917/solver-1110387-1215821917 -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-1110387-1215821917.xml 

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


[startup+0 s]
/proc/loadavg: 2.43 2.48 2.45 4/80 15572
/proc/meminfo: memFree=1839576/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=12268 CPUtime=0
/proc/15572/stat : 15572 (sugar++) R 15570 15572 14839 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38891120 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/15572/statm: 3067 316 241 3 0 167 0

[startup+0.0437681 s]
/proc/loadavg: 2.43 2.48 2.45 4/80 15572
/proc/meminfo: memFree=1839576/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=13336 CPUtime=0.02
/proc/15572/stat : 15572 (sugar++) D 15570 15572 14839 0 -1 4194304 723 0 0 0 2 0 0 0 19 0 1 0 38891120 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15572/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101736 s]
/proc/loadavg: 2.43 2.48 2.45 4/80 15572
/proc/meminfo: memFree=1839576/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=13468 CPUtime=0.03
/proc/15572/stat : 15572 (sugar++) D 15570 15572 14839 0 -1 4194304 770 0 0 0 2 1 0 0 18 0 1 0 38891120 13791232 738 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15572/statm: 3367 738 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301759 s]
/proc/loadavg: 2.43 2.48 2.45 4/80 15572
/proc/meminfo: memFree=1839576/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.06
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70179 s]
/proc/loadavg: 2.43 2.48 2.45 4/80 15572
/proc/meminfo: memFree=1839576/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1279 6515 0 1 5 1 45 4 16 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16740

[startup+1.50187 s]
/proc/loadavg: 2.43 2.48 2.45 5/91 15594
/proc/meminfo: memFree=1827904/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1296 6515 0 1 5 1 45 4 15 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38891190 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864140 CPUtime=0.78
/proc/15586/stat : 15586 (java) S 15585 15572 14839 0 -1 0 8977 0 1 0 74 4 0 0 20 0 9 0 38891190 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216035 8178 2540 9 0 210610 0
[pid=15586/tid=15587] ppid=15585 vsize=864140 CPUtime=0.37
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 14839 0 -1 64 2747 0 1 0 36 1 0 0 25 0 9 0 38891191 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 101444662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864140 CPUtime=0.33
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 14839 0 -1 64 5210 0 0 0 32 1 0 0 17 0 9 0 38891192 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864140 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38891193 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864140 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 14839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38891193 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=864140 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 14839 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 38891194 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=864140 CPUtime=0.05
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 14839 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 38891194 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15593] ppid=15585 vsize=864140 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 14839 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38891194 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=864140 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38891194 884879360 8178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 886236

[startup+3.10301 s]
/proc/loadavg: 2.43 2.48 2.45 5/91 15594
/proc/meminfo: memFree=1793856/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1297 6515 0 1 5 1 45 4 15 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38891190 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864268 CPUtime=2.35
/proc/15586/stat : 15586 (java) S 15585 15572 14839 0 -1 0 19047 0 1 0 226 9 0 0 20 0 9 0 38891190 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216067 18126 2564 9 0 210614 0
[pid=15586/tid=15587] ppid=15585 vsize=864268 CPUtime=0.87
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 14839 0 -1 64 3386 0 1 0 86 1 0 0 24 0 9 0 38891191 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4126547425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864268 CPUtime=1.37
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 14839 0 -1 64 14618 0 0 0 131 6 0 0 16 0 9 0 38891192 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 14839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 14839 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=864268 CPUtime=0.08
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 14839 0 -1 64 350 0 0 0 8 0 0 0 16 0 9 0 38891194 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15593] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 14839 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38891194 885010432 18126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 886364

[startup+6.30229 s]
/proc/loadavg: 2.40 2.47 2.45 3/91 15594
/proc/meminfo: memFree=1771200/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1297 6515 0 1 5 1 45 4 15 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38891190 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864268 CPUtime=5.52
/proc/15586/stat : 15586 (java) S 15585 15572 14839 0 -1 0 19534 0 1 0 543 9 0 0 20 0 9 0 38891190 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216067 18604 2564 9 0 210614 0
[pid=15586/tid=15587] ppid=15585 vsize=864268 CPUtime=4.01
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 14839 0 -1 64 3395 0 1 0 400 1 0 0 25 0 9 0 38891191 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4126588773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864268 CPUtime=1.39
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 14839 0 -1 64 15095 0 0 0 133 6 0 0 16 0 9 0 38891192 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 14839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 14839 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=864268 CPUtime=0.08
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 14839 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 38891194 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15593] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 14839 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38891194 885010432 18604 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 886364

[startup+12.7029 s]
/proc/loadavg: 2.44 2.48 2.45 4/91 15594
/proc/meminfo: memFree=1766784/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1297 6515 0 1 5 1 45 4 15 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38891190 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864268 CPUtime=11.87
/proc/15586/stat : 15586 (java) S 15585 15572 14839 0 -1 0 20939 0 1 0 1177 10 0 0 20 0 9 0 38891190 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216067 19985 2564 9 0 210614 0
[pid=15586/tid=15587] ppid=15585 vsize=864268 CPUtime=10.27
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 14839 0 -1 64 3419 0 1 0 1026 1 0 0 25 0 9 0 38891191 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4126588770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864268 CPUtime=1.48
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 14839 0 -1 64 16476 0 0 0 141 7 0 0 16 0 9 0 38891192 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 14839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15591] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15585 15572 14839 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15592] ppid=15585 vsize=864268 CPUtime=0.08
/proc/15586/task/15592/stat : 15592 (java) S 15585 15572 14839 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 38891194 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15593] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15585 15572 14839 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38891194 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15586/tid=15594] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15585 15572 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38891194 885010432 19985 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 886364

[startup+25.503 s]
/proc/loadavg: 2.43 2.47 2.45 4/91 15594
/proc/meminfo: memFree=1755712/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=0.55
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1297 6515 0 1 5 1 45 4 15 0 1 0 38891120 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15572/statm: 4185 1104 409 3 0 764 0
[pid=15585] ppid=15572 vsize=5356 CPUtime=0
/proc/15585/stat : 15585 (sh) S 15572 15572 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38891190 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15585/statm: 1339 233 193 169 0 50 0
[pid=15586] ppid=15585 vsize=864268 CPUtime=24.54
/proc/15586/stat : 15586 (java) S 15585 15572 14839 0 -1 0 22570 0 1 0 2442 12 0 0 20 0 9 0 38891190 885010432 21565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15586/statm: 216067 21565 2564 9 0 210614 0
[pid=15586/tid=15587] ppid=15585 vsize=864268 CPUtime=22.83
/proc/15586/task/15587/stat : 15587 (java) R 15585 15572 14839 0 -1 64 3470 0 1 0 2280 3 0 0 25 0 9 0 38891191 885010432 21565 996147200 134512640 134550740 4294955920 18446744073709551615 4126546850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15588] ppid=15585 vsize=864268 CPUtime=1.59
/proc/15586/task/15588/stat : 15588 (java) S 15585 15572 14839 0 -1 64 18053 0 0 0 152 7 0 0 16 0 9 0 38891192 885010432 21565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15589] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15585 15572 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 21565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15586/tid=15590] ppid=15585 vsize=864268 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15585 15572 14839 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38891193 885010432 21565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15595] ppid=15572 vsize=218784 CPUtime=2607.36
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 53419 0 0 0 260672 64 0 0 25 0 1 0 38915324 224034816 53365 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 54696 53365 80 151 0 54542 0
Current children cumulated CPU time (s) 2847
Current children cumulated vsize (KiB) 235524

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1609920/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=220704 CPUtime=2667.06
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 53901 0 0 0 266641 65 0 0 25 0 1 0 38915324 226000896 53847 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 55176 53847 80 151 0 55022 0
Current children cumulated CPU time (s) 2906.7
Current children cumulated vsize (KiB) 237444

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1608640/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=221904 CPUtime=2726.77
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 54205 0 0 0 272612 65 0 0 25 0 1 0 38915324 227229696 54151 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 55476 54151 80 151 0 55322 0
Current children cumulated CPU time (s) 2966.41
Current children cumulated vsize (KiB) 238644

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1607104/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=223284 CPUtime=2786.47
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 54585 0 0 0 278582 65 0 0 25 0 1 0 38915324 228642816 54531 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 55821 54531 80 151 0 55667 0
Current children cumulated CPU time (s) 3026.11
Current children cumulated vsize (KiB) 240024

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1605824/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=224616 CPUtime=2846.18
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 54897 0 0 0 284552 66 0 0 25 0 1 0 38915324 230006784 54843 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 56154 54843 80 151 0 56000 0
Current children cumulated CPU time (s) 3085.82
Current children cumulated vsize (KiB) 241356

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1603776/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=226476 CPUtime=2905.89
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 55391 0 0 0 290522 67 0 0 25 0 1 0 38915324 231911424 55337 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 56619 55337 80 151 0 56465 0
Current children cumulated CPU time (s) 3145.53
Current children cumulated vsize (KiB) 243216

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1602688/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=227408 CPUtime=2965.59
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 55654 0 0 0 296492 67 0 0 25 0 1 0 38915324 232865792 55600 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 56852 55600 80 151 0 56698 0
Current children cumulated CPU time (s) 3205.23
Current children cumulated vsize (KiB) 244148

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1600640/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=229440 CPUtime=3025.3
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 56143 0 0 0 302462 68 0 0 25 0 1 0 38915324 234946560 56089 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 57360 56089 80 151 0 57206 0
Current children cumulated CPU time (s) 3264.94
Current children cumulated vsize (KiB) 246180

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1599232/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=230772 CPUtime=3085
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 56477 0 0 0 308432 68 0 0 25 0 1 0 38915324 236310528 56423 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 57693 56423 80 151 0 57539 0
Current children cumulated CPU time (s) 3324.64
Current children cumulated vsize (KiB) 247512

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1597952/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=232052 CPUtime=3144.72
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 56806 0 0 0 314403 69 0 0 25 0 1 0 38915324 237621248 56752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 58013 56752 80 151 0 57859 0
Current children cumulated CPU time (s) 3384.36
Current children cumulated vsize (KiB) 248792

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1596864/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=233040 CPUtime=3204.41
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 57068 0 0 0 320371 70 0 0 25 0 1 0 38915324 238632960 57014 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 58260 57014 80 151 0 58106 0
Current children cumulated CPU time (s) 3444.05
Current children cumulated vsize (KiB) 249780

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1595648/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=234184 CPUtime=3264.12
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 57345 0 0 0 326342 70 0 0 25 0 1 0 38915324 239804416 57291 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 58546 57291 80 151 0 58392 0
Current children cumulated CPU time (s) 3503.76
Current children cumulated vsize (KiB) 250924

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15652
/proc/meminfo: memFree=1594560/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=235268 CPUtime=3323.82
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 57636 0 0 0 332312 70 0 0 25 0 1 0 38915324 240914432 57582 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 58817 57582 80 151 0 58663 0
Current children cumulated CPU time (s) 3563.46
Current children cumulated vsize (KiB) 252008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15654
/proc/meminfo: memFree=1593408/2055920 swapFree=4192812/4192956
[pid=15572] ppid=15570 vsize=16740 CPUtime=239.64
/proc/15572/stat : 15572 (sugar++) S 15570 15572 14839 0 -1 4194304 1543 58505 0 3 5 2 23880 77 16 0 1 0 38891120 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15572/statm: 4185 1114 414 3 0 764 0
[pid=15595] ppid=15572 vsize=238112 CPUtime=3360.36
/proc/15595/stat : 15595 (minisat-inc) R 15572 15572 14839 0 -1 4194304 57850 0 0 0 335965 71 0 0 25 0 1 0 38915324 243826688 57796 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15595/statm: 59528 57796 80 151 0 59374 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 254852

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): 3619.09
CPU time (s): 3600.11
CPU user time (s): 3598.52
CPU system time (s): 1.58576
CPU usage (%): 99.4756
Max. virtual memory (cumulated for all children) (KiB): 897212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.52
system time used= 1.58576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117978
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= 13357
involuntary context switches= 65512

runsolver used 4.34734 second user time and 12.1102 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 02:18:37
IDJOB=1110387
IDBENCH=61099
IDSOLVER=367
FILE ID=node43/1110387-1215821917
PBS_JOBID= 7903308
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-11_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-1110387-1215821917/watcher-1110387-1215821917 -o /tmp/evaluation-result-1110387-1215821917/solver-1110387-1215821917 -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-1110387-1215821917.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bcf81c8a076467ebf8c6a868379407a
RANDOM SEED=821812475

node43.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.216
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.216
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:       1840312 kB
Buffers:         10964 kB
Cached:          53564 kB
SwapCached:        140 kB
Active:         134808 kB
Inactive:        23796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:         114308 kB
Slab:            42160 kB
Committed_AS:   959268 kB
PageTables:       2064 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= 66512 MiB
End job on node43 at 2008-07-12 03:18:58