Trace number 2077099

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.11 1811.06

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-12_ext.xml
MD5SUMa5656f4953dca2b0bb60baf5002b0ce7
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 variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
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.08	c 0	BEGIN Sun Jul 12 03:49:00 2009
0.05/0.08	c 0	PID 15809
0.05/0.08	c 0	HOST node48.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2077099-1247363340.xml TO HOME/temp.csp
0.05/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-2077099-1247363340.xml' 'HOME/temp.csp'
1.06/1.14	c 2	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
1.06/1.19	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.10/1.27	c 2	Parsing HOME/temp.csp
2.48/2.69	c 3	parsed 119 expressions
2.59/2.70	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.70	c 3	Converting to clausal form CSP
2.59/2.72	c 3	converted 12 (10%) expressions
2.59/2.72	c 3	converted 24 (20%) expressions
2.59/2.72	c 3	converted 36 (30%) expressions
2.59/2.72	c 3	converted 48 (40%) expressions
2.59/2.72	c 3	converted 60 (50%) expressions
2.59/2.72	c 3	converted 72 (60%) expressions
2.59/2.72	c 3	converted 84 (70%) expressions
2.59/2.72	c 3	converted 96 (80%) expressions
8.05/8.28	c 9	converted 108 (90%) expressions
19.40/19.63	c 20	converted 119 (100%) expressions
19.40/19.63	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.40/19.63	c 20	Heap : 412 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.40/19.63	c 20	Propagation in CSP
19.40/19.63	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.40/19.63	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.40/19.63	c 20	Heap : 412 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.40/19.64	c 20	Simplifing CSP by introducing new Boolean variables
19.40/19.64	c 20	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
19.40/19.64	c 20	Heap : 413 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.39/22.65	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.39/22.67	c 23	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
22.39/22.67	c 23	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
22.39/22.67	c 23	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
22.39/22.68	c 23	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
22.39/22.68	c 23	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
22.39/22.68	c 23	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
22.39/22.68	c 23	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
22.39/22.68	c 23	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
22.39/22.68	c 23	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
22.39/22.68	c 23	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
816.49/822.24	c 823	2 (10%) CSP clauses are encoded (509572 clauses, 29369069 bytes)
1545.37/1555.05	c 1555	4 (20%) CSP clauses are encoded (1016840 clauses, 58966037 bytes)
1800.00/1810.92	c ERROR INTERRUPTED
1800.11/1811.05	s UNKNOWN
1800.11/1811.05	c 1811	CPU 1.11 (0.05 0.02 0.95 0.09)
1800.11/1811.05	c 1811	END Sun Jul 12 04:19:11 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-2077099-1247363340/watcher-2077099-1247363340 -o /tmp/evaluation-result-2077099-1247363340/solver-2077099-1247363340 -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-2077099-1247363340.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.04 2.19 2.17 3/82 15809
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=18576 CPUtime=0
/proc/15809/stat : 15809 (runsolver) R 15807 15809 15772 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23398189 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15809/statm: 4644 284 249 26 0 2626 0

[startup+0.068443 s]
/proc/loadavg: 2.04 2.19 2.17 3/82 15809
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16344 CPUtime=0.05
/proc/15809/stat : 15809 (sugar) R 15807 15809 15772 0 -1 4194304 1001 0 0 0 3 2 0 0 18 0 1 0 23398189 16736256 969 996147200 4194304 4206940 548682068608 18446744073709551615 255539456515 0 0 4224 0 0 0 0 17 0 0 0
/proc/15809/statm: 4086 969 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101449 s]
/proc/loadavg: 2.04 2.19 2.17 3/82 15809
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=0.06
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30146 s]
/proc/loadavg: 2.04 2.19 2.17 3/82 15809
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=0.06
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701494 s]
/proc/loadavg: 2.04 2.19 2.17 3/82 15809
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=0.06
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50157 s]
/proc/loadavg: 2.04 2.19 2.17 4/93 15821
/proc/meminfo: memFree=1529632/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.1
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1309 13789 0 1 4 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16868

[startup+3.10273 s]
/proc/loadavg: 2.04 2.19 2.17 3/93 15831
/proc/meminfo: memFree=1554912/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.1
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1309 13789 0 1 4 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864908 CPUtime=1.89
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 15857 0 1 0 180 9 0 0 20 0 9 0 23398309 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216227 14438 2568 9 0 210732 0
[pid=15823/tid=15824] ppid=15822 vsize=864908 CPUtime=1.04
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 2867 0 1 0 102 2 0 0 25 0 9 0 23398310 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864908 CPUtime=0.77
/proc/15823/task/15825/stat : 15825 (java) R 15822 15809 15772 0 -1 64 11975 0 0 0 72 5 0 0 16 0 9 0 23398311 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 102499780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864908 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23398311 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864908 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23398311 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864908 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864908 CPUtime=0.04
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23398313 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864908 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864908 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885665792 14438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887132

[startup+6.30102 s]
/proc/loadavg: 2.12 2.21 2.17 3/93 15831
/proc/meminfo: memFree=1469216/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.1
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1309 13789 0 1 4 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=885900 CPUtime=5.06
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 41928 0 1 0 483 23 0 0 20 0 9 0 23398309 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 221475 37261 2567 9 0 215980 0
[pid=15823/tid=15824] ppid=15822 vsize=885900 CPUtime=2.19
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 3678 0 1 0 216 3 0 0 25 0 9 0 23398310 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=885900 CPUtime=2.81
/proc/15823/task/15825/stat : 15825 (java) R 15822 15809 15772 0 -1 64 37235 0 0 0 262 19 0 0 18 0 9 0 23398311 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 101593060 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=885900 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=885900 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=885900 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=885900 CPUtime=0.04
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23398313 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=885900 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=885900 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 907161600 37261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908124

[startup+12.7026 s]
/proc/loadavg: 2.11 2.20 2.17 5/93 15831
/proc/meminfo: memFree=1326696/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.1
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1309 13789 0 1 4 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864404 CPUtime=11.44
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 93021 0 1 0 1094 50 0 0 20 0 9 0 23398309 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216101 69784 2567 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864404 CPUtime=4.38
/proc/15823/task/15824/stat : 15824 (java) S 15822 15809 15772 0 -1 64 5795 0 1 0 434 4 0 0 17 0 9 0 23398310 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864404 CPUtime=6.99
/proc/15823/task/15825/stat : 15825 (java) R 15822 15809 15772 0 -1 64 86211 0 0 0 655 44 0 0 25 0 9 0 23398311 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864404 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864404 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864404 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864404 CPUtime=0.04
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23398313 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864404 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864404 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885149696 69784 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886628

[startup+25.5028 s]
/proc/loadavg: 2.23 2.22 2.18 3/93 15831
/proc/meminfo: memFree=1110312/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=24.17
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 157484 0 1 0 2333 84 0 0 20 0 9 0 23398309 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 118105 2591 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864516 CPUtime=9.55
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 8484 0 1 0 950 5 0 0 25 0 9 0 23398310 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4126580085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864516 CPUtime=14.51
/proc/15823/task/15825/stat : 15825 (java) S 15822 15809 15772 0 -1 64 147963 0 0 0 1374 77 0 0 16 0 9 0 23398311 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.08
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23398313 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 118105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 886740

[startup+51.1022 s]
/proc/loadavg: 2.23 2.22 2.18 3/93 15831
/proc/meminfo: memFree=1101416/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=49.64
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 159017 0 1 0 4879 85 0 0 20 0 9 0 23398309 885264384 119636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 119636 2591 9 0 210606 0

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

[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.09
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23398313 885264384 151371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 151371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 151371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.43
Current children cumulated vsize (KiB) 886740

[startup+1662.3 s]
/proc/loadavg: 2.01 2.42 2.45 3/85 17941
/proc/meminfo: memFree=987872/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=1651.03
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 191274 0 1 0 164951 152 0 0 20 0 9 0 23398309 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 151773 2591 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864516 CPUtime=1633.93
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 8607 0 1 0 163336 57 0 0 25 0 9 0 23398310 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4126575674 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864516 CPUtime=16.98
/proc/15823/task/15825/stat : 15825 (java) S 15822 15809 15772 0 -1 64 181622 0 0 0 1605 93 0 0 17 0 9 0 23398311 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.09
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23398313 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 151773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.14
Current children cumulated vsize (KiB) 886740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.34 2.42 3/85 17941
/proc/meminfo: memFree=982432/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=1710.73
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 192257 0 1 0 170921 152 0 0 20 0 9 0 23398309 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 152754 2591 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864516 CPUtime=1693.58
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 8609 0 1 0 169301 57 0 0 25 0 9 0 23398310 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4126597780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864516 CPUtime=17.03
/proc/15823/task/15825/stat : 15825 (java) S 15822 15809 15772 0 -1 64 182603 0 0 0 1610 93 0 0 16 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.09
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.84
Current children cumulated vsize (KiB) 886740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.27 2.39 3/86 17942
/proc/meminfo: memFree=982296/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=1770.43
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 192257 0 1 0 176891 152 0 0 20 0 9 0 23398309 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 152754 2591 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864516 CPUtime=1753.28
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 8609 0 1 0 175271 57 0 0 25 0 9 0 23398310 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4126577706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864516 CPUtime=17.03
/proc/15823/task/15825/stat : 15825 (java) S 15822 15809 15772 0 -1 64 182603 0 0 0 1610 93 0 0 16 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.09
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 152754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.54
Current children cumulated vsize (KiB) 886740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.00 2.25 2.38 3/86 17942
/proc/meminfo: memFree=978648/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1310 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1111 409 3 0 796 0
[pid=15822] ppid=15809 vsize=5356 CPUtime=0
/proc/15822/stat : 15822 (sh) S 15809 15809 15772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23398308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15822/statm: 1339 233 193 169 0 50 0
[pid=15823] ppid=15822 vsize=864516 CPUtime=1798.89
/proc/15823/stat : 15823 (java) S 15822 15809 15772 0 -1 0 193180 0 1 0 179736 153 0 0 20 0 9 0 23398309 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15823/statm: 216129 153675 2591 9 0 210606 0
[pid=15823/tid=15824] ppid=15822 vsize=864516 CPUtime=1781.67
/proc/15823/task/15824/stat : 15824 (java) R 15822 15809 15772 0 -1 64 8611 0 1 0 178110 57 0 0 25 0 9 0 23398310 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4126577122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15825] ppid=15822 vsize=864516 CPUtime=17.09
/proc/15823/task/15825/stat : 15825 (java) S 15822 15809 15772 0 -1 64 183524 0 0 0 1616 93 0 0 16 0 9 0 23398311 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15826] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15826/stat : 15826 (java) S 15822 15809 15772 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23398311 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15827] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15827/stat : 15827 (java) S 15822 15809 15772 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23398311 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15828] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15828/stat : 15828 (java) S 15822 15809 15772 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15829] ppid=15822 vsize=864516 CPUtime=0.09
/proc/15823/task/15829/stat : 15829 (java) S 15822 15809 15772 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23398313 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15830] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15830/stat : 15830 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23398313 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15823/tid=15831] ppid=15822 vsize=864516 CPUtime=0
/proc/15823/task/15831/stat : 15831 (java) S 15822 15809 15772 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23398313 885264384 153675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 886740

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

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

[startup+1811.03 s]
/proc/loadavg: 2.00 2.25 2.38 3/86 17942
/proc/meminfo: memFree=978648/2055920 swapFree=4192812/4192956
[pid=15809] ppid=15807 vsize=16868 CPUtime=1.11
/proc/15809/stat : 15809 (sugar) S 15807 15809 15772 0 -1 4194304 1323 13789 0 1 5 2 95 9 16 0 1 0 23398189 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15809/statm: 4217 1112 409 3 0 796 0
[pid=15822] ppid=15809 vsize=0 CPUtime=0
/proc/15822/stat : 15822 (sh) Z 15809 15809 15772 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23398308 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15822/statm: 0 0 0 0 0 0 0
[pid=15823] ppid=1 vsize=0 CPUtime=1799
/proc/15823/stat : 15823 (java) R 1 15809 15772 0 -1 1028 193201 0 1 0 179741 159 0 0 17 0 1 0 23398309 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/15823/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1811.06
CPU time (s): 1800.11
CPU user time (s): 1798.41
CPU system time (s): 1.7
CPU usage (%): 99.3956
Max. virtual memory (cumulated for all children) (KiB): 913244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.00985
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15466
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= 591
involuntary context switches= 445

runsolver used 2.27565 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 03:49:00
IDJOB=2077099
IDBENCH=56549
IDSOLVER=739
FILE ID=node48/2077099-1247363340
PBS_JOBID= 9507028
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-12_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-2077099-1247363340/watcher-2077099-1247363340 -o /tmp/evaluation-result-2077099-1247363340/solver-2077099-1247363340 -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-2077099-1247363340.xml

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

MD5SUM BENCH= a5656f4953dca2b0bb60baf5002b0ce7
RANDOM SEED=1330248798

node48.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.237
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.237
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:       1581480 kB
Buffers:         20588 kB
Cached:         101472 kB
SwapCached:          0 kB
Active:         388932 kB
Inactive:        38464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3972 kB
Writeback:           0 kB
Mapped:         325792 kB
Slab:            31572 kB
Committed_AS:   487700 kB
PageTables:       2376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node48 at 2009-07-12 04:19:13