Trace number 2071687

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.09 1809.22

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-16_ext.xml
MD5SUM52f75d6b6af5c497352f21dec4138271
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.0903
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 01:21:41 2009
0.05/0.07	c 0	PID 16353
0.05/0.07	c 0	HOST node8.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2071687-1247354501.xml TO HOME/temp.csp
0.05/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-2071687-1247354501.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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'
0.61/0.73	c 1	Parsing HOME/temp.csp
0.61/0.98	c 1	parsed 240 expressions
0.94/1.04	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.04	c 1	Converting to clausal form CSP
0.94/1.06	c 1	converted 24 (10%) expressions
0.94/1.06	c 1	converted 48 (20%) expressions
0.94/1.06	c 1	converted 72 (30%) expressions
0.94/1.06	c 1	converted 96 (40%) expressions
0.94/1.06	c 1	converted 120 (50%) expressions
0.94/1.06	c 1	converted 144 (60%) expressions
0.94/1.06	c 1	converted 168 (70%) expressions
0.94/1.06	c 1	converted 192 (80%) expressions
2.43/2.51	c 3	converted 216 (90%) expressions
7.20/7.38	c 8	converted 240 (100%) expressions
7.20/7.38	c 8	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
7.20/7.38	c 8	Heap : 187 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.20/7.38	c 8	Propagation in CSP
7.20/7.38	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.20/7.38	c 8	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
7.20/7.38	c 8	Heap : 187 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.20/7.38	c 8	Simplifing CSP by introducing new Boolean variables
7.20/7.38	c 8	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
7.20/7.38	c 8	Heap : 187 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.29/8.42	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.29/8.44	c 9	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
8.29/8.44	c 9	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
8.29/8.44	c 9	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
8.29/8.44	c 9	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
8.29/8.45	c 9	104 (50%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
8.29/8.45	c 9	125 (60%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
8.29/8.45	c 9	146 (70%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
8.29/8.45	c 9	167 (80%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
8.29/8.45	c 9	188 (90%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
8.29/8.45	c 9	208 (100%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
485.08/487.64	c 488	3 (10%) CSP clauses are encoded (613758 clauses, 53578565 bytes)
1007.75/1012.97	c 1013	6 (20%) CSP clauses are encoded (1222524 clauses, 108054187 bytes)
1505.62/1513.25	c 1514	9 (30%) CSP clauses are encoded (1831290 clauses, 163313506 bytes)
1800.09/1809.12	c ERROR INTERRUPTED
1800.09/1809.22	s UNKNOWN
1800.09/1809.22	c 1810	CPU 0.62 (0.05 0.02 0.51 0.04)
1800.09/1809.22	c 1810	END Sun Jul 12 01:51:51 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-2071687-1247354501/watcher-2071687-1247354501 -o /tmp/evaluation-result-2071687-1247354501/solver-2071687-1247354501 -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-2071687-1247354501.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.00 2.00 2.00 4/75 16353
/proc/meminfo: memFree=1578400/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=12268 CPUtime=0
/proc/16353/stat : 16353 (sugar) R 16351 16353 16020 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22517384 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228720323170 0 0 4224 0 0 0 0 17 1 0 0
/proc/16353/statm: 3067 316 241 3 0 167 0

[startup+0.058453 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 16353
/proc/meminfo: memFree=1578400/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16080 CPUtime=0.05
/proc/16353/stat : 16353 (sugar) R 16351 16353 16020 0 -1 4194304 937 0 0 0 4 1 0 0 20 0 1 0 22517384 16465920 905 996147200 4194304 4206940 548682068608 18446744073709551615 228719938494 0 0 4224 0 0 0 0 17 0 0 0
/proc/16353/statm: 4020 905 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101456 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 16353
/proc/meminfo: memFree=1578400/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.06
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301475 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 16353
/proc/meminfo: memFree=1578400/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.06
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701512 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 16353
/proc/meminfo: memFree=1578400/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1292 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 2.08 2.02 2.01 4/86 16375
/proc/meminfo: memFree=1564856/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1309 7227 0 1 5 1 51 4 15 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864364 CPUtime=0.82
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 9848 0 1 0 78 4 0 0 20 0 9 0 22517450 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216091 9028 2566 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864364 CPUtime=0.41
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 2691 0 1 0 40 1 0 0 25 0 9 0 22517451 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 103201810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864364 CPUtime=0.34
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 6146 0 0 0 32 2 0 0 16 0 9 0 22517452 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22517453 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864364 CPUtime=0.04
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22517455 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885108736 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886588

[startup+3.10274 s]
/proc/loadavg: 2.08 2.02 2.01 4/86 16375
/proc/meminfo: memFree=1531832/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1309 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864364 CPUtime=2.42
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 22491 0 1 0 232 10 0 0 20 0 9 0 22517450 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216091 21079 2566 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864364 CPUtime=0.85
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 3499 0 1 0 83 2 0 0 25 0 9 0 22517451 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864364 CPUtime=1.5
/proc/16367/task/16369/stat : 16369 (java) R 16366 16353 16020 0 -1 64 17980 0 0 0 143 7 0 0 17 0 9 0 22517452 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22517453 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864364 CPUtime=0.04
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22517455 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864364 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885108736 21079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886588

[startup+6.30106 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 16375
/proc/meminfo: memFree=1412792/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1309 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1111 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=885356 CPUtime=5.59
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 60144 0 1 0 531 28 0 0 20 0 9 0 22517450 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 221339 53400 2567 9 0 215844 0
[pid=16367/tid=16368] ppid=16366 vsize=885356 CPUtime=1.81
/proc/16367/task/16368/stat : 16368 (java) S 16366 16353 16020 0 -1 64 4271 0 1 0 179 2 0 0 25 0 9 0 22517451 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16369] ppid=16366 vsize=885356 CPUtime=3.71
/proc/16367/task/16369/stat : 16369 (java) R 16366 16353 16020 0 -1 64 54861 0 0 0 346 25 0 0 21 0 9 0 22517452 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16370] ppid=16366 vsize=885356 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=885356 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22517453 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=885356 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=885356 CPUtime=0.04
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22517455 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=885356 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=885356 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 906604544 53400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 907580

[startup+12.7026 s]
/proc/loadavg: 2.14 2.03 2.01 3/86 16375
/proc/meminfo: memFree=1350968/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=11.97
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 80556 0 1 0 1159 38 0 0 20 0 9 0 22517450 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 58172 2591 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=6.15
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 5514 0 1 0 612 3 0 0 25 0 9 0 22517451 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4126593940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=5.71
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 74008 0 0 0 538 33 0 0 16 0 9 0 22517452 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.07
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22517455 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886700

[startup+25.5018 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 16375
/proc/meminfo: memFree=1350968/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=24.7
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 80556 0 1 0 2432 38 0 0 20 0 9 0 22517450 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 58172 2591 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=18.88
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 5514 0 1 0 1885 3 0 0 25 0 9 0 22517451 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4126574330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=5.71
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 74008 0 0 0 538 33 0 0 16 0 9 0 22517452 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 58172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0

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

/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=1653.39
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 145113 0 1 0 165179 160 0 0 20 0 9 0 22517450 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 100381 2590 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=1640.41
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 6215 0 1 0 163947 94 0 0 25 0 9 0 22517451 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=12.86
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 137855 0 0 0 1222 64 0 0 16 0 9 0 22517452 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.09
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654
Current children cumulated vsize (KiB) 886700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16411
/proc/meminfo: memFree=1286224/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=1713.1
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 145149 0 1 0 171137 173 0 0 20 0 9 0 22517450 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 100381 2590 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=1699.94
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 6251 0 1 0 169888 106 0 0 25 0 9 0 22517451 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4126574395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=13.05
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 137855 0 0 0 1240 65 0 0 16 0 9 0 22517452 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.09
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 886700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16413
/proc/meminfo: memFree=1286160/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=1772.81
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 145157 0 1 0 177108 173 0 0 20 0 9 0 22517450 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 100381 2590 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=1759.55
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 6259 0 1 0 175849 106 0 0 25 0 9 0 22517451 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=13.13
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 137855 0 0 0 1248 65 0 0 16 0 9 0 22517452 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.09
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.42
Current children cumulated vsize (KiB) 886700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 16413
/proc/meminfo: memFree=1286160/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=1799.48
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 145168 0 1 0 179775 173 0 0 20 0 9 0 22517450 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 100381 2590 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=1786.11
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 6270 0 1 0 178505 106 0 0 25 0 9 0 22517451 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4126593940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=13.26
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 137855 0 0 0 1261 65 0 0 16 0 9 0 22517452 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.09
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 886700

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

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

[startup+1809.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 16413
/proc/meminfo: memFree=1286160/2055920 swapFree=4192812/4192956
[pid=16353] ppid=16351 vsize=16868 CPUtime=0.61
/proc/16353/stat : 16353 (sugar) S 16351 16353 16020 0 -1 4194304 1311 7227 0 1 5 1 51 4 16 0 1 0 22517384 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16353/statm: 4217 1112 409 3 0 796 0
[pid=16366] ppid=16353 vsize=5356 CPUtime=0
/proc/16366/stat : 16366 (sh) S 16353 16353 16020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22517450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16366/statm: 1339 233 193 169 0 50 0
[pid=16367] ppid=16366 vsize=864476 CPUtime=1799.48
/proc/16367/stat : 16367 (java) S 16366 16353 16020 0 -1 0 145168 0 1 0 179775 173 0 0 20 0 9 0 22517450 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16367/statm: 216119 100381 2590 9 0 210596 0
[pid=16367/tid=16368] ppid=16366 vsize=864476 CPUtime=1786.11
/proc/16367/task/16368/stat : 16368 (java) R 16366 16353 16020 0 -1 64 6270 0 1 0 178505 106 0 0 25 0 9 0 22517451 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4126593940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16369] ppid=16366 vsize=864476 CPUtime=13.26
/proc/16367/task/16369/stat : 16369 (java) S 16366 16353 16020 0 -1 64 137855 0 0 0 1261 65 0 0 16 0 9 0 22517452 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16367/tid=16370] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16370/stat : 16370 (java) S 16366 16353 16020 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16371] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16371/stat : 16371 (java) S 16366 16353 16020 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22517453 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16372] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16372/stat : 16372 (java) S 16366 16353 16020 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16373] ppid=16366 vsize=864476 CPUtime=0.09
/proc/16367/task/16373/stat : 16373 (java) S 16366 16353 16020 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16374] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16374/stat : 16374 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16367/tid=16375] ppid=16366 vsize=864476 CPUtime=0
/proc/16367/task/16375/stat : 16375 (java) S 16366 16353 16020 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22517455 885223424 100381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 886700

Child status: 0

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

Real time (s): 1809.22
CPU time (s): 1800.09
CPU user time (s): 1798.31
CPU system time (s): 1.78
CPU usage (%): 99.4953
Max. virtual memory (cumulated for all children) (KiB): 909192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.567913
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8903
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= 456
involuntary context switches= 311

runsolver used 2.46962 second user time and 5.80312 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 01:21:41
IDJOB=2071687
IDBENCH=55520
IDSOLVER=739
FILE ID=node8/2071687-1247354501
PBS_JOBID= 9506927
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg13-16_ext.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-2071687-1247354501/watcher-2071687-1247354501 -o /tmp/evaluation-result-2071687-1247354501/solver-2071687-1247354501 -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-2071687-1247354501.xml

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

MD5SUM BENCH= 52f75d6b6af5c497352f21dec4138271
RANDOM SEED=670125633

node8.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:       1578816 kB
Buffers:          7680 kB
Cached:         199448 kB
SwapCached:          0 kB
Active:         416252 kB
Inactive:        12900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         233148 kB
Slab:            32588 kB
Committed_AS:   348468 kB
PageTables:       2208 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-12 01:51:52