Trace number 1064148

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.06 1803.9

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-04.xml
MD5SUMa822fe1cc1e4beb291641220883d694f
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 benchmark0.883865
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:52:04 2008
0.00/0.04	c 0	PID 6087
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064148-1215139924.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-1064148-1215139924.xml' 'HOME/temp.csp'
1.16/1.28	c 2	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
1.24/1.31	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.31	c 2	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'
1.24/1.39	c 2	Parsing HOME/temp.csp
2.21/2.39	c 3	parsed 2625 expressions
2.21/2.39	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.39	c 3	Converting to clausal form CSP
2.31/2.42	c 3	converted 263 (10%) expressions
5.58/5.78	c 6	converted 525 (20%) expressions
5.78/5.93	c 6	converted 788 (30%) expressions
5.88/6.00	c 6	converted 1050 (40%) expressions
6.07/6.24	c 6	converted 1313 (50%) expressions
6.18/6.31	c 7	converted 1575 (60%) expressions
11.92/12.19	c 12	converted 1838 (70%) expressions
12.02/12.21	c 12	converted 2100 (80%) expressions
12.02/12.25	c 12	converted 2363 (90%) expressions
12.91/13.12	c 13	converted 2625 (100%) expressions
12.91/13.12	c 13	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
12.91/13.12	c 13	Heap : 256 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.91/13.12	c 13	Propagation in CSP
12.91/13.14	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.91/13.14	c 13	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
12.91/13.14	c 13	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.91/13.14	c 13	Simplifing CSP by introducing new Boolean variables
13.11/13.33	c 14	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
13.11/13.33	c 14	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.59/14.86	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.59/14.89	c 15	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
14.59/14.90	c 15	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
14.69/14.90	c 15	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
14.69/14.90	c 15	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
14.69/14.90	c 15	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
14.69/14.90	c 15	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
14.69/14.90	c 15	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
14.69/14.90	c 15	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
14.69/14.91	c 15	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
14.69/14.91	c 15	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
138.97/140.48	c 141	1838 (10%) CSP clauses are encoded (1241478 clauses, 50925623 bytes)
139.06/140.57	c 141	3676 (20%) CSP clauses are encoded (1282716 clauses, 51707494 bytes)
192.85/194.90	c 195	5514 (30%) CSP clauses are encoded (1477005 clauses, 60589421 bytes)
192.95/194.98	c 195	7352 (40%) CSP clauses are encoded (1518243 clauses, 61401561 bytes)
293.50/295.78	c 296	9189 (50%) CSP clauses are encoded (1865607 clauses, 78353708 bytes)
1619.42/1623.03	c 1623	11027 (60%) CSP clauses are encoded (3743413 clauses, 185434213 bytes)
1619.51/1623.10	c 1623	12865 (70%) CSP clauses are encoded (3786101 clauses, 186276119 bytes)
1619.51/1623.18	c 1623	14703 (80%) CSP clauses are encoded (3829589 clauses, 187094387 bytes)
1619.62/1623.26	c 1623	16541 (90%) CSP clauses are encoded (3873202 clauses, 187938130 bytes)
1800.06/1803.82	c ERROR INTERRUPTED
1800.06/1803.90	s UNKNOWN
1800.06/1803.90	c 1804	CPU 1.17 (0.03 0.01 1.14 0.07)
1800.06/1803.90	c 1804	END Fri Jul  4 05:22:08 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-1064148-1215139924/watcher-1064148-1215139924 -o /tmp/evaluation-result-1064148-1215139924/solver-1064148-1215139924 -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-1064148-1215139924.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: 2.05 2.06 2.02 4/82 6087
/proc/meminfo: memFree=1444832/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=18572 CPUtime=0
/proc/6087/stat : 6087 (runsolver) R 6085 6087 3852 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1992964689 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6087/statm: 4643 292 257 25 0 2626 0

[startup+0.0514311 s]
/proc/loadavg: 2.05 2.06 2.02 4/82 6087
/proc/meminfo: memFree=1444832/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=0.04
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 1992964689 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102102 s]
/proc/loadavg: 2.05 2.06 2.02 4/82 6087
/proc/meminfo: memFree=1444832/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=0.04
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992964689 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301139 s]
/proc/loadavg: 2.05 2.06 2.02 4/82 6087
/proc/meminfo: memFree=1444832/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=0.04
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992964689 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701225 s]
/proc/loadavg: 2.05 2.06 2.02 4/82 6087
/proc/meminfo: memFree=1444832/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=0.04
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992964689 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.05 2.06 2.02 3/93 6099
/proc/meminfo: memFree=1417608/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 973 11141 0 1 3 1 114 7 16 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13600

[startup+3.10167 s]
/proc/loadavg: 2.05 2.06 2.02 3/93 6109
/proc/meminfo: memFree=1421384/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 973 11141 0 1 3 1 114 7 16 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=864388 CPUtime=1.76
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 14140 0 1 0 168 8 0 0 18 0 9 0 1992964820 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 216097 13117 2542 9 0 210672 0
[pid=6101/tid=6102] ppid=6100 vsize=864388 CPUtime=0.93
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 2865 0 1 0 92 1 0 0 25 0 9 0 1992964821 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4126581848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6103] ppid=6100 vsize=864388 CPUtime=0.7
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 10237 0 0 0 66 4 0 0 16 0 9 0 1992964822 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6104] ppid=6100 vsize=864388 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6105] ppid=6100 vsize=864388 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=864388 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=864388 CPUtime=0.08
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1992964825 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=864388 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=864388 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 885133312 13117 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883344

[startup+6.30227 s]
/proc/loadavg: 2.12 2.07 2.02 4/93 6109
/proc/meminfo: memFree=1332680/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 973 11141 0 1 3 1 114 7 15 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868432 CPUtime=4.93
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 34424 0 1 0 476 17 0 0 18 0 9 0 1992964820 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217108 33216 2541 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868432 CPUtime=2.24
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 3697 0 1 0 222 2 0 0 25 0 9 0 1992964821 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4126475184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868432 CPUtime=2.47
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 28609 0 0 0 235 12 0 0 16 0 9 0 1992964822 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868432 CPUtime=0.19
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1421 0 0 0 18 1 0 0 15 0 9 0 1992964825 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889274368 33216 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887388

[startup+12.7025 s]
/proc/loadavg: 2.11 2.07 2.02 3/93 6109
/proc/meminfo: memFree=1201416/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 973 11141 0 1 3 1 114 7 16 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868432 CPUtime=11.27
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 86351 0 1 0 1084 43 0 0 18 0 9 0 1992964820 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217108 66549 2540 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868432 CPUtime=4.18
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 5957 0 1 0 415 3 0 0 16 0 9 0 1992964821 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 103215874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868432 CPUtime=6.86
/proc/6101/task/6103/stat : 6103 (java) R 6100 6087 3852 0 -1 64 78276 0 0 0 649 37 0 0 25 0 9 0 1992964822 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868432 CPUtime=0.19
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1421 0 0 0 18 1 0 0 16 0 9 0 1992964825 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868432 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889274368 66549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887388

[startup+25.5029 s]
/proc/loadavg: 2.09 2.07 2.02 3/93 6109
/proc/meminfo: memFree=1128584/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 16 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=23.93
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 103824 0 1 0 2337 56 0 0 18 0 9 0 1992964820 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 74685 2567 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=14.79
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6222 0 1 0 1470 9 0 0 25 0 9 0 1992964821 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4126627564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=8.85
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 95435 0 0 0 840 45 0 0 16 0 9 0 1992964822 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.27
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1470 0 0 0 26 1 0 0 16 0 9 0 1992964825 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 74685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887500

[startup+51.1027 s]
/proc/loadavg: 2.06 2.06 2.02 3/93 6109
/proc/meminfo: memFree=1097480/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 16 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=49.29
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 107555 0 1 0 4864 65 0 0 18 0 9 0 1992964820 889389056 78384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=1597.48
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 155055 0 1 0 159548 200 0 0 18 0 9 0 1992964820 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 115837 2566 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=1580.57
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6690 0 1 0 157930 127 0 0 25 0 9 0 1992964821 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4126983220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=16.6
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 146191 0 0 0 1590 70 0 0 17 0 9 0 1992964822 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.28
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.73
Current children cumulated vsize (KiB) 887500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 6172
/proc/meminfo: memFree=1030384/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 15 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=1657.42
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 155079 0 1 0 165534 208 0 0 18 0 9 0 1992964820 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 115837 2566 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=1640.28
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6714 0 1 0 163894 134 0 0 25 0 9 0 1992964821 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4126983255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=16.83
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 146191 0 0 0 1612 71 0 0 16 0 9 0 1992964822 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.28
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 115837 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.67
Current children cumulated vsize (KiB) 887500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 6172
/proc/meminfo: memFree=1023856/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 15 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=1717.37
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 156723 0 1 0 171528 209 0 0 18 0 9 0 1992964820 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 117470 2566 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=1700.07
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6725 0 1 0 169873 134 0 0 25 0 9 0 1992964821 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4126628103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=16.98
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 147824 0 0 0 1627 71 0 0 16 0 9 0 1992964822 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.28
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 1992964825 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 117470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.62
Current children cumulated vsize (KiB) 887500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 6172
/proc/meminfo: memFree=1014128/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 15 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=1777.31
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 159142 0 1 0 177521 210 0 0 18 0 9 0 1992964820 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 119880 2566 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=1759.89
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6734 0 1 0 175854 135 0 0 25 0 9 0 1992964821 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4126980789 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=17.11
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 150234 0 0 0 1639 72 0 0 16 0 9 0 1992964822 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.28
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.56
Current children cumulated vsize (KiB) 887500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 6172
/proc/meminfo: memFree=1014128/2055920 swapFree=4117692/4192956
[pid=6087] ppid=6085 vsize=13600 CPUtime=1.25
/proc/6087/stat : 6087 (sugar) S 6085 6087 3852 0 -1 4194304 974 11141 0 1 3 1 114 7 15 0 1 0 1992964689 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6087/statm: 3400 797 370 3 0 500 0
[pid=6100] ppid=6087 vsize=5356 CPUtime=0
/proc/6100/stat : 6100 (sh) S 6087 6087 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992964820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6100/statm: 1339 233 193 169 0 50 0
[pid=6101] ppid=6100 vsize=868544 CPUtime=1798.81
/proc/6101/stat : 6101 (java) S 6100 6087 3852 0 -1 0 159142 0 1 0 179671 210 0 0 18 0 9 0 1992964820 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6101/statm: 217136 119880 2566 9 0 211683 0
[pid=6101/tid=6102] ppid=6100 vsize=868544 CPUtime=1781.38
/proc/6101/task/6102/stat : 6102 (java) R 6100 6087 3852 0 -1 64 6734 0 1 0 178003 135 0 0 25 0 9 0 1992964821 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6103] ppid=6100 vsize=868544 CPUtime=17.11
/proc/6101/task/6103/stat : 6103 (java) S 6100 6087 3852 0 -1 64 150234 0 0 0 1639 72 0 0 16 0 9 0 1992964822 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6104] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6104/stat : 6104 (java) S 6100 6087 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6101/tid=6105] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6105/stat : 6105 (java) S 6100 6087 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992964823 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6106] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6106/stat : 6106 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6107] ppid=6100 vsize=868544 CPUtime=0.28
/proc/6101/task/6107/stat : 6107 (java) S 6100 6087 3852 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6108] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6108/stat : 6108 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6101/tid=6109] ppid=6100 vsize=868544 CPUtime=0
/proc/6101/task/6109/stat : 6109 (java) S 6100 6087 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992964825 889389056 119880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 887500

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 6087 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=179820
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=89986
# CPU time returned by wait4() is 1.26981
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.9
CPU time (s): 1800.06
CPU user time (s): 1797.88
CPU system time (s): 2.18
CPU usage (%): 99.787
Max. virtual memory (cumulated for all children) (KiB): 907992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17982
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12446
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 990
involuntary context switches= 827

runsolver used 2.12968 second user time and 6.22805 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 04:52:04
IDJOB=1064148
IDBENCH=54910
IDSOLVER=346
FILE ID=node47/1064148-1215139924
PBS_JOBID= 7877344
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-04.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-1064148-1215139924/watcher-1064148-1215139924 -o /tmp/evaluation-result-1064148-1215139924/solver-1064148-1215139924 -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-1064148-1215139924.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a822fe1cc1e4beb291641220883d694f
RANDOM SEED=700598020

node47.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.281
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.281
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:       1445376 kB
Buffers:          8016 kB
Cached:         144320 kB
SwapCached:      69140 kB
Active:         531244 kB
Inactive:        25440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445376 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         421244 kB
Slab:            38212 kB
Committed_AS:  4346812 kB
PageTables:       2820 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= 66528 MiB
End job on node47 at 2008-07-04 05:22:10