Trace number 1107618

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.03 1803.98

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-8_ext.xml
MD5SUM0cf03a4272c80cc77b6ca975aaa9b1b6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark702.439
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.21	c 0	Sugar v1-13 + HOME/minisat
0.02/0.21	c 0	BEGIN Tue Jul  8 02:36:35 2008
0.02/0.21	c 0	PID 3050
0.02/0.22	c 0	HOST node26.alineos.net
0.02/0.22	c 0	CONVERTING HOME/instance-1107618-1215477394.xml TO HOME/temp.csp
0.02/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107618-1215477394.xml' 'HOME/temp.csp'
0.89/1.18	c 1	1 domains, 56 variables, 0 predicates, 2 relations, 15 constraints
0.97/1.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.22	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.99/1.30	c 1	Parsing HOME/temp.csp
2.13/2.44	c 2	parsed 74 expressions
2.13/2.45	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.45	c 2	Converting to clausal form CSP
2.13/2.47	c 2	converted 8 (10%) expressions
2.13/2.47	c 2	converted 15 (20%) expressions
2.13/2.47	c 2	converted 23 (30%) expressions
2.13/2.47	c 2	converted 30 (40%) expressions
2.13/2.47	c 2	converted 37 (50%) expressions
2.13/2.47	c 2	converted 45 (60%) expressions
2.13/2.47	c 2	converted 52 (70%) expressions
2.63/2.92	c 3	converted 60 (80%) expressions
4.91/5.27	c 5	converted 67 (90%) expressions
8.97/9.30	c 9	converted 74 (100%) expressions
8.97/9.30	c 9	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
8.97/9.30	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.97/9.30	c 9	Propagation in CSP
8.97/9.30	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.97/9.30	c 9	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
8.97/9.30	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.97/9.30	c 9	Simplifing CSP by introducing new Boolean variables
8.97/9.30	c 9	CSP : 56 integers, 0 booleans, 15 clauses, largest domain size 26
8.97/9.30	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.06/10.41	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.06/10.43	c 10	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
10.06/10.43	c 10	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
10.06/10.44	c 10	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
10.06/10.44	c 10	23 (40%) CSP integer variables are encoded (552 clauses, 5928 bytes)
10.06/10.45	c 10	28 (50%) CSP integer variables are encoded (672 clauses, 7248 bytes)
10.06/10.45	c 10	34 (60%) CSP integer variables are encoded (816 clauses, 8832 bytes)
10.06/10.45	c 10	40 (70%) CSP integer variables are encoded (960 clauses, 10417 bytes)
10.06/10.45	c 10	45 (80%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
10.06/10.45	c 10	51 (90%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
10.06/10.45	c 10	56 (100%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
178.21/180.07	c 180	2 (10%) CSP clauses are encoded (266048 clauses, 12906406 bytes)
260.40/262.98	c 263	3 (20%) CSP clauses are encoded (398400 clauses, 19415353 bytes)
395.22/398.58	c 398	5 (30%) CSP clauses are encoded (663104 clauses, 32686826 bytes)
453.99/457.35	c 457	6 (40%) CSP clauses are encoded (795456 clauses, 39448092 bytes)
603.84/607.24	c 607	8 (50%) CSP clauses are encoded (1060160 clauses, 52971690 bytes)
869.31/872.85	c 872	9 (60%) CSP clauses are encoded (1313794 clauses, 64987671 bytes)
1409.60/1413.36	c 1413	11 (70%) CSP clauses are encoded (1821062 clauses, 93319363 bytes)
1669.09/1673.00	c 1673	12 (80%) CSP clauses are encoded (2074696 clauses, 107485209 bytes)
1800.03/1803.93	c ERROR INTERRUPTED
1800.03/1803.98	s UNKNOWN
1800.03/1803.98	c 1804	CPU 0.9 (0.03 0.01 0.87 0.08)
1800.03/1803.98	c 1804	END Tue Jul  8 03:06:39 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-1107618-1215477394/watcher-1107618-1215477394 -o /tmp/evaluation-result-1107618-1215477394/solver-1107618-1215477394 -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-1107618-1215477394.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: 1.99 1.60 1.25 4/72 3050
/proc/meminfo: memFree=1900816/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=18572 CPUtime=0
/proc/3050/stat : 3050 (runsolver) D 3048 3050 2910 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4441390 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3050/statm: 4643 292 257 25 0 2626 0

[startup+0.0362341 s]
/proc/loadavg: 1.99 1.60 1.25 4/72 3050
/proc/meminfo: memFree=1900816/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=124 CPUtime=0
/proc/3050/stat : 3050 (sugar) D 3048 3050 2910 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4441390 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269025867241 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/3050/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102238 s]
/proc/loadavg: 1.99 1.60 1.25 4/72 3050
/proc/meminfo: memFree=1900816/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=12000 CPUtime=0
/proc/3050/stat : 3050 (sugar) D 3048 3050 2910 0 -1 4194304 200 0 8 0 0 0 0 0 18 0 1 0 4441390 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 269046764944 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3050/statm: 3000 176 137 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.302262 s]
/proc/loadavg: 1.99 1.60 1.25 4/72 3050
/proc/meminfo: memFree=1900816/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.04
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4441390 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702296 s]
/proc/loadavg: 1.99 1.60 1.25 4/72 3050
/proc/meminfo: memFree=1900816/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.04
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4441390 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50136 s]
/proc/loadavg: 1.99 1.60 1.25 3/83 3062
/proc/meminfo: memFree=1867000/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 958 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10149 s]
/proc/loadavg: 1.99 1.60 1.25 3/83 3072
/proc/meminfo: memFree=1876600/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 958 12683 15 3 3 1 87 8 15 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864184 CPUtime=1.84
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 14498 0 2 0 179 5 0 0 18 0 9 0 4441512 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216046 13010 2540 9 0 210621 0
[pid=3064/tid=3065] ppid=3063 vsize=864184 CPUtime=1.04
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 2847 0 2 0 104 0 0 0 20 0 9 0 4441513 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864184 CPUtime=0.73
/proc/3064/task/3066/stat : 3066 (java) R 3063 3050 2910 0 -1 64 10634 0 0 0 69 4 0 0 16 0 9 0 4441514 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864184 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864184 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864184 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864184 CPUtime=0.05
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 4441517 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864184 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864184 CPUtime=0
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4441517 884924416 13010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 883140

[startup+6.30274 s]
/proc/loadavg: 1.99 1.61 1.25 4/83 3072
/proc/meminfo: memFree=1800312/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 958 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864168 CPUtime=5.01
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 34848 0 2 0 487 14 0 0 18 0 9 0 4441512 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216042 32903 2540 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864168 CPUtime=2.37
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 3744 0 2 0 236 1 0 0 25 0 9 0 4441513 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 103214697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864168 CPUtime=2.57
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 30087 0 0 0 245 12 0 0 16 0 9 0 4441514 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864168 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864168 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864168 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864168 CPUtime=0.05
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 4441517 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864168 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864168 CPUtime=0
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4441517 884908032 32903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 883124

[startup+12.7022 s]
/proc/loadavg: 1.99 1.61 1.25 3/83 3072
/proc/meminfo: memFree=1699640/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=11.35
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 69017 0 2 0 1104 31 0 0 18 0 9 0 4441512 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 50925 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=5.64
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 4777 0 2 0 562 2 0 0 25 0 9 0 4441513 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4126569856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=5.6
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 63200 0 0 0 532 28 0 0 16 0 9 0 4441514 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.08
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 883236

[startup+25.5023 s]
/proc/loadavg: 1.99 1.63 1.27 3/83 3072
/proc/meminfo: memFree=1699832/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=24.03
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 69017 0 2 0 2372 31 0 0 18 0 9 0 4441512 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 50925 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=18.33
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 4777 0 2 0 1831 2 0 0 25 0 9 0 4441513 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4126569808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=5.6
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 63200 0 0 0 532 28 0 0 16 0 9 0 4441514 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.08
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4441517 885022720 50925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 883236

[startup+51.1023 s]
/proc/loadavg: 1.99 1.66 1.28 3/83 3072
/proc/meminfo: memFree=1699512/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=49.42
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 69100 0 2 0 4911 31 0 0 18 0 9 0 4441512 885022720 51005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=1657.51
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 104223 0 2 0 165645 106 0 0 18 0 9 0 4441512 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 74098 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=1645.56
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 5323 0 2 0 164499 57 0 0 25 0 9 0 4441513 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=11.8
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 97851 0 0 0 1134 46 0 0 16 0 9 0 4441514 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.09
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 4441517 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0.01
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 4441517 885022720 74098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.5
Current children cumulated vsize (KiB) 883236

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/86 3108
/proc/meminfo: memFree=1391904/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=1717.47
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 107700 0 2 0 171632 115 0 0 18 0 9 0 4441512 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 77536 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=1705.34
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 5362 0 2 0 170470 64 0 0 25 0 9 0 4441513 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4126588676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=11.97
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 101289 0 0 0 1150 47 0 0 16 0 9 0 4441514 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.09
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 4441517 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0.01
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 4441517 885022720 77536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.46
Current children cumulated vsize (KiB) 883236

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/86 3108
/proc/meminfo: memFree=1385760/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=1777.45
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 109251 0 2 0 177629 116 0 0 18 0 9 0 4441512 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 79080 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=1765.23
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 5369 0 2 0 176459 64 0 0 25 0 9 0 4441513 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4126569856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=12.06
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 102833 0 0 0 1158 48 0 0 16 0 9 0 4441514 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.09
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 4441517 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0.01
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 4441517 885022720 79080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.44
Current children cumulated vsize (KiB) 883236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 1.99 1.85 3/86 3108
/proc/meminfo: memFree=1382112/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=1799.04
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 110175 0 2 0 179788 116 0 0 18 0 9 0 4441512 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 80000 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=1786.78
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 5373 0 2 0 178614 64 0 0 25 0 9 0 4441513 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4126569314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=12.12
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 103753 0 0 0 1163 49 0 0 17 0 9 0 4441514 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.09
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0.01
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 883236

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

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

[startup+1803.9 s]
/proc/loadavg: 2.00 1.99 1.85 3/86 3108
/proc/meminfo: memFree=1382112/2055920 swapFree=4192956/4192956
[pid=3050] ppid=3048 vsize=13600 CPUtime=0.99
/proc/3050/stat : 3050 (sugar) S 3048 3050 2910 0 -1 4194304 959 12683 15 3 3 1 87 8 16 0 1 0 4441390 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3050/statm: 3400 797 370 3 0 500 0
[pid=3063] ppid=3050 vsize=5356 CPUtime=0
/proc/3063/stat : 3063 (sh) S 3050 3050 2910 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4441512 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3063/statm: 1339 233 193 169 0 50 0
[pid=3064] ppid=3063 vsize=864280 CPUtime=1799.04
/proc/3064/stat : 3064 (java) S 3063 3050 2910 0 -1 0 110175 0 2 0 179788 116 0 0 18 0 9 0 4441512 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3064/statm: 216070 80000 2564 9 0 210617 0
[pid=3064/tid=3065] ppid=3063 vsize=864280 CPUtime=1786.78
/proc/3064/task/3065/stat : 3065 (java) R 3063 3050 2910 0 -1 64 5373 0 2 0 178614 64 0 0 25 0 9 0 4441513 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4126569314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3066] ppid=3063 vsize=864280 CPUtime=12.12
/proc/3064/task/3066/stat : 3066 (java) S 3063 3050 2910 0 -1 64 103753 0 0 0 1163 49 0 0 17 0 9 0 4441514 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3067] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3067/stat : 3067 (java) S 3063 3050 2910 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3064/tid=3068] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3068/stat : 3068 (java) S 3063 3050 2910 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4441515 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3069] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3069/stat : 3069 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3070] ppid=3063 vsize=864280 CPUtime=0.09
/proc/3064/task/3070/stat : 3070 (java) S 3063 3050 2910 0 -1 64 351 0 0 0 9 0 0 0 17 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3071] ppid=3063 vsize=864280 CPUtime=0
/proc/3064/task/3071/stat : 3071 (java) S 3063 3050 2910 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3064/tid=3072] ppid=3063 vsize=864280 CPUtime=0.01
/proc/3064/task/3072/stat : 3072 (java) S 3063 3050 2910 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 4441517 885022720 80000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 883236

Child status: 0

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

Real time (s): 1803.98
CPU time (s): 1800.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 99.7809
Max. virtual memory (cumulated for all children) (KiB): 904620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.908861
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13973
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 668
involuntary context switches= 371

runsolver used 2.30765 second user time and 5.9271 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-08 02:36:35
IDJOB=1107618
IDBENCH=56570
IDSOLVER=346
FILE ID=node26/1107618-1215477394
PBS_JOBID= 7888675
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-8_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-1107618-1215477394/watcher-1107618-1215477394 -o /tmp/evaluation-result-1107618-1215477394/solver-1107618-1215477394 -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-1107618-1215477394.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cf03a4272c80cc77b6ca975aaa9b1b6
RANDOM SEED=1863954751

node26.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.213
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.213
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:       1901296 kB
Buffers:         22580 kB
Cached:          84112 kB
SwapCached:          0 kB
Active:          66824 kB
Inactive:        58080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          29612 kB
Slab:            15228 kB
Committed_AS:    77580 kB
PageTables:       1684 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= 66464 MiB
End job on node26 at 2008-07-08 03:06:41