Trace number 1075689

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.13+minisat? (TO) 1800.19 1808.84

General information on the benchmark

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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:25:38 2008
0.00/0.05	c 0	PID 27332
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075689-1215181538.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075689-1215181538.xml' 'HOME/temp.csp'
1.35/1.47	c 2	1 domains, 454 variables, 6 predicates, 6 relations, 3246 constraints
1.43/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.51	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.43/1.59	c 2	Parsing HOME/temp.csp
2.90/3.07	c 3	parsed 3713 expressions
2.90/3.07	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.07	c 3	Converting to clausal form CSP
3.00/3.10	c 4	converted 372 (10%) expressions
13.88/14.17	c 15	converted 743 (20%) expressions
24.39/24.71	c 25	converted 1114 (30%) expressions
27.16/27.57	c 28	converted 1486 (40%) expressions
28.84/29.29	c 30	converted 1857 (50%) expressions
28.94/29.32	c 30	converted 2228 (60%) expressions
28.94/29.36	c 30	converted 2600 (70%) expressions
29.04/29.40	c 30	converted 2971 (80%) expressions
29.25/29.63	c 30	converted 3342 (90%) expressions
29.25/29.68	c 30	converted 3713 (100%) expressions
29.25/29.68	c 30	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
29.25/29.68	c 30	Heap : 559 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.25/29.68	c 30	Propagation in CSP
29.34/29.75	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.34/29.75	c 30	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
29.34/29.75	c 30	Heap : 563 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.34/29.75	c 30	Simplifing CSP by introducing new Boolean variables
29.43/29.82	c 30	CSP : 454 integers, 32496 booleans, 35742 clauses, largest domain size 26
29.43/29.82	c 30	Heap : 576 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.91/32.33	c 33	Encoding CSP to SAT : HOME/temp.cnf
31.91/32.37	c 33	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
31.91/32.37	c 33	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
31.91/32.37	c 33	137 (30%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
31.91/32.37	c 33	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
31.91/32.37	c 33	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
31.91/32.38	c 33	273 (60%) CSP integer variables are encoded (6552 clauses, 83113 bytes)
31.91/32.38	c 33	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
31.91/32.38	c 33	364 (80%) CSP integer variables are encoded (8736 clauses, 111505 bytes)
31.91/32.38	c 33	409 (90%) CSP integer variables are encoded (9816 clauses, 125978 bytes)
31.91/32.38	c 33	454 (100%) CSP integer variables are encoded (10896 clauses, 142178 bytes)
1800.07/1808.72	c ERROR INTERRUPTED
1800.19/1808.83	s UNKNOWN
1800.19/1808.83	c 1809	CPU 1.34 (0.03 0.01 1.31 0.09)
1800.19/1808.83	c 1809	END Fri Jul  4 16:55:47 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075689-1215181538/watcher-1075689-1215181538 -o /tmp/evaluation-result-1075689-1215181538/solver-1075689-1215181538 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1075689-1215181538.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27332
/proc/meminfo: memFree=1601840/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=18572 CPUtime=0
/proc/27332/stat : 27332 (runsolver) R 27330 27332 25621 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1997126310 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27332/statm: 4643 292 257 25 0 2626 0

[startup+0.108906 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27332
/proc/meminfo: memFree=1601840/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=0.04
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997126310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201908 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27332
/proc/meminfo: memFree=1601840/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=0.04
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997126310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301916 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27332
/proc/meminfo: memFree=1601840/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=0.04
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997126310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701958 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27332
/proc/meminfo: memFree=1601840/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=0.04
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997126310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50102 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 27344
/proc/meminfo: memFree=1566488/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=0.04
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 1997126310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 796 370 3 0 500 0
[pid=27335] ppid=27332 vsize=5356 CPUtime=0
/proc/27335/stat : 27335 (sh) S 27332 27332 25621 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997126315 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27335/statm: 1339 233 193 169 0 50 0
[pid=27336] ppid=27335 vsize=864700 CPUtime=1.39
/proc/27336/stat : 27336 (java) S 27335 27332 25621 0 -1 0 12511 0 1 0 131 8 0 0 18 0 9 0 1997126316 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27336/statm: 216175 11579 2529 9 0 210757 0
[pid=27336/tid=27337] ppid=27335 vsize=864700 CPUtime=0.9
/proc/27336/task/27337/stat : 27337 (java) S 27335 27332 25621 0 -1 64 5882 0 1 0 86 4 0 0 24 0 9 0 1997126317 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27338] ppid=27335 vsize=864700 CPUtime=0.32
/proc/27336/task/27338/stat : 27338 (java) S 27335 27332 25621 0 -1 64 5409 0 0 0 30 2 0 0 16 0 9 0 1997126318 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27339] ppid=27335 vsize=864700 CPUtime=0
/proc/27336/task/27339/stat : 27339 (java) S 27335 27332 25621 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1997126318 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27340] ppid=27335 vsize=864700 CPUtime=0
/proc/27336/task/27340/stat : 27340 (java) S 27335 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997126318 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27341] ppid=27335 vsize=864700 CPUtime=0
/proc/27336/task/27341/stat : 27341 (java) S 27335 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997126320 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27342] ppid=27335 vsize=864700 CPUtime=0.14
/proc/27336/task/27342/stat : 27342 (java) S 27335 27332 25621 0 -1 64 521 0 0 0 14 0 0 0 16 0 9 0 1997126320 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27343] ppid=27335 vsize=864700 CPUtime=0
/proc/27336/task/27343/stat : 27343 (java) S 27335 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126320 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27336/tid=27344] ppid=27335 vsize=864700 CPUtime=0
/proc/27336/task/27344/stat : 27344 (java) S 27335 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126320 885452800 11579 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883656

[startup+3.10217 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 27354
/proc/meminfo: memFree=1580504/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 973 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=864180 CPUtime=1.56
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 12299 0 1 0 151 5 0 0 18 0 9 0 1997126462 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 216045 10796 2540 9 0 210620 0
[pid=27346/tid=27347] ppid=27345 vsize=864180 CPUtime=0.85
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 2841 0 1 0 84 1 0 0 25 0 9 0 1997126463 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4125978148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27348] ppid=27345 vsize=864180 CPUtime=0.6
/proc/27346/task/27348/stat : 27348 (java) S 27345 27332 25621 0 -1 64 8430 0 0 0 58 2 0 0 16 0 9 0 1997126464 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27349] ppid=27345 vsize=864180 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=864180 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997126464 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=864180 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=864180 CPUtime=0.07
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1997126466 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=864180 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=864180 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 884920320 10796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883136

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 27354
/proc/meminfo: memFree=1503384/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 973 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=864184 CPUtime=4.72
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 33686 0 1 0 457 15 0 0 18 0 9 0 1997126462 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 216046 31715 2542 9 0 210621 0
[pid=27346/tid=27347] ppid=27345 vsize=864184 CPUtime=2.26
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 3601 0 1 0 224 2 0 0 25 0 9 0 1997126463 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27348] ppid=27345 vsize=864184 CPUtime=2.33
/proc/27346/task/27348/stat : 27348 (java) R 27345 27332 25621 0 -1 64 29039 0 0 0 221 12 0 0 16 0 9 0 1997126464 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 102674821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27349] ppid=27345 vsize=864184 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=864184 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=864184 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=864184 CPUtime=0.11
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 349 0 0 0 11 0 0 0 16 0 9 0 1997126466 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=864184 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=864184 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 884924416 31715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883140

[startup+12.702 s]
/proc/loadavg: 1.94 1.98 1.99 4/92 27354
/proc/meminfo: memFree=1366488/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 973 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868384 CPUtime=11.06
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 86858 0 1 0 1068 38 0 0 18 0 9 0 1997126462 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217096 64051 2540 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868384 CPUtime=4.48
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 5605 0 1 0 446 2 0 0 16 0 9 0 1997126463 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4126572312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868384 CPUtime=6.37
/proc/27346/task/27348/stat : 27348 (java) R 27345 27332 25621 0 -1 64 79107 0 0 0 603 34 0 0 25 0 9 0 1997126464 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=868384 CPUtime=0.18
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 1997126466 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889225216 64051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887340

[startup+25.5012 s]
/proc/loadavg: 2.09 2.02 2.00 3/92 27354
/proc/meminfo: memFree=1056728/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 973 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868384 CPUtime=23.73
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 169177 0 1 0 2300 73 0 0 18 0 9 0 1997126462 889225216 137378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217096 137378 2540 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868384 CPUtime=10.13
/proc/27346/task/27347/stat : 27347 (java) S 27345 27332 25621 0 -1 64 7709 0 1 0 1010 3 0 0 17 0 9 0 1997126463 889225216 137378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868384 CPUtime=13.37
/proc/27346/task/27348/stat : 27348 (java) R 27345 27332 25621 0 -1 64 159315 0 0 0 1269 68 0 0 25 0 9 0 1997126464 889225216 137378 996147200 134512640 134550740 4294955952 18446744073709551615 103736018 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889225216 137378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868384 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889225216 137378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=27346/tid=27352] ppid=27345 vsize=868496 CPUtime=0.29
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.74
Current children cumulated vsize (KiB) 887452

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27386
/proc/meminfo: memFree=688408/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 974 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868496 CPUtime=1652.28
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 234601 0 1 0 165013 215 0 0 18 0 9 0 1997126462 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217124 184189 2566 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868496 CPUtime=1624.2
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 9022 0 1 0 162304 116 0 0 25 0 9 0 1997126463 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4127003076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868496 CPUtime=27.76
/proc/27346/task/27348/stat : 27348 (java) S 27345 27332 25621 0 -1 64 223370 0 0 0 2680 96 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=868496 CPUtime=0.29
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.72
Current children cumulated vsize (KiB) 887452

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27386
/proc/meminfo: memFree=680600/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 974 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868496 CPUtime=1712.26
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 234612 0 1 0 171008 218 0 0 18 0 9 0 1997126462 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217124 184189 2566 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868496 CPUtime=1684
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 9033 0 1 0 168280 120 0 0 25 0 9 0 1997126463 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4127000589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868496 CPUtime=27.94
/proc/27346/task/27348/stat : 27348 (java) S 27345 27332 25621 0 -1 64 223370 0 0 0 2698 96 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=868496 CPUtime=0.29
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.7
Current children cumulated vsize (KiB) 887452

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27386
/proc/meminfo: memFree=680600/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 974 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868496 CPUtime=1772.24
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 234616 0 1 0 177005 219 0 0 18 0 9 0 1997126462 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217124 184189 2566 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868496 CPUtime=1743.86
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 9037 0 1 0 174266 120 0 0 25 0 9 0 1997126463 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4127000576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868496 CPUtime=28.05
/proc/27346/task/27348/stat : 27348 (java) S 27345 27332 25621 0 -1 64 223370 0 0 0 2709 96 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=868496 CPUtime=0.29
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.68
Current children cumulated vsize (KiB) 887452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27386
/proc/meminfo: memFree=673944/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 974 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=5356 CPUtime=0
/proc/27345/stat : 27345 (sh) S 27332 27332 25621 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997126462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27345/statm: 1339 233 193 169 0 50 0
[pid=27346] ppid=27345 vsize=868496 CPUtime=1798.63
/proc/27346/stat : 27346 (java) S 27345 27332 25621 0 -1 0 234625 0 1 0 179641 222 0 0 18 0 9 0 1997126462 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 217124 184189 2566 9 0 211671 0
[pid=27346/tid=27347] ppid=27345 vsize=868496 CPUtime=1770.13
/proc/27346/task/27347/stat : 27347 (java) R 27345 27332 25621 0 -1 64 9046 0 1 0 176890 123 0 0 25 0 9 0 1997126463 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4127003155 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27348] ppid=27345 vsize=868496 CPUtime=28.19
/proc/27346/task/27348/stat : 27348 (java) S 27345 27332 25621 0 -1 64 223370 0 0 0 2722 97 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27346/tid=27349] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27345 27332 25621 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27350] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27350/stat : 27350 (java) S 27345 27332 25621 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997126464 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27351] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27351/stat : 27351 (java) S 27345 27332 25621 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27352] ppid=27345 vsize=868496 CPUtime=0.29
/proc/27346/task/27352/stat : 27352 (java) S 27345 27332 25621 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27353] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27353/stat : 27353 (java) S 27345 27332 25621 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27346/tid=27354] ppid=27345 vsize=868496 CPUtime=0
/proc/27346/task/27354/stat : 27354 (java) S 27345 27332 25621 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997126466 889339904 184189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 887452

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

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

[startup+1808.83 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 27386
/proc/meminfo: memFree=673944/2055920 swapFree=4179776/4192956
[pid=27332] ppid=27330 vsize=13600 CPUtime=1.44
/proc/27332/stat : 27332 (sugar) S 27330 27332 25621 0 -1 4194304 982 12928 0 1 3 1 131 9 16 0 1 0 1997126310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27332/statm: 3400 797 370 3 0 500 0
[pid=27345] ppid=27332 vsize=0 CPUtime=0
/proc/27345/stat : 27345 (sh) Z 27332 27332 25621 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997126462 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27345/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=1 vsize=0 CPUtime=1798.75
/proc/27346/stat : 27346 (java) Z 1 27332 25621 0 -1 1036 234641 0 1 0 179643 232 0 0 16 0 2 0 1997126462 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1808.84
CPU time (s): 1800.19
CPU user time (s): 1797.77
CPU system time (s): 2.42
CPU usage (%): 99.522
Max. virtual memory (cumulated for all children) (KiB): 913204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.35479
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14233
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= 959
involuntary context switches= 798

runsolver used 2.19267 second user time and 6.08907 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 16:25:38
IDJOB=1075689
IDBENCH=56537
IDSOLVER=346
FILE ID=node43/1075689-1215181538
PBS_JOBID= 7881503
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-08.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075689-1215181538/watcher-1075689-1215181538 -o /tmp/evaluation-result-1075689-1215181538/solver-1075689-1215181538 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1075689-1215181538.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 117ae339b8f3d5c076aebaf096f46353
RANDOM SEED=1100088580

node43.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.230
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.230
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:       1602320 kB
Buffers:         55980 kB
Cached:         210060 kB
SwapCached:       7048 kB
Active:         309968 kB
Inactive:        83364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602320 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:         141032 kB
Slab:            45040 kB
Committed_AS:  4459600 kB
PageTables:       2184 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= 66504 MiB
End job on node43 at 2008-07-04 16:55:49