Trace number 2071598

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.1 1806.42

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg10-11_ext.xml
MD5SUM7036052caed6c16652ecdb620a34b2a1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:16:14 2009
0.00/0.07	c 0	PID 16234
0.06/0.08	c 0	HOST node54.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071598-1247354174.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-2071598-1247354174.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.89	c 1	Parsing HOME/temp.csp
1.53/1.66	c 2	parsed 134 expressions
1.53/1.67	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.67	c 2	Converting to clausal form CSP
1.53/1.69	c 2	converted 14 (10%) expressions
1.53/1.69	c 2	converted 27 (20%) expressions
1.53/1.69	c 2	converted 41 (30%) expressions
1.53/1.69	c 2	converted 54 (40%) expressions
1.53/1.69	c 2	converted 67 (50%) expressions
1.53/1.69	c 2	converted 81 (60%) expressions
1.53/1.69	c 2	converted 94 (70%) expressions
1.53/1.69	c 2	converted 108 (80%) expressions
6.14/6.37	c 7	converted 121 (90%) expressions
13.66/14.03	c 14	converted 134 (100%) expressions
13.66/14.03	c 14	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
13.66/14.03	c 14	Heap : 308 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.66/14.03	c 14	Propagation in CSP
13.66/14.03	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.66/14.03	c 14	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
13.66/14.03	c 14	Heap : 308 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.66/14.04	c 14	Simplifing CSP by introducing new Boolean variables
13.66/14.04	c 14	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
13.66/14.04	c 14	Heap : 308 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.24/15.61	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.24/15.62	c 16	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
15.24/15.63	c 16	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
15.24/15.64	c 16	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
15.24/15.64	c 16	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
15.24/15.65	c 16	55 (50%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
15.24/15.65	c 16	66 (60%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
15.24/15.65	c 16	77 (70%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
15.24/15.65	c 16	88 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
15.24/15.65	c 16	99 (90%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
15.24/15.65	c 16	110 (100%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1411.84/1415.88	c 1416	3 (10%) CSP clauses are encoded (985005 clauses, 68636534 bytes)
1800.10/1806.32	c ERROR INTERRUPTED
1800.10/1806.41	s UNKNOWN
1800.10/1806.41	c 1807	CPU 0.76 (0.05 0.01 0.64 0.06)
1800.10/1806.41	c 1807	END Sun Jul 12 01:46:21 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-2071598-1247354174/watcher-2071598-1247354174 -o /tmp/evaluation-result-2071598-1247354174/solver-2071598-1247354174 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071598-1247354174.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.15 2.29 2.18 4/84 16234
/proc/meminfo: memFree=1298696/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=18576 CPUtime=0
/proc/16234/stat : 16234 (runsolver) R 16232 16234 15343 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22482235 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16234/statm: 4644 284 249 26 0 2626 0

[startup+0.0792301 s]
/proc/loadavg: 2.15 2.29 2.18 4/84 16234
/proc/meminfo: memFree=1298696/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16740 CPUtime=0.06
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22482235 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100722 s]
/proc/loadavg: 2.15 2.29 2.18 4/84 16234
/proc/meminfo: memFree=1298696/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.06
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30174 s]
/proc/loadavg: 2.15 2.29 2.18 4/84 16234
/proc/meminfo: memFree=1298696/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.06
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701804 s]
/proc/loadavg: 2.15 2.29 2.18 4/84 16234
/proc/meminfo: memFree=1298696/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.06
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.15 2.29 2.18 3/95 16256
/proc/meminfo: memFree=1287728/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1309 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=862284 CPUtime=0.66
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 7378 0 1 0 63 3 0 0 18 0 9 0 22482318 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 215571 6481 2158 9 0 210484 0
[pid=16248/tid=16249] ppid=16247 vsize=862284 CPUtime=0.4
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 2022 0 1 0 39 1 0 0 22 0 9 0 22482319 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16250] ppid=16247 vsize=862284 CPUtime=0.2
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 4347 0 0 0 19 1 0 0 16 0 9 0 22482320 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16251] ppid=16247 vsize=862284 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=862284 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22482320 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=862284 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=862284 CPUtime=0.03
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 22482322 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16255] ppid=16247 vsize=862284 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=862284 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 882978816 6481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.1021 s]
/proc/loadavg: 2.15 2.29 2.18 4/95 16256
/proc/meminfo: memFree=1260656/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1309 9853 0 1 5 1 64 6 15 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864400 CPUtime=2.25
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 20079 0 1 0 216 9 0 0 18 0 9 0 22482318 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216100 18551 2566 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864400 CPUtime=1
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 3189 0 1 0 99 1 0 0 22 0 9 0 22482319 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4126516600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864400 CPUtime=1.18
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 15875 0 0 0 112 6 0 0 16 0 9 0 22482320 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864400 CPUtime=0.04
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22482322 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885145600 18551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885145600 18551 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) 886624

[startup+6.30251 s]
/proc/loadavg: 2.38 2.33 2.19 6/95 16256
/proc/meminfo: memFree=1169456/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1309 9853 0 1 5 1 64 6 15 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864400 CPUtime=5.38
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 42875 0 1 0 517 21 0 0 18 0 9 0 22482318 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216100 40447 2566 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864400 CPUtime=1.99
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 4457 0 1 0 197 2 0 0 16 0 9 0 22482319 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4126517113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864400 CPUtime=3.31
/proc/16248/task/16250/stat : 16250 (java) R 16247 16234 15343 0 -1 64 37403 0 0 0 313 18 0 0 25 0 9 0 22482320 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864400 CPUtime=0.04
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22482322 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864400 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885145600 40447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886624

[startup+12.7023 s]
/proc/loadavg: 2.43 2.35 2.19 5/95 16256
/proc/meminfo: memFree=958384/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1309 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=865404 CPUtime=11.61
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 101873 0 1 0 1117 44 0 0 18 0 9 0 22482318 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216351 88623 2567 9 0 210856 0
[pid=16248/tid=16249] ppid=16247 vsize=865404 CPUtime=4.31
/proc/16248/task/16249/stat : 16249 (java) S 16247 16234 15343 0 -1 64 5804 0 1 0 428 3 0 0 17 0 9 0 22482319 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16250] ppid=16247 vsize=865404 CPUtime=7.23
/proc/16248/task/16250/stat : 16250 (java) R 16247 16234 15343 0 -1 64 95054 0 0 0 683 40 0 0 25 0 9 0 22482320 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 102758156 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16251] ppid=16247 vsize=865404 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=865404 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=865404 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=865404 CPUtime=0.04
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22482322 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16255] ppid=16247 vsize=865404 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=865404 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 886173696 88623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887628

[startup+25.5019 s]
/proc/loadavg: 2.33 2.33 2.19 3/95 16256
/proc/meminfo: memFree=916848/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1310 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=24.22
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 124387 0 1 0 2369 53 0 0 18 0 9 0 22482318 885260288 95192 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 95192 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=13.89
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8358 0 1 0 1386 3 0 0 25 0 9 0 22482319 885260288 95192 996147200 134512640 134550932 4294955936 18446744073709551615 4126570661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=10.23
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 114992 0 0 0 974 49 0 0 16 0 9 0 22482320 885260288 95192 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 95192 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 95192 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0

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

/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=1657.47
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 165644 0 1 0 165634 113 0 0 18 0 9 0 22482318 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 136263 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=1644.55
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8545 0 1 0 164411 44 0 0 25 0 9 0 22482319 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4126570018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=12.79
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 156053 0 0 0 1212 67 0 0 16 0 9 0 22482320 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864512 CPUtime=0.09
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22482322 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885260288 136263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.23
Current children cumulated vsize (KiB) 886736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.10 3/94 16336
/proc/meminfo: memFree=1235832/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1310 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=1717.44
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 169431 0 1 0 171630 114 0 0 18 0 9 0 22482318 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 140039 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=1704.32
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8556 0 1 0 170387 45 0 0 25 0 9 0 22482319 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4126570610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=13
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 159829 0 0 0 1232 68 0 0 16 0 9 0 22482320 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864512 CPUtime=0.09
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22482322 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885260288 140039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.2
Current children cumulated vsize (KiB) 886736

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.10 3/95 16402
/proc/meminfo: memFree=540024/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1310 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=1775.34
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 170851 0 1 0 177418 116 0 0 18 0 9 0 22482318 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 141455 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=1762.12
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8560 0 1 0 176166 46 0 0 25 0 9 0 22482319 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4126570677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=13.09
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 161245 0 0 0 1240 69 0 0 16 0 9 0 22482320 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864512 CPUtime=0.09
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22482322 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885260288 141455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.1
Current children cumulated vsize (KiB) 886736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.05 2.06 2.09 3/95 16402
/proc/meminfo: memFree=538616/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1310 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=1799.34
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 171174 0 1 0 179817 117 0 0 18 0 9 0 22482318 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 141777 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=1786.09
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8561 0 1 0 178563 46 0 0 25 0 9 0 22482319 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4126593083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=13.11
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 161567 0 0 0 1242 69 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864512 CPUtime=0.09
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 886736

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

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

[startup+1806.3 s]
/proc/loadavg: 2.05 2.06 2.09 3/95 16402
/proc/meminfo: memFree=538616/2055920 swapFree=4192812/4192956
[pid=16234] ppid=16232 vsize=16868 CPUtime=0.76
/proc/16234/stat : 16234 (sugar) S 16232 16234 15343 0 -1 4194304 1310 9853 0 1 5 1 64 6 16 0 1 0 22482235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16234/statm: 4217 1111 409 3 0 796 0
[pid=16247] ppid=16234 vsize=5356 CPUtime=0
/proc/16247/stat : 16247 (sh) S 16234 16234 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22482317 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16247/statm: 1339 233 193 169 0 50 0
[pid=16248] ppid=16247 vsize=864512 CPUtime=1799.34
/proc/16248/stat : 16248 (java) S 16247 16234 15343 0 -1 0 171174 0 1 0 179817 117 0 0 18 0 9 0 22482318 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16248/statm: 216128 141777 2591 9 0 210605 0
[pid=16248/tid=16249] ppid=16247 vsize=864512 CPUtime=1786.09
/proc/16248/task/16249/stat : 16249 (java) R 16247 16234 15343 0 -1 64 8561 0 1 0 178563 46 0 0 25 0 9 0 22482319 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4126593083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16250] ppid=16247 vsize=864512 CPUtime=13.11
/proc/16248/task/16250/stat : 16250 (java) S 16247 16234 15343 0 -1 64 161567 0 0 0 1242 69 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16251] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16251/stat : 16251 (java) S 16247 16234 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16252] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16252/stat : 16252 (java) S 16247 16234 15343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22482320 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16253] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16253/stat : 16253 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16254] ppid=16247 vsize=864512 CPUtime=0.09
/proc/16248/task/16254/stat : 16254 (java) S 16247 16234 15343 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16248/tid=16255] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16255/stat : 16255 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16248/tid=16256] ppid=16247 vsize=864512 CPUtime=0
/proc/16248/task/16256/stat : 16256 (java) S 16247 16234 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22482322 885260288 141777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 886736

Child status: 0

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

Real time (s): 1806.42
CPU time (s): 1800.1
CPU user time (s): 1798.86
CPU system time (s): 1.24
CPU usage (%): 99.6502
Max. virtual memory (cumulated for all children) (KiB): 908120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.702893
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11530
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= 526
involuntary context switches= 412

runsolver used 2.69559 second user time and 6.79297 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 01:16:14
IDJOB=2071598
IDBENCH=55510
IDSOLVER=738
FILE ID=node54/2071598-1247354174
PBS_JOBID= 9506937
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 7036052caed6c16652ecdb620a34b2a1
RANDOM SEED=1110606890

node54.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.232
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.232
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:       1299176 kB
Buffers:         10880 kB
Cached:          86904 kB
SwapCached:          0 kB
Active:         682572 kB
Inactive:        26760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:         627184 kB
Slab:            31480 kB
Committed_AS:   864700 kB
PageTables:       2904 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= 66408 MiB
End job on node54 at 2009-07-12 01:46:23