Trace number 1068052

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+minisat? (TO) 1800.07 1811.92

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-03.xml
MD5SUM29659e98fde4041d7f30db71ecb3a91d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19867
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 08:16:01 2008
0.00/0.05	c 0	PID 23082
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068052-1215152161.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-1068052-1215152161.xml' 'HOME/temp.csp'
0.03/0.90	c 1	1 domains, 362 variables, 8 predicates, 8 relations, 2140 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	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.91/1.03	c 1	Parsing HOME/temp.csp
1.50/1.64	c 1	parsed 2519 expressions
1.50/1.64	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.64	c 1	Converting to clausal form CSP
1.50/1.67	c 1	converted 252 (10%) expressions
3.19/3.32	c 3	converted 504 (20%) expressions
3.68/3.84	c 4	converted 756 (30%) expressions
4.57/4.78	c 5	converted 1008 (40%) expressions
4.77/4.98	c 5	converted 1260 (50%) expressions
5.16/5.31	c 5	converted 1512 (60%) expressions
5.16/5.39	c 5	converted 1764 (70%) expressions
5.26/5.44	c 5	converted 2016 (80%) expressions
5.26/5.47	c 5	converted 2268 (90%) expressions
5.36/5.54	c 5	converted 2519 (100%) expressions
5.36/5.54	c 5	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
5.36/5.54	c 5	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.55	c 5	Propagation in CSP
5.36/5.58	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.36/5.58	c 5	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
5.36/5.58	c 5	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.58	c 5	Simplifing CSP by introducing new Boolean variables
5.45/5.64	c 5	CSP : 362 integers, 18292 booleans, 20432 clauses, largest domain size 26
5.45/5.64	c 5	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.35/6.54	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.35/6.58	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
6.35/6.58	c 6	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
6.35/6.58	c 6	109 (30%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
6.35/6.58	c 6	145 (40%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
6.35/6.59	c 6	181 (50%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
6.35/6.59	c 6	218 (60%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
6.35/6.59	c 6	254 (70%) CSP integer variables are encoded (6096 clauses, 77185 bytes)
6.35/6.59	c 6	290 (80%) CSP integer variables are encoded (6960 clauses, 88417 bytes)
6.35/6.59	c 6	326 (90%) CSP integer variables are encoded (7824 clauses, 99649 bytes)
6.35/6.59	c 6	362 (100%) CSP integer variables are encoded (8688 clauses, 110881 bytes)
70.69/71.52	c 71	2044 (10%) CSP clauses are encoded (1091267 clauses, 46489441 bytes)
119.88/121.22	c 121	4087 (20%) CSP clauses are encoded (1497698 clauses, 67233796 bytes)
142.56/144.11	c 144	6130 (30%) CSP clauses are encoded (1694562 clauses, 77371852 bytes)
190.38/192.43	c 192	8173 (40%) CSP clauses are encoded (2044618 clauses, 97232896 bytes)
190.49/192.52	c 192	10216 (50%) CSP clauses are encoded (2093086 clauses, 98148291 bytes)
190.58/192.62	c 192	12260 (60%) CSP clauses are encoded (2141580 clauses, 99098395 bytes)
190.68/192.72	c 193	14303 (70%) CSP clauses are encoded (2190073 clauses, 100055587 bytes)
190.79/192.82	c 193	16346 (80%) CSP clauses are encoded (2238541 clauses, 101012332 bytes)
195.25/197.34	c 197	18389 (90%) CSP clauses are encoded (2328197 clauses, 104960182 bytes)
195.35/197.45	c 197	20432 (100%) CSP clauses are encoded (2377990 clauses, 105940234 bytes)
195.35/197.45	c 197	20432 CSP clauses encoded
195.35/197.45	c 197	Writing map file : HOME/temp.map
195.35/197.47	c 197	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
195.35/197.47	c 197	SAT : 27342 SAT variables, 2377990 SAT clauses, 105940234 bytes
195.35/197.47	c 197	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
195.41/197.53	c 197	SOLVING HOME/temp.cnf
195.41/197.53	c 197	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
195.41/197.54	c 197	This is MiniSat 2.0 beta
195.41/197.54	c 197	WARNING: for repeatability, setting FPU to use double precision
195.41/197.54	c 197	============================[ Problem Statistics ]=============================
195.41/197.54	c 197	|                                                                             |
195.41/197.54	c 197	|  Number of variables:  27342                                                |
195.41/197.54	c 197	|  Number of clauses:    2377990                                              |
197.68/199.87	c 200	|  Parsing time:         2.02         s                                       |
197.88/200.03	c 200	============================[ Search Statistics ]==============================
197.88/200.03	c 200	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
197.88/200.03	c 200	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
197.88/200.03	c 200	===============================================================================
197.88/200.03	c 200	|         0 |   27342  2377990 18526678 |   792663        0    nan |  0.000 % |
198.18/200.35	c 200	|       100 |   27340  2377990 18526678 |   871929       98      7 |  0.007 % |
198.28/200.43	c 200	|       250 |   27340  2377990 18526678 |   959122      248      9 |  0.007 % |
198.38/200.50	c 200	|       476 |   27340  2377990 18526678 |  1055034      474     10 |  0.007 % |
198.38/200.59	c 200	|       813 |   27340  2377990 18526678 |  1160538      811     10 |  0.007 % |
198.48/200.68	c 200	|      1319 |   27339  2377990 18526678 |  1276592     1316     10 |  0.011 % |
198.67/200.84	c 201	|      2078 |   27339  2377990 18526678 |  1404251     2075     11 |  0.011 % |
198.77/200.98	c 201	|      3219 |   27339  2377990 18526678 |  1544676     3216     10 |  0.011 % |
199.07/201.27	c 201	|      4928 |   27339  2377990 18526678 |  1699144     4925     10 |  0.011 % |
199.76/201.97	c 202	|      7490 |   27339  2377990 18526678 |  1869058     7487     11 |  0.011 % |
200.96/203.15	c 203	|     11336 |   27339  2377990 18526678 |  2055964    11333     12 |  0.011 % |
202.83/205.00	c 205	|     17103 |   27339  2377990 18526678 |  2261560    17100     12 |  0.011 % |
204.71/206.99	c 207	|     25752 |   27339  2377990 18526678 |  2487717    25749     11 |  0.011 % |
209.17/211.40	c 211	|     38727 |   27339  2377990 18526678 |  2736488    38724     12 |  0.011 % |
218.09/220.45	c 220	|     58188 |   27339  2377990 18526678 |  3010137    58185     14 |  0.011 % |
228.20/230.66	c 230	|     87382 |   27339  2377990 18526678 |  3311151    87379     14 |  0.011 % |
242.66/245.28	c 245	|    131171 |   27339  2377990 18526678 |  3642266   131168     14 |  0.011 % |
257.21/259.91	c 260	|    196856 |   27337  2377990 18526678 |  4006493   196851     13 |  0.018 % |
306.49/309.74	c 310	|    295382 |   27336  2377990 18526678 |  4407142   295376     14 |  0.022 % |
388.62/392.65	c 392	|    443171 |   27328  2375045 18507323 |  4847856   443131     14 |  0.051 % |
597.43/603.48	c 603	|    664854 |   27328  2375045 18507323 |  5332642   664813     15 |  0.055 % |
993.82/1002.81	c 1003	|    997379 |   27321  2374169 18502521 |  5865906   997328     16 |  0.077 % |
1800.07/1811.82	c ERROR INTERRUPTED
1800.07/1811.86	s UNKNOWN
1800.07/1811.86	c 1812	CPU 194.24 (0.04 0.01 194.2 1.21)
1800.07/1811.86	c 1812	END Fri Jul  4 08:46:13 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1068052-1215152161/watcher-1068052-1215152161 -o /tmp/evaluation-result-1068052-1215152161/solver-1068052-1215152161 -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-1068052-1215152161.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.97 2.04 2.00 4/80 23082
/proc/meminfo: memFree=1711856/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=12268 CPUtime=0
/proc/23082/stat : 23082 (sugar) R 23080 23082 22445 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994189328 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213116484197 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23082/statm: 3067 316 241 3 0 167 0

[startup+0.0927051 s]
/proc/loadavg: 1.97 2.04 2.00 4/80 23082
/proc/meminfo: memFree=1711856/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.03
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994189328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1017 s]
/proc/loadavg: 1.97 2.04 2.00 4/80 23082
/proc/meminfo: memFree=1711856/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.03
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994189328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301723 s]
/proc/loadavg: 1.97 2.04 2.00 4/80 23082
/proc/meminfo: memFree=1711856/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.03
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994189328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701781 s]
/proc/loadavg: 1.97 2.04 2.00 4/80 23082
/proc/meminfo: memFree=1711856/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.03
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994189328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.97 2.04 2.00 4/91 23104
/proc/meminfo: memFree=1705880/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.87
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 973 7460 0 1 3 0 78 6 16 0 1 0 1994189328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 797 370 3 0 500 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 22445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994189423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=864040 CPUtime=0.53
/proc/23096/stat : 23096 (java) S 23095 23082 22445 0 -1 0 4624 0 1 0 51 2 0 0 18 0 9 0 1994189423 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 216010 4094 1671 9 0 210592 0
[pid=23096/tid=23097] ppid=23095 vsize=864040 CPUtime=0.4
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 22445 0 -1 64 2447 0 1 0 40 0 0 0 20 0 9 0 1994189424 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=864040 CPUtime=0.04
/proc/23096/task/23098/stat : 23098 (java) R 23095 23082 22445 0 -1 64 1148 0 0 0 4 0 0 0 16 0 9 0 1994189425 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 102516864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=864040 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 22445 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1994189426 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=864040 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 22445 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1994189426 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=864040 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994189428 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=864040 CPUtime=0.06
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 22445 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1994189428 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=864040 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 22445 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994189428 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=864040 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994189428 884776960 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882996

[startup+3.10203 s]
/proc/loadavg: 1.97 2.04 2.00 4/91 23104
/proc/meminfo: memFree=1685528/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.87
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 973 7460 0 1 3 0 78 6 15 0 1 0 1994189328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 797 370 3 0 500 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 22445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994189423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=864276 CPUtime=2.11
/proc/23096/stat : 23096 (java) S 23095 23082 22445 0 -1 0 15085 0 1 0 203 8 0 0 18 0 9 0 1994189423 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 216069 14318 2540 9 0 210644 0
[pid=23096/tid=23097] ppid=23095 vsize=864276 CPUtime=1.01
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 22445 0 -1 64 2924 0 1 0 99 2 0 0 25 0 9 0 1994189424 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 102109839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=864276 CPUtime=1
/proc/23096/task/23098/stat : 23098 (java) S 23095 23082 22445 0 -1 64 11119 0 0 0 95 5 0 0 18 0 9 0 1994189425 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=864276 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 22445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994189426 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=864276 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 22445 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994189426 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=864276 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994189428 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=864276 CPUtime=0.08
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 22445 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 1994189428 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=864276 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 22445 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994189428 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=864276 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994189428 885018624 14318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883232

[startup+6.30239 s]
/proc/loadavg: 1.97 2.04 2.00 3/91 23104
/proc/meminfo: memFree=1592344/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.87
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 974 7460 0 1 3 0 78 6 15 0 1 0 1994189328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 797 370 3 0 500 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 22445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994189423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=889052 CPUtime=5.28
/proc/23096/stat : 23096 (java) S 23095 23082 22445 0 -1 0 43655 0 1 0 504 24 0 0 18 0 9 0 1994189423 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 222263 37766 2540 9 0 216838 0
[pid=23096/tid=23097] ppid=23095 vsize=889052 CPUtime=2.01
/proc/23096/task/23097/stat : 23097 (java) S 23095 23082 22445 0 -1 64 3766 0 1 0 198 3 0 0 25 0 9 0 1994189424 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=889052 CPUtime=3.04
/proc/23096/task/23098/stat : 23098 (java) R 23095 23082 22445 0 -1 64 37720 0 0 0 285 19 0 0 21 0 9 0 1994189425 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 102731912 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=889052 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 22445 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1994189426 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=889052 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 22445 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994189426 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=889052 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994189428 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=889052 CPUtime=0.21
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 22445 0 -1 64 1471 0 0 0 20 1 0 0 15 0 9 0 1994189428 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=889052 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 22445 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994189428 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=889052 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994189428 910389248 37766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908008

[startup+12.7021 s]
/proc/loadavg: 1.97 2.04 2.00 3/91 23104
/proc/meminfo: memFree=1576408/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.87
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 974 7460 0 1 3 0 78 6 16 0 1 0 1994189328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 797 370 3 0 500 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 22445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994189423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=868552 CPUtime=11.61
/proc/23096/stat : 23096 (java) S 23095 23082 22445 0 -1 0 44856 0 2 0 1131 30 0 0 18 0 9 0 1994189423 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 217138 33758 2567 9 0 211685 0
[pid=23096/tid=23097] ppid=23095 vsize=868552 CPUtime=7.89
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 22445 0 -1 64 4363 0 2 0 782 7 0 0 25 0 9 0 1994189424 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4126981090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=868552 CPUtime=3.42
/proc/23096/task/23098/stat : 23098 (java) S 23095 23082 22445 0 -1 64 38286 0 0 0 322 20 0 0 15 0 9 0 1994189425 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 22445 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1994189426 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 22445 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994189426 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23101] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23101/stat : 23101 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994189428 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23102] ppid=23095 vsize=868552 CPUtime=0.26
/proc/23096/task/23102/stat : 23102 (java) S 23095 23082 22445 0 -1 64 1509 0 0 0 25 1 0 0 17 0 9 0 1994189428 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23103] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23103/stat : 23103 (java) S 23095 23082 22445 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994189428 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23104] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23104/stat : 23104 (java) S 23095 23082 22445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994189428 889397248 33758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887508

[startup+25.5015 s]
/proc/loadavg: 1.98 2.03 2.00 3/91 23104
/proc/meminfo: memFree=1557912/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=0.87
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 974 7460 0 1 3 0 78 6 16 0 1 0 1994189328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23082/statm: 3400 797 370 3 0 500 0
[pid=23095] ppid=23082 vsize=5356 CPUtime=0
/proc/23095/stat : 23095 (sh) S 23082 23082 22445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994189423 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23095/statm: 1339 233 193 169 0 50 0
[pid=23096] ppid=23095 vsize=868552 CPUtime=24.28
/proc/23096/stat : 23096 (java) S 23095 23082 22445 0 -1 0 46871 0 2 0 2391 37 0 0 18 0 9 0 1994189423 889397248 35700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23096/statm: 217138 35700 2567 9 0 211685 0
[pid=23096/tid=23097] ppid=23095 vsize=868552 CPUtime=20.21
/proc/23096/task/23097/stat : 23097 (java) R 23095 23082 22445 0 -1 64 4437 0 2 0 2008 13 0 0 25 0 9 0 1994189424 889397248 35700 996147200 134512640 134550740 4294955952 18446744073709551615 4126978624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23098] ppid=23095 vsize=868552 CPUtime=3.79
/proc/23096/task/23098/stat : 23098 (java) S 23095 23082 22445 0 -1 64 40227 0 0 0 357 22 0 0 16 0 9 0 1994189425 889397248 35700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23099] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23099/stat : 23099 (java) S 23095 23082 22445 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1994189426 889397248 35700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23096/tid=23100] ppid=23095 vsize=868552 CPUtime=0
/proc/23096/task/23100/stat : 23100 (java) S 23095 23082 22445 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994189426 889397248 35700 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1204296/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=288188 CPUtime=1097.76
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 69969 0 0 0 109707 69 0 0 25 0 1 0 1994209083 295104512 69955 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23106/statm: 72047 69955 76 150 0 71894 0
Current children cumulated CPU time (s) 1293.22
Current children cumulated vsize (KiB) 307144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23157
/proc/meminfo: memFree=1199624/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=292776 CPUtime=1157.73
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 71130 0 0 0 115703 70 0 0 25 0 1 0 1994209083 299802624 71116 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23106/statm: 73194 71116 76 150 0 73041 0
Current children cumulated CPU time (s) 1353.19
Current children cumulated vsize (KiB) 311732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23157
/proc/meminfo: memFree=1187976/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=296592 CPUtime=1217.71
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 72114 0 0 0 121700 71 0 0 25 0 1 0 1994209083 303710208 72100 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23106/statm: 74148 72100 76 150 0 73995 0
Current children cumulated CPU time (s) 1413.17
Current children cumulated vsize (KiB) 315548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23159
/proc/meminfo: memFree=1176968/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=300080 CPUtime=1277.68
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 72952 0 0 0 127696 72 0 0 25 0 1 0 1994209083 307281920 72938 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23106/statm: 75020 72938 76 150 0 74867 0
Current children cumulated CPU time (s) 1473.14
Current children cumulated vsize (KiB) 319036

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/85 23159
/proc/meminfo: memFree=1162184/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=303460 CPUtime=1337.66
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 73822 0 0 0 133693 73 0 0 25 0 1 0 1994209083 310743040 73808 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 75865 73808 76 150 0 75712 0
Current children cumulated CPU time (s) 1533.12
Current children cumulated vsize (KiB) 322416

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 23159
/proc/meminfo: memFree=1148488/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=305556 CPUtime=1397.08
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 74357 0 0 0 139635 73 0 0 25 0 1 0 1994209083 312889344 74343 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 76389 74343 76 150 0 76236 0
Current children cumulated CPU time (s) 1592.54
Current children cumulated vsize (KiB) 324512

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 23159
/proc/meminfo: memFree=1133000/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=307784 CPUtime=1456.52
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 74915 0 0 0 145578 74 0 0 25 0 1 0 1994209083 315170816 74901 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 76946 74901 76 150 0 76793 0
Current children cumulated CPU time (s) 1651.98
Current children cumulated vsize (KiB) 326740

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 23159
/proc/meminfo: memFree=1123336/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=309904 CPUtime=1515.96
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 75434 0 0 0 151521 75 0 0 25 0 1 0 1994209083 317341696 75420 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 77476 75420 76 150 0 77323 0
Current children cumulated CPU time (s) 1711.42
Current children cumulated vsize (KiB) 328860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 23159
/proc/meminfo: memFree=1120840/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=312416 CPUtime=1575.39
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 76072 0 0 0 157463 76 0 0 25 0 1 0 1994209083 319913984 76058 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 78104 76058 76 150 0 77951 0
Current children cumulated CPU time (s) 1770.85
Current children cumulated vsize (KiB) 331372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23159
/proc/meminfo: memFree=1112200/2055920 swapFree=4179916/4192956
[pid=23082] ppid=23080 vsize=13600 CPUtime=195.46
/proc/23082/stat : 23082 (sugar) S 23080 23082 22445 0 -1 4194304 1034 88117 0 3 4 1 19420 121 16 0 1 0 1994189328 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23082/statm: 3400 799 370 3 0 500 0
[pid=23105] ppid=23082 vsize=5356 CPUtime=0
/proc/23105/stat : 23105 (sh) S 23082 23082 22445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994209082 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23105/statm: 1339 232 193 169 0 50 0
[pid=23106] ppid=23105 vsize=313208 CPUtime=1604.61
/proc/23106/stat : 23106 (minisat) R 23105 23082 22445 0 -1 4194304 76308 0 0 0 160385 76 0 0 25 0 1 0 1994209083 320724992 76294 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23106/statm: 78302 76294 76 150 0 78149 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 332164

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23082 and gives
#  childrusage.ru_utime.tv_sec=194
#  childrusage.ru_utime.tv_usec=251469
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=286804
# CPU time returned by wait4() is 195.538
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.92
CPU time (s): 1800.07
CPU user time (s): 1798.09
CPU system time (s): 1.98
CPU usage (%): 99.3463
Max. virtual memory (cumulated for all children) (KiB): 913132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.251
system time used= 1.2868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89494
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= 11488
involuntary context switches= 18129

runsolver used 2.10668 second user time and 6.18506 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 08:16:01
IDJOB=1068052
IDBENCH=55471
IDSOLVER=346
FILE ID=node37/1068052-1215152161
PBS_JOBID= 7877435
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-03.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-1068052-1215152161/watcher-1068052-1215152161 -o /tmp/evaluation-result-1068052-1215152161/solver-1068052-1215152161 -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-1068052-1215152161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29659e98fde4041d7f30db71ecb3a91d
RANDOM SEED=128622172

node37.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.236
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.236
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:       1712400 kB
Buffers:         40460 kB
Cached:         136244 kB
SwapCached:       6964 kB
Active:         223508 kB
Inactive:        62184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712400 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:         122616 kB
Slab:            43020 kB
Committed_AS:  4255960 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node37 at 2008-07-04 08:46:15