Trace number 1068433

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.04 1805.72

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg8-10_ext.xml
MD5SUMd5e3ad114b4d246be8bc58743510a299
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 variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:50:28 2008
0.00/0.04	c 0	PID 3264
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068433-1215154228.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068433-1215154228.xml' 'HOME/temp.csp'
0.03/0.78	c 1	1 domains, 80 variables, 0 predicates, 2 relations, 18 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.74/0.87	c 1	Parsing HOME/temp.csp
1.61/1.71	c 2	parsed 101 expressions
1.61/1.71	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.71	c 2	Converting to clausal form CSP
1.61/1.74	c 2	converted 11 (10%) expressions
1.61/1.74	c 2	converted 21 (20%) expressions
1.61/1.74	c 2	converted 31 (30%) expressions
1.61/1.74	c 2	converted 41 (40%) expressions
1.61/1.74	c 2	converted 51 (50%) expressions
1.61/1.74	c 2	converted 61 (60%) expressions
1.61/1.74	c 2	converted 71 (70%) expressions
1.61/1.75	c 2	converted 81 (80%) expressions
5.88/6.03	c 6	converted 91 (90%) expressions
11.13/11.33	c 11	converted 101 (100%) expressions
11.13/11.33	c 11	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
11.13/11.33	c 11	Heap : 262 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.13/11.33	c 11	Propagation in CSP
11.13/11.33	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.13/11.33	c 11	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
11.13/11.33	c 11	Heap : 262 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.13/11.33	c 11	Simplifing CSP by introducing new Boolean variables
11.13/11.33	c 11	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
11.13/11.33	c 11	Heap : 262 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.72/13.00	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.81/13.01	c 13	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
12.81/13.02	c 13	16 (20%) CSP integer variables are encoded (384 clauses, 4080 bytes)
12.81/13.02	c 13	24 (30%) CSP integer variables are encoded (576 clauses, 6192 bytes)
12.81/13.03	c 13	32 (40%) CSP integer variables are encoded (768 clauses, 8304 bytes)
12.81/13.04	c 13	40 (50%) CSP integer variables are encoded (960 clauses, 10417 bytes)
12.81/13.04	c 13	48 (60%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
12.81/13.04	c 13	56 (70%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
12.81/13.04	c 13	64 (80%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
12.81/13.04	c 13	72 (90%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
12.81/13.04	c 13	80 (100%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
594.62/599.24	c 599	2 (10%) CSP clauses are encoded (482114 clauses, 27306371 bytes)
1124.49/1129.54	c 1129	4 (20%) CSP clauses are encoded (962308 clauses, 54792976 bytes)
1622.49/1627.96	c 1628	6 (30%) CSP clauses are encoded (1442502 clauses, 83207588 bytes)
1800.04/1805.62	c ERROR INTERRUPTED
1800.04/1805.71	s UNKNOWN
1800.04/1805.71	c 1806	CPU 0.69 (0.03 0 0.66 0.06)
1800.04/1805.71	c 1806	END Fri Jul  4 09:20:34 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-1068433-1215154228/watcher-1068433-1215154228 -o /tmp/evaluation-result-1068433-1215154228/solver-1068433-1215154228 -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-1068433-1215154228.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 3264
/proc/meminfo: memFree=1737664/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=12268 CPUtime=0
/proc/3264/stat : 3264 (sugar) R 3262 3264 32652 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 1994396483 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3264/statm: 3067 316 241 3 0 167 0

[startup+0.0990199 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 3264
/proc/meminfo: memFree=1737664/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.03
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994396483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101015 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 3264
/proc/meminfo: memFree=1737664/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.03
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994396483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301037 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 3264
/proc/meminfo: memFree=1737664/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.03
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994396483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701063 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 3264
/proc/meminfo: memFree=1737664/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.03
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994396483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3286
/proc/meminfo: memFree=1727720/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 973 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864076 CPUtime=0.68
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 7998 0 1 0 63 5 0 0 18 0 9 0 1994396563 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216019 7115 2532 9 0 210601 0
[pid=3278/tid=3279] ppid=3277 vsize=864076 CPUtime=0.4
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 2456 0 1 0 39 1 0 0 22 0 9 0 1994396564 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4126426985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864076 CPUtime=0.21
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 4531 0 0 0 19 2 0 0 16 0 9 0 1994396565 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864076 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864076 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994396566 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864076 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864076 CPUtime=0.03
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 1994396568 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864076 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864076 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 884813824 7115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883032

[startup+3.10222 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3286
/proc/meminfo: memFree=1701416/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 973 9780 0 1 3 0 66 5 15 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864232 CPUtime=2.27
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 19226 0 1 0 216 11 0 0 18 0 9 0 1994396563 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216058 17812 2540 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864232 CPUtime=0.99
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 3158 0 1 0 97 2 0 0 21 0 9 0 1994396564 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864232 CPUtime=1.2
/proc/3278/task/3280/stat : 3280 (java) R 3277 3264 32652 0 -1 64 15047 0 0 0 113 7 0 0 16 0 9 0 1994396565 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864232 CPUtime=0.05
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1994396568 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 884973568 17812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883188

[startup+6.30142 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3286
/proc/meminfo: memFree=1598760/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 973 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864232 CPUtime=5.44
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 47773 0 1 0 519 25 0 0 18 0 9 0 1994396563 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216058 35740 2540 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864232 CPUtime=1.89
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 4358 0 1 0 186 3 0 0 16 0 9 0 1994396564 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4126519913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864232 CPUtime=3.47
/proc/3278/task/3280/stat : 3280 (java) R 3277 3264 32652 0 -1 64 42394 0 0 0 327 20 0 0 25 0 9 0 1994396565 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864232 CPUtime=0.05
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1994396568 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864232 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 884973568 35740 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883188

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 3286
/proc/meminfo: memFree=1437480/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=885724 CPUtime=11.78
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 104197 0 1 0 1130 48 0 0 18 0 9 0 1994396563 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 221431 76292 2540 9 0 216006 0
[pid=3278/tid=3279] ppid=3277 vsize=885724 CPUtime=3.71
/proc/3278/task/3279/stat : 3279 (java) S 3277 3264 32652 0 -1 64 5706 0 1 0 368 3 0 0 16 0 9 0 1994396564 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3280] ppid=3277 vsize=885724 CPUtime=7.98
/proc/3278/task/3280/stat : 3280 (java) R 3277 3264 32652 0 -1 64 97470 0 0 0 756 42 0 0 25 0 9 0 1994396565 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 104182497 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3281] ppid=3277 vsize=885724 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3282] ppid=3277 vsize=885724 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=885724 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=885724 CPUtime=0.05
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1994396568 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=885724 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 906981376 76292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=885724 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 906981376 76292 996147200 134512640 134550740 4294955952 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) 904680

[startup+25.5017 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 3286
/proc/meminfo: memFree=1443752/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=24.46
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 108081 0 1 0 2396 50 0 0 18 0 9 0 1994396563 885088256 74776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 74776 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=15.99
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6389 0 1 0 1595 4 0 0 25 0 9 0 1994396564 885088256 74776 996147200 134512640 134550740 4294955952 18446744073709551615 4126588810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=8.35
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 100649 0 0 0 791 44 0 0 16 0 9 0 1994396565 885088256 74776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 74776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 74776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=1596.17
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 160197 0 1 0 159504 113 0 0 18 0 9 0 1994396563 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 116024 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=1583.05
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6641 0 1 0 158259 46 0 0 25 0 9 0 1994396564 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4126568581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=12.98
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 152505 0 0 0 1233 65 0 0 16 0 9 0 1994396565 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864344 CPUtime=0.1
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.91
Current children cumulated vsize (KiB) 883300

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/91 3328
/proc/meminfo: memFree=1121128/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=1656.12
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 160220 0 1 0 165491 121 0 0 18 0 9 0 1994396563 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 116024 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=1642.81
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6664 0 1 0 164227 54 0 0 25 0 9 0 1994396564 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4126588804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=13.18
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 152505 0 0 0 1253 65 0 0 16 0 9 0 1994396565 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864344 CPUtime=0.1
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.86
Current children cumulated vsize (KiB) 883300

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 3328
/proc/meminfo: memFree=1121000/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=1716.08
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 160228 0 1 0 171486 122 0 0 18 0 9 0 1994396563 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 116024 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=1702.62
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6672 0 1 0 170208 54 0 0 25 0 9 0 1994396564 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 102492627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=13.31
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 152505 0 0 0 1266 65 0 0 16 0 9 0 1994396565 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864344 CPUtime=0.1
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 885088256 116024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.82
Current children cumulated vsize (KiB) 883300

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 3328
/proc/meminfo: memFree=1121000/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=1776.03
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 160240 0 1 0 177481 122 0 0 18 0 9 0 1994396563 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 116026 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=1762.41
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6682 0 1 0 176187 54 0 0 25 0 9 0 1994396564 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4126569234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=13.48
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 152507 0 0 0 1282 66 0 0 16 0 9 0 1994396565 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864344 CPUtime=0.1
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.77
Current children cumulated vsize (KiB) 883300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 3328
/proc/meminfo: memFree=1121000/2055920 swapFree=4117464/4192956
[pid=3264] ppid=3262 vsize=13600 CPUtime=0.74
/proc/3264/stat : 3264 (sugar) S 3262 3264 32652 0 -1 4194304 974 9780 0 1 3 0 66 5 16 0 1 0 1994396483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3264/statm: 3400 797 370 3 0 500 0
[pid=3277] ppid=3264 vsize=5356 CPUtime=0
/proc/3277/stat : 3277 (sh) S 3264 3264 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994396563 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3277/statm: 1339 233 193 169 0 50 0
[pid=3278] ppid=3277 vsize=864344 CPUtime=1799.3
/proc/3278/stat : 3278 (java) S 3277 3264 32652 0 -1 0 160244 0 1 0 179808 122 0 0 18 0 9 0 1994396563 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3278/statm: 216086 116026 2564 9 0 210633 0
[pid=3278/tid=3279] ppid=3277 vsize=864344 CPUtime=1785.63
/proc/3278/task/3279/stat : 3279 (java) R 3277 3264 32652 0 -1 64 6686 0 1 0 178509 54 0 0 25 0 9 0 1994396564 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4126569152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3280] ppid=3277 vsize=864344 CPUtime=13.55
/proc/3278/task/3280/stat : 3280 (java) S 3277 3264 32652 0 -1 64 152507 0 0 0 1289 66 0 0 16 0 9 0 1994396565 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3281] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3281/stat : 3281 (java) S 3277 3264 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3278/tid=3282] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3282/stat : 3282 (java) S 3277 3264 32652 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994396566 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3283] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3283/stat : 3283 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3284] ppid=3277 vsize=864344 CPUtime=0.1
/proc/3278/task/3284/stat : 3284 (java) S 3277 3264 32652 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3285] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3285/stat : 3285 (java) S 3277 3264 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3278/tid=3286] ppid=3277 vsize=864344 CPUtime=0
/proc/3278/task/3286/stat : 3286 (java) S 3277 3264 32652 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994396568 885088256 116026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 883300

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

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

Child status: 0

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

Real time (s): 1805.72
CPU time (s): 1800.04
CPU user time (s): 1798.77
CPU system time (s): 1.27
CPU usage (%): 99.6857
Max. virtual memory (cumulated for all children) (KiB): 904796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.705892
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11085
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= 548
involuntary context switches= 383

runsolver used 2.27865 second user time and 5.98009 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 08:50:28
IDJOB=1068433
IDBENCH=55517
IDSOLVER=346
FILE ID=node30/1068433-1215154228
PBS_JOBID= 7877366
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg8-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068433-1215154228/watcher-1068433-1215154228 -o /tmp/evaluation-result-1068433-1215154228/solver-1068433-1215154228 -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-1068433-1215154228.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5e3ad114b4d246be8bc58743510a299
RANDOM SEED=1079926751

node30.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.218
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.218
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:       1738144 kB
Buffers:         24940 kB
Cached:         132444 kB
SwapCached:      69464 kB
Active:         193980 kB
Inactive:        65760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738144 kB
SwapTotal:     4192956 kB
SwapFree:      4117464 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:         109568 kB
Slab:            43484 kB
Committed_AS:  3562216 kB
PageTables:       1836 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= 66552 MiB
End job on node30 at 2008-07-04 09:20:36