Trace number 1076258

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.01 1805.03

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-10_ext.xml
MD5SUMa6c23ac3dbdad0caf62af77ab45f6fec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
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 17:18:40 2008
0.00/0.04	c 0	PID 27598
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1076258-1215184720.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076258-1215184720.xml' 'HOME/temp.csp'
1.15/1.28	c 2	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
1.23/1.32	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/1.32	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.23/1.40	c 2	Parsing HOME/temp.csp
2.91/3.05	c 3	parsed 112 expressions
2.91/3.06	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.06	c 3	Converting to clausal form CSP
2.91/3.08	c 3	converted 12 (10%) expressions
2.91/3.08	c 3	converted 23 (20%) expressions
2.91/3.08	c 3	converted 34 (30%) expressions
2.91/3.08	c 3	converted 45 (40%) expressions
2.91/3.08	c 3	converted 56 (50%) expressions
2.91/3.08	c 3	converted 68 (60%) expressions
2.91/3.08	c 3	converted 79 (70%) expressions
2.91/3.08	c 3	converted 90 (80%) expressions
11.63/11.81	c 12	converted 101 (90%) expressions
22.62/22.96	c 23	converted 112 (100%) expressions
22.62/22.96	c 23	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
22.62/22.96	c 23	Heap : 504 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.62/22.96	c 23	Propagation in CSP
22.62/22.96	c 23	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.62/22.96	c 23	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
22.62/22.96	c 23	Heap : 504 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.62/22.96	c 23	Simplifing CSP by introducing new Boolean variables
22.62/22.96	c 23	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
22.62/22.96	c 23	Heap : 504 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.78/26.14	c 26	Encoding CSP to SAT : HOME/temp.cnf
25.78/26.16	c 26	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
25.78/26.16	c 26	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
25.78/26.16	c 26	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
25.78/26.17	c 26	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
25.78/26.17	c 26	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
25.78/26.17	c 26	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
25.78/26.17	c 26	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
25.78/26.17	c 26	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
25.78/26.17	c 26	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
25.78/26.17	c 26	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1800.01/1804.92	c ERROR INTERRUPTED
1800.01/1805.02	s UNKNOWN
1800.01/1805.02	c 1805	CPU 1.16 (0.03 0.01 1.13 0.1)
1800.01/1805.02	c 1805	END Fri Jul  4 17:48:45 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-1076258-1215184720/watcher-1076258-1215184720 -o /tmp/evaluation-result-1076258-1215184720/solver-1076258-1215184720 -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-1076258-1215184720.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.24 2.06 2.02 4/72 27598
/proc/meminfo: memFree=1703928/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=12268 CPUtime=0
/proc/27598/stat : 27598 (sugar) R 27596 27598 25770 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1997444502 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 0 4224 0 0 0 0 17 1 0 0
/proc/27598/statm: 3067 316 241 3 0 167 0

[startup+0.05041 s]
/proc/loadavg: 2.24 2.06 2.02 4/72 27598
/proc/meminfo: memFree=1703928/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=0.03
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1997444502 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10235 s]
/proc/loadavg: 2.24 2.06 2.02 4/72 27598
/proc/meminfo: memFree=1703928/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=0.03
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997444502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302364 s]
/proc/loadavg: 2.24 2.06 2.02 4/72 27598
/proc/meminfo: memFree=1703928/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=0.03
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997444502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702399 s]
/proc/loadavg: 2.24 2.06 2.02 4/72 27598
/proc/meminfo: memFree=1703928/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=0.03
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997444502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 27610
/proc/meminfo: memFree=1656288/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 973 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10262 s]
/proc/loadavg: 2.24 2.06 2.02 4/83 27620
/proc/meminfo: memFree=1678112/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 973 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864212 CPUtime=1.76
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 14640 0 1 0 168 8 0 0 18 0 9 0 1997444634 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216053 13054 2540 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864212 CPUtime=1
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 2834 0 1 0 98 2 0 0 25 0 9 0 1997444635 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864212 CPUtime=0.68
/proc/27612/task/27614/stat : 27614 (java) R 27611 27598 25770 0 -1 64 10789 0 0 0 64 4 0 0 16 0 9 0 1997444637 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 102516873 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997444637 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864212 CPUtime=0.04
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 321 0 0 0 4 0 0 0 16 0 9 0 1997444639 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 884953088 13054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883168

[startup+6.30191 s]
/proc/loadavg: 2.22 2.06 2.02 3/83 27620
/proc/meminfo: memFree=1596896/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 973 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=875464 CPUtime=4.91
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 40265 0 1 0 471 20 0 0 18 0 9 0 1997444634 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 218866 35028 2540 9 0 213441 0
[pid=27612/tid=27613] ppid=27611 vsize=875464 CPUtime=2.13
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 3620 0 1 0 210 3 0 0 25 0 9 0 1997444635 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27614] ppid=27611 vsize=875464 CPUtime=2.71
/proc/27612/task/27614/stat : 27614 (java) R 27611 27598 25770 0 -1 64 35624 0 0 0 255 16 0 0 18 0 9 0 1997444637 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 103735739 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27615] ppid=27611 vsize=875464 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=875464 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=875464 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=875464 CPUtime=0.05
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1997444639 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27619] ppid=27611 vsize=875464 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=875464 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 896475136 35028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 894420

[startup+12.7025 s]
/proc/loadavg: 2.29 2.07 2.02 4/83 27620
/proc/meminfo: memFree=1467552/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 973 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864212 CPUtime=11.25
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 88430 0 1 0 1082 43 0 0 18 0 9 0 1997444634 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216053 64624 2540 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864212 CPUtime=4.42
/proc/27612/task/27613/stat : 27613 (java) S 27611 27598 25770 0 -1 64 5480 0 1 0 438 4 0 0 17 0 9 0 1997444635 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864212 CPUtime=6.77
/proc/27612/task/27614/stat : 27614 (java) R 27611 27598 25770 0 -1 64 81929 0 0 0 639 38 0 0 25 0 9 0 1997444637 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 102514544 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864212 CPUtime=0.05
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1997444639 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864212 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 884953088 64624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883168

[startup+25.5026 s]
/proc/loadavg: 2.36 2.10 2.03 3/83 27620
/proc/meminfo: memFree=1181216/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=870344 CPUtime=23.93
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 167174 0 1 0 2312 81 0 0 18 0 9 0 1997444634 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 217586 131335 2540 9 0 212161 0
[pid=27612/tid=27613] ppid=27611 vsize=870344 CPUtime=8.76
/proc/27612/task/27613/stat : 27613 (java) S 27611 27598 25770 0 -1 64 7662 0 1 0 871 5 0 0 17 0 9 0 1997444635 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27614] ppid=27611 vsize=870344 CPUtime=15.1
/proc/27612/task/27614/stat : 27614 (java) R 27611 27598 25770 0 -1 64 158491 0 0 0 1435 75 0 0 25 0 9 0 1997444637 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27615] ppid=27611 vsize=870344 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=870344 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=870344 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=870344 CPUtime=0.05
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1997444639 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27619] ppid=27611 vsize=870344 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=870344 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 891232256 131335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 889300

[startup+51.1029 s]
/proc/loadavg: 2.24 2.09 2.03 3/83 27620
/proc/meminfo: memFree=1175520/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=49.29
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 170200 0 1 0 4846 83 0 0 18 0 9 0 1997444634 885067776 132797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=1656.19
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 187266 0 1 0 165505 114 0 0 18 0 9 0 1997444634 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216081 149796 2564 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864324 CPUtime=1638.63
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 8832 0 1 0 163835 28 0 0 25 0 9 0 1997444635 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4126569936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864324 CPUtime=17.44
/proc/27612/task/27614/stat : 27614 (java) S 27611 27598 25770 0 -1 64 177384 0 0 0 1660 84 0 0 16 0 9 0 1997444637 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864324 CPUtime=0.08
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 1997444639 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 885067776 149796 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.45
Current children cumulated vsize (KiB) 883280

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 27944
/proc/meminfo: memFree=941336/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=1716.17
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 188632 0 1 0 171502 115 0 0 18 0 9 0 1997444634 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216081 151159 2564 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864324 CPUtime=1698.51
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 8835 0 1 0 169823 28 0 0 25 0 9 0 1997444635 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4126568677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864324 CPUtime=17.52
/proc/27612/task/27614/stat : 27614 (java) S 27611 27598 25770 0 -1 64 178747 0 0 0 1668 84 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864324 CPUtime=0.08
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.43
Current children cumulated vsize (KiB) 883280

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 27944
/proc/meminfo: memFree=941144/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=1776.15
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 188632 0 1 0 177500 115 0 0 18 0 9 0 1997444634 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216081 151159 2564 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864324 CPUtime=1758.49
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 8835 0 1 0 175821 28 0 0 25 0 9 0 1997444635 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4126568653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864324 CPUtime=17.52
/proc/27612/task/27614/stat : 27614 (java) S 27611 27598 25770 0 -1 64 178747 0 0 0 1668 84 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864324 CPUtime=0.08
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 885067776 151159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.41
Current children cumulated vsize (KiB) 883280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 27944
/proc/meminfo: memFree=938136/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=1798.75
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 189402 0 1 0 179759 116 0 0 18 0 9 0 1997444634 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216081 151927 2564 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864324 CPUtime=1781.03
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 8837 0 1 0 178075 28 0 0 25 0 9 0 1997444635 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4126589968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864324 CPUtime=17.59
/proc/27612/task/27614/stat : 27614 (java) S 27611 27598 25770 0 -1 64 179515 0 0 0 1674 85 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864324 CPUtime=0.08
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 883280

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

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

[startup+1804.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 27944
/proc/meminfo: memFree=938136/2055920 swapFree=4179776/4192956
[pid=27598] ppid=27596 vsize=13600 CPUtime=1.26
/proc/27598/stat : 27598 (sugar) S 27596 27598 25770 0 -1 4194304 974 14733 0 1 3 0 113 10 16 0 1 0 1997444502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27598/statm: 3400 797 370 3 0 500 0
[pid=27611] ppid=27598 vsize=5356 CPUtime=0
/proc/27611/stat : 27611 (sh) S 27598 27598 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997444634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27611/statm: 1339 233 193 169 0 50 0
[pid=27612] ppid=27611 vsize=864324 CPUtime=1798.75
/proc/27612/stat : 27612 (java) S 27611 27598 25770 0 -1 0 189402 0 1 0 179759 116 0 0 18 0 9 0 1997444634 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27612/statm: 216081 151927 2564 9 0 210628 0
[pid=27612/tid=27613] ppid=27611 vsize=864324 CPUtime=1781.03
/proc/27612/task/27613/stat : 27613 (java) R 27611 27598 25770 0 -1 64 8837 0 1 0 178075 28 0 0 25 0 9 0 1997444635 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4126589968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27614] ppid=27611 vsize=864324 CPUtime=17.59
/proc/27612/task/27614/stat : 27614 (java) S 27611 27598 25770 0 -1 64 179515 0 0 0 1674 85 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27615] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27615/stat : 27615 (java) S 27611 27598 25770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27616] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27616/stat : 27616 (java) S 27611 27598 25770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997444637 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27617] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27617/stat : 27617 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27618] ppid=27611 vsize=864324 CPUtime=0.08
/proc/27612/task/27618/stat : 27618 (java) S 27611 27598 25770 0 -1 64 354 0 0 0 8 0 0 0 16 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27612/tid=27619] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27619/stat : 27619 (java) S 27611 27598 25770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27612/tid=27620] ppid=27611 vsize=864324 CPUtime=0
/proc/27612/task/27620/stat : 27620 (java) S 27611 27598 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997444639 885067776 151927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 883280

Child status: 0

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

Real time (s): 1805.03
CPU time (s): 1800.01
CPU user time (s): 1798.75
CPU system time (s): 1.26
CPU usage (%): 99.722
Max. virtual memory (cumulated for all children) (KiB): 904664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.16882
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16038
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= 619
involuntary context switches= 490

runsolver used 2.16967 second user time and 6.16906 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 17:18:40
IDJOB=1076258
IDBENCH=56576
IDSOLVER=346
FILE ID=node43/1076258-1215184720
PBS_JOBID= 7881524
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg9-10_ext.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-1076258-1215184720/watcher-1076258-1215184720 -o /tmp/evaluation-result-1076258-1215184720/solver-1076258-1215184720 -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-1076258-1215184720.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6c23ac3dbdad0caf62af77ab45f6fec
RANDOM SEED=1776066764

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1704408 kB
Buffers:         58324 kB
Cached:         209620 kB
SwapCached:       7048 kB
Active:         207308 kB
Inactive:        84504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704408 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4404 kB
Writeback:           0 kB
Mapped:          31180 kB
Slab:            45100 kB
Committed_AS:  3720308 kB
PageTables:       1852 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= 66500 MiB
End job on node43 at 2008-07-04 17:48:47