Trace number 1064253

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1809.6

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-01.xml
MD5SUMf3c65471b39d3c01e7d512bb41ab7f4b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52292
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints681
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension603
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.27	c 0	Sugar v1-13 + HOME/minisat
0.00/0.27	c 0	BEGIN Fri Jul  4 04:57:57 2008
0.00/0.27	c 0	PID 25804
0.03/0.36	c 0	HOST node83.alineos.net
0.03/0.36	c 0	CONVERTING HOME/instance-1064253-1215140277.xml TO HOME/temp.csp
0.03/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064253-1215140277.xml' 'HOME/temp.csp'
0.94/1.38	c 1	1 domains, 189 variables, 6 predicates, 6 relations, 681 constraints
1.03/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.48	c 1	Parsing HOME/temp.csp
2.01/2.49	c 2	parsed 883 expressions
2.01/2.49	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.49	c 2	Converting to clausal form CSP
2.11/2.51	c 2	converted 89 (10%) expressions
2.11/2.51	c 2	converted 177 (20%) expressions
4.29/4.70	c 5	converted 265 (30%) expressions
5.11/5.51	c 5	converted 354 (40%) expressions
7.89/8.37	c 8	converted 442 (50%) expressions
7.89/8.38	c 8	converted 530 (60%) expressions
7.89/8.39	c 8	converted 619 (70%) expressions
7.99/8.40	c 8	converted 707 (80%) expressions
10.48/11.00	c 11	converted 795 (90%) expressions
10.88/11.34	c 11	converted 883 (100%) expressions
10.88/11.34	c 11	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
10.88/11.34	c 11	Heap : 229 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.88/11.34	c 11	Propagation in CSP
10.88/11.34	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.88/11.34	c 11	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
10.88/11.34	c 11	Heap : 230 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.88/11.34	c 11	Simplifing CSP by introducing new Boolean variables
10.88/11.37	c 11	CSP : 189 integers, 5152 booleans, 5833 clauses, largest domain size 26
10.88/11.37	c 11	Heap : 231 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.27/12.72	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.27/12.74	c 13	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
12.27/12.74	c 13	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
12.27/12.74	c 13	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
12.27/12.75	c 13	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
12.27/12.75	c 13	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
12.27/12.75	c 13	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
12.27/12.75	c 13	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
12.27/12.75	c 13	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
12.27/12.75	c 13	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
12.27/12.75	c 13	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
164.30/165.68	c 166	584 (10%) CSP clauses are encoded (1037880 clauses, 46012527 bytes)
973.28/978.65	c 979	1167 (20%) CSP clauses are encoded (2504463 clauses, 128512138 bytes)
973.28/978.68	c 979	1750 (30%) CSP clauses are encoded (2517996 clauses, 128745688 bytes)
973.38/978.71	c 979	2334 (40%) CSP clauses are encoded (2531555 clauses, 128985488 bytes)
973.38/978.74	c 979	2917 (50%) CSP clauses are encoded (2545113 clauses, 129228576 bytes)
973.38/978.77	c 979	3500 (60%) CSP clauses are encoded (2558646 clauses, 129481200 bytes)
1800.06/1809.53	c ERROR INTERRUPTED
1800.06/1809.59	s UNKNOWN
1800.06/1809.59	c 1810	CPU 0.95 (0.03 0.01 0.92 0.09)
1800.06/1809.59	c 1810	END Fri Jul  4 05:28:07 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064253-1215140277/watcher-1064253-1215140277 -o /tmp/evaluation-result-1064253-1215140277/solver-1064253-1215140277 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064253-1215140277.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.20 2.62 4/82 25804
/proc/meminfo: memFree=1808136/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=18572 CPUtime=0
/proc/25804/stat : 25804 (runsolver) D 25802 25804 24633 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 669757274 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25804/statm: 4643 292 257 25 0 2626 0

[startup+0.075384 s]
/proc/loadavg: 2.22 2.20 2.62 4/82 25804
/proc/meminfo: memFree=1808136/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=12268 CPUtime=0
/proc/25804/stat : 25804 (sugar) D 25802 25804 24633 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 669757274 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/25804/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101388 s]
/proc/loadavg: 2.22 2.20 2.62 4/82 25804
/proc/meminfo: memFree=1808136/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=12268 CPUtime=0
/proc/25804/stat : 25804 (sugar) D 25802 25804 24633 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 669757274 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/25804/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301433 s]
/proc/loadavg: 2.22 2.20 2.62 4/82 25804
/proc/meminfo: memFree=1808136/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=0.03
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 669757274 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25804/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702506 s]
/proc/loadavg: 2.22 2.20 2.62 4/82 25804
/proc/meminfo: memFree=1808136/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=0.03
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 669757274 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25804/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50165 s]
/proc/loadavg: 2.20 2.20 2.61 4/93 25816
/proc/meminfo: memFree=1787056/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.04
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 973 10610 0 1 2 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10296 s]
/proc/loadavg: 2.20 2.20 2.61 3/93 25826
/proc/meminfo: memFree=1785128/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.04
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 973 10610 0 1 2 1 92 9 16 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=864388 CPUtime=1.68
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 14631 0 1 0 160 8 0 0 19 0 9 0 669757416 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 216097 13623 2540 9 0 210672 0
[pid=25818/tid=25819] ppid=25817 vsize=864388 CPUtime=0.88
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 2858 0 1 0 86 2 0 0 19 0 9 0 669757417 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=864388 CPUtime=0.69
/proc/25818/task/25820/stat : 25820 (java) R 25817 25804 24633 0 -1 64 10734 0 0 0 65 4 0 0 16 0 9 0 669757418 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 103735824 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=864388 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=864388 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=864388 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=864388 CPUtime=0.07
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 669757420 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=864388 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=864388 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 885133312 13623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 883344

[startup+6.30156 s]
/proc/loadavg: 2.18 2.20 2.61 3/93 25826
/proc/meminfo: memFree=1699752/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 973 10610 0 1 3 1 92 9 16 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=889168 CPUtime=4.85
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 44711 0 1 0 463 22 0 0 19 0 9 0 669757416 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 222292 38459 2540 9 0 216867 0
[pid=25818/tid=25819] ppid=25817 vsize=889168 CPUtime=2.01
/proc/25818/task/25819/stat : 25819 (java) S 25817 25804 24633 0 -1 64 3652 0 1 0 198 3 0 0 25 0 9 0 669757417 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=889168 CPUtime=2.64
/proc/25818/task/25820/stat : 25820 (java) R 25817 25804 24633 0 -1 64 38948 0 0 0 248 16 0 0 19 0 9 0 669757418 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 104186704 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=889168 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=889168 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=889168 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=889168 CPUtime=0.17
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1414 0 0 0 16 1 0 0 16 0 9 0 669757420 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=889168 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=889168 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 910508032 38459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 908124

[startup+12.7017 s]
/proc/loadavg: 2.33 2.23 2.62 3/93 25826
/proc/meminfo: memFree=1540200/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=888916 CPUtime=11.22
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 93562 0 1 0 1076 46 0 0 19 0 9 0 669757416 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 222229 68014 2540 9 0 216804 0
[pid=25818/tid=25819] ppid=25817 vsize=888916 CPUtime=3.61
/proc/25818/task/25819/stat : 25819 (java) S 25817 25804 24633 0 -1 64 5768 0 1 0 357 4 0 0 17 0 9 0 669757417 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=888916 CPUtime=7.38
/proc/25818/task/25820/stat : 25820 (java) R 25817 25804 24633 0 -1 64 85669 0 0 0 699 39 0 0 25 0 9 0 669757418 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 103736928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=888916 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=888916 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=888916 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=888916 CPUtime=0.19
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1428 0 0 0 18 1 0 0 16 0 9 0 669757420 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=888916 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=888916 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 910249984 68014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 907872

[startup+25.5021 s]
/proc/loadavg: 2.36 2.24 2.62 3/93 25826
/proc/meminfo: memFree=1548904/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 16 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=23.95
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 94191 0 1 0 2342 53 0 0 19 0 9 0 669757416 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 63466 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=16.08
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 5871 0 1 0 1598 10 0 0 25 0 9 0 669757417 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=7.61
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 86170 0 0 0 721 40 0 0 16 0 9 0 669757418 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.22
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1453 0 0 0 21 1 0 0 16 0 9 0 669757420 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 63466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 887496

[startup+51.1029 s]
/proc/loadavg: 2.43 2.26 2.61 3/84 25856
/proc/meminfo: memFree=1635896/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 16 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=49.39
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 97561 0 1 0 4875 64 0 0 19 0 9 0 669757416 889384960 66792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=1652.54
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 155410 0 1 0 165085 169 0 0 19 0 9 0 669757416 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 104948 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=1636.35
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 6391 0 1 0 163539 96 0 0 25 0 9 0 669757417 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4126947627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=15.91
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 146859 0 0 0 1522 69 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.23
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.59
Current children cumulated vsize (KiB) 887496

[startup+1722.3 s]
/proc/loadavg: 2.13 2.09 2.16 3/94 25937
/proc/meminfo: memFree=796264/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=1712.24
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 155418 0 1 0 171055 169 0 0 19 0 9 0 669757416 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 104948 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=1695.95
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 6399 0 1 0 169499 96 0 0 25 0 9 0 669757417 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4126947647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=16.01
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 146859 0 0 0 1532 69 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.23
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.29
Current children cumulated vsize (KiB) 887496

[startup+1782.3 s]
/proc/loadavg: 2.05 2.07 2.15 3/94 25937
/proc/meminfo: memFree=796264/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=1771.94
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 155426 0 1 0 177025 169 0 0 19 0 9 0 669757416 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 104948 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=1755.55
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 6407 0 1 0 175458 97 0 0 25 0 9 0 669757417 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4126947578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=16.12
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 146859 0 0 0 1543 69 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.23
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.99
Current children cumulated vsize (KiB) 887496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.03 2.06 2.14 3/94 25937
/proc/meminfo: memFree=796264/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=1799.01
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 155426 0 1 0 179732 169 0 0 19 0 9 0 669757416 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 104948 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=1782.62
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 6407 0 1 0 178165 97 0 0 25 0 9 0 669757417 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4126947637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=16.12
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 146859 0 0 0 1543 69 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.23
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 887496

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

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

[startup+1809.51 s]
/proc/loadavg: 2.03 2.06 2.14 3/94 25937
/proc/meminfo: memFree=796264/2055924 swapFree=4177292/4192956
[pid=25804] ppid=25802 vsize=13600 CPUtime=1.05
/proc/25804/stat : 25804 (sugar) S 25802 25804 24633 0 -1 4194304 974 10610 0 1 3 1 92 9 15 0 1 0 669757274 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25804/statm: 3400 797 370 3 0 500 0
[pid=25817] ppid=25804 vsize=5356 CPUtime=0
/proc/25817/stat : 25817 (sh) S 25804 25804 24633 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 669757415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25817/statm: 1339 233 193 169 0 50 0
[pid=25818] ppid=25817 vsize=868540 CPUtime=1799.01
/proc/25818/stat : 25818 (java) S 25817 25804 24633 0 -1 0 155426 0 1 0 179732 169 0 0 19 0 9 0 669757416 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25818/statm: 217135 104948 2565 9 0 211682 0
[pid=25818/tid=25819] ppid=25817 vsize=868540 CPUtime=1782.62
/proc/25818/task/25819/stat : 25819 (java) R 25817 25804 24633 0 -1 64 6407 0 1 0 178165 97 0 0 25 0 9 0 669757417 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4126947637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25820] ppid=25817 vsize=868540 CPUtime=16.12
/proc/25818/task/25820/stat : 25820 (java) S 25817 25804 24633 0 -1 64 146859 0 0 0 1543 69 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25821] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25821/stat : 25821 (java) S 25817 25804 24633 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25822] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25822/stat : 25822 (java) S 25817 25804 24633 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 669757418 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25823] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25823/stat : 25823 (java) S 25817 25804 24633 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25824] ppid=25817 vsize=868540 CPUtime=0.23
/proc/25818/task/25824/stat : 25824 (java) S 25817 25804 24633 0 -1 64 1463 0 0 0 22 1 0 0 16 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25825] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25825/stat : 25825 (java) S 25817 25804 24633 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25818/tid=25826] ppid=25817 vsize=868540 CPUtime=0
/proc/25818/task/25826/stat : 25826 (java) S 25817 25804 24633 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 669757420 889384960 104948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 887496

Child status: 0

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

Real time (s): 1809.6
CPU time (s): 1800.06
CPU user time (s): 1798.27
CPU system time (s): 1.79
CPU usage (%): 99.473
Max. virtual memory (cumulated for all children) (KiB): 908124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.957854
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11915
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= 1228
involuntary context switches= 938

runsolver used 2.36764 second user time and 5.8991 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 04:57:57
IDJOB=1064253
IDBENCH=54928
IDSOLVER=346
FILE ID=node83/1064253-1215140277
PBS_JOBID= 7877318
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3c65471b39d3c01e7d512bb41ab7f4b
RANDOM SEED=1361030389

node83.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1808688 kB
Buffers:          7072 kB
Cached:          42820 kB
SwapCached:       9472 kB
Active:         192048 kB
Inactive:        11580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1808688 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         169836 kB
Slab:            28584 kB
Committed_AS:  1199808 kB
PageTables:       2124 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= 66396 MiB
End job on node83 at 2008-07-04 05:28:09