Trace number 1075542

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

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-09.xml
MD5SUM97ca82fa436216a201f065760c0c3e04
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 benchmark2.09368
Satisfiable
(Un)Satisfiability was proved
Number of variables453
Number of constraints4777
Maximum constraint arity34
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension4603
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 16:18:58 2008
0.00/0.04	c 0	PID 25894
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075542-1215181137.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075542-1215181137.xml' 'HOME/temp.csp'
1.66/1.80	c 1	1 domains, 453 variables, 8 predicates, 7 relations, 4777 constraints
1.76/1.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.84	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.77/1.92	c 1	Parsing HOME/temp.csp
3.70/3.84	c 3	parsed 5246 expressions
3.70/3.84	c 3	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/3.84	c 3	Converting to clausal form CSP
4.49/4.63	c 4	converted 525 (10%) expressions
11.56/11.78	c 11	converted 1050 (20%) expressions
19.41/19.64	c 19	converted 1574 (30%) expressions
19.41/19.69	c 19	converted 2099 (40%) expressions
19.71/19.90	c 19	converted 2623 (50%) expressions
19.71/19.96	c 19	converted 3148 (60%) expressions
19.81/20.00	c 19	converted 3673 (70%) expressions
19.81/20.06	c 20	converted 4197 (80%) expressions
20.01/20.20	c 20	converted 4722 (90%) expressions
23.89/24.19	c 24	converted 5246 (100%) expressions
23.89/24.19	c 24	CSP : 453 integers, 0 booleans, 4777 clauses, largest domain size 26
23.89/24.19	c 24	Heap : 449 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.89/24.19	c 24	Propagation in CSP
23.99/24.24	c 24	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
23.99/24.24	c 24	CSP : 453 integers, 0 booleans, 4777 clauses, largest domain size 26
23.99/24.24	c 24	Heap : 454 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.99/24.25	c 24	Simplifing CSP by introducing new Boolean variables
24.08/24.33	c 24	CSP : 453 integers, 44096 booleans, 48873 clauses, largest domain size 26
24.08/24.33	c 24	Heap : 471 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.07/27.36	c 27	Encoding CSP to SAT : HOME/temp.cnf
27.07/27.40	c 27	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
27.17/27.40	c 27	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
27.17/27.41	c 27	136 (30%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
27.17/27.41	c 27	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
27.17/27.41	c 27	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
27.17/27.41	c 27	272 (60%) CSP integer variables are encoded (6528 clauses, 82801 bytes)
27.17/27.41	c 27	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
27.17/27.41	c 27	363 (80%) CSP integer variables are encoded (8712 clauses, 111193 bytes)
27.17/27.42	c 27	408 (90%) CSP integer variables are encoded (9792 clauses, 125618 bytes)
27.17/27.42	c 27	453 (100%) CSP integer variables are encoded (10872 clauses, 141818 bytes)
1800.08/1801.62	c ERROR INTERRUPTED
1.77/1801.75	s UNKNOWN
1.77/1801.75	c 1801	CPU 1.62 (0.03 0 1.59 0.15)
1.77/1801.75	c 1801	END Fri Jul  4 16:48:59 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-1075542-1215181137/watcher-1075542-1215181137 -o /tmp/evaluation-result-1075542-1215181137/solver-1075542-1215181137 -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-1075542-1215181137.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.17 2.05 2.01 4/83 25894
/proc/meminfo: memFree=827196/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=18572 CPUtime=0
/proc/25894/stat : 25894 (runsolver) R 25892 25894 22341 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1997086636 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25894/statm: 4643 292 257 25 0 2626 0

[startup+0.0922941 s]
/proc/loadavg: 2.17 2.05 2.01 4/83 25894
/proc/meminfo: memFree=827196/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=0.03
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1997086636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102289 s]
/proc/loadavg: 2.17 2.05 2.01 4/83 25894
/proc/meminfo: memFree=827196/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=0.03
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1997086636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301314 s]
/proc/loadavg: 2.17 2.05 2.01 4/83 25894
/proc/meminfo: memFree=827196/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=0.03
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1997086636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702363 s]
/proc/loadavg: 2.17 2.05 2.01 4/83 25894
/proc/meminfo: memFree=827196/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=0.03
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1997086636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.24 2.06 2.01 3/94 25906
/proc/meminfo: memFree=760228/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=0.03
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1997086636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25894/statm: 3400 796 370 3 0 500 0
[pid=25897] ppid=25894 vsize=5356 CPUtime=0
/proc/25897/stat : 25897 (sh) S 25894 25894 22341 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997086642 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25897/statm: 1339 233 193 169 0 50 0
[pid=25898] ppid=25897 vsize=864696 CPUtime=1.42
/proc/25898/stat : 25898 (java) S 25897 25894 22341 0 -1 0 16748 0 1 0 130 12 0 0 20 0 9 0 1997086642 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25898/statm: 216174 15551 2529 9 0 210756 0
[pid=25898/tid=25899] ppid=25897 vsize=864696 CPUtime=0.86
/proc/25898/task/25899/stat : 25899 (java) R 25897 25894 22341 0 -1 64 9808 0 1 0 78 8 0 0 25 0 9 0 1997086643 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4126722279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25900] ppid=25897 vsize=864696 CPUtime=0.42
/proc/25898/task/25900/stat : 25900 (java) S 25897 25894 22341 0 -1 64 5737 0 0 0 39 3 0 0 16 0 9 0 1997086644 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25901] ppid=25897 vsize=864696 CPUtime=0
/proc/25898/task/25901/stat : 25901 (java) S 25897 25894 22341 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1997086644 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25902] ppid=25897 vsize=864696 CPUtime=0
/proc/25898/task/25902/stat : 25902 (java) S 25897 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997086644 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25903] ppid=25897 vsize=864696 CPUtime=0
/proc/25898/task/25903/stat : 25903 (java) S 25897 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1997086646 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25904] ppid=25897 vsize=864696 CPUtime=0.12
/proc/25898/task/25904/stat : 25904 (java) S 25897 25894 22341 0 -1 64 505 0 0 0 12 0 0 0 16 0 9 0 1997086646 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25905] ppid=25897 vsize=864696 CPUtime=0
/proc/25898/task/25905/stat : 25905 (java) S 25897 25894 22341 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1997086646 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25898/tid=25906] ppid=25897 vsize=864696 CPUtime=0
/proc/25898/task/25906/stat : 25906 (java) S 25897 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997086646 885448704 15551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.1016 s]
/proc/loadavg: 2.24 2.06 2.01 3/94 25916
/proc/meminfo: memFree=783588/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 973 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=864604 CPUtime=1.24
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 10815 0 1 0 117 7 0 0 18 0 9 0 1997086821 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 216151 9668 2532 9 0 210733 0
[pid=25908/tid=25909] ppid=25907 vsize=864604 CPUtime=0.69
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 2569 0 1 0 67 2 0 0 25 0 9 0 1997086822 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25910] ppid=25907 vsize=864604 CPUtime=0.45
/proc/25908/task/25910/stat : 25910 (java) R 25907 25894 22341 0 -1 64 7215 0 0 0 41 4 0 0 16 0 9 0 1997086823 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25911] ppid=25907 vsize=864604 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=864604 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997086823 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=864604 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=864604 CPUtime=0.07
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1997086825 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25915] ppid=25907 vsize=864604 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=864604 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 885354496 9668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883560

[startup+6.30291 s]
/proc/loadavg: 2.24 2.06 2.01 4/94 25916
/proc/meminfo: memFree=716068/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 973 18345 0 1 3 0 159 15 15 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=864396 CPUtime=4.41
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 28567 0 1 0 423 18 0 0 18 0 9 0 1997086821 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 216099 26853 2540 9 0 210674 0
[pid=25908/tid=25909] ppid=25907 vsize=864396 CPUtime=2.04
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 3585 0 1 0 201 3 0 0 25 0 9 0 1997086822 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25910] ppid=25907 vsize=864396 CPUtime=2.26
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 23943 0 0 0 212 14 0 0 16 0 9 0 1997086823 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25911] ppid=25907 vsize=864396 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=864396 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=864396 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=864396 CPUtime=0.09
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 1997086825 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25915] ppid=25907 vsize=864396 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=864396 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 885141504 26853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883352

[startup+12.7016 s]
/proc/loadavg: 2.28 2.07 2.02 4/94 25916
/proc/meminfo: memFree=593060/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 973 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=868404 CPUtime=10.78
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 78337 0 1 0 1029 49 0 0 18 0 9 0 1997086821 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 217101 55826 2540 9 0 211676 0
[pid=25908/tid=25909] ppid=25907 vsize=868404 CPUtime=4.03
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 5543 0 1 0 398 5 0 0 25 0 9 0 1997086822 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4126872905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25910] ppid=25907 vsize=868404 CPUtime=6.52
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 70686 0 0 0 610 42 0 0 16 0 9 0 1997086823 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25911] ppid=25907 vsize=868404 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=868404 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=868404 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=868404 CPUtime=0.19
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 1412 0 0 0 19 0 0 0 17 0 9 0 1997086825 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25915] ppid=25907 vsize=868404 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=868404 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 889245696 55826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887360

[startup+25.5028 s]
/proc/loadavg: 2.31 2.09 2.02 4/94 25916
/proc/meminfo: memFree=361700/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 974 18345 0 1 3 0 159 15 15 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=872972 CPUtime=23.51
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 156684 0 1 0 2258 93 0 0 18 0 9 0 1997086821 893923328 124858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 218243 124858 2540 9 0 212818 0
[pid=25908/tid=25909] ppid=25907 vsize=872972 CPUtime=9.07
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 7561 0 1 0 901 6 0 0 25 0 9 0 1997086822 893923328 124858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25910] ppid=25907 vsize=872972 CPUtime=14.18
/proc/25908/task/25910/stat : 25910 (java) R 25907 25894 22341 0 -1 64 147004 0 0 0 1333 85 0 0 17 0 9 0 1997086823 893923328 124858 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25911] ppid=25907 vsize=872972 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 893923328 124858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=872972 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 893923328 124858 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.04 2.01 2.00 3/86 26224
/proc/meminfo: memFree=488292/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 974 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=868516 CPUtime=1719.04
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 207095 0 1 0 171667 237 0 0 18 0 9 0 1997086821 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 217129 173742 2567 9 0 211676 0
[pid=25908/tid=25909] ppid=25907 vsize=868516 CPUtime=1696.84
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 9338 0 1 0 169551 133 0 0 25 0 9 0 1997086822 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4127008407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25910] ppid=25907 vsize=868516 CPUtime=21.87
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 195589 0 0 0 2086 101 0 0 16 0 9 0 1997086823 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25911] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=868516 CPUtime=0.29
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 1472 0 0 0 29 0 0 0 16 0 9 0 1997086825 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25915] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 889360384 173742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 887472

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 26225
/proc/meminfo: memFree=480092/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 974 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=868516 CPUtime=1779.02
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 209161 0 1 0 177664 238 0 0 18 0 9 0 1997086821 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 217129 175803 2567 9 0 211676 0
[pid=25908/tid=25909] ppid=25907 vsize=868516 CPUtime=1756.66
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 9343 0 1 0 175533 133 0 0 25 0 9 0 1997086822 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4127010948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25910] ppid=25907 vsize=868516 CPUtime=22.03
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 197650 0 0 0 2101 102 0 0 16 0 9 0 1997086823 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25911] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=868516 CPUtime=0.29
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 1472 0 0 0 29 0 0 0 16 0 9 0 1997086825 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25915] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 889360384 175803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 887472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 26225
/proc/meminfo: memFree=468060/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 974 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=868516 CPUtime=1798.31
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 210129 0 1 0 179589 242 0 0 18 0 9 0 1997086821 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 217129 176762 2567 9 0 211676 0
[pid=25908/tid=25909] ppid=25907 vsize=868516 CPUtime=1775.83
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 9352 0 1 0 177446 137 0 0 25 0 9 0 1997086822 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4126614628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25910] ppid=25907 vsize=868516 CPUtime=22.16
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 198609 0 0 0 2114 102 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25911] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=868516 CPUtime=0.29
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 1472 0 0 0 29 0 0 0 16 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25915] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 887472

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

[startup+1801.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 26225
/proc/meminfo: memFree=468060/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 974 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (sh) S 25894 25894 22341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997086821 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 233 193 169 0 50 0
[pid=25908] ppid=25907 vsize=868516 CPUtime=1798.31
/proc/25908/stat : 25908 (java) S 25907 25894 22341 0 -1 0 210129 0 1 0 179589 242 0 0 18 0 9 0 1997086821 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25908/statm: 217129 176762 2567 9 0 211676 0
[pid=25908/tid=25909] ppid=25907 vsize=868516 CPUtime=1775.83
/proc/25908/task/25909/stat : 25909 (java) R 25907 25894 22341 0 -1 64 9352 0 1 0 177446 137 0 0 25 0 9 0 1997086822 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4126614628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25910] ppid=25907 vsize=868516 CPUtime=22.16
/proc/25908/task/25910/stat : 25910 (java) S 25907 25894 22341 0 -1 64 198609 0 0 0 2114 102 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25911] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25911/stat : 25911 (java) S 25907 25894 22341 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25912] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25912/stat : 25912 (java) S 25907 25894 22341 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997086823 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25913] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25913/stat : 25913 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25914] ppid=25907 vsize=868516 CPUtime=0.29
/proc/25908/task/25914/stat : 25914 (java) S 25907 25894 22341 0 -1 64 1472 0 0 0 29 0 0 0 16 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25908/tid=25915] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25915/stat : 25915 (java) S 25907 25894 22341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997086825 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25908/tid=25916] ppid=25907 vsize=868516 CPUtime=0
/proc/25908/task/25916/stat : 25916 (java) S 25907 25894 22341 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997086826 889360384 176762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 887472

# WARNING:
# current cumulated CPU time (1.77 s) is less than in the last sample (1800.08 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1798.31 s) to the 'lost time'.

[startup+1801.73 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26228
/proc/meminfo: memFree=1051596/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 982 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=0 CPUtime=0
/proc/25907/stat : 25907 (sh) Z 25894 25894 22341 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997086821 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25907/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13600

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

[startup+1801.73 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26228
/proc/meminfo: memFree=1051596/2055920 swapFree=4179028/4192956
[pid=25894] ppid=25892 vsize=13600 CPUtime=1.77
/proc/25894/stat : 25894 (sugar) S 25892 25894 22341 0 -1 4194304 982 18345 0 1 3 0 159 15 16 0 1 0 1997086636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25894/statm: 3400 797 370 3 0 500 0
[pid=25907] ppid=25894 vsize=0 CPUtime=0
/proc/25907/stat : 25907 (sh) Z 25894 25894 22341 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997086821 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25907/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.31
#  lost CPU user time (s): 1795.89
#  lost CPU system time (s): 2.42

Real time (s): 1801.75
CPU time (s): 1800.11
CPU user time (s): 1797.52
CPU system time (s): 2.58398
CPU usage (%): 99.9088
Max. virtual memory (cumulated for all children) (KiB): 913476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63475
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19650
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= 1059
involuntary context switches= 917

runsolver used 2.23166 second user time and 5.99609 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 16:18:57
IDJOB=1075542
IDBENCH=56523
IDSOLVER=346
FILE ID=node36/1075542-1215181137
PBS_JOBID= 7881489
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-09.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-1075542-1215181137/watcher-1075542-1215181137 -o /tmp/evaluation-result-1075542-1215181137/solver-1075542-1215181137 -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-1075542-1215181137.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97ca82fa436216a201f065760c0c3e04
RANDOM SEED=1964806462

node36.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.240
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.240
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:        827676 kB
Buffers:         85592 kB
Cached:         333380 kB
SwapCached:       7932 kB
Active:         973260 kB
Inactive:       184480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        827676 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            5028 kB
Writeback:           0 kB
Mapped:         750160 kB
Slab:            54204 kB
Committed_AS:  4003312 kB
PageTables:       3352 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= 66544 MiB
End job on node36 at 2008-07-04 16:49:01