Trace number 1063874

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+picosat? (TO) 1800.03 1802.92

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-08.xml
MD5SUM6ff20f76d66c673f10b0724eed235eea
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.976851
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 04:37:07 2008
0.00/0.05	c 0	PID 30137
0.04/0.05	c 0	HOST node66.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1063874-1215139027.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063874-1215139027.xml' 'HOME/temp.csp'
1.86/1.97	c 2	1 domains, 295 variables, 9 predicates, 8 relations, 3243 constraints
1.86/1.99	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/1.99	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.93/2.07	c 2	Parsing HOME/temp.csp
3.81/3.95	c 4	parsed 3556 expressions
3.81/3.95	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.81/3.95	c 4	Converting to clausal form CSP
4.70/4.83	c 5	converted 356 (10%) expressions
9.05/9.28	c 9	converted 712 (20%) expressions
9.45/9.66	c 10	converted 1067 (30%) expressions
9.94/10.12	c 10	converted 1423 (40%) expressions
9.94/10.15	c 10	converted 1778 (50%) expressions
12.22/12.42	c 13	converted 2134 (60%) expressions
12.32/12.58	c 13	converted 2490 (70%) expressions
12.42/12.61	c 13	converted 2845 (80%) expressions
13.81/14.07	c 14	converted 3201 (90%) expressions
15.29/15.58	c 16	converted 3556 (100%) expressions
15.29/15.58	c 16	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
15.29/15.58	c 16	Heap : 305 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.29/15.58	c 16	Propagation in CSP
15.39/15.62	c 16	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.39/15.62	c 16	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
15.39/15.62	c 16	Heap : 308 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.39/15.62	c 16	Simplifing CSP by introducing new Boolean variables
17.27/17.53	c 18	CSP : 295 integers, 24948 booleans, 28191 clauses, largest domain size 26
17.27/17.53	c 18	Heap : 307 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.16/19.43	c 20	Encoding CSP to SAT : HOME/temp.cnf
19.16/19.45	c 20	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
19.16/19.46	c 20	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
19.16/19.46	c 20	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
19.16/19.46	c 20	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
19.16/19.46	c 20	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
19.16/19.46	c 20	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
19.16/19.46	c 20	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
19.16/19.46	c 20	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
19.16/19.46	c 20	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
19.16/19.47	c 20	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
373.33/373.87	c 374	2820 (10%) CSP clauses are encoded (1639800 clauses, 72443040 bytes)
629.42/630.02	c 630	5639 (20%) CSP clauses are encoded (1945340 clauses, 88316666 bytes)
883.80/884.52	c 885	8458 (30%) CSP clauses are encoded (2250880 clauses, 104668183 bytes)
883.90/884.64	c 885	11277 (40%) CSP clauses are encoded (2316324 clauses, 105903915 bytes)
884.00/884.75	c 885	14096 (50%) CSP clauses are encoded (2381793 clauses, 107163656 bytes)
1426.64/1427.67	c 1428	16915 (60%) CSP clauses are encoded (2927404 clauses, 140497330 bytes)
1426.74/1427.78	c 1428	19734 (70%) CSP clauses are encoded (2992873 clauses, 141788534 bytes)
1426.84/1427.90	c 1428	22553 (80%) CSP clauses are encoded (3058342 clauses, 143079738 bytes)
1800.03/1802.83	c ERROR INTERRUPTED
1800.03/1802.91	s UNKNOWN
1800.03/1802.91	c 1803	CPU 1.8 (0.03 0.01 1.77 0.12)
1800.03/1802.91	c 1803	END Fri Jul  4 05:07:10 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-1063874-1215139027/watcher-1063874-1215139027 -o /tmp/evaluation-result-1063874-1215139027/solver-1063874-1215139027 -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/picosat -tmp=HOME/temp HOME/instance-1063874-1215139027.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.00 2.00 2.00 4/80 30137
/proc/meminfo: memFree=1327168/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=12268 CPUtime=0
/proc/30137/stat : 30137 (sugar) R 30135 30137 28309 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1992872402 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30137/statm: 3067 316 241 3 0 167 0

[startup+0.0520899 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30137
/proc/meminfo: memFree=1327168/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=0.04
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1992872402 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103315 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30137
/proc/meminfo: memFree=1327168/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=0.04
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992872402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301825 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30137
/proc/meminfo: memFree=1327168/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=0.04
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992872402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701874 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30137
/proc/meminfo: memFree=1327168/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=0.04
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992872402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 30149
/proc/meminfo: memFree=1300264/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=0.04
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992872402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 796 370 3 0 500 0
[pid=30140] ppid=30137 vsize=5356 CPUtime=0
/proc/30140/stat : 30140 (sh) S 30137 30137 28309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992872407 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30140/statm: 1339 233 193 169 0 50 0
[pid=30141] ppid=30140 vsize=864696 CPUtime=1.42
/proc/30141/stat : 30141 (java) S 30140 30137 28309 0 -1 0 12182 0 1 0 133 9 0 0 18 0 9 0 1992872408 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30141/statm: 216174 11314 2529 9 0 210756 0
[pid=30141/tid=30142] ppid=30140 vsize=864696 CPUtime=0.95
/proc/30141/task/30142/stat : 30142 (java) R 30140 30137 28309 0 -1 64 5194 0 1 0 91 4 0 0 25 0 9 0 1992872409 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30143] ppid=30140 vsize=864696 CPUtime=0.3
/proc/30141/task/30143/stat : 30143 (java) S 30140 30137 28309 0 -1 64 5788 0 0 0 28 2 0 0 16 0 9 0 1992872410 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30144] ppid=30140 vsize=864696 CPUtime=0
/proc/30141/task/30144/stat : 30144 (java) S 30140 30137 28309 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992872410 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30145] ppid=30140 vsize=864696 CPUtime=0
/proc/30141/task/30145/stat : 30145 (java) S 30140 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992872410 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30146] ppid=30140 vsize=864696 CPUtime=0
/proc/30141/task/30146/stat : 30146 (java) S 30140 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872412 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30147] ppid=30140 vsize=864696 CPUtime=0.13
/proc/30141/task/30147/stat : 30147 (java) S 30140 30137 28309 0 -1 64 502 0 0 0 13 0 0 0 16 0 9 0 1992872412 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30148] ppid=30140 vsize=864696 CPUtime=0
/proc/30141/task/30148/stat : 30148 (java) S 30140 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872412 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30141/tid=30149] ppid=30140 vsize=864696 CPUtime=0
/proc/30141/task/30149/stat : 30149 (java) S 30140 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992872412 885448704 11314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883652

[startup+3.10216 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 30159
/proc/meminfo: memFree=1316904/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 973 14149 0 1 3 1 177 12 16 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=864076 CPUtime=1.09
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 9642 0 1 0 104 5 0 0 18 0 9 0 1992872602 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 216019 8716 2532 9 0 210601 0
[pid=30151/tid=30152] ppid=30150 vsize=864076 CPUtime=0.6
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 2577 0 1 0 59 1 0 0 24 0 9 0 1992872603 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=864076 CPUtime=0.4
/proc/30151/task/30153/stat : 30153 (java) R 30150 30137 28309 0 -1 64 6042 0 0 0 37 3 0 0 16 0 9 0 1992872604 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 104187959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=864076 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=864076 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992872604 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=864076 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=864076 CPUtime=0.06
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 1992872606 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30158] ppid=30150 vsize=864076 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=864076 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 884813824 8716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883032

[startup+6.30256 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 30159
/proc/meminfo: memFree=1248808/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 973 14149 0 1 3 1 177 12 16 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=864388 CPUtime=4.26
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 28764 0 1 0 411 15 0 0 18 0 9 0 1992872602 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 216097 27190 2540 9 0 210672 0
[pid=30151/tid=30152] ppid=30150 vsize=864388 CPUtime=2.02
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 3605 0 1 0 200 2 0 0 25 0 9 0 1992872603 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 103205778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=864388 CPUtime=2.12
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 24124 0 0 0 201 11 0 0 16 0 9 0 1992872604 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=864388 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=864388 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=864388 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=864388 CPUtime=0.09
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 1992872606 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30158] ppid=30150 vsize=864388 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=864388 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 885133312 27190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883344

[startup+12.7023 s]
/proc/loadavg: 2.15 2.04 2.01 4/91 30159
/proc/meminfo: memFree=1119592/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 973 14149 0 1 3 1 177 12 15 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868400 CPUtime=10.59
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 80318 0 1 0 1015 44 0 0 18 0 9 0 1992872602 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217100 57991 2540 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868400 CPUtime=4.02
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 5611 0 1 0 399 3 0 0 25 0 9 0 1992872603 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4126565673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868400 CPUtime=6.35
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 72599 0 0 0 596 39 0 0 16 0 9 0 1992872604 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868400 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868400 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868400 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868400 CPUtime=0.19
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1412 0 0 0 19 0 0 0 15 0 9 0 1992872606 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868400 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889241600 57991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868400 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889241600 57991 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) 887356

[startup+25.5018 s]
/proc/loadavg: 2.28 2.07 2.02 3/91 30159
/proc/meminfo: memFree=974888/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 974 14149 0 1 3 1 177 12 16 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=23.33
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 120965 0 1 0 2263 70 0 0 18 0 9 0 1992872602 889356288 87055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 87055 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=11.5
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 7827 0 1 0 1142 8 0 0 25 0 9 0 1992872603 889356288 87055 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=11.54
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 110989 0 0 0 1094 60 0 0 16 0 9 0 1992872604 889356288 87055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 87055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 87055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=1599.31
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 166273 0 1 0 159756 175 0 0 18 0 9 0 1992872602 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 132037 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=1582.78
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 8153 0 1 0 158187 91 0 0 25 0 9 0 1992872603 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=16.23
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 155956 0 0 0 1541 82 0 0 16 0 9 0 1992872604 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868512 CPUtime=0.28
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1468 0 0 0 27 1 0 0 16 0 9 0 1992872606 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889356288 132037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.24
Current children cumulated vsize (KiB) 887468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 30313
/proc/meminfo: memFree=703144/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 974 14149 0 1 3 1 177 12 15 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=1658.93
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 167614 0 1 0 165716 177 0 0 18 0 9 0 1992872602 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 133374 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=1642.29
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 8157 0 1 0 164137 92 0 0 25 0 9 0 1992872603 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4126980661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=16.32
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 157293 0 0 0 1550 82 0 0 16 0 9 0 1992872604 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868512 CPUtime=0.28
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1468 0 0 0 27 1 0 0 16 0 9 0 1992872606 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889356288 133374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.86
Current children cumulated vsize (KiB) 887468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 30313
/proc/meminfo: memFree=672744/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 974 14149 0 1 3 1 177 12 15 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=1718.36
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 169252 0 1 0 171649 187 0 0 18 0 9 0 1992872602 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 134991 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=1701.46
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 8178 0 1 0 170045 101 0 0 25 0 9 0 1992872603 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4126983202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=16.58
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 158910 0 0 0 1575 83 0 0 16 0 9 0 1992872604 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868512 CPUtime=0.28
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1468 0 0 0 27 1 0 0 16 0 9 0 1992872606 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889356288 134991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.29
Current children cumulated vsize (KiB) 887468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 30313
/proc/meminfo: memFree=668776/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 974 14149 0 1 3 1 177 12 15 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=1777.79
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 170237 0 1 0 177592 187 0 0 18 0 9 0 1992872602 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 135973 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=1760.83
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 8181 0 1 0 175982 101 0 0 25 0 9 0 1992872603 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4126980608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=16.65
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 159892 0 0 0 1582 83 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868512 CPUtime=0.28
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1468 0 0 0 27 1 0 0 16 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.72
Current children cumulated vsize (KiB) 887468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 30313
/proc/meminfo: memFree=668776/2055920 swapFree=4179828/4192956
[pid=30137] ppid=30135 vsize=13600 CPUtime=1.93
/proc/30137/stat : 30137 (sugar) S 30135 30137 28309 0 -1 4194304 974 14149 0 1 3 1 177 12 15 0 1 0 1992872402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30137/statm: 3400 797 370 3 0 500 0
[pid=30150] ppid=30137 vsize=5356 CPUtime=0
/proc/30150/stat : 30150 (sh) S 30137 30137 28309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992872601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30150/statm: 1339 233 193 169 0 50 0
[pid=30151] ppid=30150 vsize=868512 CPUtime=1798.1
/proc/30151/stat : 30151 (java) S 30150 30137 28309 0 -1 0 170237 0 1 0 179623 187 0 0 18 0 9 0 1992872602 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30151/statm: 217128 135973 2566 9 0 211675 0
[pid=30151/tid=30152] ppid=30150 vsize=868512 CPUtime=1781.14
/proc/30151/task/30152/stat : 30152 (java) R 30150 30137 28309 0 -1 64 8181 0 1 0 178013 101 0 0 25 0 9 0 1992872603 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4126983108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30153] ppid=30150 vsize=868512 CPUtime=16.65
/proc/30151/task/30153/stat : 30153 (java) S 30150 30137 28309 0 -1 64 159892 0 0 0 1582 83 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30154] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30154/stat : 30154 (java) S 30150 30137 28309 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30155] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30155/stat : 30155 (java) S 30150 30137 28309 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992872604 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30156] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30156/stat : 30156 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30157] ppid=30150 vsize=868512 CPUtime=0.28
/proc/30151/task/30157/stat : 30157 (java) S 30150 30137 28309 0 -1 64 1468 0 0 0 27 1 0 0 16 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30151/tid=30158] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30158/stat : 30158 (java) S 30150 30137 28309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30151/tid=30159] ppid=30150 vsize=868512 CPUtime=0
/proc/30151/task/30159/stat : 30159 (java) S 30150 30137 28309 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992872606 889356288 135973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 887468

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

Real time (s): 1802.92
CPU time (s): 1800.03
CPU user time (s): 1798.03
CPU system time (s): 2
CPU usage (%): 99.8399
Max. virtual memory (cumulated for all children) (KiB): 913472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.81572
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15454
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= 1270
involuntary context switches= 1128

runsolver used 2.23366 second user time and 6.02108 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 04:37:07
IDJOB=1063874
IDBENCH=54885
IDSOLVER=345
FILE ID=node66/1063874-1215139027
PBS_JOBID= 7877300
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-08.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063874-1215139027/watcher-1063874-1215139027 -o /tmp/evaluation-result-1063874-1215139027/solver-1063874-1215139027 -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/picosat" -tmp="HOME/temp" HOME/instance-1063874-1215139027.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ff20f76d66c673f10b0724eed235eea
RANDOM SEED=1869380383

node66.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.213
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.213
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:       1327712 kB
Buffers:         58072 kB
Cached:         487948 kB
SwapCached:       6956 kB
Active:         317664 kB
Inactive:       353096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1327712 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:         138316 kB
Slab:            42440 kB
Committed_AS:  4800380 kB
PageTables:       2080 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= 66544 MiB
End job on node66 at 2008-07-04 05:07:12