Trace number 1111647

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.2 3619.27

General information on the benchmark

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

Solver Data (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:25:25 2008
0.00/0.08	c 0	PID 16535
0.07/0.08	c 0	HOST node7.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1111647-1215851125.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111647-1215851125.xml' 'HOME/temp.csp'
0.07/0.93	c 1	1 domains, 210 variables, 0 predicates, 2 relations, 29 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 1	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.90/1.06	c 1	Parsing HOME/temp.csp
1.59/1.76	c 2	parsed 242 expressions
1.59/1.76	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.77	c 2	MAX CSP: 29 constraints
1.59/1.77	c 2	Converting to clausal form CSP
1.59/1.79	c 2	converted 28 (10%) expressions
1.59/1.79	c 2	converted 55 (20%) expressions
1.59/1.79	c 2	converted 83 (30%) expressions
1.59/1.79	c 2	converted 110 (40%) expressions
1.59/1.79	c 2	converted 137 (50%) expressions
1.59/1.79	c 2	converted 165 (60%) expressions
1.59/1.79	c 2	converted 192 (70%) expressions
3.87/4.05	c 4	converted 220 (80%) expressions
11.59/11.83	c 12	converted 247 (90%) expressions
17.14/17.41	c 17	converted 274 (100%) expressions
17.14/17.41	c 17	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 44
17.14/17.41	c 17	Heap : 465 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.14/17.41	c 17	Propagation in CSP
17.14/17.42	c 17	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.14/17.42	c 17	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 30
17.14/17.42	c 17	Heap : 466 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.14/17.42	c 17	Simplifing CSP by introducing new Boolean variables
17.14/17.42	c 17	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 30
17.14/17.42	c 17	Heap : 466 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.12/19.41	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.12/19.43	c 19	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
19.12/19.44	c 19	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
19.12/19.44	c 19	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
19.12/19.44	c 19	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
19.12/19.45	c 19	134 (50%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
19.12/19.45	c 19	161 (60%) CSP integer variables are encoded (3864 clauses, 48169 bytes)
19.12/19.45	c 19	188 (70%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
19.12/19.45	c 19	215 (80%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
19.12/19.45	c 19	242 (90%) CSP integer variables are encoded (5070 clauses, 63847 bytes)
19.12/19.45	c 20	268 (100%) CSP integer variables are encoded (5245 clauses, 66122 bytes)
3600.08/3619.12	c ERROR INTERRUPTED
3600.20/3619.26	s UNKNOWN
3600.20/3619.26	c 3619	CPU 0.82 (0.05 0.02 0.77 0.07)
3600.20/3619.26	c 3619	END Sat Jul 12 11:25: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-1111647-1215851125/watcher-1111647-1215851125 -o /tmp/evaluation-result-1111647-1215851125/solver-1111647-1215851125 -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-1111647-1215851125.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.00 2.00 2.00 4/81 16535
/proc/meminfo: memFree=1792360/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=12268 CPUtime=0
/proc/16535/stat : 16535 (sugar++) R 16533 16535 16292 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41815724 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16535/statm: 3067 316 241 3 0 167 0

[startup+0.0811701 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16535
/proc/meminfo: memFree=1792360/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.07
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 41815724 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101806 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16535
/proc/meminfo: memFree=1792360/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.07
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302843 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16535
/proc/meminfo: memFree=1792360/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.07
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702919 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16535
/proc/meminfo: memFree=1792360/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.07
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50107 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16550
/proc/meminfo: memFree=1786312/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1296 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864076 CPUtime=0.49
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 6762 0 1 0 46 3 0 0 18 0 9 0 41815823 884813824 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216019 6031 2532 9 0 210601 0
[pid=16549/tid=16550] ppid=16548 vsize=864076 CPUtime=0.31
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 2451 0 1 0 30 1 0 0 21 0 9 0 41815824 884813824 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886172

[startup+3.10236 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 16557
/proc/meminfo: memFree=1756496/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1296 9975 0 1 5 2 77 6 15 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864228 CPUtime=2.08
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 18596 0 1 0 199 9 0 0 18 0 9 0 41815823 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216057 17169 2540 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864228 CPUtime=0.87
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 3142 0 1 0 85 2 0 0 21 0 9 0 41815824 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864228 CPUtime=1.11
/proc/16549/task/16551/stat : 16551 (java) R 16548 16535 16292 0 -1 64 14422 0 0 0 105 6 0 0 17 0 9 0 41815825 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 101588322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864228 CPUtime=0.07
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 41815828 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 884969472 17169 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886324

[startup+6.30196 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 16557
/proc/meminfo: memFree=1659280/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1296 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864228 CPUtime=5.25
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 42457 0 1 0 506 19 0 0 18 0 9 0 41815823 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216057 40096 2540 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864228 CPUtime=1.91
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 4478 0 1 0 189 2 0 0 16 0 9 0 41815824 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4126547369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864228 CPUtime=3.23
/proc/16549/task/16551/stat : 16551 (java) R 16548 16535 16292 0 -1 64 36947 0 0 0 308 15 0 0 23 0 9 0 41815825 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864228 CPUtime=0.07
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 41815828 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864228 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 884969472 40096 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886324

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 5/92 16557
/proc/meminfo: memFree=1450704/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1296 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=865232 CPUtime=11.59
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 105244 0 1 0 1113 46 0 0 18 0 9 0 41815823 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216308 92058 2540 9 0 210883 0
[pid=16549/tid=16550] ppid=16548 vsize=865232 CPUtime=4.34
/proc/16549/task/16550/stat : 16550 (java) S 16548 16535 16292 0 -1 64 5908 0 1 0 431 3 0 0 17 0 9 0 41815824 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16551] ppid=16548 vsize=865232 CPUtime=7.15
/proc/16549/task/16551/stat : 16551 (java) R 16548 16535 16292 0 -1 64 98304 0 0 0 673 42 0 0 25 0 9 0 41815825 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 103736189 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16552] ppid=16548 vsize=865232 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16553] ppid=16548 vsize=865232 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=865232 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=865232 CPUtime=0.07
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 41815828 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=865232 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=865232 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885997568 92058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887328

[startup+25.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 16557
/proc/meminfo: memFree=1276880/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1297 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864340 CPUtime=24.26
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 158922 0 1 0 2357 69 0 0 18 0 9 0 41815823 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216085 129783 2565 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864340 CPUtime=11.82
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 8424 0 1 0 1178 4 0 0 25 0 9 0 41815824 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4126634647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864340 CPUtime=12.3
/proc/16549/task/16551/stat : 16551 (java) S 16548 16535 16292 0 -1 64 149441 0 0 0 1166 64 0 0 16 0 9 0 41815825 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.11
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 41815828 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 129783 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 886436

[startup+51.1022 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 16557
/proc/meminfo: memFree=1270096/2055920 swapFree=4192812/4192956

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

[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.13
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 368 0 0 0 13 0 0 0 16 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3383.39
Current children cumulated vsize (KiB) 886436

[startup+3462.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/91 16639
/proc/meminfo: memFree=926176/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1297 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864340 CPUtime=3442.46
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 218052 0 1 0 344071 175 0 0 18 0 9 0 41815823 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216085 183134 2565 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864340 CPUtime=3423.6
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 8710 0 1 0 342272 88 0 0 25 0 9 0 41815824 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4126640287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864340 CPUtime=18.7
/proc/16549/task/16551/stat : 16551 (java) S 16548 16535 16292 0 -1 64 208277 0 0 0 1784 86 0 0 16 0 9 0 41815825 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.13
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 368 0 0 0 13 0 0 0 16 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3443.36
Current children cumulated vsize (KiB) 886436

[startup+3522.3 s]
/proc/loadavg: 2.24 2.11 2.03 4/91 16639
/proc/meminfo: memFree=926112/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1297 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864340 CPUtime=3502.43
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 218052 0 1 0 350068 175 0 0 18 0 9 0 41815823 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216085 183134 2565 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864340 CPUtime=3483.58
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 8710 0 1 0 348270 88 0 0 25 0 9 0 41815824 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4126574703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864340 CPUtime=18.7
/proc/16549/task/16551/stat : 16551 (java) S 16548 16535 16292 0 -1 64 208277 0 0 0 1784 86 0 0 16 0 9 0 41815825 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.13
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 368 0 0 0 13 0 0 0 16 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3503.33
Current children cumulated vsize (KiB) 886436

[startup+3582.3 s]
/proc/loadavg: 2.21 2.12 2.04 3/91 16639
/proc/meminfo: memFree=926048/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1297 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864340 CPUtime=3562.4
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 218054 0 1 0 356065 175 0 0 18 0 9 0 41815823 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216085 183134 2565 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864340 CPUtime=3543.5
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 8712 0 1 0 354262 88 0 0 25 0 9 0 41815824 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864340 CPUtime=18.75
/proc/16549/task/16551/stat : 16551 (java) S 16548 16535 16292 0 -1 64 208277 0 0 0 1789 86 0 0 16 0 9 0 41815825 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.13
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 368 0 0 0 13 0 0 0 16 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3563.3
Current children cumulated vsize (KiB) 886436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.1 s]
/proc/loadavg: 2.23 2.13 2.04 3/91 16639
/proc/meminfo: memFree=887776/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1297 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=5356 CPUtime=0
/proc/16548/stat : 16548 (sh) S 16535 16535 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41815823 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16548/statm: 1339 233 193 169 0 50 0
[pid=16549] ppid=16548 vsize=864340 CPUtime=3599.18
/proc/16549/stat : 16549 (java) S 16548 16535 16292 0 -1 0 218091 0 1 0 359721 197 0 0 18 0 9 0 41815823 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16549/statm: 216085 183134 2565 9 0 210632 0
[pid=16549/tid=16550] ppid=16548 vsize=864340 CPUtime=3579.94
/proc/16549/task/16550/stat : 16550 (java) R 16548 16535 16292 0 -1 64 8749 0 1 0 357884 110 0 0 25 0 9 0 41815824 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4126640324 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16551] ppid=16548 vsize=864340 CPUtime=19.09
/proc/16549/task/16551/stat : 16551 (java) S 16548 16535 16292 0 -1 64 208277 0 0 0 1823 86 0 0 16 0 9 0 41815825 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16552] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16552/stat : 16552 (java) S 16548 16535 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16549/tid=16553] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16553/stat : 16553 (java) S 16548 16535 16292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41815826 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16554] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16554/stat : 16554 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16555] ppid=16548 vsize=864340 CPUtime=0.13
/proc/16549/task/16555/stat : 16555 (java) S 16548 16535 16292 0 -1 64 368 0 0 0 13 0 0 0 16 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16556] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16556/stat : 16556 (java) S 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16549/tid=16557] ppid=16548 vsize=864340 CPUtime=0
/proc/16549/task/16557/stat : 16557 (java) R 16548 16535 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41815828 885084160 183134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 886436

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

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

[startup+3619.23 s]
/proc/loadavg: 2.23 2.13 2.04 3/91 16639
/proc/meminfo: memFree=887776/2055920 swapFree=4192812/4192956
[pid=16535] ppid=16533 vsize=16740 CPUtime=0.9
/proc/16535/stat : 16535 (sugar++) S 16533 16535 16292 0 -1 4194304 1306 9975 0 1 5 2 77 6 16 0 1 0 41815724 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16535/statm: 4185 1104 409 3 0 764 0
[pid=16548] ppid=16535 vsize=0 CPUtime=0
/proc/16548/stat : 16548 (sh) Z 16535 16535 16292 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41815823 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16548/statm: 0 0 0 0 0 0 0
[pid=16549] ppid=1 vsize=0 CPUtime=3599.3
/proc/16549/stat : 16549 (java) Z 1 16535 16292 0 -1 1036 218110 0 1 0 359726 204 0 0 16 0 2 0 41815823 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16549/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 16740

Child status: 0

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

Real time (s): 3619.27
CPU time (s): 3600.2
CPU user time (s): 3598.08
CPU system time (s): 2.12
CPU usage (%): 99.4732
Max. virtual memory (cumulated for all children) (KiB): 907816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.834873
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11631
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= 455
involuntary context switches= 295

runsolver used 4.76727 second user time and 11.7532 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 10:25:25
IDJOB=1111647
IDBENCH=61305
IDSOLVER=367
FILE ID=node7/1111647-1215851125
PBS_JOBID= 7903446
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-15_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-1111647-1215851125/watcher-1111647-1215851125 -o /tmp/evaluation-result-1111647-1215851125/solver-1111647-1215851125 -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-1111647-1215851125.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f6ff1d037c8fd69bd364281e23912fb0
RANDOM SEED=995438271

node7.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.259
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.259
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:       1792840 kB
Buffers:         50700 kB
Cached:          93664 kB
SwapCached:          0 kB
Active:         128192 kB
Inactive:        72312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          76272 kB
Slab:            47648 kB
Committed_AS:   297748 kB
PageTables:       2000 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= 66520 MiB
End job on node7 at 2008-07-12 11:25:46