Trace number 2068738

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.14.6+picosat? (TO) 1800.18 1814.53

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-23-08.xml
MD5SUM590b5343bea2797d670e58d4c2e5f3ac
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16367
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sat Jul 11 23:36:37 2009
0.01/0.07	c 0	PID 16494
0.01/0.07	c 0	HOST node89.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2068738-1247348197.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068738-1247348197.xml' 'HOME/temp.csp'
1.07/1.20	c 1	1 domains, 454 variables, 6 predicates, 6 relations, 3246 constraints
1.17/1.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.17/1.22	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.17/1.29	c 1	Parsing HOME/temp.csp
2.14/2.20	c 2	parsed 3713 expressions
2.14/2.21	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.14/2.21	c 2	Converting to clausal form CSP
2.14/2.23	c 2	converted 372 (10%) expressions
14.63/14.71	c 15	converted 743 (20%) expressions
24.13/24.27	c 24	converted 1114 (30%) expressions
24.62/24.71	c 25	converted 1486 (40%) expressions
25.23/25.34	c 25	converted 1857 (50%) expressions
25.23/25.38	c 25	converted 2228 (60%) expressions
25.32/25.41	c 25	converted 2600 (70%) expressions
25.32/25.45	c 25	converted 2971 (80%) expressions
25.52/25.69	c 26	converted 3342 (90%) expressions
25.63/25.73	c 26	converted 3713 (100%) expressions
25.63/25.73	c 26	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
25.63/25.73	c 26	Heap : 573 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.63/25.73	c 26	Propagation in CSP
25.63/25.76	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.63/25.76	c 26	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
25.63/25.76	c 26	Heap : 574 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.63/25.76	c 26	Simplifing CSP by introducing new Boolean variables
25.73/25.82	c 26	CSP : 454 integers, 32496 booleans, 35742 clauses, largest domain size 26
25.73/25.82	c 26	Heap : 586 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.22/28.35	c 28	Encoding CSP to SAT : HOME/temp.cnf
28.22/28.39	c 28	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
28.22/28.39	c 28	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
28.22/28.39	c 28	137 (30%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
28.22/28.39	c 28	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
28.22/28.39	c 28	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
28.22/28.39	c 28	273 (60%) CSP integer variables are encoded (6552 clauses, 83113 bytes)
28.22/28.40	c 28	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
28.22/28.40	c 28	364 (80%) CSP integer variables are encoded (8736 clauses, 111505 bytes)
28.33/28.40	c 28	409 (90%) CSP integer variables are encoded (9816 clauses, 125978 bytes)
28.33/28.40	c 28	454 (100%) CSP integer variables are encoded (10896 clauses, 142178 bytes)
1800.06/1814.42	c ERROR INTERRUPTED
1800.18/1814.52	s UNKNOWN
1800.18/1814.52	c 1815	CPU 1.18 (0.05 0.01 1.04 0.08)
1800.18/1814.52	c 1815	END Sun Jul 12 00:06:52 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068738-1247348197/watcher-2068738-1247348197 -o /tmp/evaluation-result-2068738-1247348197/solver-2068738-1247348197 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068738-1247348197.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.46 2.66 3.24 3/81 16494
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=12272 CPUtime=0
/proc/16494/stat : 16494 (sugar) R 16492 16494 14142 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21884870 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 1 0 0
/proc/16494/statm: 3068 327 246 3 0 168 0

[startup+0.0186531 s]
/proc/loadavg: 2.46 2.66 3.24 3/81 16494
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=12676 CPUtime=0.01
/proc/16494/stat : 16494 (sugar) R 16492 16494 14142 0 -1 4194304 540 0 0 0 1 0 0 0 18 0 1 0 21884870 12980224 508 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 1 0 0
/proc/16494/statm: 3169 508 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101657 s]
/proc/loadavg: 2.46 2.66 3.24 3/81 16494
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=0.06
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301678 s]
/proc/loadavg: 2.46 2.66 3.24 3/81 16494
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=0.06
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701716 s]
/proc/loadavg: 2.46 2.66 3.24 3/81 16494
/proc/meminfo: memFree=1823104/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=0.06
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 2.46 2.66 3.24 3/92 16506
/proc/meminfo: memFree=1788904/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1309 12205 0 1 5 1 104 7 15 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 16868

[startup+3.10296 s]
/proc/loadavg: 2.43 2.65 3.23 4/92 16516
/proc/meminfo: memFree=1794984/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1309 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=864240 CPUtime=1.86
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 16370 0 1 0 179 7 0 0 18 0 9 0 21884992 884981760 14907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 216060 14909 2566 9 0 210565 0
[pid=16508/tid=16509] ppid=16507 vsize=864240 CPUtime=0.94
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 3123 0 1 0 93 1 0 0 25 0 9 0 21884993 884981760 14911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=864240 CPUtime=0.86
/proc/16508/task/16510/stat : 16510 (java) R 16507 16494 14142 0 -1 64 12237 0 0 0 81 5 0 0 16 0 9 0 21884994 884981760 14913 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 884981760 14915 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 884981760 14917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 884981760 14920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=864240 CPUtime=0.04
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 21884996 884981760 14922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 884981760 14924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 884981760 14926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886464

[startup+6.30127 s]
/proc/loadavg: 2.43 2.65 3.23 4/92 16516
/proc/meminfo: memFree=1705000/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1309 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=864240 CPUtime=5.06
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 38333 0 1 0 490 16 0 0 18 0 9 0 21884992 884981760 36418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 216060 36418 2566 9 0 210565 0
[pid=16508/tid=16509] ppid=16507 vsize=864240 CPUtime=2.2
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 4290 0 1 0 219 1 0 0 25 0 9 0 21884993 884981760 36419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=864240 CPUtime=2.8
/proc/16508/task/16510/stat : 16510 (java) R 16507 16494 14142 0 -1 64 33026 0 0 0 266 14 0 0 16 0 9 0 21884994 884981760 36420 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 884981760 36421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 884981760 36421 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 884981760 36422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=864240 CPUtime=0.04
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 317 0 0 0 4 0 0 0 16 0 9 0 21884996 884981760 36423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 884981760 36424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=864240 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 884981760 36425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 886464

[startup+12.7019 s]
/proc/loadavg: 2.47 2.65 3.23 4/92 16516
/proc/meminfo: memFree=1522608/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1309 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868572 CPUtime=11.45
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 93227 0 1 0 1104 41 0 0 18 0 9 0 21884992 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217143 80885 2567 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868572 CPUtime=4.71
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 5545 0 1 0 469 2 0 0 25 0 9 0 21884993 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868572 CPUtime=6.6
/proc/16508/task/16510/stat : 16510 (java) R 16507 16494 14142 0 -1 64 85522 0 0 0 622 38 0 0 16 0 9 0 21884994 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 102758189 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868572 CPUtime=0.12
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1458 0 0 0 12 0 0 0 16 0 9 0 21884996 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889417728 80885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890796

[startup+25.5022 s]
/proc/loadavg: 2.50 2.65 3.22 3/92 16516
/proc/meminfo: memFree=1194992/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1309 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868572 CPUtime=24.25
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 188068 0 1 0 2346 79 0 0 18 0 9 0 21884992 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217143 157775 2568 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868572 CPUtime=9.23
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 8891 0 1 0 919 4 0 0 25 0 9 0 21884993 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868572 CPUtime=14.86
/proc/16508/task/16510/stat : 16510 (java) R 16507 16494 14142 0 -1 64 177007 0 0 0 1413 73 0 0 16 0 9 0 21884994 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868572 CPUtime=0.14
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1468 0 0 0 14 0 0 0 16 0 9 0 21884996 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868572 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889417728 157775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 890796

[startup+51.1027 s]
/proc/loadavg: 2.60 2.66 3.21 3/92 16516
/proc/meminfo: memFree=1147376/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1310 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868684 CPUtime=49.83
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 199186 0 1 0 4888 95 0 0 18 0 9 0 21884992 889532416 165000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217171 165000 2593 9 0 211648 0

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

[pid=16508/tid=16514] ppid=16507 vsize=868684 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.99
Current children cumulated vsize (KiB) 890908

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.25 3/92 16696
/proc/meminfo: memFree=878568/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1310 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868684 CPUtime=1648.24
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 231502 0 1 0 164368 456 0 0 18 0 9 0 21884992 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217171 184484 2592 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868684 CPUtime=1615.89
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 9322 0 1 0 161230 359 0 0 25 0 9 0 21884993 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4126966996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868684 CPUtime=32.1
/proc/16508/task/16510/stat : 16510 (java) S 16507 16494 14142 0 -1 64 219952 0 0 0 3115 95 0 0 16 0 9 0 21884994 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868684 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.41
Current children cumulated vsize (KiB) 890908

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.24 3/92 16696
/proc/meminfo: memFree=878632/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1310 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868684 CPUtime=1707.68
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 231507 0 1 0 170312 456 0 0 18 0 9 0 21884992 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217171 184484 2592 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868684 CPUtime=1675.19
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 9327 0 1 0 167160 359 0 0 25 0 9 0 21884993 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4126966996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868684 CPUtime=32.23
/proc/16508/task/16510/stat : 16510 (java) S 16507 16494 14142 0 -1 64 219952 0 0 0 3128 95 0 0 16 0 9 0 21884994 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868684 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.85
Current children cumulated vsize (KiB) 890908

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.23 3/92 16696
/proc/meminfo: memFree=870824/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1310 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868684 CPUtime=1767.09
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 231518 0 1 0 176107 602 0 0 18 0 9 0 21884992 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217171 184484 2592 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868684 CPUtime=1734.44
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 9338 0 1 0 172939 505 0 0 25 0 9 0 21884993 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868684 CPUtime=32.4
/proc/16508/task/16510/stat : 16510 (java) S 16507 16494 14142 0 -1 64 219952 0 0 0 3145 95 0 0 16 0 9 0 21884994 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868684 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.26
Current children cumulated vsize (KiB) 890908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.04 2.04 2.22 3/92 16696
/proc/meminfo: memFree=870952/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1310 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1111 409 3 0 796 0
[pid=16507] ppid=16494 vsize=5356 CPUtime=0
/proc/16507/stat : 16507 (sh) S 16494 16494 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21884992 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16507/statm: 1339 233 193 169 0 50 0
[pid=16508] ppid=16507 vsize=868684 CPUtime=1798.89
/proc/16508/stat : 16508 (java) S 16507 16494 14142 0 -1 0 231520 0 1 0 179287 602 0 0 18 0 9 0 21884992 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 217171 184484 2592 9 0 211648 0
[pid=16508/tid=16509] ppid=16507 vsize=868684 CPUtime=1766.19
/proc/16508/task/16509/stat : 16509 (java) R 16507 16494 14142 0 -1 64 9340 0 1 0 176114 505 0 0 25 0 9 0 21884993 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4126964416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16507 vsize=868684 CPUtime=32.45
/proc/16508/task/16510/stat : 16510 (java) S 16507 16494 14142 0 -1 64 219952 0 0 0 3150 95 0 0 16 0 9 0 21884994 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16507 16494 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16507 16494 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21884995 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16507 16494 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16507 vsize=868684 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16507 16494 14142 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 21884996 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16507 vsize=868684 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16507 16494 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21884997 889532416 184484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 890908

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

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

[startup+1814.53 s]
/proc/loadavg: 2.04 2.04 2.22 3/92 16696
/proc/meminfo: memFree=870952/2055920 swapFree=4192812/4192956
[pid=16494] ppid=16492 vsize=16868 CPUtime=1.17
/proc/16494/stat : 16494 (sugar) S 16492 16494 14142 0 -1 4194304 1323 12205 0 1 5 1 104 7 16 0 1 0 21884870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16494/statm: 4217 1112 409 3 0 796 0
[pid=16507] ppid=16494 vsize=0 CPUtime=0
/proc/16507/stat : 16507 (sh) Z 16494 16494 14142 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21884992 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16507/statm: 0 0 0 0 0 0 0
[pid=16508] ppid=1 vsize=0 CPUtime=1799.01
/proc/16508/stat : 16508 (java) Z 1 16494 14142 0 -1 1036 231536 0 1 0 179288 613 0 0 16 0 2 0 21884992 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1814.53
CPU time (s): 1800.18
CPU user time (s): 1793.97
CPU system time (s): 6.21
CPU usage (%): 99.2092
Max. virtual memory (cumulated for all children) (KiB): 911788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.09783
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13882
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= 1140
involuntary context switches= 1067

runsolver used 2.22266 second user time and 6.08607 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 23:36:37
IDJOB=2068738
IDBENCH=54917
IDSOLVER=738
FILE ID=node89/2068738-1247348197
PBS_JOBID= 9506728
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-23-08.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068738-1247348197/watcher-2068738-1247348197 -o /tmp/evaluation-result-2068738-1247348197/solver-2068738-1247348197 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068738-1247348197.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 590b5343bea2797d670e58d4c2e5f3ac
RANDOM SEED=1682101620

node89.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1823584 kB
Buffers:          5944 kB
Cached:          70148 kB
SwapCached:          0 kB
Active:         159260 kB
Inactive:        25080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:         126064 kB
Slab:            33160 kB
Committed_AS:   892000 kB
PageTables:       1956 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= 66156 MiB
End job on node89 at 2009-07-12 00:06:53