Trace number 2077297

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.14.6+minisat? (TO) 1800.22 1891.57

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-10_ext.xml
MD5SUMa6c23ac3dbdad0caf62af77ab45f6fec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:59:37 2009
0.00/0.08	c 0	PID 22084
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077297-1247363976.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077297-1247363976.xml' 'HOME/temp.csp'
1.36/1.48	c 1	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
1.45/1.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.45/1.58	c 1	Parsing HOME/temp.csp
3.02/3.17	c 3	parsed 112 expressions
3.02/3.19	c 3	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.02/3.19	c 3	Converting to clausal form CSP
3.11/3.22	c 3	converted 12 (10%) expressions
3.11/3.22	c 3	converted 23 (20%) expressions
3.11/3.22	c 3	converted 34 (30%) expressions
3.11/3.22	c 3	converted 45 (40%) expressions
3.11/3.22	c 3	converted 56 (50%) expressions
3.11/3.22	c 3	converted 68 (60%) expressions
3.11/3.22	c 3	converted 79 (70%) expressions
3.11/3.22	c 3	converted 90 (80%) expressions
11.43/11.63	c 11	converted 101 (90%) expressions
21.93/22.26	c 22	converted 112 (100%) expressions
21.93/22.27	c 22	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
21.93/22.27	c 22	Heap : 476 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.93/22.27	c 22	Propagation in CSP
21.93/22.27	c 22	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.93/22.27	c 22	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
21.93/22.27	c 22	Heap : 476 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.93/22.27	c 22	Simplifing CSP by introducing new Boolean variables
21.93/22.27	c 22	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
21.93/22.27	c 22	Heap : 476 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.90/25.23	c 25	Encoding CSP to SAT : HOME/temp.cnf
24.90/25.24	c 25	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
24.90/25.25	c 25	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
24.90/25.25	c 25	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
24.90/25.25	c 25	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
24.90/25.26	c 25	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
24.90/25.27	c 25	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
24.90/25.27	c 25	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
24.90/25.27	c 25	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
24.90/25.27	c 25	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
24.90/25.27	c 25	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1800.10/1891.42	c ERROR INTERRUPTED
1800.22/1891.57	s UNKNOWN
1800.22/1891.57	c 1891	CPU 1.46 (0.05 0.02 1.3 0.09)
1800.22/1891.57	c 1891	END Sun Jul 12 04:31:08 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077297-1247363976/watcher-2077297-1247363976 -o /tmp/evaluation-result-2077297-1247363976/solver-2077297-1247363976 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077297-1247363976.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.12 2.13 4/73 22084
/proc/meminfo: memFree=1725216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=12268 CPUtime=0
/proc/22084/stat : 22084 (sugar) R 22082 22084 21966 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23465069 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22084/statm: 3067 316 241 3 0 167 0

[startup+0.089434 s]
/proc/loadavg: 2.12 2.12 2.13 4/73 22084
/proc/meminfo: memFree=1725216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=0.07
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101433 s]
/proc/loadavg: 2.12 2.12 2.13 4/73 22084
/proc/meminfo: memFree=1725216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=0.07
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301471 s]
/proc/loadavg: 2.12 2.12 2.13 4/73 22084
/proc/meminfo: memFree=1725216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=0.07
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701552 s]
/proc/loadavg: 2.12 2.12 2.13 4/73 22084
/proc/meminfo: memFree=1725216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=0.07
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 2.12 2.12 2.13 4/84 22096
/proc/meminfo: memFree=1687304/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=0.07
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1245 128 0 0 5 2 0 0 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22087] ppid=22084 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (sh) S 22084 22084 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23465078 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22087/statm: 1339 233 193 169 0 50 0
[pid=22088] ppid=22087 vsize=0 CPUtime=1.38
/proc/22088/stat : 22088 (java) Z 22087 22084 21966 0 -1 12 14392 0 1 0 130 8 0 0 16 0 2 0 23465078 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22224

[startup+3.10302 s]
/proc/loadavg: 2.12 2.12 2.13 3/84 22106
/proc/meminfo: memFree=1702856/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1309 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=862284 CPUtime=1.57
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 12562 0 1 0 150 7 0 0 18 0 9 0 23465220 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 215571 10843 2158 9 0 210484 0
[pid=22098/tid=22099] ppid=22097 vsize=862284 CPUtime=0.9
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 2308 0 1 0 88 2 0 0 25 0 9 0 23465221 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=862284 CPUtime=0.62
/proc/22098/task/22100/stat : 22100 (java) S 22097 22084 21966 0 -1 64 9247 0 0 0 58 4 0 0 16 0 9 0 23465222 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=862284 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23465222 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=862284 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23465222 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=862284 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=862284 CPUtime=0.03
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 304 0 0 0 3 0 0 0 16 0 9 0 23465224 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=862284 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=862284 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 882978816 10843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884508

[startup+6.30166 s]
/proc/loadavg: 2.11 2.12 2.13 3/84 22106
/proc/meminfo: memFree=1619976/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1309 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864236 CPUtime=4.74
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 36826 0 1 0 455 19 0 0 18 0 9 0 23465220 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216059 34120 2566 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864236 CPUtime=2.29
/proc/22098/task/22099/stat : 22099 (java) S 22097 22084 21966 0 -1 64 3733 0 1 0 226 3 0 0 16 0 9 0 23465221 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864236 CPUtime=2.38
/proc/22098/task/22100/stat : 22100 (java) R 22097 22084 21966 0 -1 64 32077 0 0 0 223 15 0 0 25 0 9 0 23465222 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864236 CPUtime=0.04
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 313 0 0 0 4 0 0 0 17 0 9 0 23465224 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 884977664 34120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886460

[startup+12.7029 s]
/proc/loadavg: 2.18 2.13 2.14 3/84 22106
/proc/meminfo: memFree=1485128/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1309 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864236 CPUtime=11.07
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 91274 0 1 0 1063 44 0 0 18 0 9 0 23465220 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216059 67310 2567 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864236 CPUtime=4.39
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 5769 0 1 0 435 4 0 0 16 0 9 0 23465221 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4126513513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864236 CPUtime=6.62
/proc/22098/task/22100/stat : 22100 (java) R 22097 22084 21966 0 -1 64 84489 0 0 0 623 39 0 0 25 0 9 0 23465222 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864236 CPUtime=0.04
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 313 0 0 0 4 0 0 0 17 0 9 0 23465224 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864236 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 884977664 67310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886460

[startup+25.5014 s]
/proc/loadavg: 2.21 2.14 2.14 3/84 22106
/proc/meminfo: memFree=1200264/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864348 CPUtime=23.74
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 168558 0 1 0 2297 77 0 0 18 0 9 0 23465220 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216087 131012 2591 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864348 CPUtime=8.67
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 8280 0 1 0 862 5 0 0 18 0 9 0 23465221 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4126560108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864348 CPUtime=14.98
/proc/22098/task/22100/stat : 22100 (java) R 22097 22084 21966 0 -1 64 159251 0 0 0 1428 70 0 0 24 0 9 0 23465222 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.06
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23465224 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 131012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 886572

[startup+51.1015 s]
/proc/loadavg: 2.20 2.14 2.14 3/84 22106
/proc/meminfo: memFree=1198216/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0

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

[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.09
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23465224 885092352 147590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 147590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 147590 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.91
Current children cumulated vsize (KiB) 886572

[startup+1722.3 s]
/proc/loadavg: 3.69 3.51 3.00 4/97 24137
/proc/meminfo: memFree=1025136/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864348 CPUtime=1633.6
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 187075 0 1 0 163238 122 0 0 18 0 9 0 23465220 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216087 149453 2591 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864348 CPUtime=1616.92
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 8360 0 1 0 161649 43 0 0 25 0 9 0 23465221 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4125952226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864348 CPUtime=16.56
/proc/22098/task/22100/stat : 22100 (java) S 22097 22084 21966 0 -1 64 177669 0 0 0 1578 78 0 0 16 0 9 0 23465222 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.09
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23465224 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 149453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1635.05
Current children cumulated vsize (KiB) 886572

[startup+1782.3 s]
/proc/loadavg: 2.76 3.29 2.96 3/91 25289
/proc/meminfo: memFree=1018776/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864348 CPUtime=1690.58
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 188861 0 1 0 168935 123 0 0 18 0 9 0 23465220 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216087 151235 2591 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864348 CPUtime=1673.79
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 8364 0 1 0 167336 43 0 0 25 0 9 0 23465221 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4126591764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864348 CPUtime=16.67
/proc/22098/task/22100/stat : 22100 (java) S 22097 22084 21966 0 -1 64 179451 0 0 0 1588 79 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.09
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.03
Current children cumulated vsize (KiB) 886572

[startup+1842.3 s]
/proc/loadavg: 2.31 3.07 2.90 3/91 25289
/proc/meminfo: memFree=1018776/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864348 CPUtime=1750.01
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 188861 0 1 0 174878 123 0 0 18 0 9 0 23465220 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216087 151235 2591 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864348 CPUtime=1733.22
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 8364 0 1 0 173279 43 0 0 25 0 9 0 23465221 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4126591764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864348 CPUtime=16.67
/proc/22098/task/22100/stat : 22100 (java) S 22097 22084 21966 0 -1 64 179451 0 0 0 1588 79 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.09
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 151235 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.46
Current children cumulated vsize (KiB) 886572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1891.4 s]
/proc/loadavg: 2.61 3.03 2.89 3/91 25289
/proc/meminfo: memFree=1015704/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1310 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1111 409 3 0 796 0
[pid=22097] ppid=22084 vsize=5356 CPUtime=0
/proc/22097/stat : 22097 (sh) S 22084 22084 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23465220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22097/statm: 1339 233 193 169 0 50 0
[pid=22098] ppid=22097 vsize=864348 CPUtime=1798.65
/proc/22098/stat : 22098 (java) S 22097 22084 21966 0 -1 0 189632 0 1 0 179742 123 0 0 18 0 9 0 23465220 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 216087 152004 2591 9 0 210564 0
[pid=22098/tid=22099] ppid=22097 vsize=864348 CPUtime=1781.8
/proc/22098/task/22099/stat : 22099 (java) R 22097 22084 21966 0 -1 64 8366 0 1 0 178137 43 0 0 25 0 9 0 23465221 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4126570735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22100] ppid=22097 vsize=864348 CPUtime=16.73
/proc/22098/task/22100/stat : 22100 (java) S 22097 22084 21966 0 -1 64 180220 0 0 0 1594 79 0 0 16 0 9 0 23465222 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22101] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22101/stat : 22101 (java) S 22097 22084 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22102] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22102/stat : 22102 (java) S 22097 22084 21966 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23465222 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22103] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22103/stat : 22103 (java) S 22097 22084 21966 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23465224 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22104] ppid=22097 vsize=864348 CPUtime=0.09
/proc/22098/task/22104/stat : 22104 (java) S 22097 22084 21966 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23465224 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22105] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22105/stat : 22105 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23465224 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22098/tid=22106] ppid=22097 vsize=864348 CPUtime=0
/proc/22098/task/22106/stat : 22106 (java) S 22097 22084 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23465224 885092352 152004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 886572

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

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

[startup+1891.53 s]
/proc/loadavg: 2.61 3.03 2.89 3/91 25289
/proc/meminfo: memFree=1015704/2055924 swapFree=4192812/4192956
[pid=22084] ppid=22082 vsize=16868 CPUtime=1.45
/proc/22084/stat : 22084 (sugar) S 22082 22084 21966 0 -1 4194304 1323 14805 0 1 5 2 130 8 16 0 1 0 23465069 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22084/statm: 4217 1112 409 3 0 796 0
[pid=22097] ppid=22084 vsize=0 CPUtime=0
/proc/22097/stat : 22097 (sh) Z 22084 22084 21966 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23465220 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22097/statm: 0 0 0 0 0 0 0
[pid=22098] ppid=1 vsize=0 CPUtime=1798.77
/proc/22098/stat : 22098 (java) Z 1 22084 21966 0 -1 1036 189654 0 1 0 179748 129 0 0 16 0 2 0 23465220 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1891.57
CPU time (s): 1800.22
CPU user time (s): 1798.83
CPU system time (s): 1.39
CPU usage (%): 95.1706
Max. virtual memory (cumulated for all children) (KiB): 907956

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

runsolver used 2.49962 second user time and 6.65899 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 03:59:37
IDJOB=2077297
IDBENCH=56576
IDSOLVER=739
FILE ID=node6/2077297-1247363976
PBS_JOBID= 9507036
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg9-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077297-1247363976/watcher-2077297-1247363976 -o /tmp/evaluation-result-2077297-1247363976/solver-2077297-1247363976 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077297-1247363976.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a6c23ac3dbdad0caf62af77ab45f6fec
RANDOM SEED=1649122872

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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1725760 kB
Buffers:         28588 kB
Cached:         112580 kB
SwapCached:          0 kB
Active:         232568 kB
Inactive:        50236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1725760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4380 kB
Writeback:           0 kB
Mapped:         152368 kB
Slab:            32240 kB
Committed_AS:   412008 kB
PageTables:       2332 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node6 at 2009-07-12 04:31:10