Trace number 2068761

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.18 1808.34

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-08.xml
MD5SUMecaa590dc9f9c58145a0df6af0364dfb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.19082
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 23:37:15 2009
0.06/0.08	c 0	PID 16304
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068761-1247348235.xml TO HOME/temp.csp
0.06/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-2068761-1247348235.xml' 'HOME/temp.csp'
1.54/1.69	c 2	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
1.62/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.71	c 2	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.62/1.79	c 2	Parsing HOME/temp.csp
2.91/3.06	c 3	parsed 3963 expressions
2.91/3.07	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.07	c 3	Converting to clausal form CSP
3.40/3.55	c 4	converted 397 (10%) expressions
13.10/13.35	c 14	converted 793 (20%) expressions
14.38/14.63	c 15	converted 1189 (30%) expressions
15.08/15.33	c 16	converted 1586 (40%) expressions
18.44/18.78	c 19	converted 1982 (50%) expressions
20.03/20.30	c 21	converted 2378 (60%) expressions
20.03/20.34	c 21	converted 2775 (70%) expressions
20.03/20.37	c 21	converted 3171 (80%) expressions
20.22/20.56	c 21	converted 3567 (90%) expressions
20.33/20.60	c 21	converted 3963 (100%) expressions
20.33/20.60	c 21	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
20.33/20.60	c 21	Heap : 363 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.33/20.60	c 21	Propagation in CSP
20.33/20.62	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.33/20.62	c 21	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
20.33/20.62	c 21	Heap : 363 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.33/20.63	c 21	Simplifing CSP by introducing new Boolean variables
20.33/20.68	c 21	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
20.33/20.68	c 21	Heap : 375 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.33/22.68	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.45/22.71	c 23	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
22.45/22.71	c 23	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
22.45/22.71	c 23	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
22.45/22.71	c 23	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
22.45/22.71	c 23	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
22.45/22.71	c 23	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
22.45/22.72	c 23	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
22.45/22.72	c 23	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
22.45/22.72	c 23	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
22.45/22.72	c 23	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
1414.42/1420.32	c 1421	3515 (10%) CSP clauses are encoded (3993317 clauses, 193375669 bytes)
1715.05/1722.65	c 1723	7030 (20%) CSP clauses are encoded (4315003 clauses, 210959187 bytes)
1800.03/1808.02	c ERROR INTERRUPTED
1800.14/1808.14	s UNKNOWN
1800.14/1808.14	c 1808	CPU 1.65 (0.06 0.01 1.48 0.1)
1800.14/1808.14	c 1808	END Sun Jul 12 00:07:23 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-2068761-1247348235/watcher-2068761-1247348235 -o /tmp/evaluation-result-2068761-1247348235/solver-2068761-1247348235 -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-2068761-1247348235.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: 1.94 1.99 1.99 4/81 16304
/proc/meminfo: memFree=1144464/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=3672 CPUtime=0
/proc/16304/stat : 16304 (sugar) R 16302 16304 16267 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 21889537 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 254192711049 0 0 4096 0 0 0 0 17 1 0 0
/proc/16304/statm: 918 38 29 3 0 8 0

[startup+0.075336 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 16304
/proc/meminfo: memFree=1144464/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16476 CPUtime=0.06
/proc/16304/stat : 16304 (sugar) R 16302 16304 16267 0 -1 4194304 1031 0 0 0 5 1 0 0 18 0 1 0 21889537 16871424 999 996147200 4194304 4206940 548682068608 18446744073709551615 254212879013 0 0 4224 0 0 0 0 17 1 0 0
/proc/16304/statm: 4119 999 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101339 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 16304
/proc/meminfo: memFree=1144464/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=0.06
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301343 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 16304
/proc/meminfo: memFree=1144464/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=0.06
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701381 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 16304
/proc/meminfo: memFree=1144464/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=0.06
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.94 1.99 1.99 3/92 16316
/proc/meminfo: memFree=1118840/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=0.06
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16307] ppid=16304 vsize=5356 CPUtime=0
/proc/16307/stat : 16307 (sh) S 16304 16304 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21889546 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16307/statm: 1339 233 193 169 0 50 0
[pid=16308] ppid=16307 vsize=864796 CPUtime=1.38
/proc/16308/stat : 16308 (java) S 16307 16304 16267 0 -1 0 12660 0 1 0 130 8 0 0 18 0 9 0 21889546 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16308/statm: 216199 11431 2556 9 0 210711 0
[pid=16308/tid=16309] ppid=16307 vsize=864796 CPUtime=0.87
/proc/16308/task/16309/stat : 16309 (java) R 16307 16304 16267 0 -1 64 3711 0 1 0 84 3 0 0 25 0 9 0 21889548 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4126752444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16310] ppid=16307 vsize=864796 CPUtime=0.34
/proc/16308/task/16310/stat : 16310 (java) S 16307 16304 16267 0 -1 64 7727 0 0 0 31 3 0 0 16 0 9 0 21889549 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16311] ppid=16307 vsize=864796 CPUtime=0
/proc/16308/task/16311/stat : 16311 (java) S 16307 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889549 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16312] ppid=16307 vsize=864796 CPUtime=0
/proc/16308/task/16312/stat : 16312 (java) S 16307 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21889549 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16313] ppid=16307 vsize=864796 CPUtime=0
/proc/16308/task/16313/stat : 16313 (java) S 16307 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889551 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16314] ppid=16307 vsize=864796 CPUtime=0.13
/proc/16308/task/16314/stat : 16314 (java) S 16307 16304 16267 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 21889551 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16315] ppid=16307 vsize=864796 CPUtime=0
/proc/16308/task/16315/stat : 16315 (java) S 16307 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889552 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16308/tid=16316] ppid=16307 vsize=864796 CPUtime=0
/proc/16308/task/16316/stat : 16316 (java) S 16307 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889552 885551104 11431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887020

[startup+3.10255 s]
/proc/loadavg: 1.94 1.99 1.99 3/92 16326
/proc/meminfo: memFree=1131192/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1309 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=864264 CPUtime=1.36
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 11013 0 1 0 129 7 0 0 18 0 9 0 21889709 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 216066 9945 2567 9 0 210571 0
[pid=16318/tid=16319] ppid=16317 vsize=864264 CPUtime=0.87
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 2678 0 1 0 85 2 0 0 18 0 9 0 21889710 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 102347969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16320] ppid=16317 vsize=864264 CPUtime=0.43
/proc/16318/task/16320/stat : 16320 (java) S 16317 16304 16267 0 -1 64 7332 0 0 0 39 4 0 0 16 0 9 0 21889712 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16321] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21889712 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=864264 CPUtime=0.04
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 21889714 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16325] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 885006336 9945 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 885006336 9945 996147200 134512640 134550932 4294955936 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) 886488

[startup+6.30178 s]
/proc/loadavg: 2.02 2.01 2.00 4/92 16326
/proc/meminfo: memFree=1059896/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1309 13350 0 1 6 1 148 10 15 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=864264 CPUtime=4.52
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 30718 0 1 0 434 18 0 0 18 0 9 0 21889709 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 216066 28987 2566 9 0 210571 0
[pid=16318/tid=16319] ppid=16317 vsize=864264 CPUtime=2.15
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 3689 0 1 0 213 2 0 0 25 0 9 0 21889710 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16320] ppid=16317 vsize=864264 CPUtime=2.28
/proc/16318/task/16320/stat : 16320 (java) R 16317 16304 16267 0 -1 64 26017 0 0 0 214 14 0 0 16 0 9 0 21889712 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 104516192 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16321] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=864264 CPUtime=0.05
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 310 0 0 0 5 0 0 0 17 0 9 0 21889714 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16325] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 885006336 28987 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886488

[startup+12.7023 s]
/proc/loadavg: 2.02 2.01 2.00 4/92 16326
/proc/meminfo: memFree=886264/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1309 13350 0 1 6 1 148 10 15 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=864264 CPUtime=10.85
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 80764 0 1 0 1037 48 0 0 18 0 9 0 21889709 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 216066 58225 2567 9 0 210571 0
[pid=16318/tid=16319] ppid=16317 vsize=864264 CPUtime=4.03
/proc/16318/task/16319/stat : 16319 (java) S 16317 16304 16267 0 -1 64 5903 0 1 0 399 4 0 0 18 0 9 0 21889710 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16320] ppid=16317 vsize=864264 CPUtime=6.72
/proc/16318/task/16320/stat : 16320 (java) R 16317 16304 16267 0 -1 64 73838 0 0 0 630 42 0 0 25 0 9 0 21889712 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16321] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=864264 CPUtime=0.07
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 321 0 0 0 7 0 0 0 16 0 9 0 21889714 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16325] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=864264 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 885006336 58225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886488

[startup+25.5012 s]
/proc/loadavg: 2.00 2.01 2.00 2/78 16344
/proc/meminfo: memFree=755952/2055920 swapFree=4192956/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1310 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=868708 CPUtime=23.63
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 145583 0 1 0 2282 81 0 0 18 0 9 0 21889709 889556992 108433 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 217177 108433 2592 9 0 211654 0
[pid=16318/tid=16319] ppid=16317 vsize=868708 CPUtime=9.81
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 8183 0 1 0 974 7 0 0 25 0 9 0 21889710 889556992 108433 996147200 134512640 134550932 4294955936 18446744073709551615 4126974861 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16320] ppid=16317 vsize=868708 CPUtime=13.57
/proc/16318/task/16320/stat : 16320 (java) S 16317 16304 16267 0 -1 64 135196 0 0 0 1285 72 0 0 16 0 9 0 21889712 889556992 108433 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16321] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 108433 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 108433 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=868708 CPUtime=0

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

/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 1518 0 0 0 25 0 0 0 16 0 9 0 21889714 889556992 160686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16325] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 889556992 160686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 889556992 160686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.06
Current children cumulated vsize (KiB) 890932

[startup+1722.31 s]
/proc/loadavg: 2.01 2.08 2.04 3/84 16585
/proc/meminfo: memFree=1191784/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1310 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=868708 CPUtime=1713.11
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 200219 0 1 0 171075 236 0 0 18 0 9 0 21889709 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 217177 162693 2592 9 0 211654 0
[pid=16318/tid=16319] ppid=16317 vsize=868708 CPUtime=1693.24
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 8560 0 1 0 169186 138 0 0 25 0 9 0 21889710 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16320] ppid=16317 vsize=868708 CPUtime=19.59
/proc/16318/task/16320/stat : 16320 (java) R 16317 16304 16267 0 -1 64 189439 0 0 0 1863 96 0 0 15 0 9 0 21889712 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 103826315 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16321] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=868708 CPUtime=0.25
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 1518 0 0 0 25 0 0 0 16 0 9 0 21889714 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16325] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 889556992 162693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.76
Current children cumulated vsize (KiB) 890932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/84 16585
/proc/meminfo: memFree=1173480/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1310 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=868708 CPUtime=1772.8
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 200610 0 1 0 177041 239 0 0 18 0 9 0 21889709 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 217177 163077 2592 9 0 211654 0
[pid=16318/tid=16319] ppid=16317 vsize=868708 CPUtime=1752.84
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 8567 0 1 0 175143 141 0 0 25 0 9 0 21889710 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4126977428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16320] ppid=16317 vsize=868708 CPUtime=19.67
/proc/16318/task/16320/stat : 16320 (java) S 16317 16304 16267 0 -1 64 189816 0 0 0 1871 96 0 0 16 0 9 0 21889712 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16321] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=868708 CPUtime=0.25
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 1525 0 0 0 25 0 0 0 16 0 9 0 21889714 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16325] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 889556992 163077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.45
Current children cumulated vsize (KiB) 890932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.06 2.03 3/84 16585
/proc/meminfo: memFree=1168880/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1310 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16304/statm: 4217 1111 409 3 0 796 0
[pid=16317] ppid=16304 vsize=5356 CPUtime=0
/proc/16317/stat : 16317 (sh) S 16304 16304 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21889709 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16317/statm: 1339 233 193 169 0 50 0
[pid=16318] ppid=16317 vsize=868708 CPUtime=1798.38
/proc/16318/stat : 16318 (java) S 16317 16304 16267 0 -1 0 201820 0 1 0 179598 240 0 0 18 0 9 0 21889709 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16318/statm: 217177 164284 2592 9 0 211654 0
[pid=16318/tid=16319] ppid=16317 vsize=868708 CPUtime=1778.34
/proc/16318/task/16319/stat : 16319 (java) R 16317 16304 16267 0 -1 64 8570 0 1 0 177693 141 0 0 25 0 9 0 21889710 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16320] ppid=16317 vsize=868708 CPUtime=19.74
/proc/16318/task/16320/stat : 16320 (java) S 16317 16304 16267 0 -1 64 191023 0 0 0 1878 96 0 0 16 0 9 0 21889712 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16321] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16321/stat : 16321 (java) S 16317 16304 16267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16322] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16322/stat : 16322 (java) S 16317 16304 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21889712 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16323] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16323/stat : 16323 (java) S 16317 16304 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21889714 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16324] ppid=16317 vsize=868708 CPUtime=0.25
/proc/16318/task/16324/stat : 16324 (java) S 16317 16304 16267 0 -1 64 1525 0 0 0 25 0 0 0 16 0 9 0 21889714 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16318/tid=16325] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16325/stat : 16325 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21889714 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16318/tid=16326] ppid=16317 vsize=868708 CPUtime=0
/proc/16318/task/16326/stat : 16326 (java) S 16317 16304 16267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21889714 889556992 164284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 890932

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

############
# WARNING:
# current cumulated CPU time (1.67 s) is less than in the last sample (1800.14 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1798.47 s) to the 'lost time'.

[startup+1808.13 s]
/proc/loadavg: 2.00 2.06 2.03 3/84 16585
/proc/meminfo: memFree=1168880/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.65
/proc/16304/stat : 16304 (sugar) S 16302 16304 16267 0 -1 4194304 1323 13350 0 1 6 1 148 10 16 0 1 0 21889537 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/16304/statm: 4217 1112 409 3 0 796 0
[pid=16317] ppid=16304 vsize=0 CPUtime=0
/proc/16317/stat : 16317 (sh) Z 16304 16304 16267 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21889709 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/16317/statm: 0 0 0 0 0 0 0
[pid=16318] ppid=1 vsize=0 CPUtime=1798.49
/proc/16318/stat : 16318 (java) R 1 16304 16267 0 -1 1028 201840 0 1 0 179601 248 0 0 17 0 1 0 21889709 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/16318/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 16868

[startup+1808.2 s]
/proc/loadavg: 2.00 2.06 2.03 3/84 16585
/proc/meminfo: memFree=1168880/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.67
/proc/16304/stat : 16304 (sugar) D 16302 16304 16267 0 -1 4194304 1339 13628 0 1 6 3 148 10 17 0 1 0 21889537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16304/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.2 s]
/proc/loadavg: 2.00 2.06 2.03 3/84 16585
/proc/meminfo: memFree=1168880/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.67
/proc/16304/stat : 16304 (sugar) D 16302 16304 16267 0 -1 4194304 1339 13628 0 1 6 3 148 10 17 0 1 0 21889537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16304/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 16868

[startup+1808.3 s]
/proc/loadavg: 2.00 2.06 2.03 2/75 16588
/proc/meminfo: memFree=1849912/2055920 swapFree=4192812/4192956
[pid=16304] ppid=16302 vsize=16868 CPUtime=1.68
/proc/16304/stat : 16304 (sugar) D 16302 16304 16267 0 -1 4194304 1339 13628 0 1 6 4 148 10 17 0 1 0 21889537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16304/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.47
#  lost CPU user time (s): 1796.01
#  lost CPU system time (s): 2.46

Real time (s): 1808.34
CPU time (s): 1800.18
CPU user time (s): 1797.56
CPU system time (s): 2.61898
CPU usage (%): 99.5487
Max. virtual memory (cumulated for all children) (KiB): 912288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.55176
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15027
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= 1242
involuntary context switches= 1116

runsolver used 2.29365 second user time and 6.27305 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 23:37:15
IDJOB=2068761
IDBENCH=54926
IDSOLVER=739
FILE ID=node34/2068761-1247348235
PBS_JOBID= 9506848
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-08.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-2068761-1247348235/watcher-2068761-1247348235 -o /tmp/evaluation-result-2068761-1247348235/solver-2068761-1247348235 -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-2068761-1247348235.xml

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

MD5SUM BENCH= ecaa590dc9f9c58145a0df6af0364dfb
RANDOM SEED=2020558693

node34.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.232
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.232
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:       1144880 kB
Buffers:         61312 kB
Cached:         727488 kB
SwapCached:          0 kB
Active:         144408 kB
Inactive:       702480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4136 kB
Writeback:           0 kB
Mapped:          78520 kB
Slab:            49364 kB
Committed_AS:   208716 kB
PageTables:       1920 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= 66280 MiB
End job on node34 at 2009-07-12 00:07:25