Trace number 2068640

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+minisat? (TO) 1800.2 1810.48

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-10.xml
MD5SUM9bf0ebb26d908e54ae16e8d2bd4f0b7c
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 benchmark1.09883
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints964
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension892
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:33:10 2009
0.00/0.08	c 0	PID 15484
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068640-1247347989.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068640-1247347989.xml' 'HOME/temp.csp'
1.24/1.37	c 1	1 domains, 190 variables, 7 predicates, 6 relations, 964 constraints
1.32/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.32/1.40	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.32/1.48	c 1	Parsing HOME/temp.csp
2.70/2.89	c 2	parsed 1168 expressions
2.70/2.90	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.90	c 2	Converting to clausal form CSP
2.81/2.92	c 2	converted 117 (10%) expressions
3.60/3.80	c 3	converted 234 (20%) expressions
7.06/7.24	c 7	converted 351 (30%) expressions
7.16/7.35	c 7	converted 468 (40%) expressions
7.16/7.37	c 7	converted 584 (50%) expressions
7.46/7.60	c 7	converted 701 (60%) expressions
7.46/7.62	c 7	converted 818 (70%) expressions
7.46/7.63	c 7	converted 935 (80%) expressions
8.54/8.73	c 8	converted 1052 (90%) expressions
12.80/13.07	c 13	converted 1168 (100%) expressions
12.80/13.07	c 13	CSP : 190 integers, 0 booleans, 964 clauses, largest domain size 26
12.80/13.07	c 13	Heap : 270 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.80/13.07	c 13	Propagation in CSP
13.01/13.23	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.01/13.23	c 13	CSP : 190 integers, 0 booleans, 964 clauses, largest domain size 26
13.01/13.23	c 13	Heap : 260 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.01/13.24	c 13	Simplifing CSP by introducing new Boolean variables
13.01/13.26	c 13	CSP : 190 integers, 7760 booleans, 8724 clauses, largest domain size 26
13.01/13.26	c 13	Heap : 263 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.59/14.84	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.59/14.85	c 14	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
14.59/14.86	c 14	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
14.59/14.86	c 14	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
14.59/14.86	c 14	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
14.59/14.86	c 14	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
14.59/14.86	c 14	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
14.59/14.86	c 14	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
14.59/14.86	c 14	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
14.59/14.86	c 14	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
14.59/14.86	c 14	190 (100%) CSP integer variables are encoded (4560 clauses, 57217 bytes)
563.90/568.75	c 568	873 (10%) CSP clauses are encoded (1566917 clauses, 75926936 bytes)
564.01/568.80	c 568	1745 (20%) CSP clauses are encoded (1587164 clauses, 76283557 bytes)
564.01/568.84	c 568	2618 (30%) CSP clauses are encoded (1607437 clauses, 76642345 bytes)
564.01/568.88	c 568	3490 (40%) CSP clauses are encoded (1627684 clauses, 77008202 bytes)
564.10/568.92	c 568	4362 (50%) CSP clauses are encoded (1647931 clauses, 77386601 bytes)
564.10/568.96	c 568	5235 (60%) CSP clauses are encoded (1668204 clauses, 77765483 bytes)
564.20/569.01	c 569	6107 (70%) CSP clauses are encoded (1688451 clauses, 78147095 bytes)
1800.10/1810.33	c ERROR INTERRUPTED
1800.20/1810.47	s UNKNOWN
1800.20/1810.47	c 1810	CPU 1.34 (0.06 0.01 1.18 0.09)
1800.20/1810.47	c 1810	END Sun Jul 12 00:03:20 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-2068640-1247347989/watcher-2068640-1247347989 -o /tmp/evaluation-result-2068640-1247347989/solver-2068640-1247347989 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068640-1247347989.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.22 2.10 2.03 4/80 15484
/proc/meminfo: memFree=1824528/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=12268 CPUtime=0
/proc/15484/stat : 15484 (sugar) R 15482 15484 15314 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21865064 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15484/statm: 3067 316 241 3 0 167 0

[startup+0.082455 s]
/proc/loadavg: 2.22 2.10 2.03 4/80 15484
/proc/meminfo: memFree=1824528/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16740 CPUtime=0.06
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1152 0 0 0 6 0 0 0 18 0 1 0 21865064 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102089 s]
/proc/loadavg: 2.22 2.10 2.03 4/80 15484
/proc/meminfo: memFree=1824528/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=0.06
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301981 s]
/proc/loadavg: 2.22 2.10 2.03 4/80 15484
/proc/meminfo: memFree=1824528/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=0.06
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701042 s]
/proc/loadavg: 2.22 2.10 2.03 4/80 15484
/proc/meminfo: memFree=1824528/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=0.06
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 2.22 2.10 2.03 3/91 15496
/proc/meminfo: memFree=1789432/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.33
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1309 12761 0 1 6 0 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10139 s]
/proc/loadavg: 2.22 2.10 2.03 3/91 15506
/proc/meminfo: memFree=1800248/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1309 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=864220 CPUtime=1.67
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 14251 0 1 0 160 7 0 0 18 0 9 0 21865205 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 216055 13197 2567 9 0 210560 0
[pid=15498/tid=15499] ppid=15497 vsize=864220 CPUtime=0.94
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 2907 0 1 0 93 1 0 0 18 0 9 0 21865206 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 103211697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15500] ppid=15497 vsize=864220 CPUtime=0.64
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 10325 0 0 0 60 4 0 0 16 0 9 0 21865207 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15501] ppid=15497 vsize=864220 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=864220 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21865207 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=864220 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=864220 CPUtime=0.05
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 21865209 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=864220 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=864220 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 884961280 13197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886444

[startup+6.30286 s]
/proc/loadavg: 2.28 2.12 2.04 4/91 15506
/proc/meminfo: memFree=1719928/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1309 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=864236 CPUtime=4.83
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 35796 0 1 0 465 18 0 0 18 0 9 0 21865205 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 216059 34280 2566 9 0 210564 0
[pid=15498/tid=15499] ppid=15497 vsize=864236 CPUtime=2.34
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 3758 0 1 0 232 2 0 0 25 0 9 0 21865206 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 103210623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15500] ppid=15497 vsize=864236 CPUtime=2.41
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 31016 0 0 0 227 14 0 0 16 0 9 0 21865207 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15501] ppid=15497 vsize=864236 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=864236 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=864236 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=864236 CPUtime=0.05
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 21865209 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=864236 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=864236 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 884977664 34280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886460

[startup+12.7028 s]
/proc/loadavg: 2.34 2.13 2.04 3/91 15506
/proc/meminfo: memFree=1560888/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1309 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868600 CPUtime=11.16
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 95010 0 1 0 1072 44 0 0 18 0 9 0 21865205 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217150 72457 2567 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868600 CPUtime=4.27
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6064 0 1 0 423 4 0 0 25 0 9 0 21865206 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4126532248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868600 CPUtime=6.71
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 86765 0 0 0 633 38 0 0 16 0 9 0 21865207 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868600 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868600 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868600 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868600 CPUtime=0.16
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1478 0 0 0 15 1 0 0 16 0 9 0 21865209 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868600 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868600 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889446400 72457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890824

[startup+25.5026 s]
/proc/loadavg: 2.26 2.12 2.04 3/91 15506
/proc/meminfo: memFree=1501304/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=23.83
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 105611 0 1 0 2326 57 0 0 18 0 9 0 21865205 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 78844 2592 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868712 CPUtime=14.88
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6160 0 1 0 1476 12 0 0 25 0 9 0 21865206 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4126578212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868712 CPUtime=8.71
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 97235 0 0 0 829 42 0 0 15 0 9 0 21865207 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.22
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1513 0 0 0 21 1 0 0 17 0 9 0 21865209 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 78844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890936

[startup+51.1024 s]
/proc/loadavg: 2.17 2.11 2.04 4/91 15506
/proc/meminfo: memFree=1488376/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=49.19
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 106191 0 1 0 4855 64 0 0 18 0 9 0 21865205 889561088 79391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 79391 2592 9 0 211655 0

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

[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.25
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1531 0 0 0 23 2 0 0 16 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.32
Current children cumulated vsize (KiB) 890936

[startup+1662.3 s]
/proc/loadavg: 2.13 2.03 2.00 3/92 15731
/proc/meminfo: memFree=1275152/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 15 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=1650.85
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 144922 0 1 0 164938 147 0 0 18 0 9 0 21865205 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 113638 2591 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868712 CPUtime=1636.23
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6516 0 1 0 163541 82 0 0 25 0 9 0 21865206 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4126946360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868712 CPUtime=14.34
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 136172 0 0 0 1372 62 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.25
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1531 0 0 0 23 2 0 0 16 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.19
Current children cumulated vsize (KiB) 890936

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 15875
/proc/meminfo: memFree=893488/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 15 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=1710.78
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 144927 0 1 0 170928 150 0 0 18 0 9 0 21865205 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 113638 2591 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868712 CPUtime=1696.07
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6521 0 1 0 169522 85 0 0 25 0 9 0 21865206 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868712 CPUtime=14.43
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 136172 0 0 0 1381 62 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.25
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1531 0 0 0 23 2 0 0 16 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.12
Current children cumulated vsize (KiB) 890936

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 15875
/proc/meminfo: memFree=879216/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 15 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=1770.76
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 144928 0 1 0 176925 151 0 0 18 0 9 0 21865205 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 113638 2591 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868712 CPUtime=1756.02
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6522 0 1 0 175517 85 0 0 25 0 9 0 21865206 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4126578274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868712 CPUtime=14.45
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 136172 0 0 0 1383 62 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.25
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1531 0 0 0 23 2 0 0 16 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.1
Current children cumulated vsize (KiB) 890936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/91 15875
/proc/meminfo: memFree=873200/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1310 12761 0 1 6 1 118 9 15 0 1 0 21865064 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1111 409 3 0 796 0
[pid=15497] ppid=15484 vsize=5356 CPUtime=0
/proc/15497/stat : 15497 (sh) S 15484 15484 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21865204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15497/statm: 1339 233 193 169 0 50 0
[pid=15498] ppid=15497 vsize=868712 CPUtime=1798.76
/proc/15498/stat : 15498 (java) S 15497 15484 15314 0 -1 0 144928 0 1 0 179725 151 0 0 18 0 9 0 21865205 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 217178 113638 2591 9 0 211655 0
[pid=15498/tid=15499] ppid=15497 vsize=868712 CPUtime=1784.02
/proc/15498/task/15499/stat : 15499 (java) R 15497 15484 15314 0 -1 64 6522 0 1 0 178317 85 0 0 25 0 9 0 21865206 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15500] ppid=15497 vsize=868712 CPUtime=14.45
/proc/15498/task/15500/stat : 15500 (java) S 15497 15484 15314 0 -1 64 136172 0 0 0 1383 62 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15498/tid=15501] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15501/stat : 15501 (java) S 15497 15484 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15502] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15502/stat : 15502 (java) S 15497 15484 15314 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21865207 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15503] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15503/stat : 15503 (java) S 15497 15484 15314 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15504] ppid=15497 vsize=868712 CPUtime=0.25
/proc/15498/task/15504/stat : 15504 (java) S 15497 15484 15314 0 -1 64 1531 0 0 0 23 2 0 0 16 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15505] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15505/stat : 15505 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15498/tid=15506] ppid=15497 vsize=868712 CPUtime=0
/proc/15498/task/15506/stat : 15506 (java) S 15497 15484 15314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21865209 889561088 113638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 890936

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

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

[startup+1810.43 s]
/proc/loadavg: 2.10 2.03 2.00 3/91 15875
/proc/meminfo: memFree=873200/2055920 swapFree=4192812/4192956
[pid=15484] ppid=15482 vsize=16868 CPUtime=1.34
/proc/15484/stat : 15484 (sugar) S 15482 15484 15314 0 -1 4194304 1323 12761 0 1 6 1 118 9 16 0 1 0 21865064 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15484/statm: 4217 1112 409 3 0 796 0
[pid=15497] ppid=15484 vsize=0 CPUtime=0
/proc/15497/stat : 15497 (sh) Z 15484 15484 15314 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21865204 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15497/statm: 0 0 0 0 0 0 0
[pid=15498] ppid=1 vsize=0 CPUtime=1798.86
/proc/15498/stat : 15498 (java) Z 1 15484 15314 0 -1 1036 144949 0 1 0 179733 153 0 0 16 0 2 0 21865205 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15498/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1810.48
CPU time (s): 1800.2
CPU user time (s): 1798.57
CPU system time (s): 1.63
CPU usage (%): 99.4324
Max. virtual memory (cumulated for all children) (KiB): 912316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.25481
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14438
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= 1235
involuntary context switches= 1129

runsolver used 2.29565 second user time and 6.03808 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 23:33:09
IDJOB=2068640
IDBENCH=54903
IDSOLVER=739
FILE ID=node30/2068640-1247347989
PBS_JOBID= 9506827
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 9bf0ebb26d908e54ae16e8d2bd4f0b7c
RANDOM SEED=1355567924

node30.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.277
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.277
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:       1825008 kB
Buffers:          8028 kB
Cached:          67652 kB
SwapCached:        140 kB
Active:         166484 kB
Inactive:        17892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3964 kB
Writeback:           0 kB
Mapped:         126376 kB
Slab:            31640 kB
Committed_AS:   909824 kB
PageTables:       1916 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= 66368 MiB
End job on node30 at 2009-07-12 00:03:22