Trace number 1110768

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? (TO) 3600.13 3615.53

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-19_ext.xml
MD5SUMef2099be043c5df0fa11e36db9245d5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints35
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables304
Number of constraints35
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension35
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 Sat Jul 12 05:50:18 2008
0.00/0.04	c 0	PID 16699
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110768-1215834618.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-1110768-1215834618.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 304 variables, 0 predicates, 2 relations, 35 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.46/0.60	c 1	Parsing HOME/temp.csp
0.46/0.77	c 1	parsed 342 expressions
0.46/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.78	c 1	MAX CSP: 35 constraints
0.46/0.78	c 1	Converting to clausal form CSP
0.46/0.80	c 1	converted 38 (10%) expressions
0.46/0.80	c 1	converted 76 (20%) expressions
0.46/0.80	c 1	converted 114 (30%) expressions
0.46/0.80	c 1	converted 152 (40%) expressions
0.46/0.81	c 1	converted 190 (50%) expressions
0.46/0.81	c 1	converted 228 (60%) expressions
0.46/0.81	c 1	converted 266 (70%) expressions
0.46/0.81	c 1	converted 304 (80%) expressions
1.91/2.06	c 2	converted 342 (90%) expressions
2.50/2.64	c 3	converted 380 (100%) expressions
2.50/2.64	c 3	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 53
2.50/2.64	c 3	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.64	c 3	Propagation in CSP
2.50/2.65	c 3	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.65	c 3	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 36
2.50/2.65	c 3	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.65	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.66	c 3	CSP : 374 integers, 0 booleans, 104 clauses, largest domain size 36
2.50/2.66	c 3	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.90	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.92	c 3	38 (10%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.80/2.92	c 3	75 (20%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
2.80/2.93	c 3	113 (30%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
2.80/2.93	c 3	150 (40%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
2.80/2.93	c 3	187 (50%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
2.80/2.93	c 3	225 (60%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
2.80/2.93	c 3	262 (70%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
2.80/2.93	c 3	300 (80%) CSP integer variables are encoded (7200 clauses, 91537 bytes)
2.80/2.93	c 3	337 (90%) CSP integer variables are encoded (7296 clauses, 92785 bytes)
2.80/2.94	c 3	374 (100%) CSP integer variables are encoded (7586 clauses, 96555 bytes)
140.09/140.90	c 141	11 (10%) CSP clauses are encoded (643529 clauses, 69343643 bytes)
239.32/240.23	c 241	21 (20%) CSP clauses are encoded (1137303 clauses, 123318651 bytes)
254.30/255.27	c 256	32 (30%) CSP clauses are encoded (1309288 clauses, 144621328 bytes)
258.50/259.40	c 260	42 (40%) CSP clauses are encoded (1356226 clauses, 150447978 bytes)
258.50/259.41	c 260	52 (50%) CSP clauses are encoded (1356326 clauses, 150449600 bytes)
258.50/259.41	c 260	63 (60%) CSP clauses are encoded (1356379 clauses, 150450415 bytes)
258.50/259.41	c 260	73 (70%) CSP clauses are encoded (1356667 clauses, 150455347 bytes)
258.50/259.41	c 260	84 (80%) CSP clauses are encoded (1356752 clauses, 150456715 bytes)
258.50/259.42	c 260	94 (90%) CSP clauses are encoded (1357278 clauses, 150465176 bytes)
258.50/259.42	c 260	104 (100%) CSP clauses are encoded (1358287 clauses, 150482800 bytes)
258.50/259.42	c 260	104 CSP clauses encoded
258.50/259.42	c 260	Writing map file : HOME/temp.map
258.50/259.43	c 260	Heap : 125 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
258.50/259.43	c 260	SAT : 7960 SAT variables, 1358287 SAT clauses, 150482800 bytes
258.50/259.43	c 260	Heap : 125 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
258.50/259.50	c 260	OBJECTIVE minimize _COST
258.50/259.50	c 260	OBJECTIVE BOUND: 0 <= _COST <= 
258.50/259.50	c 260	SEARCHING: _COST <= 18
258.50/259.50	c 260	SOLVING HOME/temp.cnf
258.50/259.50	c 260	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
258.56/259.51	c 260	This is MiniSat 2.0 beta
258.56/259.51	c 260	WARNING: for repeatability, setting FPU to use double precision
258.56/259.51	c 260	============================[ Problem Statistics ]=============================
258.56/259.51	c 260	|                                                                             |
258.56/259.51	c 260	|  Number of variables:  7960                                                 |
258.56/259.51	c 260	|  Number of clauses:    1358288                                              |
261.53/262.52	c 263	|  Parsing time:         2.72         s                                       |
261.63/262.69	c 263	============================[ Search Statistics ]==============================
261.63/262.69	c 263	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
261.63/262.69	c 263	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
261.63/262.69	c 263	===============================================================================
261.63/262.69	c 263	|         0 |    7858  1357480 27683790 |   452493        0    nan |  0.000 % |
261.73/262.76	c 263	|       100 |    7858  1357480 27683790 |   497742      100      8 |  1.281 % |
262.02/263.10	c 263	|       251 |    7858  1357480 27683790 |   547516      251      7 |  1.281 % |
262.23/263.22	c 264	|       476 |    7858  1357480 27683790 |   602268      476      8 |  1.281 % |
262.23/263.28	c 264	|       813 |    7858  1357480 27683790 |   662495      813      8 |  1.281 % |
262.42/263.44	c 264	|      1319 |    7858  1357480 27683790 |   728745     1319      8 |  1.281 % |
262.62/263.66	c 264	|      2079 |    7858  1357480 27683790 |   801619     2079      9 |  1.281 % |
262.72/263.79	c 264	|      3218 |    7858  1357480 27683790 |   881781     3218      9 |  1.281 % |
263.12/264.19	c 265	|      4926 |    7858  1357480 27683790 |   969959     4926      9 |  1.281 % |
263.51/264.59	c 265	|      7489 |    7858  1357480 27683790 |  1066955     7489      9 |  1.281 % |
264.11/265.14	c 266	|     11333 |    7858  1357480 27683790 |  1173651    11333     10 |  1.281 % |
265.41/266.49	c 267	|     17099 |    7858  1357480 27683790 |  1291016    17099     10 |  1.281 % |
267.49/268.54	c 269	|     25748 |    7858  1357480 27683790 |  1420117    25748     10 |  1.281 % |
271.38/272.49	c 273	|     38722 |    7858  1357480 27683790 |  1562129    38722     11 |  1.281 % |
275.65/276.79	c 277	|     58184 |    7858  1357480 27683790 |  1718342    58184     11 |  1.281 % |
283.12/284.23	c 285	|     87376 |    7858  1357480 27683790 |  1890176    87376     11 |  1.281 % |
302.42/303.65	c 304	|    131165 |    7858  1357480 27683790 |  2079194   131165     12 |  1.281 % |
332.66/334.07	c 334	|    196851 |    7858  1357480 27683790 |  2287114   196851     12 |  1.281 % |
391.15/392.84	c 393	|    295378 |    7858  1357480 27683790 |  2515825   295378     13 |  1.281 % |
551.97/554.35	c 555	|    443168 |    7858  1357480 27683790 |  2767408   443168     15 |  1.281 % |
920.48/924.41	c 925	|    664851 |    7858  1357480 27683790 |  3044148   664851     16 |  1.281 % |
2048.98/2057.78	c 2058	|    997376 |    7858  1357480 27683790 |  3348563   997376     20 |  1.281 % |
3600.09/3615.41	c ERROR INTERRUPTED
3600.09/3615.46	s UNKNOWN
3600.09/3615.46	c 3616	CPU 257.19 (0.03 0 257.16 1.38)
3600.09/3615.46	c 3616	END Sat Jul 12 06:50:34 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-1110768-1215834618/watcher-1110768-1215834618 -o /tmp/evaluation-result-1110768-1215834618/solver-1110768-1215834618 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110768-1215834618.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/80 16699
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=12268 CPUtime=0
/proc/16699/stat : 16699 (sugar) R 16697 16699 15751 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40163373 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 210842087049 0 0 4224 0 0 0 0 17 1 0 0
/proc/16699/statm: 3067 316 241 3 0 167 0

[startup+0.0910569 s]
/proc/loadavg: 2.00 2.00 1.92 4/80 16699
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.03
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40163373 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102057 s]
/proc/loadavg: 2.00 2.00 1.92 4/80 16699
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.03
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40163373 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302101 s]
/proc/loadavg: 2.00 2.00 1.92 4/80 16699
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.03
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40163373 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702179 s]
/proc/loadavg: 2.00 2.00 1.92 4/80 16699
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 16 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 1.92 4/91 16721
/proc/meminfo: memFree=1817296/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 15 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
[pid=16712] ppid=16699 vsize=5356 CPUtime=0
/proc/16712/stat : 16712 (sh) S 16699 16699 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40163426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16712/statm: 1339 233 193 169 0 50 0
[pid=16713] ppid=16712 vsize=864164 CPUtime=0.95
/proc/16713/stat : 16713 (java) S 16712 16699 15751 0 -1 0 11830 0 1 0 89 6 0 0 18 0 9 0 40163426 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16713/statm: 216041 10976 2540 9 0 210616 0
[pid=16713/tid=16714] ppid=16712 vsize=864164 CPUtime=0.37
/proc/16713/task/16714/stat : 16714 (java) R 16712 16699 15751 0 -1 64 2965 0 1 0 36 1 0 0 22 0 9 0 40163427 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4126576056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16715] ppid=16712 vsize=864164 CPUtime=0.47
/proc/16713/task/16715/stat : 16715 (java) S 16712 16699 15751 0 -1 64 7830 0 0 0 44 3 0 0 17 0 9 0 40163428 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16716] ppid=16712 vsize=864164 CPUtime=0
/proc/16713/task/16716/stat : 16716 (java) S 16712 16699 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40163428 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16717] ppid=16712 vsize=864164 CPUtime=0
/proc/16713/task/16717/stat : 16717 (java) S 16712 16699 15751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40163428 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16718] ppid=16712 vsize=864164 CPUtime=0
/proc/16713/task/16718/stat : 16718 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40163430 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16719] ppid=16712 vsize=864164 CPUtime=0.08
/proc/16713/task/16719/stat : 16719 (java) S 16712 16699 15751 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 40163430 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16720] ppid=16712 vsize=864164 CPUtime=0
/proc/16713/task/16720/stat : 16720 (java) S 16712 16699 15751 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40163430 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16721] ppid=16712 vsize=864164 CPUtime=0
/proc/16713/task/16721/stat : 16721 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40163430 884903936 10976 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883120

[startup+3.10267 s]
/proc/loadavg: 2.00 2.00 1.92 3/91 16721
/proc/meminfo: memFree=1770512/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 15 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
[pid=16712] ppid=16699 vsize=5356 CPUtime=0
/proc/16712/stat : 16712 (sh) S 16699 16699 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40163426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16712/statm: 1339 233 193 169 0 50 0
[pid=16713] ppid=16712 vsize=864276 CPUtime=2.54
/proc/16713/stat : 16713 (java) S 16712 16699 15751 0 -1 0 23969 0 1 0 244 10 0 0 18 0 9 0 40163426 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16713/statm: 216069 22996 2565 9 0 210616 0
[pid=16713/tid=16714] ppid=16712 vsize=864276 CPUtime=0.85
/proc/16713/task/16714/stat : 16714 (java) R 16712 16699 15751 0 -1 64 3936 0 1 0 83 2 0 0 19 0 9 0 40163427 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4126663319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16715] ppid=16712 vsize=864276 CPUtime=1.55
/proc/16713/task/16715/stat : 16715 (java) S 16712 16699 15751 0 -1 64 18974 0 0 0 148 7 0 0 16 0 9 0 40163428 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16716] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16716/stat : 16716 (java) S 16712 16699 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40163428 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16717] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16717/stat : 16717 (java) S 16712 16699 15751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40163428 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16718] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16718/stat : 16718 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40163430 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16719] ppid=16712 vsize=864276 CPUtime=0.12
/proc/16713/task/16719/stat : 16719 (java) S 16712 16699 15751 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 40163430 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16720] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16720/stat : 16720 (java) S 16712 16699 15751 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40163430 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16721] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16721/stat : 16721 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40163430 885018624 22996 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883232

[startup+6.3013 s]
/proc/loadavg: 2.08 2.02 1.93 3/91 16721
/proc/meminfo: memFree=1745424/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 15 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
[pid=16712] ppid=16699 vsize=5356 CPUtime=0
/proc/16712/stat : 16712 (sh) S 16699 16699 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40163426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16712/statm: 1339 233 193 169 0 50 0
[pid=16713] ppid=16712 vsize=864276 CPUtime=5.71
/proc/16713/stat : 16713 (java) S 16712 16699 15751 0 -1 0 24856 0 1 0 560 11 0 0 18 0 9 0 40163426 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16713/statm: 216069 23871 2565 9 0 210616 0
[pid=16713/tid=16714] ppid=16712 vsize=864276 CPUtime=3.97
/proc/16713/task/16714/stat : 16714 (java) R 16712 16699 15751 0 -1 64 3948 0 1 0 395 2 0 0 25 0 9 0 40163427 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4126663232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16715] ppid=16712 vsize=864276 CPUtime=1.59
/proc/16713/task/16715/stat : 16715 (java) S 16712 16699 15751 0 -1 64 19849 0 0 0 152 7 0 0 16 0 9 0 40163428 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16716] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16716/stat : 16716 (java) S 16712 16699 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40163428 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16717] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16717/stat : 16717 (java) S 16712 16699 15751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40163428 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16718] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16718/stat : 16718 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40163430 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16719] ppid=16712 vsize=864276 CPUtime=0.12
/proc/16713/task/16719/stat : 16719 (java) S 16712 16699 15751 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 40163430 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16720] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16720/stat : 16720 (java) S 16712 16699 15751 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40163430 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16721] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16721/stat : 16721 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40163430 885018624 23871 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883232

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 1.93 3/91 16721
/proc/meminfo: memFree=1739024/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 15 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
[pid=16712] ppid=16699 vsize=5356 CPUtime=0
/proc/16712/stat : 16712 (sh) S 16699 16699 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40163426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16712/statm: 1339 233 193 169 0 50 0
[pid=16713] ppid=16712 vsize=864276 CPUtime=12.05
/proc/16713/stat : 16713 (java) S 16712 16699 15751 0 -1 0 26749 0 1 0 1193 12 0 0 18 0 9 0 40163426 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16713/statm: 216069 25739 2565 9 0 210616 0
[pid=16713/tid=16714] ppid=16712 vsize=864276 CPUtime=10.21
/proc/16713/task/16714/stat : 16714 (java) R 16712 16699 15751 0 -1 64 3973 0 1 0 1019 2 0 0 25 0 9 0 40163427 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4126663245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16715] ppid=16712 vsize=864276 CPUtime=1.68
/proc/16713/task/16715/stat : 16715 (java) S 16712 16699 15751 0 -1 64 21717 0 0 0 160 8 0 0 16 0 9 0 40163428 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16716] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16716/stat : 16716 (java) S 16712 16699 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40163428 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16717] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16717/stat : 16717 (java) S 16712 16699 15751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40163428 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16718] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16718/stat : 16718 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40163430 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16719] ppid=16712 vsize=864276 CPUtime=0.12
/proc/16713/task/16719/stat : 16719 (java) S 16712 16699 15751 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 40163430 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16720] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16720/stat : 16720 (java) S 16712 16699 15751 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40163430 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16721] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16721/stat : 16721 (java) S 16712 16699 15751 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40163430 885018624 25739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883232

[startup+25.5051 s]
/proc/loadavg: 2.06 2.01 1.93 3/91 16721
/proc/meminfo: memFree=1721552/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=0.46
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 974 4739 0 1 3 0 39 4 15 0 1 0 40163373 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16699/statm: 3400 797 370 3 0 500 0
[pid=16712] ppid=16699 vsize=5356 CPUtime=0
/proc/16712/stat : 16712 (sh) S 16699 16699 15751 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40163426 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16712/statm: 1339 233 193 169 0 50 0
[pid=16713] ppid=16712 vsize=864276 CPUtime=24.72
/proc/16713/stat : 16713 (java) S 16712 16699 15751 0 -1 0 29592 0 1 0 2456 16 0 0 18 0 9 0 40163426 885018624 28519 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16713/statm: 216069 28519 2565 9 0 210616 0
[pid=16713/tid=16714] ppid=16712 vsize=864276 CPUtime=22.7
/proc/16713/task/16714/stat : 16714 (java) R 16712 16699 15751 0 -1 64 4037 0 1 0 2265 5 0 0 25 0 9 0 40163427 885018624 28519 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16715] ppid=16712 vsize=864276 CPUtime=1.85
/proc/16713/task/16715/stat : 16715 (java) S 16712 16699 15751 0 -1 64 24488 0 0 0 176 9 0 0 15 0 9 0 40163428 885018624 28519 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16716] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16716/stat : 16716 (java) S 16712 16699 15751 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40163428 885018624 28519 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16713/tid=16717] ppid=16712 vsize=864276 CPUtime=0
/proc/16713/task/16717/stat : 16717 (java) S 16712 16699 15751 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40163428 885018624 28519 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=341788 CPUtime=2950.1
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 84151 0 0 0 294921 89 0 0 25 0 1 0 40189324 349990912 84137 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 85447 84137 76 150 0 85294 0
Current children cumulated CPU time (s) 3208.66
Current children cumulated vsize (KiB) 360744

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=809544/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=343324 CPUtime=3009.85
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 84541 0 0 0 300896 89 0 0 25 0 1 0 40189324 351563776 84527 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 85831 84527 76 150 0 85678 0
Current children cumulated CPU time (s) 3268.41
Current children cumulated vsize (KiB) 362280

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=805832/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=344444 CPUtime=3069.59
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 84854 0 0 0 306869 90 0 0 25 0 1 0 40189324 352710656 84840 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 86111 84840 76 150 0 85958 0
Current children cumulated CPU time (s) 3328.15
Current children cumulated vsize (KiB) 363400

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=801096/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=345732 CPUtime=3129.34
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 85178 0 0 0 312844 90 0 0 25 0 1 0 40189324 354029568 85164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 86433 85164 76 150 0 86280 0
Current children cumulated CPU time (s) 3387.9
Current children cumulated vsize (KiB) 364688

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=796104/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=347360 CPUtime=3189.08
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 85570 0 0 0 318817 91 0 0 25 0 1 0 40189324 355696640 85556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 86840 85556 76 150 0 86687 0
Current children cumulated CPU time (s) 3447.64
Current children cumulated vsize (KiB) 366316

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=790920/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=348636 CPUtime=3248.81
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 85903 0 0 0 324790 91 0 0 25 0 1 0 40189324 357003264 85889 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 87159 85889 76 150 0 87006 0
Current children cumulated CPU time (s) 3507.37
Current children cumulated vsize (KiB) 367592

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=785672/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=350188 CPUtime=3308.57
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 86296 0 0 0 330765 92 0 0 25 0 1 0 40189324 358592512 86282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 87547 86282 76 150 0 87394 0
Current children cumulated CPU time (s) 3567.13
Current children cumulated vsize (KiB) 369144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=782856/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=351012 CPUtime=3341.53
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 86490 0 0 0 334061 92 0 0 25 0 1 0 40189324 359436288 86476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 87753 86476 76 150 0 87600 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 369968

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

[startup+3615.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=782856/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.56
/proc/16699/stat : 16699 (sugar) S 16697 16699 15751 0 -1 4194304 1054 67329 0 2 3 0 25715 138 16 0 1 0 40163373 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16699/statm: 3400 803 374 3 0 500 0
[pid=16773] ppid=16699 vsize=5356 CPUtime=0
/proc/16773/stat : 16773 (sh) S 16699 16699 15751 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40189324 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16773/statm: 1339 232 193 169 0 50 0
[pid=16774] ppid=16773 vsize=351012 CPUtime=3341.53
/proc/16774/stat : 16774 (minisat) R 16773 16699 15751 0 -1 4194304 86490 0 0 0 334061 92 0 0 25 0 1 0 40189324 359436288 86476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16774/statm: 87753 86476 76 150 0 87600 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 369968

# WARNING:
# current cumulated CPU time (258.63 s) is less than in the last sample (3600.09 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3341.46 s) to the 'lost time'.

[startup+3615.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=782856/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.63
/proc/16699/stat : 16699 (sugar) R 16697 16699 15751 0 -1 4194304 1091 67606 0 2 3 6 25716 138 17 0 1 0 40163373 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16699/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 258.63
Current children cumulated vsize (KiB) 13600

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

[startup+3615.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=782856/2055920 swapFree=4192812/4192956
[pid=16699] ppid=16697 vsize=13600 CPUtime=258.63
/proc/16699/stat : 16699 (sugar) R 16697 16699 15751 0 -1 4194304 1091 67606 0 2 3 6 25716 138 17 0 1 0 40163373 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16699/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 258.63
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3341.46
#  lost CPU user time (s): 3340.6
#  lost CPU system time (s): 0.86

Real time (s): 3615.53
CPU time (s): 3600.13
CPU user time (s): 3597.8
CPU system time (s): 2.32678
CPU usage (%): 99.5738
Max. virtual memory (cumulated for all children) (KiB): 896676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.2
system time used= 1.46678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68729
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= 16039
involuntary context switches= 14253

runsolver used 4.42633 second user time and 12.4271 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 05:50:18
IDJOB=1110768
IDBENCH=61150
IDSOLVER=368
FILE ID=node33/1110768-1215834618
PBS_JOBID= 7903360
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-19_ext.xml
COMMAND LINE= DIR/sugar -max -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-1110768-1215834618/watcher-1110768-1215834618 -o /tmp/evaluation-result-1110768-1215834618/solver-1110768-1215834618 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110768-1215834618.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef2099be043c5df0fa11e36db9245d5b
RANDOM SEED=1285620182

node33.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.264
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.264
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:       1834184 kB
Buffers:         31500 kB
Cached:          88180 kB
SwapCached:          0 kB
Active:         102720 kB
Inactive:        61256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          64604 kB
Slab:            42936 kB
Committed_AS:   955700 kB
PageTables:       1828 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= 66308 MiB
End job on node33 at 2008-07-12 06:50:36