Trace number 1110371

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-inc? (TO) 3600.09 3601.74

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-15_ext.xml
MD5SUM9e3de5ef0bb4f45d51435215e5fec983
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.09	c 0	BEGIN Sat Jul 12 02:08:53 2008
0.00/0.09	c 0	PID 14191
0.00/0.09	c 0	HOST node27.alineos.net
0.00/0.09	c 0	CONVERTING HOME/instance-1110371-1215821332.xml TO HOME/temp.csp
0.00/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110371-1215821332.xml' 'HOME/temp.csp'
0.08/0.33	c 0	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.08/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.36	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.29/0.45	c 0	Parsing HOME/temp.csp
0.29/0.55	c 0	parsed 257 expressions
0.29/0.55	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.55	c 0	MAX CSP: 30 constraints
0.29/0.55	c 0	Converting to clausal form CSP
0.29/0.58	c 0	converted 29 (10%) expressions
0.29/0.58	c 0	converted 58 (20%) expressions
0.29/0.58	c 0	converted 87 (30%) expressions
0.29/0.58	c 0	converted 116 (40%) expressions
0.29/0.58	c 0	converted 145 (50%) expressions
0.29/0.58	c 0	converted 174 (60%) expressions
0.29/0.58	c 0	converted 203 (70%) expressions
0.29/0.61	c 0	converted 232 (80%) expressions
0.29/0.74	c 0	converted 261 (90%) expressions
0.29/0.89	c 0	converted 290 (100%) expressions
0.29/0.89	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 46
0.29/0.89	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.89	c 0	Propagation in CSP
0.29/0.90	c 0	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.90	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 31
0.29/0.90	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.90	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.90	c 0	CSP : 285 integers, 0 booleans, 89 clauses, largest domain size 31
0.29/0.90	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.96	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.98	c 0	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
0.29/0.99	c 0	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
0.29/0.99	c 0	86 (30%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
0.29/0.99	c 0	114 (40%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
0.29/0.99	c 0	143 (50%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
0.29/1.00	c 0	171 (60%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
0.29/1.00	c 0	200 (70%) CSP integer variables are encoded (4800 clauses, 60337 bytes)
0.91/1.00	c 0	228 (80%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
0.91/1.00	c 1	257 (90%) CSP integer variables are encoded (5430 clauses, 68527 bytes)
0.91/1.00	c 1	285 (100%) CSP integer variables are encoded (5613 clauses, 70906 bytes)
5.65/5.83	c 5	9 (10%) CSP clauses are encoded (78558 clauses, 6960621 bytes)
10.35/10.55	c 10	18 (20%) CSP clauses are encoded (151503 clauses, 13986898 bytes)
14.94/15.19	c 15	27 (30%) CSP clauses are encoded (224448 clauses, 21523903 bytes)
16.63/16.82	c 16	36 (40%) CSP clauses are encoded (248791 clauses, 24036668 bytes)
16.63/16.82	c 16	45 (50%) CSP clauses are encoded (248870 clauses, 24037943 bytes)
16.63/16.82	c 16	54 (60%) CSP clauses are encoded (249021 clauses, 24040302 bytes)
16.63/16.83	c 16	63 (70%) CSP clauses are encoded (249980 clauses, 24056937 bytes)
16.63/16.83	c 16	72 (80%) CSP clauses are encoded (250027 clauses, 24057663 bytes)
16.63/16.83	c 16	81 (90%) CSP clauses are encoded (250106 clauses, 24058938 bytes)
16.63/16.83	c 16	89 (100%) CSP clauses are encoded (250314 clauses, 24062402 bytes)
16.63/16.83	c 16	89 CSP clauses encoded
16.63/16.83	c 16	Writing map file : HOME/temp.map
16.63/16.84	c 16	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.63/16.84	c 16	SAT : 5898 SAT variables, 250314 SAT clauses, 24062402 bytes
16.63/16.84	c 16	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.63/16.89	c 16	OBJECTIVE minimize _COST
16.63/16.89	c 16	SOLVING HOME/temp.cnf
16.63/16.89	c 16	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
16.63/16.89	c 16	This is MiniSat 2.0 beta incremental
16.63/16.89	c 16	WARNING: for repeatability, setting FPU to use double precision
16.63/16.89	c 16	============================[ Problem Statistics ]=============================
16.63/16.89	c 16	|                                                                             |
16.63/16.89	c 16	|  Number of variables:  5898                                                 |
16.63/16.89	c 16	|  Number of clauses:    250314                                               |
16.70/17.38	c 17	|  Parsing time:         0.43         s                                       |
16.70/17.40	c 17	OK
16.70/17.40	c 17	OBJECTIVE BOUND: 0 <= _COST <= 
16.70/17.40	c 17	SEARCHING: _COST <= 15
16.70/17.40	c 17	============================[ Search Statistics ]==============================
16.70/17.40	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.70/17.40	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.70/17.40	c 17	===============================================================================
16.70/17.40	c 17	|         0 |    5898   250314  4455423 |    83438        0    nan |  0.000 % |
16.70/17.42	c 17	|       102 |    5898   250314  4455423 |    91781      102      9 |  0.000 % |
16.70/17.44	c 17	|       252 |    5898   250314  4455423 |   100959      252      9 |  0.000 % |
16.70/17.46	c 17	|       479 |    5898   250314  4455423 |   111055      479      9 |  0.000 % |
16.70/17.48	c 17	|       818 |    5898   250314  4455423 |   122161      818      9 |  0.000 % |
17.29/17.51	c 17	|      1324 |    5898   250314  4455423 |   134377     1324      9 |  0.000 % |
17.29/17.56	c 17	|      2085 |    5898   250314  4455423 |   147815     2085      9 |  0.000 % |
17.39/17.62	c 17	|      3225 |    5898   250314  4455423 |   162597     3225      9 |  0.000 % |
17.50/17.71	c 17	|      4934 |    5898   250314  4455423 |   178856     4934      9 |  0.000 % |
17.60/17.85	c 17	|      7496 |    5898   250314  4455423 |   196742     7496      9 |  0.000 % |
17.89/18.10	c 18	|     11341 |    5898   250314  4455423 |   216416    11341      9 |  0.000 % |
18.29/18.51	c 18	|     17108 |    5898   250314  4455423 |   238058    17108     10 |  0.000 % |
18.89/19.17	c 19	|     25758 |    5898   250314  4455423 |   261864    25758     10 |  0.000 % |
19.99/20.25	c 20	|     38732 |    5898   250314  4455423 |   288050    38732     10 |  0.000 % |
22.79/23.02	c 23	|     58193 |    5898   250314  4455423 |   316855    58193     10 |  0.000 % |
28.30/28.60	c 28	|     87385 |    5898   250314  4455423 |   348541    87385     11 |  0.000 % |
45.77/46.07	c 46	|    131175 |    5898   250314  4455423 |   383395   131175     12 |  0.000 % |
83.33/83.68	c 83	|    196860 |    5898   250314  4455423 |   421734   196860     14 |  0.000 % |
191.18/191.55	c 191	|    295386 |    5898   250314  4455423 |   463908   295386     17 |  0.000 % |
474.57/475.09	c 475	|    443175 |    5898   250314  4455423 |   510299   443175     20 |  0.000 % |
788.05/788.69	c 788	|    664858 |    5898   250314  4455423 |   561329   191024     22 |  0.000 % |
1655.30/1656.27	c 1656	|    997384 |    5898   250314  4455423 |   617462   523550     25 |  0.000 % |
2822.84/2824.24	c 2824	|   1496172 |    5898   250314  4455423 |   679208   444144     24 |  0.000 % |
3600.01/3601.71	c ERROR INTERRUPTED
3600.01/3601.71	s UNKNOWN
3600.01/3601.74	c 3601	CPU 3599.19 (0.05 0.03 3599.14 0.83)
3600.01/3601.74	c 3601	END Sat Jul 12 03:08:54 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110371-1215821332/watcher-1110371-1215821332 -o /tmp/evaluation-result-1110371-1215821332/solver-1110371-1215821332 -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-1110371-1215821332.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: 0.96 1.00 1.00 3/67 14191
/proc/meminfo: memFree=1935792/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=12268 CPUtime=0
/proc/14191/stat : 14191 (sugar++) R 14189 14191 14126 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 38707696 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233588882021 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/14191/statm: 3067 316 241 3 0 167 0

[startup+0.099434 s]
/proc/loadavg: 0.96 1.00 1.00 3/67 14191
/proc/meminfo: memFree=1935792/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.08
/proc/14191/stat : 14191 (sugar++) R 14189 14191 14126 0 -1 4194304 1189 128 0 0 5 3 0 0 18 0 1 0 38707696 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 233588714143 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14191/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.101431 s]
/proc/loadavg: 0.96 1.00 1.00 3/67 14191
/proc/meminfo: memFree=1935792/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.08
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.301466 s]
/proc/loadavg: 0.96 1.00 1.00 3/67 14191
/proc/meminfo: memFree=1935792/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.08
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.701501 s]
/proc/loadavg: 0.96 1.00 1.00 3/67 14191
/proc/meminfo: memFree=1935792/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.29
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1296 4311 0 1 5 3 18 3 15 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16740

[startup+1.50258 s]
/proc/loadavg: 0.96 1.00 1.00 3/93 14242
/proc/meminfo: memFree=1889176/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.29
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1297 4311 0 1 5 3 18 3 15 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
[pid=14224] ppid=14191 vsize=5356 CPUtime=0
/proc/14224/stat : 14224 (sh) S 14191 14191 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14224/statm: 1339 233 193 169 0 50 0
[pid=14226] ppid=14224 vsize=864228 CPUtime=1.1
/proc/14226/stat : 14226 (java) S 14224 14191 14126 0 -1 0 8461 0 1 0 106 4 0 0 18 0 9 0 38707733 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14226/statm: 216057 7670 2564 9 0 210604 0
[pid=14226/tid=14228] ppid=14224 vsize=864228 CPUtime=0.71
/proc/14226/task/14228/stat : 14228 (java) R 14224 14191 14126 0 -1 64 2808 0 1 0 70 1 0 0 25 0 9 0 38707734 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4125958813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14230] ppid=14224 vsize=864228 CPUtime=0.26
/proc/14226/task/14230/stat : 14230 (java) S 14224 14191 14126 0 -1 64 4619 0 0 0 25 1 0 0 16 0 9 0 38707735 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14232] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14232/stat : 14232 (java) S 14224 14191 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38707735 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14234] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14234/stat : 14234 (java) S 14224 14191 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38707735 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14236] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14236/stat : 14236 (java) S 14224 14191 14126 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 38707737 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14238] ppid=14224 vsize=864228 CPUtime=0.09
/proc/14226/task/14238/stat : 14238 (java) S 14224 14191 14126 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 38707737 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14240] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14240/stat : 14240 (java) S 14224 14191 14126 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 38707737 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14242] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14242/stat : 14242 (java) S 14224 14191 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707738 884969472 7670 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886324

[startup+3.10274 s]
/proc/loadavg: 0.96 1.00 1.00 3/93 14242
/proc/meminfo: memFree=1879320/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.29
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1297 4311 0 1 5 3 18 3 15 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
[pid=14224] ppid=14191 vsize=5356 CPUtime=0
/proc/14224/stat : 14224 (sh) S 14191 14191 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14224/statm: 1339 233 193 169 0 50 0
[pid=14226] ppid=14224 vsize=864228 CPUtime=2.69
/proc/14226/stat : 14226 (java) S 14224 14191 14126 0 -1 0 9719 0 1 0 261 8 0 0 18 0 9 0 38707733 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14226/statm: 216057 8787 2564 9 0 210604 0
[pid=14226/tid=14228] ppid=14224 vsize=864228 CPUtime=2.19
/proc/14226/task/14228/stat : 14228 (java) R 14224 14191 14126 0 -1 64 2949 0 1 0 216 3 0 0 25 0 9 0 38707734 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4126545308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14230] ppid=14224 vsize=864228 CPUtime=0.36
/proc/14226/task/14230/stat : 14230 (java) S 14224 14191 14126 0 -1 64 5733 0 0 0 34 2 0 0 16 0 9 0 38707735 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14232] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14232/stat : 14232 (java) S 14224 14191 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38707735 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14234] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14234/stat : 14234 (java) S 14224 14191 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38707735 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14236] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14236/stat : 14236 (java) S 14224 14191 14126 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 38707737 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14238] ppid=14224 vsize=864228 CPUtime=0.1
/proc/14226/task/14238/stat : 14238 (java) S 14224 14191 14126 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 38707737 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14240] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14240/stat : 14240 (java) S 14224 14191 14126 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 38707737 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14242] ppid=14224 vsize=864228 CPUtime=0
/proc/14226/task/14242/stat : 14242 (java) S 14224 14191 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707738 884969472 8787 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886324

[startup+6.30134 s]
/proc/loadavg: 1.05 1.01 1.00 3/93 14242
/proc/meminfo: memFree=1859032/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.29
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1297 4311 0 1 5 3 18 3 16 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
[pid=14224] ppid=14191 vsize=5356 CPUtime=0
/proc/14224/stat : 14224 (sh) S 14191 14191 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14224/statm: 1339 233 193 169 0 50 0
[pid=14226] ppid=14224 vsize=864356 CPUtime=5.86
/proc/14226/stat : 14226 (java) S 14224 14191 14126 0 -1 0 10556 0 1 0 572 14 0 0 18 0 9 0 38707733 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14226/statm: 216089 9359 2564 9 0 210636 0
[pid=14226/tid=14228] ppid=14224 vsize=864356 CPUtime=5.11
/proc/14226/task/14228/stat : 14228 (java) R 14224 14191 14126 0 -1 64 3212 0 1 0 503 8 0 0 25 0 9 0 38707734 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14230] ppid=14224 vsize=864356 CPUtime=0.61
/proc/14226/task/14230/stat : 14230 (java) S 14224 14191 14126 0 -1 64 6301 0 0 0 57 4 0 0 16 0 9 0 38707735 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14232] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14232/stat : 14232 (java) S 14224 14191 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38707735 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14234] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14234/stat : 14234 (java) S 14224 14191 14126 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38707735 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14236] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14236/stat : 14236 (java) S 14224 14191 14126 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 38707737 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14238] ppid=14224 vsize=864356 CPUtime=0.11
/proc/14226/task/14238/stat : 14238 (java) S 14224 14191 14126 0 -1 64 350 0 0 0 11 0 0 0 16 0 9 0 38707737 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14240] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14240/stat : 14240 (java) S 14224 14191 14126 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 38707737 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14242] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14242/stat : 14242 (java) S 14224 14191 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707738 885100544 9359 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886452

[startup+12.7027 s]
/proc/loadavg: 1.12 1.03 1.01 3/93 14242
/proc/meminfo: memFree=1838552/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=0.29
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1297 4311 0 1 5 3 18 3 16 0 1 0 38707696 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1104 409 3 0 764 0
[pid=14224] ppid=14191 vsize=5356 CPUtime=0
/proc/14224/stat : 14224 (sh) S 14191 14191 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38707733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14224/statm: 1339 233 193 169 0 50 0
[pid=14226] ppid=14224 vsize=864356 CPUtime=12.25
/proc/14226/stat : 14226 (java) S 14224 14191 14126 0 -1 0 13728 0 1 0 1199 26 0 0 18 0 9 0 38707733 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14226/statm: 216089 9567 2564 9 0 210636 0
[pid=14226/tid=14228] ppid=14224 vsize=864356 CPUtime=10.99
/proc/14226/task/14228/stat : 14228 (java) R 14224 14191 14126 0 -1 64 3750 0 1 0 1084 15 0 0 25 0 9 0 38707734 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4126579061 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14230] ppid=14224 vsize=864356 CPUtime=1.12
/proc/14226/task/14230/stat : 14230 (java) S 14224 14191 14126 0 -1 64 8935 0 0 0 103 9 0 0 16 0 9 0 38707735 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14232] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14232/stat : 14232 (java) S 14224 14191 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38707735 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14234] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14234/stat : 14234 (java) S 14224 14191 14126 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 38707735 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14226/tid=14236] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14236/stat : 14236 (java) S 14224 14191 14126 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 38707737 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14238] ppid=14224 vsize=864356 CPUtime=0.11
/proc/14226/task/14238/stat : 14238 (java) S 14224 14191 14126 0 -1 64 350 0 0 0 11 0 0 0 16 0 9 0 38707737 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14240] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14240/stat : 14240 (java) S 14224 14191 14126 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 38707737 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14226/tid=14242] ppid=14224 vsize=864356 CPUtime=0
/proc/14226/task/14242/stat : 14242 (java) S 14224 14191 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38707738 885100544 9567 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886452

[startup+25.502 s]
/proc/loadavg: 1.32 1.08 1.02 3/76 14245
/proc/meminfo: memFree=1806624/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=37932 CPUtime=8.58
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 9364 0 0 0 852 6 0 0 25 0 1 0 38709385 38842368 9312 996147200 134512640 135134323 4294956192 18446744073709551615 134534430 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 9483 9312 74 151 0 9329 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 54672

[startup+51.1016 s]
/proc/loadavg: 1.63 1.17 1.05 3/76 14245
/proc/meminfo: memFree=1791712/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=44764 CPUtime=34.16
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 11028 0 0 0 3408 8 0 0 25 0 1 0 38709385 45838336 10976 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=14243] ppid=14191 vsize=123972 CPUtime=2904.2
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 30307 0 0 0 290385 35 0 0 25 0 1 0 38709385 126947328 30255 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 30993 30255 74 151 0 30839 0
Current children cumulated CPU time (s) 2920.9
Current children cumulated vsize (KiB) 140712

[startup+2982.3 s]
/proc/loadavg: 2.09 2.02 1.93 3/76 14247
/proc/meminfo: memFree=1635360/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=123972 CPUtime=2964.18
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 30308 0 0 0 296383 35 0 0 25 0 1 0 38709385 126947328 30256 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 30993 30256 74 151 0 30839 0
Current children cumulated CPU time (s) 2980.88
Current children cumulated vsize (KiB) 140712

[startup+3042.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/76 14247
/proc/meminfo: memFree=1632864/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=124136 CPUtime=3024.16
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 30344 0 0 0 302381 35 0 0 25 0 1 0 38709385 127115264 30292 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 31034 30292 74 151 0 30880 0
Current children cumulated CPU time (s) 3040.86
Current children cumulated vsize (KiB) 140876

[startup+3102.3 s]
/proc/loadavg: 2.16 2.05 1.94 3/76 14247
/proc/meminfo: memFree=1627488/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=127436 CPUtime=3084.13
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 31146 0 0 0 308377 36 0 0 25 0 1 0 38709385 130494464 31094 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 31859 31094 74 151 0 31705 0
Current children cumulated CPU time (s) 3100.83
Current children cumulated vsize (KiB) 144176

[startup+3162.3 s]
/proc/loadavg: 2.22 2.08 1.96 3/76 14253
/proc/meminfo: memFree=1622112/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=130580 CPUtime=3144.09
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 31922 0 0 0 314372 37 0 0 25 0 1 0 38709385 133713920 31870 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 32645 31870 74 151 0 32491 0
Current children cumulated CPU time (s) 3160.79
Current children cumulated vsize (KiB) 147320

[startup+3222.3 s]
/proc/loadavg: 2.12 2.08 1.96 3/76 14253
/proc/meminfo: memFree=1616672/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=133780 CPUtime=3204.07
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 32740 0 0 0 320368 39 0 0 25 0 1 0 38709385 136990720 32688 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 33445 32688 74 151 0 33291 0
Current children cumulated CPU time (s) 3220.77
Current children cumulated vsize (KiB) 150520

[startup+3282.3 s]
/proc/loadavg: 2.04 2.06 1.96 3/76 14253
/proc/meminfo: memFree=1612128/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=137328 CPUtime=3264.03
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 33607 0 0 0 326364 39 0 0 25 0 1 0 38709385 140623872 33555 996147200 134512640 135134323 4294956192 18446744073709551615 134529607 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34332 33555 74 151 0 34178 0
Current children cumulated CPU time (s) 3280.73
Current children cumulated vsize (KiB) 154068

[startup+3342.3 s]
/proc/loadavg: 2.01 2.05 1.96 3/76 14253
/proc/meminfo: memFree=1609632/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139704 CPUtime=3324.02
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34209 0 0 0 332362 40 0 0 25 0 1 0 38709385 143056896 34157 996147200 134512640 135134323 4294956192 18446744073709551615 134524680 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34926 34157 74 151 0 34772 0
Current children cumulated CPU time (s) 3340.72
Current children cumulated vsize (KiB) 156444

[startup+3402.31 s]
/proc/loadavg: 2.00 2.04 1.96 3/76 14253
/proc/meminfo: memFree=1609632/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139704 CPUtime=3384
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34209 0 0 0 338360 40 0 0 25 0 1 0 38709385 143056896 34157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34926 34157 74 151 0 34772 0
Current children cumulated CPU time (s) 3400.7
Current children cumulated vsize (KiB) 156444

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14253
/proc/meminfo: memFree=1608928/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139704 CPUtime=3443.96
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34210 0 0 0 344356 40 0 0 25 0 1 0 38709385 143056896 34158 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34926 34158 74 151 0 34772 0
Current children cumulated CPU time (s) 3460.66
Current children cumulated vsize (KiB) 156444

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14253
/proc/meminfo: memFree=1608800/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139704 CPUtime=3503.94
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34236 0 0 0 350354 40 0 0 25 0 1 0 38709385 143056896 34184 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34926 34184 74 151 0 34772 0
Current children cumulated CPU time (s) 3520.64
Current children cumulated vsize (KiB) 156444

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14253
/proc/meminfo: memFree=1608480/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139868 CPUtime=3563.92
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34276 0 0 0 356352 40 0 0 25 0 1 0 38709385 143224832 34224 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34967 34224 74 151 0 34813 0
Current children cumulated CPU time (s) 3580.62
Current children cumulated vsize (KiB) 156608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 14253
/proc/meminfo: memFree=1608416/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139868 CPUtime=3583.31
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34280 0 0 0 358291 40 0 0 25 0 1 0 38709385 143224832 34228 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34967 34228 74 151 0 34813 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 156608

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

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

[startup+3601.7 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 14253
/proc/meminfo: memFree=1608416/2055920 swapFree=4178780/4192956
[pid=14191] ppid=14189 vsize=16740 CPUtime=16.7
/proc/14191/stat : 14191 (sugar++) S 14189 14191 14126 0 -1 4194304 1462 21108 0 2 5 3 1622 40 16 0 1 0 38707696 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14191/statm: 4185 1113 414 3 0 764 0
[pid=14243] ppid=14191 vsize=139868 CPUtime=3583.31
/proc/14243/stat : 14243 (minisat-inc) R 14191 14191 14126 0 -1 4194304 34280 0 0 0 358291 40 0 0 25 0 1 0 38709385 143224832 34228 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/14243/statm: 34967 34228 74 151 0 34813 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 156608

Child status: 0
Real time (s): 3601.74
CPU time (s): 3600.09
CPU user time (s): 3599.2
CPU system time (s): 0.885865
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 889020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56923
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10806
involuntary context switches= 20968

runsolver used 4.13137 second user time and 12.2601 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 02:08:52
IDJOB=1110371
IDBENCH=61097
IDSOLVER=367
FILE ID=node27/1110371-1215821332
PBS_JOBID= 7903344
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9e3de5ef0bb4f45d51435215e5fec983
RANDOM SEED=539316369

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1936336 kB
Buffers:         14664 kB
Cached:          55140 kB
SwapCached:       7512 kB
Active:          43208 kB
Inactive:        36304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936336 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            25760 kB
Committed_AS:    96424 kB
PageTables:       1568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node27 at 2008-07-12 03:08:56