Trace number 1111599

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.14 3632.96

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-16_ext.xml
MD5SUM4f3042aa38b38c92d5b9f4103bbcfb99
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 10:03:12 2008
0.00/0.08	c 0	PID 16540
0.06/0.08	c 0	HOST node32.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111599-1215849791.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111599-1215849791.xml' 'HOME/temp.csp'
0.07/0.73	c 0	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.07/0.74	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.74	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.82	c 0	Parsing HOME/temp.csp
1.33/1.40	c 1	parsed 274 expressions
1.33/1.41	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.41	c 1	MAX CSP: 31 constraints
1.33/1.41	c 1	Converting to clausal form CSP
1.33/1.44	c 1	converted 31 (10%) expressions
1.33/1.44	c 1	converted 62 (20%) expressions
1.33/1.44	c 1	converted 93 (30%) expressions
1.33/1.44	c 1	converted 124 (40%) expressions
1.33/1.44	c 1	converted 154 (50%) expressions
1.33/1.44	c 1	converted 185 (60%) expressions
1.33/1.44	c 1	converted 216 (70%) expressions
2.22/2.33	c 2	converted 247 (80%) expressions
8.86/9.06	c 9	converted 278 (90%) expressions
9.85/10.06	c 10	converted 308 (100%) expressions
9.85/10.06	c 10	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 47
9.85/10.06	c 10	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.85/10.06	c 10	Propagation in CSP
9.85/10.06	c 10	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.85/10.06	c 10	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
9.85/10.06	c 10	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.85/10.06	c 10	Simplifing CSP by introducing new Boolean variables
9.85/10.06	c 10	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
9.85/10.06	c 10	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.14/11.38	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.23/11.41	c 11	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
11.23/11.42	c 11	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
11.23/11.42	c 11	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
11.23/11.42	c 11	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
11.23/11.42	c 11	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
11.23/11.43	c 11	182 (60%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
11.23/11.43	c 11	212 (70%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
11.23/11.43	c 11	242 (80%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
11.23/11.43	c 11	272 (90%) CSP integer variables are encoded (5790 clauses, 73207 bytes)
11.23/11.43	c 11	302 (100%) CSP integer variables are encoded (5982 clauses, 75703 bytes)
3267.12/3298.40	c 3298	10 (10%) CSP clauses are encoded (2393062 clauses, 266833907 bytes)
3600.03/3632.82	c ERROR INTERRUPTED
3600.14/3632.93	s UNKNOWN
3600.14/3632.93	c 3632	CPU 0.63 (0.05 0.02 0.58 0.05)
3600.14/3632.93	c 3632	END Sat Jul 12 11:03:44 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111599-1215849791/watcher-1111599-1215849791 -o /tmp/evaluation-result-1111599-1215849791/solver-1111599-1215849791 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111599-1215849791.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.07 2.14 2.13 4/82 16540
/proc/meminfo: memFree=1840656/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=12268 CPUtime=0
/proc/16540/stat : 16540 (sugar++) R 16538 16540 16157 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41680784 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16540/statm: 3067 316 241 3 0 167 0

[startup+0.0815069 s]
/proc/loadavg: 2.07 2.14 2.13 4/82 16540
/proc/meminfo: memFree=1840656/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.06
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 41680784 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101638 s]
/proc/loadavg: 2.07 2.14 2.13 4/82 16540
/proc/meminfo: memFree=1840656/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.07
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301662 s]
/proc/loadavg: 2.07 2.14 2.13 4/82 16540
/proc/meminfo: memFree=1840656/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.07
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701704 s]
/proc/loadavg: 2.07 2.14 2.13 4/82 16540
/proc/meminfo: memFree=1840656/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.07
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50281 s]
/proc/loadavg: 2.14 2.15 2.14 4/93 16562
/proc/meminfo: memFree=1831672/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1296 8251 0 1 5 2 58 5 15 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=864196 CPUtime=0.73
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 6877 0 1 0 69 4 0 0 18 0 9 0 41680859 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216049 6127 2540 9 0 210624 0
[pid=16554/tid=16555] ppid=16553 vsize=864196 CPUtime=0.52
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 2557 0 1 0 51 1 0 0 21 0 9 0 41680860 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16556] ppid=16553 vsize=864196 CPUtime=0.12
/proc/16554/task/16556/stat : 16556 (java) R 16553 16540 16157 0 -1 64 3291 0 0 0 11 1 0 0 16 0 9 0 41680861 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16557] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41680861 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=864196 CPUtime=0.06
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 41680863 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41680863 884936704 6127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886292

[startup+3.10298 s]
/proc/loadavg: 2.14 2.15 2.14 4/93 16562
/proc/meminfo: memFree=1804600/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1296 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=864196 CPUtime=2.32
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 19796 0 1 0 223 9 0 0 18 0 9 0 41680859 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216049 18473 2540 9 0 210624 0
[pid=16554/tid=16555] ppid=16553 vsize=864196 CPUtime=1.03
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 3141 0 1 0 102 1 0 0 25 0 9 0 41680860 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16556] ppid=16553 vsize=864196 CPUtime=1.19
/proc/16554/task/16556/stat : 16556 (java) R 16553 16540 16157 0 -1 64 15624 0 0 0 113 6 0 0 16 0 9 0 41680861 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 102674821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16557] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41680861 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=864196 CPUtime=0.07
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 41680863 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41680863 884936704 18473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886292

[startup+6.30134 s]
/proc/loadavg: 2.14 2.15 2.14 3/93 16562
/proc/meminfo: memFree=1711864/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1296 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=864196 CPUtime=5.49
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 44324 0 1 0 527 22 0 0 18 0 9 0 41680859 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216049 42555 2540 9 0 210624 0
[pid=16554/tid=16555] ppid=16553 vsize=864196 CPUtime=2.03
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 4443 0 1 0 201 2 0 0 25 0 9 0 41680860 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16556] ppid=16553 vsize=864196 CPUtime=3.36
/proc/16554/task/16556/stat : 16556 (java) R 16553 16540 16157 0 -1 64 38850 0 0 0 318 18 0 0 16 0 9 0 41680861 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 102722806 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16557] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41680861 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=864196 CPUtime=0.07
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 41680863 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=864196 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41680863 884936704 42555 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886292

[startup+12.7021 s]
/proc/loadavg: 2.12 2.15 2.13 3/93 16562
/proc/meminfo: memFree=1553208/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=864308 CPUtime=11.82
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 95833 0 1 0 1140 42 0 0 18 0 9 0 41680859 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216077 73301 2565 9 0 210624 0
[pid=16554/tid=16555] ppid=16553 vsize=864308 CPUtime=4.47
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 6353 0 1 0 444 3 0 0 25 0 9 0 41680860 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16556] ppid=16553 vsize=864308 CPUtime=7.21
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 88424 0 0 0 684 37 0 0 23 0 9 0 41680861 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16557] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41680861 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=864308 CPUtime=0.1
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 41680863 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41680863 885051392 73301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886404

[startup+25.5025 s]
/proc/loadavg: 2.10 2.14 2.13 3/93 16562
/proc/meminfo: memFree=1543928/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=864308 CPUtime=24.5
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 97937 0 1 0 2407 43 0 0 18 0 9 0 41680859 885051392 75398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216077 75398 2565 9 0 210624 0
[pid=16554/tid=16555] ppid=16553 vsize=864308 CPUtime=17.06
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 6360 0 1 0 1703 3 0 0 25 0 9 0 41680860 885051392 75398 996147200 134512640 134550740 4294955920 18446744073709551615 4126649604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16556] ppid=16553 vsize=864308 CPUtime=7.32
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 90521 0 0 0 693 39 0 0 16 0 9 0 41680861 885051392 75398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16557] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 885051392 75398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=864308 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41680861 885051392 75398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16554/tid=16560] ppid=16553 vsize=865332 CPUtime=0.12
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3370.04
Current children cumulated vsize (KiB) 887428

[startup+3462.3 s]
/proc/loadavg: 2.22 2.13 2.05 3/92 16602
/proc/meminfo: memFree=1028992/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=865332 CPUtime=3428.91
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 167059 0 1 0 342660 231 0 0 18 0 9 0 41680859 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216333 132422 2565 9 0 210880 0
[pid=16554/tid=16555] ppid=16553 vsize=865332 CPUtime=3412.11
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 7019 0 1 0 341051 160 0 0 25 0 9 0 41680860 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4126649604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16556] ppid=16553 vsize=865332 CPUtime=16.65
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 158975 0 0 0 1596 69 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16557] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=865332 CPUtime=0.12
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3429.61
Current children cumulated vsize (KiB) 887428

[startup+3522.3 s]
/proc/loadavg: 2.64 2.26 2.10 3/93 16645
/proc/meminfo: memFree=1025208/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=865332 CPUtime=3488.88
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 167073 0 1 0 348656 232 0 0 18 0 9 0 41680859 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216333 132422 2565 9 0 210880 0
[pid=16554/tid=16555] ppid=16553 vsize=865332 CPUtime=3471.87
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 7033 0 1 0 347026 161 0 0 25 0 9 0 41680860 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4126586968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16556] ppid=16553 vsize=865332 CPUtime=16.85
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 158975 0 0 0 1616 69 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16557] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=865332 CPUtime=0.12
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3489.58
Current children cumulated vsize (KiB) 887428

[startup+3582.3 s]
/proc/loadavg: 2.69 2.33 2.13 3/93 16646
/proc/meminfo: memFree=1014064/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=865332 CPUtime=3548.85
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 167075 0 1 0 354653 232 0 0 18 0 9 0 41680859 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216333 132422 2565 9 0 210880 0
[pid=16554/tid=16555] ppid=16553 vsize=865332 CPUtime=3531.82
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 7035 0 1 0 353021 161 0 0 25 0 9 0 41680860 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4126630784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16556] ppid=16553 vsize=865332 CPUtime=16.88
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 158975 0 0 0 1619 69 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16557] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=865332 CPUtime=0.12
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3549.55
Current children cumulated vsize (KiB) 887428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.8 s]
/proc/loadavg: 2.70 2.39 2.16 3/93 16646
/proc/meminfo: memFree=986416/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1297 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1104 409 3 0 764 0
[pid=16553] ppid=16540 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16540 16540 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41680859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 233 193 169 0 50 0
[pid=16554] ppid=16553 vsize=865332 CPUtime=3599.33
/proc/16554/stat : 16554 (java) S 16553 16540 16157 0 -1 0 167110 0 1 0 359688 245 0 0 18 0 9 0 41680859 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16554/statm: 216333 132422 2565 9 0 210880 0
[pid=16554/tid=16555] ppid=16553 vsize=865332 CPUtime=3582.07
/proc/16554/task/16555/stat : 16555 (java) R 16553 16540 16157 0 -1 64 7070 0 1 0 358033 174 0 0 25 0 9 0 41680860 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4126630797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16556] ppid=16553 vsize=865332 CPUtime=17.11
/proc/16554/task/16556/stat : 16556 (java) S 16553 16540 16157 0 -1 64 158975 0 0 0 1642 69 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16554/tid=16557] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16557/stat : 16557 (java) S 16553 16540 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16558] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16558/stat : 16558 (java) S 16553 16540 16157 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41680861 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16559] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16559/stat : 16559 (java) S 16553 16540 16157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16560] ppid=16553 vsize=865332 CPUtime=0.12
/proc/16554/task/16560/stat : 16560 (java) S 16553 16540 16157 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16561] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16561/stat : 16561 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16554/tid=16562] ppid=16553 vsize=865332 CPUtime=0
/proc/16554/task/16562/stat : 16562 (java) S 16553 16540 16157 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 41680863 886099968 132422 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 887428

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

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

[startup+3632.93 s]
/proc/loadavg: 2.70 2.39 2.16 3/93 16646
/proc/meminfo: memFree=986416/2055920 swapFree=4179612/4192956
[pid=16540] ppid=16538 vsize=16740 CPUtime=0.7
/proc/16540/stat : 16540 (sugar++) S 16538 16540 16157 0 -1 4194304 1307 8251 0 1 5 2 58 5 16 0 1 0 41680784 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16540/statm: 4185 1105 409 3 0 764 0
[pid=16553] ppid=16540 vsize=0 CPUtime=0
/proc/16553/stat : 16553 (sh) Z 16540 16540 16157 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41680859 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16553/statm: 0 0 0 0 0 0 0
[pid=16554] ppid=1 vsize=0 CPUtime=3599.44
/proc/16554/stat : 16554 (java) Z 1 16540 16157 0 -1 1036 167129 0 1 0 359692 252 0 0 16 0 2 0 41680859 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16554/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.14
Current children cumulated vsize (KiB) 16740

Child status: 0

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

Real time (s): 3632.96
CPU time (s): 3600.14
CPU user time (s): 3597.55
CPU system time (s): 2.59
CPU usage (%): 99.0966
Max. virtual memory (cumulated for all children) (KiB): 907284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.644901
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9908
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= 370
involuntary context switches= 221

runsolver used 3.99339 second user time and 12.6141 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 10:03:12
IDJOB=1111599
IDBENCH=61299
IDSOLVER=367
FILE ID=node32/1111599-1215849791
PBS_JOBID= 7903443
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-16_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111599-1215849791/watcher-1111599-1215849791 -o /tmp/evaluation-result-1111599-1215849791/solver-1111599-1215849791 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111599-1215849791.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f3042aa38b38c92d5b9f4103bbcfb99
RANDOM SEED=1283365187

node32.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.243
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.243
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:       1841136 kB
Buffers:         39640 kB
Cached:          80848 kB
SwapCached:       6264 kB
Active:          89364 kB
Inactive:        60676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841136 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          45172 kB
Slab:            49456 kB
Committed_AS:   268308 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-12 11:03:46