Trace number 1068410

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.07 1806.62

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-11_ext.xml
MD5SUM198c33e2084ebf698950db6a40f4f810
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 variables121
Number of constraints22
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Fri Jul  4 08:47:12 2008
0.00/0.14	c 0	PID 19630
0.00/0.14	c 0	HOST node6.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1068410-1215154032.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068410-1215154032.xml' 'HOME/temp.csp'
0.04/0.60	c 1	1 domains, 121 variables, 0 predicates, 1 relations, 22 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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'
0.49/0.70	c 1	Parsing HOME/temp.csp
0.84/1.10	c 1	parsed 145 expressions
0.94/1.11	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.11	c 1	Converting to clausal form CSP
0.94/1.13	c 1	converted 15 (10%) expressions
0.94/1.13	c 1	converted 29 (20%) expressions
0.94/1.13	c 1	converted 44 (30%) expressions
0.94/1.13	c 1	converted 58 (40%) expressions
0.94/1.13	c 1	converted 73 (50%) expressions
0.94/1.13	c 1	converted 87 (60%) expressions
0.94/1.13	c 1	converted 102 (70%) expressions
0.94/1.13	c 1	converted 116 (80%) expressions
5.39/5.64	c 6	converted 131 (90%) expressions
11.53/11.81	c 12	converted 145 (100%) expressions
11.53/11.82	c 12	CSP : 121 integers, 0 booleans, 22 clauses, largest domain size 26
11.53/11.82	c 12	Heap : 321 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.53/11.82	c 12	Propagation in CSP
11.53/11.82	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.53/11.82	c 12	CSP : 121 integers, 0 booleans, 22 clauses, largest domain size 26
11.53/11.82	c 12	Heap : 321 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.53/11.82	c 12	Simplifing CSP by introducing new Boolean variables
11.53/11.82	c 12	CSP : 121 integers, 0 booleans, 22 clauses, largest domain size 26
11.53/11.82	c 12	Heap : 321 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.21/13.51	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.21/13.53	c 14	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
13.21/13.53	c 14	25 (20%) CSP integer variables are encoded (600 clauses, 6456 bytes)
13.21/13.54	c 14	37 (30%) CSP integer variables are encoded (888 clauses, 9624 bytes)
13.21/13.54	c 14	49 (40%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
13.21/13.54	c 14	61 (50%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
13.21/13.54	c 14	73 (60%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
13.21/13.54	c 14	85 (70%) CSP integer variables are encoded (2040 clauses, 24457 bytes)
13.21/13.54	c 14	97 (80%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
13.21/13.54	c 14	109 (90%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
13.21/13.54	c 14	121 (100%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
1339.39/1345.65	c 1346	3 (10%) CSP clauses are encoded (917766 clauses, 64975805 bytes)
1800.07/1806.52	c ERROR INTERRUPTED
1800.07/1806.62	s UNKNOWN
1800.07/1806.62	c 1807	CPU 0.43 (0.03 0.01 0.4 0.05)
1800.07/1806.62	c 1807	END Fri Jul  4 09:17:19 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-1068410-1215154032/watcher-1068410-1215154032 -o /tmp/evaluation-result-1068410-1215154032/solver-1068410-1215154032 -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-1068410-1215154032.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.29 2.13 2.02 4/72 19630
/proc/meminfo: memFree=1886496/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=18572 CPUtime=0
/proc/19630/stat : 19630 (runsolver) D 19628 19630 18924 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994378487 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19630/statm: 4643 292 257 25 0 2626 0

[startup+0.012238 s]
/proc/loadavg: 2.29 2.13 2.02 4/72 19630
/proc/meminfo: memFree=1886496/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=18572 CPUtime=0
/proc/19630/stat : 19630 (runsolver) D 19628 19630 18924 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994378487 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19630/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102257 s]
/proc/loadavg: 2.29 2.13 2.02 4/72 19630
/proc/meminfo: memFree=1886496/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=12412 CPUtime=0
/proc/19630/stat : 19630 (sugar) D 19628 19630 18924 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1994378487 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19630/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302303 s]
/proc/loadavg: 2.29 2.13 2.02 4/72 19630
/proc/meminfo: memFree=1886496/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.04
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994378487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70138 s]
/proc/loadavg: 2.29 2.13 2.02 4/72 19630
/proc/meminfo: memFree=1886496/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 956 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 2.29 2.13 2.02 3/83 19652
/proc/meminfo: memFree=1872712/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 973 8270 0 1 3 1 40 5 15 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864164 CPUtime=0.84
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 9501 0 1 0 79 5 0 0 18 0 9 0 1994378550 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216041 8552 2540 9 0 210616 0
[pid=19644/tid=19645] ppid=19643 vsize=864164 CPUtime=0.43
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 2678 0 1 0 42 1 0 0 19 0 9 0 1994378551 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864164 CPUtime=0.33
/proc/19644/task/19646/stat : 19646 (java) R 19643 19630 18924 0 -1 64 5800 0 0 0 31 2 0 0 16 0 9 0 1994378552 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 102514263 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864164 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864164 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994378552 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864164 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864164 CPUtime=0.05
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1994378554 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864164 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864164 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 884903936 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883120

[startup+3.10285 s]
/proc/loadavg: 2.35 2.14 2.03 4/83 19652
/proc/meminfo: memFree=1841160/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 973 8270 0 1 3 1 40 5 15 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864676 CPUtime=2.43
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 22303 0 1 0 233 10 0 0 18 0 9 0 1994378550 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216169 20570 2540 9 0 210744 0
[pid=19644/tid=19645] ppid=19643 vsize=864676 CPUtime=0.95
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 3139 0 1 0 94 1 0 0 23 0 9 0 1994378551 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864676 CPUtime=1.4
/proc/19644/task/19646/stat : 19646 (java) R 19643 19630 18924 0 -1 64 18140 0 0 0 133 7 0 0 17 0 9 0 1994378552 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864676 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864676 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864676 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864676 CPUtime=0.05
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 1994378554 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864676 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864676 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885428224 20570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 883632

[startup+6.30148 s]
/proc/loadavg: 2.35 2.14 2.03 3/83 19652
/proc/meminfo: memFree=1757064/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 973 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864172 CPUtime=5.59
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 45150 0 1 0 539 20 0 0 18 0 9 0 1994378550 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216043 42568 2540 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864172 CPUtime=1.98
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 4372 0 1 0 196 2 0 0 16 0 9 0 1994378551 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4126524920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864172 CPUtime=3.53
/proc/19644/task/19646/stat : 19646 (java) R 19643 19630 18924 0 -1 64 39754 0 0 0 336 17 0 0 25 0 9 0 1994378552 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864172 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864172 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864172 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864172 CPUtime=0.05
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 1994378554 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864172 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864172 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 884912128 42568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 883128

[startup+12.7027 s]
/proc/loadavg: 2.45 2.17 2.04 3/83 19652
/proc/meminfo: memFree=1557000/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=885664 CPUtime=11.94
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 107320 0 1 0 1144 50 0 0 18 0 9 0 1994378550 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 221416 88866 2540 9 0 215991 0
[pid=19644/tid=19645] ppid=19643 vsize=885664 CPUtime=4.07
/proc/19644/task/19645/stat : 19645 (java) S 19643 19630 18924 0 -1 64 5701 0 1 0 405 2 0 0 17 0 9 0 1994378551 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19646] ppid=19643 vsize=885664 CPUtime=7.78
/proc/19644/task/19646/stat : 19646 (java) R 19643 19630 18924 0 -1 64 100595 0 0 0 732 46 0 0 25 0 9 0 1994378552 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 104181403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19647] ppid=19643 vsize=885664 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=885664 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=885664 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=885664 CPUtime=0.05
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 1994378554 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=885664 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=885664 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 906919936 88866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 904620

[startup+25.5023 s]
/proc/loadavg: 2.38 2.17 2.04 3/83 19652
/proc/meminfo: memFree=1524680/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=24.61
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 115672 0 1 0 2407 54 0 0 18 0 9 0 1994378550 885026816 91816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 91816 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=15.31
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 7842 0 1 0 1528 3 0 0 25 0 9 0 1994378551 885026816 91816 996147200 134512640 134550740 4294955952 18446744073709551615 4126577543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=9.19
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 106784 0 0 0 870 49 0 0 16 0 9 0 1994378552 885026816 91816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 91816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 91816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=1655.44
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 157586 0 1 0 165438 106 0 0 18 0 9 0 1994378550 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 133524 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=1643.5
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 8049 0 1 0 164311 39 0 0 25 0 9 0 1994378551 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 102492632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=11.81
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 148484 0 0 0 1116 65 0 0 16 0 9 0 1994378552 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864284 CPUtime=0.1
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1994378554 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885026816 133524 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.93
Current children cumulated vsize (KiB) 883240

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19686
/proc/meminfo: memFree=1284168/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=1715.41
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 159118 0 1 0 171435 106 0 0 18 0 9 0 1994378550 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 135051 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=1703.4
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 8054 0 1 0 170300 40 0 0 25 0 9 0 1994378551 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4126598724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=11.89
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 150011 0 0 0 1124 65 0 0 16 0 9 0 1994378552 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864284 CPUtime=0.1
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1994378554 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885026816 135051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.9
Current children cumulated vsize (KiB) 883240

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19686
/proc/meminfo: memFree=1282888/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=1775.4
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 159404 0 1 0 177433 107 0 0 18 0 9 0 1994378550 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 135336 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=1763.36
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 8055 0 1 0 176296 40 0 0 25 0 9 0 1994378551 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=11.91
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 150296 0 0 0 1126 65 0 0 16 0 9 0 1994378552 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864284 CPUtime=0.1
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1994378554 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885026816 135336 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.89
Current children cumulated vsize (KiB) 883240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19686
/proc/meminfo: memFree=1252424/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=1799.58
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 171882 0 1 0 179835 123 0 0 18 0 9 0 1994378550 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 137167 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=1785.73
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 8086 0 1 0 178522 51 0 0 25 0 9 0 1994378551 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4126577600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=13.73
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 162743 0 0 0 1302 71 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864284 CPUtime=0.1
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 883240

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

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

[startup+1806.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19686
/proc/meminfo: memFree=1252424/2055924 swapFree=4180432/4192956
[pid=19630] ppid=19628 vsize=13600 CPUtime=0.49
/proc/19630/stat : 19630 (sugar) S 19628 19630 18924 0 -1 4194304 974 8270 0 1 3 1 40 5 16 0 1 0 1994378487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19630/statm: 3400 797 370 3 0 500 0
[pid=19643] ppid=19630 vsize=5356 CPUtime=0
/proc/19643/stat : 19643 (sh) S 19630 19630 18924 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994378550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19643/statm: 1339 233 193 169 0 50 0
[pid=19644] ppid=19643 vsize=864284 CPUtime=1799.58
/proc/19644/stat : 19644 (java) S 19643 19630 18924 0 -1 0 171882 0 1 0 179835 123 0 0 18 0 9 0 1994378550 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19644/statm: 216071 137167 2564 9 0 210618 0
[pid=19644/tid=19645] ppid=19643 vsize=864284 CPUtime=1785.73
/proc/19644/task/19645/stat : 19645 (java) R 19643 19630 18924 0 -1 64 8086 0 1 0 178522 51 0 0 25 0 9 0 1994378551 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4126577600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19646] ppid=19643 vsize=864284 CPUtime=13.73
/proc/19644/task/19646/stat : 19646 (java) S 19643 19630 18924 0 -1 64 162743 0 0 0 1302 71 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19647] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19647/stat : 19647 (java) S 19643 19630 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19644/tid=19648] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19648/stat : 19648 (java) S 19643 19630 18924 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994378552 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19649] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19649/stat : 19649 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19650] ppid=19643 vsize=864284 CPUtime=0.1
/proc/19644/task/19650/stat : 19650 (java) S 19643 19630 18924 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19651] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19651/stat : 19651 (java) S 19643 19630 18924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19644/tid=19652] ppid=19643 vsize=864284 CPUtime=0
/proc/19644/task/19652/stat : 19652 (java) S 19643 19630 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994378554 885026816 137167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 883240

Child status: 0

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

Real time (s): 1806.62
CPU time (s): 1800.07
CPU user time (s): 1798.78
CPU system time (s): 1.29
CPU usage (%): 99.6372
Max. virtual memory (cumulated for all children) (KiB): 909744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.443932
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9575
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= 495
involuntary context switches= 322

runsolver used 2.6496 second user time and 5.59615 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 08:47:12
IDJOB=1068410
IDBENCH=55515
IDSOLVER=346
FILE ID=node6/1068410-1215154032
PBS_JOBID= 7877442
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-11_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-1068410-1215154032/watcher-1068410-1215154032 -o /tmp/evaluation-result-1068410-1215154032/solver-1068410-1215154032 -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-1068410-1215154032.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 198c33e2084ebf698950db6a40f4f810
RANDOM SEED=1875321206

node6.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.265
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.265
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:      2055924 kB
MemFree:       1887040 kB
Buffers:          7100 kB
Cached:          98976 kB
SwapCached:       6328 kB
Active:          59848 kB
Inactive:        59064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1887040 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          20380 kB
Slab:            35368 kB
Committed_AS:  3287888 kB
PageTables:       1860 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= 66548 MiB
End job on node6 at 2008-07-04 09:17:21