Trace number 1111787

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)9 3600.08 3617.06

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-9_ext.xml
MD5SUM12c563a014452c8c9bf97415b366b304
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 11:12:26 2008
0.00/0.07	c 0	PID 16556
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1111787-1215853946.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111787-1215853946.xml' 'HOME/temp.csp'
0.06/0.29	c 0	1 domains, 81 variables, 0 predicates, 1 relations, 18 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 0	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.25/0.42	c 0	Parsing HOME/temp.csp
0.25/0.54	c 0	parsed 101 expressions
0.25/0.54	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.54	c 0	MAX CSP: 18 constraints
0.25/0.54	c 0	Converting to clausal form CSP
0.25/0.56	c 0	converted 13 (10%) expressions
0.25/0.56	c 0	converted 25 (20%) expressions
0.25/0.57	c 0	converted 37 (30%) expressions
0.25/0.57	c 0	converted 49 (40%) expressions
0.25/0.57	c 0	converted 61 (50%) expressions
0.25/0.57	c 0	converted 74 (60%) expressions
0.25/0.63	c 1	converted 86 (70%) expressions
0.25/0.99	c 1	converted 98 (80%) expressions
1.18/1.33	c 1	converted 110 (90%) expressions
1.38/1.53	c 1	converted 122 (100%) expressions
1.38/1.53	c 1	CSP : 117 integers, 0 booleans, 53 clauses, largest domain size 28
1.38/1.53	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.53	c 1	Propagation in CSP
1.38/1.54	c 1	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.38/1.54	c 1	CSP : 117 integers, 0 booleans, 53 clauses, largest domain size 26
1.38/1.54	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.54	c 1	Simplifing CSP by introducing new Boolean variables
1.38/1.54	c 1	CSP : 117 integers, 0 booleans, 53 clauses, largest domain size 26
1.38/1.54	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.70	c 2	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.58/1.71	c 2	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.58/1.71	c 2	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.58/1.71	c 2	47 (40%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.58/1.71	c 2	59 (50%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.58/1.72	c 2	71 (60%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
1.58/1.72	c 2	82 (70%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
1.58/1.72	c 2	94 (80%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
1.58/1.72	c 2	106 (90%) CSP integer variables are encoded (2003 clauses, 23976 bytes)
1.58/1.72	c 2	117 (100%) CSP integer variables are encoded (2059 clauses, 24704 bytes)
36.80/37.16	c 37	6 (10%) CSP clauses are encoded (236947 clauses, 14392774 bytes)
66.15/66.66	c 67	11 (20%) CSP clauses are encoded (432687 clauses, 27100144 bytes)
95.50/96.15	c 96	16 (30%) CSP clauses are encoded (628427 clauses, 40225334 bytes)
107.12/107.87	c 108	22 (40%) CSP clauses are encoded (706739 clauses, 45962833 bytes)
107.12/107.88	c 108	27 (50%) CSP clauses are encoded (706802 clauses, 45963802 bytes)
107.12/107.88	c 108	32 (60%) CSP clauses are encoded (706917 clauses, 45965620 bytes)
107.12/107.88	c 108	38 (70%) CSP clauses are encoded (707225 clauses, 45970858 bytes)
107.12/107.88	c 108	43 (80%) CSP clauses are encoded (707252 clauses, 45971278 bytes)
107.12/107.88	c 108	48 (90%) CSP clauses are encoded (707275 clauses, 45971629 bytes)
107.12/107.88	c 108	53 (100%) CSP clauses are encoded (707358 clauses, 45972963 bytes)
107.12/107.88	c 108	53 CSP clauses encoded
107.12/107.88	c 108	Writing map file : HOME/temp.map
107.12/107.89	c 108	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.12/107.89	c 108	SAT : 2176 SAT variables, 707358 SAT clauses, 45972963 bytes
107.12/107.89	c 108	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.22/107.91	c 108	OBJECTIVE minimize _COST
107.22/107.91	c 108	SOLVING HOME/temp.cnf
107.22/107.91	c 108	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
107.22/107.91	c 108	This is MiniSat 2.0 beta incremental
107.22/107.91	c 108	WARNING: for repeatability, setting FPU to use double precision
107.22/107.91	c 108	============================[ Problem Statistics ]=============================
107.22/107.91	c 108	|                                                                             |
107.22/107.91	c 108	|  Number of variables:  2176                                                 |
107.22/107.91	c 108	|  Number of clauses:    707358                                               |
108.21/108.91	c 109	|  Parsing time:         0.90         s                                       |
108.21/108.97	c 109	OK
108.21/108.97	c 109	OBJECTIVE BOUND: 0 <= _COST <= 
108.21/108.97	c 109	SEARCHING: _COST <= 9
108.21/108.97	c 109	============================[ Search Statistics ]==============================
108.21/108.97	c 109	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
108.21/108.97	c 109	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
108.21/108.97	c 109	===============================================================================
108.21/108.97	c 109	|         0 |    2176   707358  9035997 |   235786        0    nan |  0.000 % |
108.21/108.99	c 109	|       101 |    2176   707358  9035997 |   259364      101      7 |  0.001 % |
108.31/109.02	c 109	|       251 |    2176   707358  9035997 |   285301      251      7 |  0.001 % |
108.31/109.08	c 109	|       476 |    2176   707358  9035997 |   313831      476      7 |  0.001 % |
108.41/109.15	c 109	|       814 |    2176   707358  9035997 |   345214      814      7 |  0.001 % |
108.50/109.23	c 109	|      1320 |    2176   707358  9035997 |   379735     1320      8 |  0.001 % |
108.50/109.29	c 109	|      2080 |    2176   707358  9035997 |   417709     2080      8 |  0.001 % |
108.80/109.50	c 109	|      3219 |    2176   707358  9035997 |   459480     3219      8 |  0.001 % |
109.00/109.71	c 110	|      4927 |    2176   707358  9035997 |   505428     4927      9 |  0.001 % |
109.30/110.00	c 110	|      7489 |    2176   707358  9035997 |   555971     7489     10 |  0.001 % |
110.20/110.90	c 111	|     11333 |    2176   707358  9035997 |   611568    11333     10 |  0.001 % |
111.69/112.42	c 112	|     17101 |    2176   707358  9035997 |   672724    17101     10 |  0.001 % |
116.26/117.07	c 117	|     25750 |    2176   707358  9035997 |   739997    25750     11 |  0.001 % |
121.14/121.99	c 122	|     38724 |    2176   707358  9035997 |   813997    38724     12 |  0.001 % |
126.23/127.06	c 127	|     58185 |    2176   707358  9035997 |   895396    58185     12 |  0.001 % |
137.18/138.05	c 138	|     87377 |    2176   707358  9035997 |   984936    87377     13 |  0.001 % |
150.31/151.25	c 151	|    131167 |    2176   707358  9035997 |  1083430   131167     13 |  0.001 % |
223.95/225.27	c 225	|    196852 |    2176   707358  9035997 |  1191773   196852     16 |  0.001 % |
254.50/255.95	c 256	===============================================================================
254.50/255.95	c 256	restarts              : 18
254.50/255.95	c 256	conflicts             : 218387        (1484 /sec)
254.50/255.95	c 256	decisions             : 299153        (1.47 % random) (2033 /sec)
254.50/255.95	c 256	propagations          : 6863963        (46645 /sec)
254.50/255.95	c 256	conflict literals     : 3501992        (23.56 % deleted)
254.50/255.95	c 256	Memory used           : 90.20 MB
254.50/255.95	c 256	CPU time              : 147.153 s
254.50/255.95	c 256	
254.50/255.95	c 256	SATISFIABLE
254.50/255.95	c 256	OK
254.50/255.95	c 256	FOUND: _COST <= 9
254.50/255.95	s SATISFIABLE
254.50/255.95	c 256	DECODING HOME/temp.out WITH HOME/temp.map
254.50/255.95	c 256	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
254.56/256.04	c 256	Decoding HOME/temp.out
254.56/256.08	c 256	OBJECTIVE _COST 9
254.56/256.08	o 9
254.56/256.08	v 18 18 18 13 25 21 25 8 1 20 20 8 4 25 8 25 12 17 18 13 12 22 25 2 25 12 20 15 5 20 18 25 19 25 20 18 4 11 11 18 22 14 17 19 7 13 14 2 19 20 17 13 0 11 18 22 0 0 25 8 25 1 8 14 4 18 13 25 0 25 11 10 17 17 19 3 25 13 25 4 4
254.56/256.09	c 256	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
254.57/256.14	c 256	OK
254.57/256.14	c 256	OBJECTIVE BOUND: 0 <= _COST <= 9
254.57/256.14	c 256	SEARCHING: _COST <= 4
254.57/256.14	c 256	============================[ Search Statistics ]==============================
254.57/256.14	c 256	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
254.57/256.14	c 256	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
254.57/256.14	c 256	===============================================================================
254.57/256.14	c 256	|    218387 |    2176   707358  9035997 |   235786   218387     16 |  0.001 % |
254.78/256.27	c 256	|    218487 |    2176   707358  9035997 |   259364   218487     16 |  2.069 % |
255.08/256.59	c 256	|    218637 |    2176   707358  9035997 |   285301   218637     16 |  2.069 % |
255.48/257.00	c 257	|    218863 |    2176   707358  9035997 |   313831   218863     16 |  2.069 % |
255.98/257.42	c 257	|    219201 |    2176   707358  9035997 |   345214   219201     16 |  2.069 % |
257.08/258.55	c 258	|    219707 |    2176   707358  9035997 |   379735   219707     16 |  2.069 % |
258.77/260.20	c 260	|    220467 |    2176   707358  9035997 |   417709   220467     16 |  2.069 % |
260.66/262.10	c 262	|    221606 |    2176   707358  9035997 |   459480   221606     16 |  2.069 % |
264.04/265.50	c 265	|    223314 |    2176   707358  9035997 |   505428   223314     16 |  2.069 % |
271.21/272.76	c 273	|    225876 |    2176   707358  9035997 |   555971   225876     16 |  2.069 % |
278.57/280.18	c 280	|    229721 |    2176   707358  9035997 |   611568   229721     16 |  2.069 % |
285.05/286.61	c 287	|    235487 |    2176   707358  9035997 |   672724   235487     16 |  2.069 % |
304.25/305.97	c 306	|    244136 |    2176   707358  9035997 |   739997   244136     16 |  2.069 % |
317.88/319.61	c 320	|    257110 |    2176   707358  9035997 |   813997   257110     16 |  2.069 % |
353.31/355.30	c 355	|    276571 |    2131   707090  9035319 |   895396   276571     16 |  2.069 % |
404.17/406.30	c 406	|    305764 |    2131   707090  9035319 |   984936   305764     17 |  2.069 % |
518.51/521.30	c 521	|    349553 |    2131   707090  9035319 |  1083430   349553     18 |  2.069 % |
714.47/718.11	c 718	|    415237 |    2131   707090  9035319 |  1191773   415237     18 |  2.069 % |
1059.70/1065.02	c 1065	|    513765 |    2131   707090  9035319 |  1310950   513765     19 |  2.069 % |
1453.41/1460.68	c 1461	|    661554 |    2131   707090  9035319 |  1442045   661554     21 |  2.069 % |
2627.65/2640.58	c 2640	|    883237 |    2131   707090  9035319 |  1586250   883237     23 |  2.069 % |
3600.01/3617.01	c ERROR INTERRUPTED
3600.01/3617.06	c 3617	CPU 3598.89 (0.06 0.02 3598.83 1.13)
3600.01/3617.06	c 3617	END Sat Jul 12 12:12:43 2008

Verifier Data (download as text)

OK	9	9
9 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-1111787-1215853946/watcher-1111787-1215853946 -o /tmp/evaluation-result-1111787-1215853946/solver-1111787-1215853946 -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-1111787-1215853946.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.02 2.10 2.32 4/81 16556
/proc/meminfo: memFree=1432584/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=18572 CPUtime=0
/proc/16556/stat : 16556 (runsolver) R 16554 16556 16400 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 42097915 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16556/statm: 4643 292 257 25 0 2626 0

[startup+0.100617 s]
/proc/loadavg: 2.02 2.10 2.32 4/81 16556
/proc/meminfo: memFree=1432584/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.06
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201629 s]
/proc/loadavg: 2.02 2.10 2.32 4/81 16556
/proc/meminfo: memFree=1432584/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.06
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301633 s]
/proc/loadavg: 2.02 2.10 2.32 4/81 16556
/proc/meminfo: memFree=1432584/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.06
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1236 128 0 0 5 1 0 0 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701673 s]
/proc/loadavg: 2.02 2.10 2.32 4/81 16556
/proc/meminfo: memFree=1432584/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1296 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16740

[startup+1.50275 s]
/proc/loadavg: 2.02 2.10 2.32 4/92 16578
/proc/meminfo: memFree=1405680/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1296 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
[pid=16569] ppid=16556 vsize=5356 CPUtime=0
/proc/16569/stat : 16569 (sh) S 16556 16556 16400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42097949 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16569/statm: 1339 233 193 169 0 50 0
[pid=16570] ppid=16569 vsize=864132 CPUtime=1.13
/proc/16570/stat : 16570 (java) S 16569 16556 16400 0 -1 0 12570 0 1 0 107 6 0 0 18 0 9 0 42097949 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 216033 11710 2540 9 0 210608 0
[pid=16570/tid=16571] ppid=16569 vsize=864132 CPUtime=0.46
/proc/16570/task/16571/stat : 16571 (java) R 16569 16556 16400 0 -1 64 2946 0 1 0 44 2 0 0 23 0 9 0 42097950 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4125925088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16569 vsize=864132 CPUtime=0.6
/proc/16570/task/16572/stat : 16572 (java) S 16569 16556 16400 0 -1 64 8607 0 0 0 57 3 0 0 17 0 9 0 42097951 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16569 vsize=864132 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16569 16556 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42097952 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16569 vsize=864132 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16569 16556 16400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42097952 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16575] ppid=16569 vsize=864132 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16569 16556 16400 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42097953 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16569 vsize=864132 CPUtime=0.05
/proc/16570/task/16576/stat : 16576 (java) S 16569 16556 16400 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 42097953 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16577] ppid=16569 vsize=864132 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16569 16556 16400 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42097954 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16569 vsize=864132 CPUtime=0
/proc/16570/task/16578/stat : 16578 (java) S 16569 16556 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42097954 884871168 11710 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886228

[startup+3.1029 s]
/proc/loadavg: 2.10 2.11 2.32 3/92 16578
/proc/meminfo: memFree=1387888/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1297 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
[pid=16569] ppid=16556 vsize=5356 CPUtime=0
/proc/16569/stat : 16569 (sh) S 16556 16556 16400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42097949 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16569/statm: 1339 233 193 169 0 50 0
[pid=16570] ppid=16569 vsize=864244 CPUtime=2.72
/proc/16570/stat : 16570 (java) S 16569 16556 16400 0 -1 0 13767 0 1 0 265 7 0 0 18 0 9 0 42097949 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 216061 12847 2564 9 0 210608 0
[pid=16570/tid=16571] ppid=16569 vsize=864244 CPUtime=1.83
/proc/16570/task/16571/stat : 16571 (java) R 16569 16556 16400 0 -1 64 3173 0 1 0 181 2 0 0 25 0 9 0 42097950 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16569 vsize=864244 CPUtime=0.78
/proc/16570/task/16572/stat : 16572 (java) R 16569 16556 16400 0 -1 64 9553 0 0 0 75 3 0 0 16 0 9 0 42097951 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16569 16556 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42097952 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16569 16556 16400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42097952 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16575] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16569 16556 16400 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42097953 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16569 vsize=864244 CPUtime=0.08
/proc/16570/task/16576/stat : 16576 (java) S 16569 16556 16400 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 42097953 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16577] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16569 16556 16400 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42097954 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16578/stat : 16578 (java) S 16569 16556 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42097954 884985856 12847 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886340

[startup+6.30221 s]
/proc/loadavg: 2.10 2.11 2.32 3/92 16578
/proc/meminfo: memFree=1384880/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1297 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
[pid=16569] ppid=16556 vsize=5356 CPUtime=0
/proc/16569/stat : 16569 (sh) S 16556 16556 16400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42097949 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16569/statm: 1339 233 193 169 0 50 0
[pid=16570] ppid=16569 vsize=864244 CPUtime=5.9
/proc/16570/stat : 16570 (java) S 16569 16556 16400 0 -1 0 14663 0 1 0 583 7 0 0 18 0 9 0 42097949 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 216061 13716 2564 9 0 210608 0
[pid=16570/tid=16571] ppid=16569 vsize=864244 CPUtime=4.96
/proc/16570/task/16571/stat : 16571 (java) R 16569 16556 16400 0 -1 64 3200 0 1 0 494 2 0 0 25 0 9 0 42097950 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4126575885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16569 vsize=864244 CPUtime=0.84
/proc/16570/task/16572/stat : 16572 (java) S 16569 16556 16400 0 -1 64 10422 0 0 0 80 4 0 0 16 0 9 0 42097951 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16569 16556 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42097952 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16569 16556 16400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42097952 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16575] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16569 16556 16400 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42097953 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16569 vsize=864244 CPUtime=0.08
/proc/16570/task/16576/stat : 16576 (java) S 16569 16556 16400 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 42097953 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16577] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16569 16556 16400 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42097954 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16578/stat : 16578 (java) S 16569 16556 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42097954 884985856 13716 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886340

[startup+12.7018 s]
/proc/loadavg: 2.08 2.11 2.32 3/92 16578
/proc/meminfo: memFree=1376752/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1297 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
[pid=16569] ppid=16556 vsize=5356 CPUtime=0
/proc/16569/stat : 16569 (sh) S 16556 16556 16400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42097949 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16569/statm: 1339 233 193 169 0 50 0
[pid=16570] ppid=16569 vsize=864244 CPUtime=12.27
/proc/16570/stat : 16570 (java) S 16569 16556 16400 0 -1 0 16153 0 1 0 1217 10 0 0 18 0 9 0 42097949 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 216061 15138 2564 9 0 210608 0
[pid=16570/tid=16571] ppid=16569 vsize=864244 CPUtime=11.21
/proc/16570/task/16571/stat : 16571 (java) R 16569 16556 16400 0 -1 64 3268 0 1 0 1117 4 0 0 25 0 9 0 42097950 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4126575824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16569 vsize=864244 CPUtime=0.95
/proc/16570/task/16572/stat : 16572 (java) S 16569 16556 16400 0 -1 64 11841 0 0 0 90 5 0 0 16 0 9 0 42097951 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16569 16556 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42097952 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16569 16556 16400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42097952 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16575] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16569 16556 16400 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42097953 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16569 vsize=864244 CPUtime=0.09
/proc/16570/task/16576/stat : 16576 (java) S 16569 16556 16400 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 42097953 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16577] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16569 16556 16400 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42097954 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16569 vsize=864244 CPUtime=0
/proc/16570/task/16578/stat : 16578 (java) S 16569 16556 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42097954 884985856 15138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886340

[startup+25.502 s]
/proc/loadavg: 2.07 2.11 2.31 3/92 16578
/proc/meminfo: memFree=1359344/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=0.25
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1297 4549 0 1 5 1 16 3 15 0 1 0 42097915 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1104 409 3 0 764 0
[pid=16569] ppid=16556 vsize=5356 CPUtime=0
/proc/16569/stat : 16569 (sh) S 16556 16556 16400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42097949 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16569/statm: 1339 233 193 169 0 50 0
[pid=16570] ppid=16569 vsize=864368 CPUtime=25.01
/proc/16570/stat : 16570 (java) S 16569 16556 16400 0 -1 0 21594 0 1 0 2483 18 0 0 18 0 9 0 42097949 885112832 17871 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 216092 17871 2564 9 0 210639 0
[pid=16570/tid=16571] ppid=16569 vsize=864368 CPUtime=23.47
/proc/16570/task/16571/stat : 16571 (java) R 16569 16556 16400 0 -1 64 3434 0 1 0 2338 9 0 0 25 0 9 0 42097950 885112832 17871 996147200 134512640 134550740 4294955920 18446744073709551615 103215265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16569 vsize=864368 CPUtime=1.43
/proc/16570/task/16572/stat : 16572 (java) S 16569 16556 16400 0 -1 64 17111 0 0 0 135 8 0 0 16 0 9 0 42097951 885112832 17871 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16569 vsize=864368 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16569 16556 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42097952 885112832 17871 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16569 vsize=864368 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16569 16556 16400 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42097952 885112832 17871 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16579] ppid=16556 vsize=194088 CPUtime=2800.7
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 47658 0 0 0 280023 47 0 0 25 0 1 0 42108705 198746112 47604 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 48522 47604 80 151 0 48368 0
Current children cumulated CPU time (s) 2908.11
Current children cumulated vsize (KiB) 210828

[startup+2982.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1176256/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=196096 CPUtime=2860.46
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 48156 0 0 0 285998 48 0 0 25 0 1 0 42108705 200802304 48102 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 49024 48102 80 151 0 48870 0
Current children cumulated CPU time (s) 2967.87
Current children cumulated vsize (KiB) 212836

[startup+3042.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1174208/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=198120 CPUtime=2920.21
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 48668 0 0 0 291973 48 0 0 25 0 1 0 42108705 202874880 48614 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 49530 48614 80 151 0 49376 0
Current children cumulated CPU time (s) 3027.62
Current children cumulated vsize (KiB) 214860

[startup+3102.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1171904/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=200276 CPUtime=2979.97
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 49216 0 0 0 297948 49 0 0 25 0 1 0 42108705 205082624 49162 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 50069 49162 80 151 0 49915 0
Current children cumulated CPU time (s) 3087.38
Current children cumulated vsize (KiB) 217016

[startup+3162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1169856/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=204296 CPUtime=3039.73
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 49723 0 0 0 303923 50 0 0 25 0 1 0 42108705 209199104 49669 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 51074 49669 80 151 0 50920 0
Current children cumulated CPU time (s) 3147.14
Current children cumulated vsize (KiB) 221036

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1168128/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=206040 CPUtime=3099.48
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 50147 0 0 0 309897 51 0 0 25 0 1 0 42108705 210984960 50093 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 51510 50093 80 151 0 51356 0
Current children cumulated CPU time (s) 3206.89
Current children cumulated vsize (KiB) 222780

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1166536/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=207532 CPUtime=3159.24
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 50556 0 0 0 315873 51 0 0 25 0 1 0 42108705 212512768 50502 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 51883 50502 80 151 0 51729 0
Current children cumulated CPU time (s) 3266.65
Current children cumulated vsize (KiB) 224272

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1164680/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=209436 CPUtime=3219
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 51022 0 0 0 321848 52 0 0 25 0 1 0 42108705 214462464 50968 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 52359 50968 80 151 0 52205 0
Current children cumulated CPU time (s) 3326.41
Current children cumulated vsize (KiB) 226176

[startup+3402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1162952/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=211168 CPUtime=3278.76
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 51447 0 0 0 327824 52 0 0 25 0 1 0 42108705 216236032 51393 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 52792 51393 80 151 0 52638 0
Current children cumulated CPU time (s) 3386.17
Current children cumulated vsize (KiB) 227908

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1161160/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=212948 CPUtime=3338.52
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 51909 0 0 0 333799 53 0 0 25 0 1 0 42108705 218058752 51855 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 53237 51855 80 151 0 53083 0
Current children cumulated CPU time (s) 3445.93
Current children cumulated vsize (KiB) 229688

[startup+3522.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1159432/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=214580 CPUtime=3398.28
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 52329 0 0 0 339775 53 0 0 25 0 1 0 42108705 219729920 52275 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 53645 52275 80 151 0 53491 0
Current children cumulated CPU time (s) 3505.69
Current children cumulated vsize (KiB) 231320

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1157704/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=216236 CPUtime=3458.03
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 52743 0 0 0 345750 53 0 0 25 0 1 0 42108705 221425664 52689 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 54059 52689 80 151 0 53905 0
Current children cumulated CPU time (s) 3565.44
Current children cumulated vsize (KiB) 232976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1156616/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=217292 CPUtime=3492.6
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 52996 0 0 0 349206 54 0 0 25 0 1 0 42108705 222507008 52942 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 54323 52942 80 151 0 54169 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 234032

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

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

[startup+3617 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 16635
/proc/meminfo: memFree=1156616/2055920 swapFree=4192812/4192956
[pid=16556] ppid=16554 vsize=16740 CPUtime=107.41
/proc/16556/stat : 16556 (sugar++) S 16554 16556 16400 0 -1 4194304 1544 38048 0 3 6 2 10677 56 16 0 1 0 42097915 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16556/statm: 4185 1114 414 3 0 764 0
[pid=16579] ppid=16556 vsize=217292 CPUtime=3492.6
/proc/16579/stat : 16579 (minisat-inc) R 16556 16556 16400 0 -1 4194304 52996 0 0 0 349206 54 0 0 25 0 1 0 42108705 222507008 52942 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/16579/statm: 54323 52942 80 151 0 54169 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 234032

Child status: 0
Real time (s): 3617.06
CPU time (s): 3600.08
CPU user time (s): 3598.9
CPU system time (s): 1.18082
CPU usage (%): 99.5304
Max. virtual memory (cumulated for all children) (KiB): 891844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.9
system time used= 1.18082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92667
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= 11153
involuntary context switches= 105902

runsolver used 3.64945 second user time and 9.67953 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-12 11:12:26
IDJOB=1111787
IDBENCH=61323
IDSOLVER=367
FILE ID=node4/1111787-1215853946
PBS_JOBID= 7903471
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-9_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-1111787-1215853946/watcher-1111787-1215853946 -o /tmp/evaluation-result-1111787-1215853946/solver-1111787-1215853946 -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-1111787-1215853946.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12c563a014452c8c9bf97415b366b304
RANDOM SEED=1608461105

node4.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.232
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.232
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:       1433064 kB
Buffers:         68560 kB
Cached:         441440 kB
SwapCached:          0 kB
Active:         187940 kB
Inactive:       365588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             900 kB
Writeback:           0 kB
Mapped:          63736 kB
Slab:            54216 kB
Committed_AS:   196056 kB
PageTables:       2084 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= 66508 MiB
End job on node4 at 2008-07-12 12:12:45