Trace number 1068226

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 478.273 481.048

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-17_ext.xml
MD5SUMda2ac26052baa9f2c530f67d033b239f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.6256
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:27:35 2008
0.00/0.04	c 0	PID 28403
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068226-1215152855.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068226-1215152855.xml' 'HOME/temp.csp'
0.03/0.48	c 0	1 domains, 272 variables, 0 predicates, 2 relations, 33 constraints
0.03/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.59	c 0	Parsing HOME/temp.csp
0.46/0.77	c 0	parsed 308 expressions
0.46/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.78	c 0	Converting to clausal form CSP
0.46/0.80	c 0	converted 31 (10%) expressions
0.46/0.80	c 0	converted 62 (20%) expressions
0.46/0.80	c 0	converted 93 (30%) expressions
0.46/0.80	c 0	converted 124 (40%) expressions
0.46/0.80	c 0	converted 154 (50%) expressions
0.46/0.80	c 0	converted 185 (60%) expressions
0.46/0.80	c 0	converted 216 (70%) expressions
0.46/0.80	c 0	converted 247 (80%) expressions
0.46/1.04	c 1	converted 278 (90%) expressions
2.63/2.73	c 2	converted 308 (100%) expressions
2.63/2.73	c 2	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.63/2.73	c 2	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.73	c 2	Propagation in CSP
2.63/2.73	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.73	c 2	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.63/2.74	c 2	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.74	c 2	Simplifing CSP by introducing new Boolean variables
2.63/2.74	c 2	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.63/2.74	c 2	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.02	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.93/3.03	c 3	28 (10%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.93/3.04	c 3	55 (20%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
2.93/3.04	c 3	82 (30%) CSP integer variables are encoded (1968 clauses, 23521 bytes)
2.93/3.04	c 3	109 (40%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
2.93/3.04	c 3	136 (50%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
2.93/3.04	c 3	164 (60%) CSP integer variables are encoded (3936 clauses, 49105 bytes)
2.93/3.04	c 3	191 (70%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
2.93/3.04	c 3	218 (80%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
2.93/3.05	c 3	245 (90%) CSP integer variables are encoded (5880 clauses, 74377 bytes)
2.93/3.05	c 3	272 (100%) CSP integer variables are encoded (6528 clauses, 82801 bytes)
51.38/51.57	c 51	4 (10%) CSP clauses are encoded (237780 clauses, 23198253 bytes)
88.24/88.44	c 88	7 (20%) CSP clauses are encoded (411219 clauses, 41018131 bytes)
124.41/124.63	c 124	10 (30%) CSP clauses are encoded (584658 clauses, 59058424 bytes)
172.96/173.27	c 173	14 (40%) CSP clauses are encoded (815910 clauses, 83112148 bytes)
209.84/210.17	c 210	17 (50%) CSP clauses are encoded (989349 clauses, 101152441 bytes)
225.88/226.29	c 226	20 (60%) CSP clauses are encoded (1096071 clauses, 110975489 bytes)
248.75/249.33	c 249	24 (70%) CSP clauses are encoded (1238367 clauses, 126886613 bytes)
265.39/266.10	c 266	27 (80%) CSP clauses are encoded (1345089 clauses, 138819956 bytes)
282.03/282.93	c 283	30 (90%) CSP clauses are encoded (1451811 clauses, 150753299 bytes)
299.56/300.64	c 300	33 (100%) CSP clauses are encoded (1558533 clauses, 162686642 bytes)
299.56/300.64	c 300	33 CSP clauses encoded
299.56/300.64	c 300	Writing map file : HOME/temp.map
299.56/300.65	c 300	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
299.56/300.65	c 300	SAT : 6800 SAT variables, 1558533 SAT clauses, 162686642 bytes
299.56/300.65	c 300	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
299.62/300.71	c 300	SOLVING HOME/temp.cnf
299.62/300.71	c 300	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
299.62/300.72	c 300	This is MiniSat 2.0 beta
299.62/300.72	c 300	WARNING: for repeatability, setting FPU to use double precision
299.62/300.72	c 300	============================[ Problem Statistics ]=============================
299.62/300.72	c 300	|                                                                             |
299.62/300.72	c 300	|  Number of variables:  6800                                                 |
299.62/300.72	c 300	|  Number of clauses:    1558533                                              |
302.89/304.09	c 304	|  Parsing time:         3.00         s                                       |
303.09/304.30	c 304	============================[ Search Statistics ]==============================
303.09/304.30	c 304	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
303.09/304.30	c 304	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
303.09/304.30	c 304	===============================================================================
303.09/304.30	c 304	|         0 |    6784  1556957 30130743 |   518985        0    nan |  0.000 % |
303.19/304.39	c 304	|       100 |    6781  1556957 30130743 |   570884       97      7 |  0.279 % |
303.29/304.48	c 304	|       250 |    6781  1556957 30130743 |   627972      247      7 |  0.279 % |
303.39/304.54	c 304	|       475 |    6781  1556957 30130743 |   690769      472      8 |  0.279 % |
303.49/304.66	c 304	|       812 |    6781  1556957 30130743 |   759846      809      8 |  0.279 % |
303.69/304.80	c 304	|      1319 |    6780  1556957 30130743 |   835831     1315      8 |  0.294 % |
303.88/305.00	c 305	|      2078 |    6779  1556957 30130743 |   919414     2073      9 |  0.309 % |
304.08/305.20	c 305	|      3218 |    6779  1556957 30130743 |  1011356     3213      9 |  0.309 % |
304.38/305.54	c 305	|      4927 |    6779  1556957 30130743 |  1112491     4922      9 |  0.309 % |
304.98/306.16	c 306	|      7490 |    6779  1556957 30130743 |  1223741     7485      9 |  0.309 % |
305.87/307.07	c 307	|     11334 |    6779  1556957 30130743 |  1346115    11329     10 |  0.309 % |
307.05/308.28	c 308	|     17100 |    6779  1556957 30130743 |  1480726    17095     10 |  0.309 % |
310.03/311.27	c 311	|     25749 |    6779  1556957 30130743 |  1628799    25744     11 |  0.309 % |
313.99/315.29	c 315	|     38724 |    6779  1556957 30130743 |  1791679    38719     11 |  0.309 % |
328.65/330.05	c 330	|     58186 |    6778  1556957 30130743 |  1970847    58180     11 |  0.324 % |
430.99/433.36	c 433	|     87380 |    6775  1556957 30130743 |  2167931    87372     12 |  0.427 % |
477.96/480.74	c 480	===============================================================================
477.96/480.74	c 480	restarts              : 16
477.96/480.74	c 480	conflicts             : 101222         (569 /sec)
477.96/480.74	c 480	decisions             : 145191         (1.88 % random) (816 /sec)
477.96/480.74	c 480	propagations          : 8091491        (45476 /sec)
477.96/480.74	c 480	conflict literals     : 1178745        (25.13 % deleted)
477.96/480.74	c 480	Memory used           : 192.95 MB
477.96/480.74	c 480	CPU time              : 177.927 s
477.96/480.74	c 480	
477.96/480.74	c 480	UNSATISFIABLE
477.96/480.77	c 480	DECODING HOME/temp.out WITH HOME/temp.map
477.96/480.77	c 480	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
478.04/480.86	c 481	Decoding HOME/temp.out
478.04/480.90	s UNSATISFIABLE
478.04/480.91	c 481	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
478.04/480.97	c 481	CPU 476.29 (0.04 0.01 476.25 1.87)
478.04/480.97	c 481	END Fri Jul  4 08:35:36 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1068226-1215152855/watcher-1068226-1215152855 -o /tmp/evaluation-result-1068226-1215152855/solver-1068226-1215152855 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1068226-1215152855.xml 

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.99 4/82 28403
/proc/meminfo: memFree=1668480/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=12272 CPUtime=0
/proc/28403/stat : 28403 (sugar) R 28401 28403 25568 0 -1 4194304 359 0 0 0 0 0 0 0 23 0 1 0 1994259504 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 0 4224 0 0 0 0 17 1 0 0
/proc/28403/statm: 3068 327 246 3 0 168 0

[startup+0.136291 s]
/proc/loadavg: 1.96 2.00 1.99 4/82 28403
/proc/meminfo: memFree=1668480/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.03
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1994259504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201297 s]
/proc/loadavg: 1.96 2.00 1.99 4/82 28403
/proc/meminfo: memFree=1668480/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.03
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1994259504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301306 s]
/proc/loadavg: 1.96 2.00 1.99 4/82 28403
/proc/meminfo: memFree=1668480/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.03
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1994259504 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701337 s]
/proc/loadavg: 1.96 2.00 1.99 4/82 28403
/proc/meminfo: memFree=1668480/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 973 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 1.96 2.00 1.99 4/93 28425
/proc/meminfo: memFree=1646248/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 973 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864188 CPUtime=0.97
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 12360 0 1 0 91 6 0 0 21 0 9 0 1994259557 884928512 11540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216047 11540 2540 9 0 210622 0
[pid=28417/tid=28418] ppid=28416 vsize=864188 CPUtime=0.39
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 2945 0 1 0 38 1 0 0 25 0 9 0 1994259558 884928512 11541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864188 CPUtime=0.48
/proc/28417/task/28419/stat : 28419 (java) R 28416 28403 25568 0 -1 64 8391 0 0 0 45 3 0 0 17 0 9 0 1994259559 884928512 11542 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864188 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994259559 884928512 11542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864188 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994259559 884928512 11543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864188 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 884928512 11544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864188 CPUtime=0.06
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 1994259561 884928512 11544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864188 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 884928512 11545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864188 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 884928512 11546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883144

[startup+3.10256 s]
/proc/loadavg: 1.96 2.00 1.99 4/93 28425
/proc/meminfo: memFree=1595240/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 974 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864300 CPUtime=2.56
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 26702 0 1 0 245 11 0 0 21 0 9 0 1994259557 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216075 25776 2564 9 0 210622 0
[pid=28417/tid=28418] ppid=28416 vsize=864300 CPUtime=0.78
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 3831 0 1 0 76 2 0 0 24 0 9 0 1994259558 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4126625206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864300 CPUtime=1.66
/proc/28417/task/28419/stat : 28419 (java) S 28416 28403 25568 0 -1 64 21825 0 0 0 159 7 0 0 20 0 9 0 1994259559 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994259559 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994259559 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864300 CPUtime=0.09
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1994259561 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 885043200 25776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883256

[startup+6.30285 s]
/proc/loadavg: 2.05 2.02 2.00 3/93 28425
/proc/meminfo: memFree=1568680/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 974 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864300 CPUtime=5.76
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 27673 0 1 0 565 11 0 0 21 0 9 0 1994259557 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216075 26735 2564 9 0 210622 0
[pid=28417/tid=28418] ppid=28416 vsize=864300 CPUtime=3.94
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 3843 0 1 0 392 2 0 0 25 0 9 0 1994259558 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4126620109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864300 CPUtime=1.71
/proc/28417/task/28419/stat : 28419 (java) S 28416 28403 25568 0 -1 64 22783 0 0 0 163 8 0 0 16 0 9 0 1994259559 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994259559 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994259559 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864300 CPUtime=0.09
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 1994259561 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 885043200 26735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883256

[startup+12.7024 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 28425
/proc/meminfo: memFree=1554984/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 974 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864300 CPUtime=12.16
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 29581 0 1 0 1204 12 0 0 21 0 9 0 1994259557 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216075 28621 2564 9 0 210622 0
[pid=28417/tid=28418] ppid=28416 vsize=864300 CPUtime=10.24
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 3865 0 1 0 1022 2 0 0 25 0 9 0 1994259558 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4126570273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864300 CPUtime=1.8
/proc/28417/task/28419/stat : 28419 (java) S 28416 28403 25568 0 -1 64 24669 0 0 0 171 9 0 0 16 0 9 0 1994259559 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994259559 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994259559 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864300 CPUtime=0.09
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 1994259561 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 885043200 28621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 883256

[startup+25.5026 s]
/proc/loadavg: 2.03 2.02 2.00 3/93 28425
/proc/meminfo: memFree=1532008/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 974 4771 0 1 3 0 40 3 15 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864300 CPUtime=24.95
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 32513 0 1 0 2478 17 0 0 21 0 9 0 1994259557 885043200 31498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216075 31498 2564 9 0 210622 0
[pid=28417/tid=28418] ppid=28416 vsize=864300 CPUtime=22.87
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 3920 0 1 0 2282 5 0 0 25 0 9 0 1994259558 885043200 31498 996147200 134512640 134550740 4294955952 18446744073709551615 4126625950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864300 CPUtime=1.96
/proc/28417/task/28419/stat : 28419 (java) S 28416 28403 25568 0 -1 64 27541 0 0 0 186 10 0 0 16 0 9 0 1994259559 885043200 31498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994259559 885043200 31498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864300 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994259559 885043200 31498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=28417/tid=28420] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1994259559 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994259559 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864368 CPUtime=0.11
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 883324

[startup+282.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 28427
/proc/meminfo: memFree=1241832/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=0.46
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 974 4771 0 1 3 0 40 3 16 0 1 0 1994259504 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 797 370 3 0 500 0
[pid=28416] ppid=28403 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28403 28403 25568 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1994259556 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 233 193 169 0 50 0
[pid=28417] ppid=28416 vsize=864368 CPUtime=280.97
/proc/28417/stat : 28417 (java) S 28416 28403 25568 0 -1 0 64978 0 1 0 27975 122 0 0 21 0 9 0 1994259557 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28417/statm: 216092 41782 2564 9 0 210639 0
[pid=28417/tid=28418] ppid=28416 vsize=864368 CPUtime=273.28
/proc/28417/task/28418/stat : 28418 (java) R 28416 28403 25568 0 -1 64 5123 0 1 0 27241 87 0 0 25 0 9 0 1994259558 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28417/tid=28419] ppid=28416 vsize=864368 CPUtime=7.56
/proc/28417/task/28419/stat : 28419 (java) S 28416 28403 25568 0 -1 64 58798 0 0 0 723 33 0 0 16 0 9 0 1994259559 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28417/tid=28420] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28420/stat : 28420 (java) S 28416 28403 25568 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1994259559 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28421] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28421/stat : 28421 (java) S 28416 28403 25568 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994259559 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28422] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28422/stat : 28422 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28423] ppid=28416 vsize=864368 CPUtime=0.11
/proc/28417/task/28423/stat : 28423 (java) S 28416 28403 25568 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28424] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28424/stat : 28424 (java) S 28416 28403 25568 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28417/tid=28425] ppid=28416 vsize=864368 CPUtime=0
/proc/28417/task/28425/stat : 28425 (java) S 28416 28403 25568 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994259561 885112832 41782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 883324

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/77 28429
/proc/meminfo: memFree=1189544/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.66
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 3 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=190472 CPUtime=41.18
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 47150 0 0 0 4079 39 0 0 25 0 1 0 1994289576 195043328 47136 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 47618 47136 76 150 0 47465 0
Current children cumulated CPU time (s) 340.84
Current children cumulated vsize (KiB) 209428

[startup+402.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 28429
/proc/meminfo: memFree=1180584/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.66
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 3 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=194648 CPUtime=100.61
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48208 0 0 0 10022 39 0 0 25 0 1 0 1994289576 199319552 48194 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 48662 48194 76 150 0 48509 0
Current children cumulated CPU time (s) 400.27
Current children cumulated vsize (KiB) 213604

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28431
/proc/meminfo: memFree=1177064/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.67
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 4 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=197032 CPUtime=160.06
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48764 0 0 0 15966 40 0 0 25 0 1 0 1994289576 201760768 48750 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 49258 48750 76 150 0 49105 0
Current children cumulated CPU time (s) 459.73
Current children cumulated vsize (KiB) 215988

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

[startup+473.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1175848/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.67
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 4 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=197440 CPUtime=171.25
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48849 0 0 0 17085 40 0 0 25 0 1 0 1994289576 202178560 48835 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 49360 48835 76 150 0 49207 0
Current children cumulated CPU time (s) 470.92
Current children cumulated vsize (KiB) 216396

[startup+476.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1175336/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.67
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 4 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=197440 CPUtime=174.42
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48869 0 0 0 17402 40 0 0 25 0 1 0 1994289576 202178560 48855 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 49360 48855 76 150 0 49207 0
Current children cumulated CPU time (s) 474.09
Current children cumulated vsize (KiB) 216396

[startup+478.402 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1175272/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.67
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 4 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=197572 CPUtime=176.01
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48879 0 0 0 17561 40 0 0 25 0 1 0 1994289576 202313728 48865 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 49393 48865 76 150 0 49240 0
Current children cumulated CPU time (s) 475.68
Current children cumulated vsize (KiB) 216528

[startup+480.002 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1174888/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=299.67
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1033 75328 0 2 4 1 29821 141 16 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
[pid=28428] ppid=28403 vsize=5356 CPUtime=0
/proc/28428/stat : 28428 (sh) S 28403 28403 25568 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994289576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28428/statm: 1339 232 193 169 0 50 0
[pid=28429] ppid=28428 vsize=197572 CPUtime=177.59
/proc/28429/stat : 28429 (minisat) R 28428 28403 25568 0 -1 4194304 48889 0 0 0 17719 40 0 0 25 0 1 0 1994289576 202313728 48875 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28429/statm: 49393 48875 76 150 0 49240 0
Current children cumulated CPU time (s) 477.26
Current children cumulated vsize (KiB) 216528

[startup+480.807 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1174888/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=478.04
/proc/28403/stat : 28403 (sugar) S 28401 28403 25568 0 -1 4194304 1072 124513 0 2 4 1 47614 185 17 0 1 0 1994259504 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28403/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 478.04
Current children cumulated vsize (KiB) 13600

[startup+481.002 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28431
/proc/meminfo: memFree=1174888/2055920 swapFree=4180840/4192956
[pid=28403] ppid=28401 vsize=13600 CPUtime=478.2
/proc/28403/stat : 28403 (sugar) R 28401 28403 25568 0 -1 4194304 1119 128208 0 3 4 4 47625 187 16 0 1 0 1994259504 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28403/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 478.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 481.048
CPU time (s): 478.273
CPU user time (s): 476.299
CPU system time (s): 1.9747
CPU usage (%): 99.4231
Max. virtual memory (cumulated for all children) (KiB): 896640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.299
system time used= 1.9747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129357
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= 17098
involuntary context switches= 23940

runsolver used 0.620905 second user time and 1.61675 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 08:27:35
IDJOB=1068226
IDBENCH=55505
IDSOLVER=346
FILE ID=node25/1068226-1215152855
PBS_JOBID= 7877293
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068226-1215152855/watcher-1068226-1215152855 -o /tmp/evaluation-result-1068226-1215152855/solver-1068226-1215152855 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1068226-1215152855.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da2ac26052baa9f2c530f67d033b239f
RANDOM SEED=230192112

node25.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.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	: 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.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:       1668960 kB
Buffers:         37080 kB
Cached:         149880 kB
SwapCached:       5956 kB
Active:         256844 kB
Inactive:        71424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668960 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:           16284 kB
Writeback:           0 kB
Mapped:         158408 kB
Slab:            43460 kB
Committed_AS:  3619196 kB
PageTables:       2364 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= 66420 MiB
End job on node25 at 2008-07-04 08:35:36