Trace number 1063959

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.13 1802.24

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-01.xml
MD5SUMb7bed55c66b3e0f4d0b156ba753989a9
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.882865
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.05	c 0	Sugar v1-13 + HOME/minisat
0.02/0.05	c 0	BEGIN Fri Jul  4 04:43:38 2008
0.02/0.05	c 0	PID 17700
0.02/0.05	c 0	HOST node20.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1063959-1215139418.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063959-1215139418.xml' 'HOME/temp.csp'
1.55/1.64	c 2	1 domains, 301 variables, 7 predicates, 7 relations, 2940 constraints
1.55/1.69	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.69	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.60/1.77	c 2	Parsing HOME/temp.csp
3.18/3.37	c 4	parsed 3256 expressions
3.18/3.38	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.18/3.38	c 4	Converting to clausal form CSP
3.38/3.51	c 4	converted 326 (10%) expressions
11.29/11.53	c 12	converted 652 (20%) expressions
11.69/11.96	c 12	converted 977 (30%) expressions
12.08/12.31	c 13	converted 1303 (40%) expressions
12.08/12.33	c 13	converted 1628 (50%) expressions
12.08/12.36	c 13	converted 1954 (60%) expressions
12.57/12.82	c 13	converted 2280 (70%) expressions
12.57/12.84	c 13	converted 2605 (80%) expressions
13.17/13.47	c 14	converted 2931 (90%) expressions
17.33/17.62	c 18	converted 3256 (100%) expressions
17.33/17.62	c 18	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
17.33/17.62	c 18	Heap : 334 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.33/17.62	c 18	Propagation in CSP
17.33/17.65	c 18	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.33/17.65	c 18	CSP : 301 integers, 0 booleans, 2940 clauses, largest domain size 26
17.33/17.65	c 18	Heap : 337 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.33/17.66	c 18	Simplifing CSP by introducing new Boolean variables
17.43/17.71	c 18	CSP : 301 integers, 23092 booleans, 26032 clauses, largest domain size 26
17.43/17.71	c 18	Heap : 345 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.32/19.68	c 20	Encoding CSP to SAT : HOME/temp.cnf
19.42/19.71	c 20	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
19.42/19.73	c 20	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
19.42/19.73	c 20	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
19.42/19.73	c 20	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
19.42/19.73	c 20	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
19.42/19.73	c 20	181 (60%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
19.42/19.73	c 20	211 (70%) CSP integer variables are encoded (5064 clauses, 63769 bytes)
19.42/19.74	c 20	241 (80%) CSP integer variables are encoded (5784 clauses, 73129 bytes)
19.42/19.74	c 20	271 (90%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
19.42/19.74	c 20	301 (100%) CSP integer variables are encoded (7224 clauses, 91849 bytes)
1120.98/1122.43	c 1123	2604 (10%) CSP clauses are encoded (2782640 clauses, 137767588 bytes)
1121.08/1122.54	c 1123	5207 (20%) CSP clauses are encoded (2843093 clauses, 138890622 bytes)
1434.38/1436.19	c 1436	7810 (30%) CSP clauses are encoded (3143617 clauses, 155158828 bytes)
1434.48/1436.30	c 1437	10413 (40%) CSP clauses are encoded (3204045 clauses, 156303620 bytes)
1434.68/1436.41	c 1437	13016 (50%) CSP clauses are encoded (3264498 clauses, 157495896 bytes)
1723.70/1725.80	c 1726	15620 (60%) CSP clauses are encoded (3565048 clauses, 174709916 bytes)
1723.90/1725.91	c 1726	18223 (70%) CSP clauses are encoded (3625501 clauses, 175902192 bytes)
1800.01/1802.12	c ERROR INTERRUPTED
1800.13/1802.23	s UNKNOWN
1800.13/1802.23	c 1802	CPU 1.48 (0.03 0.01 1.45 0.11)
1800.13/1802.23	c 1802	END Fri Jul  4 05:13:40 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-1063959-1215139418/watcher-1063959-1215139418 -o /tmp/evaluation-result-1063959-1215139418/solver-1063959-1215139418 -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-1063959-1215139418.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.94 1.99 2.07 4/72 17700
/proc/meminfo: memFree=1616128/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=6268 CPUtime=0
/proc/17700/stat : 17700 (sugar) R 17698 17700 15940 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 1302187728 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 273949980041 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17700/statm: 1567 47 36 3 0 8 0

[startup+0.045431 s]
/proc/loadavg: 1.94 1.99 2.07 4/72 17700
/proc/meminfo: memFree=1616128/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13204 CPUtime=0.02
/proc/17700/stat : 17700 (sugar) D 17698 17700 15940 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 1302187728 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/17700/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101774 s]
/proc/loadavg: 1.94 1.99 2.07 4/72 17700
/proc/meminfo: memFree=1616128/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=0.04
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1302187728 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301802 s]
/proc/loadavg: 1.94 1.99 2.07 4/72 17700
/proc/meminfo: memFree=1616128/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=0.04
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1302187728 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701773 s]
/proc/loadavg: 1.94 1.99 2.07 4/72 17700
/proc/meminfo: memFree=1616128/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=0.04
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1302187728 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 2.03 2.00 2.07 3/83 17712
/proc/meminfo: memFree=1586664/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=0.04
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1302187728 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 796 370 3 0 500 0
[pid=17703] ppid=17700 vsize=5356 CPUtime=0
/proc/17703/stat : 17703 (sh) S 17700 17700 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1302187734 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17703/statm: 1339 233 193 169 0 50 0
[pid=17704] ppid=17703 vsize=864696 CPUtime=1.41
/proc/17704/stat : 17704 (java) S 17703 17700 15940 0 -1 0 12148 0 1 0 132 9 0 0 18 0 9 0 1302187734 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17704/statm: 216174 11140 2529 9 0 210756 0
[pid=17704/tid=17705] ppid=17703 vsize=864696 CPUtime=0.96
/proc/17704/task/17705/stat : 17705 (java) R 17703 17700 15940 0 -1 64 5967 0 1 0 91 5 0 0 22 0 9 0 1302187735 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17706] ppid=17703 vsize=864696 CPUtime=0.28
/proc/17704/task/17706/stat : 17706 (java) S 17703 17700 15940 0 -1 64 4982 0 0 0 26 2 0 0 16 0 9 0 1302187736 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17707] ppid=17703 vsize=864696 CPUtime=0
/proc/17704/task/17707/stat : 17707 (java) S 17703 17700 15940 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 1302187737 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17708] ppid=17703 vsize=864696 CPUtime=0
/proc/17704/task/17708/stat : 17708 (java) S 17703 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1302187737 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17709] ppid=17703 vsize=864696 CPUtime=0
/proc/17704/task/17709/stat : 17709 (java) S 17703 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1302187739 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17710] ppid=17703 vsize=864696 CPUtime=0.13
/proc/17704/task/17710/stat : 17710 (java) S 17703 17700 15940 0 -1 64 500 0 0 0 13 0 0 0 16 0 9 0 1302187739 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17711] ppid=17703 vsize=864696 CPUtime=0
/proc/17704/task/17711/stat : 17711 (java) S 17703 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187739 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17704/tid=17712] ppid=17703 vsize=864696 CPUtime=0
/proc/17704/task/17712/stat : 17712 (java) S 17703 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187739 885448704 11140 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.10224 s]
/proc/loadavg: 2.03 2.00 2.07 3/83 17722
/proc/meminfo: memFree=1600040/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 973 12872 0 1 3 1 145 11 16 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=864076 CPUtime=1.38
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 11210 0 1 0 132 6 0 0 18 0 9 0 1302187897 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 216019 9937 2532 9 0 210601 0
[pid=17714/tid=17715] ppid=17713 vsize=864076 CPUtime=0.74
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 2598 0 1 0 73 1 0 0 25 0 9 0 1302187898 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4126428515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17716] ppid=17713 vsize=864076 CPUtime=0.56
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 7588 0 0 0 53 3 0 0 17 0 9 0 1302187899 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17717] ppid=17713 vsize=864076 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=864076 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1302187900 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=864076 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=864076 CPUtime=0.05
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1302187902 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17721] ppid=17713 vsize=864076 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 884813824 9937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=864076 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 884813824 9937 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) 883032

[startup+6.30287 s]
/proc/loadavg: 2.03 2.00 2.07 4/83 17722
/proc/meminfo: memFree=1525608/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 973 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=864232 CPUtime=4.55
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 32246 0 1 0 439 16 0 0 18 0 9 0 1302187897 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 216058 30509 2540 9 0 210633 0
[pid=17714/tid=17715] ppid=17713 vsize=864232 CPUtime=2.16
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 3686 0 1 0 213 3 0 0 25 0 9 0 1302187898 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4126588890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17716] ppid=17713 vsize=864232 CPUtime=2.29
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 27523 0 0 0 217 12 0 0 16 0 9 0 1302187899 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17717] ppid=17713 vsize=864232 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=864232 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=864232 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=864232 CPUtime=0.08
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 340 0 0 0 8 0 0 0 17 0 9 0 1302187902 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17721] ppid=17713 vsize=864232 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 884973568 30509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=864232 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 884973568 30509 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) 883188

[startup+12.7021 s]
/proc/loadavg: 2.02 2.00 2.07 4/83 17722
/proc/meminfo: memFree=1390568/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 973 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868404 CPUtime=10.88
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 84808 0 1 0 1043 45 0 0 18 0 9 0 1302187897 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217101 62241 2541 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868404 CPUtime=4.19
/proc/17714/task/17715/stat : 17715 (java) S 17713 17700 15940 0 -1 64 5783 0 1 0 414 5 0 0 17 0 9 0 1302187898 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868404 CPUtime=6.49
/proc/17714/task/17716/stat : 17716 (java) R 17713 17700 15940 0 -1 64 76874 0 0 0 611 38 0 0 25 0 9 0 1302187899 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 104187989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868404 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868404 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=868404 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=868404 CPUtime=0.18
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1454 0 0 0 17 1 0 0 15 0 9 0 1302187902 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868404 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889245696 62241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868404 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889245696 62241 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) 887360

[startup+25.5017 s]
/proc/loadavg: 2.17 2.03 2.08 4/83 17722
/proc/meminfo: memFree=1242216/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 974 12872 0 1 3 1 145 11 16 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868516 CPUtime=23.61
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 129278 0 1 0 2294 67 0 0 18 0 9 0 1302187897 889360384 92568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217129 92568 2566 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868516 CPUtime=11.57
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 8250 0 1 0 1147 10 0 0 25 0 9 0 1302187898 889360384 92568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868516 CPUtime=11.77
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 118836 0 0 0 1122 55 0 0 16 0 9 0 1302187899 889360384 92568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 92568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 92568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17714/tid=17720] ppid=17713 vsize=868516 CPUtime=0.27
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1302187902 889360384 139828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889360384 139828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889360384 139828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.41
Current children cumulated vsize (KiB) 887472

[startup+1662.3 s]
/proc/loadavg: 2.30 2.30 2.17 4/93 17896
/proc/meminfo: memFree=226328/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 974 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868516 CPUtime=1658.76
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 179375 0 1 0 165698 178 0 0 18 0 9 0 1302187897 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217129 142321 2566 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868516 CPUtime=1641.43
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 8595 0 1 0 164045 98 0 0 25 0 9 0 1302187898 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4126974727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868516 CPUtime=17.04
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 168574 0 0 0 1626 78 0 0 16 0 9 0 1302187899 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=868516 CPUtime=0.27
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1302187902 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889360384 142321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.36
Current children cumulated vsize (KiB) 887472

[startup+1722.3 s]
/proc/loadavg: 2.35 2.32 2.18 3/93 17896
/proc/meminfo: memFree=288280/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 974 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868516 CPUtime=1718.7
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 180450 0 1 0 171692 178 0 0 18 0 9 0 1302187897 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217129 143393 2566 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868516 CPUtime=1701.3
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 8598 0 1 0 170032 98 0 0 25 0 9 0 1302187898 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4126974656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868516 CPUtime=17.1
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 169646 0 0 0 1632 78 0 0 16 0 9 0 1302187899 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=868516 CPUtime=0.27
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1302187902 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889360384 143393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.3
Current children cumulated vsize (KiB) 887472

[startup+1782.3 s]
/proc/loadavg: 2.39 2.33 2.19 4/93 17896
/proc/meminfo: memFree=273368/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 974 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868516 CPUtime=1778.63
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 181682 0 1 0 177674 189 0 0 18 0 9 0 1302187897 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217129 144604 2566 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868516 CPUtime=1761.01
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 8619 0 1 0 175993 108 0 0 25 0 9 0 1302187898 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4126974709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868516 CPUtime=17.32
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 170857 0 0 0 1653 79 0 0 16 0 9 0 1302187899 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=868516 CPUtime=0.27
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1302187902 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889360384 144604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.23
Current children cumulated vsize (KiB) 887472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.42 2.34 2.20 3/93 17896
/proc/meminfo: memFree=290136/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 974 12872 0 1 3 1 145 11 15 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=5356 CPUtime=0
/proc/17713/stat : 17713 (sh) S 17700 17700 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1302187897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17713/statm: 1339 233 193 169 0 50 0
[pid=17714] ppid=17713 vsize=868516 CPUtime=1798.41
/proc/17714/stat : 17714 (java) S 17713 17700 15940 0 -1 0 186333 0 1 0 179651 190 0 0 18 0 9 0 1302187897 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17714/statm: 217129 145084 2565 9 0 211676 0
[pid=17714/tid=17715] ppid=17713 vsize=868516 CPUtime=1779.27
/proc/17714/task/17715/stat : 17715 (java) R 17713 17700 15940 0 -1 64 8622 0 1 0 177819 108 0 0 25 0 9 0 1302187898 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4126977156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17716] ppid=17713 vsize=868516 CPUtime=18.85
/proc/17714/task/17716/stat : 17716 (java) S 17713 17700 15940 0 -1 64 175505 0 0 0 1805 80 0 0 16 0 9 0 1302187899 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17717] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17717/stat : 17717 (java) S 17713 17700 15940 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17718] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17718/stat : 17718 (java) S 17713 17700 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1302187900 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17719] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17719/stat : 17719 (java) S 17713 17700 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1302187902 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17720] ppid=17713 vsize=868516 CPUtime=0.27
/proc/17714/task/17720/stat : 17720 (java) S 17713 17700 15940 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1302187902 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17714/tid=17721] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17721/stat : 17721 (java) S 17713 17700 15940 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1302187902 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17714/tid=17722] ppid=17713 vsize=868516 CPUtime=0
/proc/17714/task/17722/stat : 17722 (java) S 17713 17700 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1302187902 889360384 145084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 887472

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

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

[startup+1802.23 s]
/proc/loadavg: 2.42 2.34 2.20 3/93 17896
/proc/meminfo: memFree=290136/2055920 swapFree=4122004/4192956
[pid=17700] ppid=17698 vsize=13600 CPUtime=1.6
/proc/17700/stat : 17700 (sugar) S 17698 17700 15940 0 -1 4194304 982 12872 0 1 3 1 145 11 16 0 1 0 1302187728 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17700/statm: 3400 797 370 3 0 500 0
[pid=17713] ppid=17700 vsize=0 CPUtime=0
/proc/17713/stat : 17713 (sh) Z 17700 17700 15940 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1302187897 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17713/statm: 0 0 0 0 0 0 0
[pid=17714] ppid=1 vsize=0 CPUtime=1798.53
/proc/17714/stat : 17714 (java) Z 1 17700 15940 0 -1 1036 186352 0 1 0 179655 198 0 0 16 0 2 0 1302187897 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17700 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=494772
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 1.62275
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.24
CPU time (s): 1800.13
CPU user time (s): 1798.03
CPU system time (s): 2.1
CPU usage (%): 99.8829
Max. virtual memory (cumulated for all children) (KiB): 908352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.49477
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14177
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= 1261
involuntary context switches= 1013

runsolver used 2.13068 second user time and 6.16606 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 04:43:38
IDJOB=1063959
IDBENCH=54892
IDSOLVER=346
FILE ID=node20/1063959-1215139418
PBS_JOBID= 7877276
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7bed55c66b3e0f4d0b156ba753989a9
RANDOM SEED=1038668024

node20.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.263
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.263
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:       1616608 kB
Buffers:         35128 kB
Cached:         166240 kB
SwapCached:      64852 kB
Active:         232020 kB
Inactive:       132600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616608 kB
SwapTotal:     4192956 kB
SwapFree:      4122004 kB
Dirty:            4388 kB
Writeback:           0 kB
Mapped:         170764 kB
Slab:            59732 kB
Committed_AS:  2689852 kB
PageTables:       2068 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= 66556 MiB
End job on node20 at 2008-07-04 05:13:42