Trace number 2068705

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+picosat? (TO) 1800.27 1810.04

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-04.xml
MD5SUMa822fe1cc1e4beb291641220883d694f
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 benchmark0.898862
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sat Jul 11 23:35:31 2009
0.06/0.07	c 0	PID 17272
0.06/0.07	c 0	HOST node86.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2068705-1247348130.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068705-1247348130.xml' 'HOME/temp.csp'
0.98/1.05	c 1	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
0.98/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.98/1.06	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.14	c 1	Parsing HOME/temp.csp
1.03/1.97	c 2	parsed 2625 expressions
1.03/1.98	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.98	c 2	Converting to clausal form CSP
1.03/2.00	c 2	converted 263 (10%) expressions
4.92/5.01	c 5	converted 525 (20%) expressions
5.02/5.16	c 5	converted 788 (30%) expressions
5.12/5.21	c 5	converted 1050 (40%) expressions
5.32/5.43	c 5	converted 1313 (50%) expressions
5.32/5.48	c 5	converted 1575 (60%) expressions
10.40/10.57	c 10	converted 1838 (70%) expressions
10.59/10.72	c 10	converted 2100 (80%) expressions
10.59/10.74	c 10	converted 2363 (90%) expressions
11.39/11.53	c 11	converted 2625 (100%) expressions
11.39/11.53	c 11	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
11.39/11.53	c 11	Heap : 241 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.39/11.53	c 11	Propagation in CSP
11.39/11.54	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.39/11.54	c 11	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
11.39/11.54	c 11	Heap : 241 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.39/11.55	c 11	Simplifing CSP by introducing new Boolean variables
11.39/11.58	c 11	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
11.39/11.58	c 11	Heap : 248 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.88/13.04	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.88/13.08	c 13	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
12.88/13.08	c 13	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
12.88/13.08	c 13	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
12.88/13.08	c 13	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
12.88/13.08	c 13	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
12.88/13.08	c 13	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
12.88/13.08	c 13	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
12.88/13.09	c 13	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
12.88/13.09	c 13	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
12.88/13.09	c 13	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
134.95/135.75	c 135	1838 (10%) CSP clauses are encoded (1241478 clauses, 50925623 bytes)
135.04/135.83	c 135	3676 (20%) CSP clauses are encoded (1282716 clauses, 51707494 bytes)
182.71/183.73	c 183	5514 (30%) CSP clauses are encoded (1477005 clauses, 60589421 bytes)
182.80/183.80	c 183	7352 (40%) CSP clauses are encoded (1518243 clauses, 61401561 bytes)
272.92/274.46	c 274	9189 (50%) CSP clauses are encoded (1865607 clauses, 78353708 bytes)
1618.32/1627.18	c 1627	11027 (60%) CSP clauses are encoded (3743413 clauses, 185434213 bytes)
1618.42/1627.26	c 1627	12865 (70%) CSP clauses are encoded (3786101 clauses, 186276119 bytes)
1618.52/1627.34	c 1627	14703 (80%) CSP clauses are encoded (3829589 clauses, 187094387 bytes)
1618.62/1627.42	c 1627	16541 (90%) CSP clauses are encoded (3873202 clauses, 187938130 bytes)
1800.06/1809.63	c ERROR INTERRUPTED
1800.19/1809.75	s UNKNOWN
1800.19/1809.75	c 1809	CPU 1.03 (0.05 0.01 0.89 0.08)
1800.19/1809.75	c 1809	END Sun Jul 12 00:05:40 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-2068705-1247348130/watcher-2068705-1247348130 -o /tmp/evaluation-result-2068705-1247348130/solver-2068705-1247348130 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068705-1247348130.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.83 4.14 4.33 4/83 17272
/proc/meminfo: memFree=1890224/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=12272 CPUtime=0
/proc/17272/stat : 17272 (sugar) R 17270 17272 15239 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 21878347 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 0 0 0
/proc/17272/statm: 3068 364 274 3 0 168 0

[startup+0.066814 s]
/proc/loadavg: 2.83 4.14 4.33 4/83 17272
/proc/meminfo: memFree=1890224/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16740 CPUtime=0.06
/proc/17272/stat : 17272 (sugar) R 17270 17272 15239 0 -1 4194304 1091 0 0 0 5 1 0 0 18 0 1 0 21878347 17141760 1059 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 0 0 0
/proc/17272/statm: 4185 1060 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.108522 s]
/proc/loadavg: 2.83 4.14 4.33 4/83 17272
/proc/meminfo: memFree=1890224/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.06
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302868 s]
/proc/loadavg: 2.83 4.14 4.33 4/83 17272
/proc/meminfo: memFree=1890224/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.06
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701942 s]
/proc/loadavg: 2.83 4.14 4.33 4/83 17272
/proc/meminfo: memFree=1890224/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.06
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 2.76 4.11 4.31 4/94 17284
/proc/meminfo: memFree=1858264/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1309 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16868

[startup+3.1024 s]
/proc/loadavg: 2.76 4.11 4.31 3/94 17294
/proc/meminfo: memFree=1857368/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1309 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=864408 CPUtime=2.01
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 16667 0 1 0 192 9 0 0 20 0 9 0 21878454 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 216102 15576 2566 9 0 210607 0
[pid=17286/tid=17287] ppid=17285 vsize=864408 CPUtime=1.01
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 3161 0 1 0 99 2 0 0 25 0 9 0 21878455 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 102523996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=864408 CPUtime=0.94
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 15239 0 -1 64 12489 0 0 0 88 6 0 0 17 0 9 0 21878456 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=864408 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=864408 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=864408 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=864408 CPUtime=0.04
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 21878459 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=864408 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=864408 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 885153792 15576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886632

[startup+6.30201 s]
/proc/loadavg: 2.70 4.07 4.30 3/94 17294
/proc/meminfo: memFree=1765144/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1309 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=889352 CPUtime=5.19
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 46026 0 1 0 497 22 0 0 20 0 9 0 21878454 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 222338 39766 2567 9 0 216843 0
[pid=17286/tid=17287] ppid=17285 vsize=889352 CPUtime=2.18
/proc/17286/task/17287/stat : 17287 (java) S 17285 17272 15239 0 -1 64 3684 0 1 0 216 2 0 0 25 0 9 0 21878455 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=889352 CPUtime=2.83
/proc/17286/task/17288/stat : 17288 (java) R 17285 17272 15239 0 -1 64 40203 0 0 0 265 18 0 0 21 0 9 0 21878456 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 103733014 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=889352 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=889352 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=889352 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=889352 CPUtime=0.14
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1437 0 0 0 14 0 0 0 16 0 9 0 21878459 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=889352 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=889352 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 910696448 39766 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 911576

[startup+12.7012 s]
/proc/loadavg: 2.72 4.05 4.29 4/94 17294
/proc/meminfo: memFree=1602904/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=889100 CPUtime=11.55
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 100288 0 1 0 1109 46 0 0 20 0 9 0 21878454 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 222275 75372 2567 9 0 216780 0
[pid=17286/tid=17287] ppid=17285 vsize=889100 CPUtime=4.14
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 5868 0 1 0 411 3 0 0 25 0 9 0 21878455 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=889100 CPUtime=7.23
/proc/17286/task/17288/stat : 17288 (java) R 17285 17272 15239 0 -1 64 92274 0 0 0 682 41 0 0 17 0 9 0 21878456 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 102768130 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=889100 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=889100 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=889100 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=889100 CPUtime=0.15
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1444 0 0 0 15 0 0 0 16 0 9 0 21878459 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=889100 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=889100 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 910438400 75372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 911324

[startup+25.5027 s]
/proc/loadavg: 2.56 3.95 4.26 3/94 17294
/proc/meminfo: memFree=1583256/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868724 CPUtime=24.28
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 105108 0 2 0 2374 54 0 0 20 0 9 0 21878454 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217181 75024 2593 9 0 211658 0
[pid=17286/tid=17287] ppid=17285 vsize=868724 CPUtime=16.31
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 6325 0 2 0 1622 9 0 0 25 0 9 0 21878455 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4126961728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868724 CPUtime=7.74
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 15239 0 -1 64 96589 0 0 0 731 43 0 0 16 0 9 0 21878456 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868724 CPUtime=0.21
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1492 0 0 0 21 0 0 0 15 0 9 0 21878459 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 889573376 75024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 890948

[startup+51.1026 s]
/proc/loadavg: 2.37 3.79 4.20 3/94 17294
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868724 CPUtime=49.75
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 108724 0 2 0 4911 64 0 0 20 0 9 0 21878454 889573376 78604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217181 78604 2593 9 0 211658 0

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

/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1499 0 0 0 22 0 0 0 16 0 9 0 21878459 889573376 115993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 115993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 889573376 115993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.37
Current children cumulated vsize (KiB) 890948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.09 2.60 3/84 17400
/proc/meminfo: memFree=1396336/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868724 CPUtime=1712.1
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 157612 0 2 0 170963 247 0 0 20 0 9 0 21878454 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217181 117737 2592 9 0 211658 0
[pid=17286/tid=17287] ppid=17285 vsize=868724 CPUtime=1696.41
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 6827 0 2 0 169462 179 0 0 25 0 9 0 21878455 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4126964308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868724 CPUtime=15.43
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 15239 0 -1 64 148584 0 0 0 1477 66 0 0 16 0 9 0 21878456 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868724 CPUtime=0.22
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1499 0 0 0 22 0 0 0 16 0 9 0 21878459 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 889573376 117737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.13
Current children cumulated vsize (KiB) 890948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.56 3/84 17400
/proc/meminfo: memFree=1386736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868724 CPUtime=1771.85
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 160025 0 2 0 176936 249 0 0 20 0 9 0 21878454 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217181 120141 2592 9 0 211658 0
[pid=17286/tid=17287] ppid=17285 vsize=868724 CPUtime=1756.04
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 6836 0 2 0 175425 179 0 0 25 0 9 0 21878455 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4126961738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868724 CPUtime=15.56
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 15239 0 -1 64 150988 0 0 0 1488 68 0 0 16 0 9 0 21878456 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868724 CPUtime=0.22
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1499 0 0 0 22 0 0 0 16 0 9 0 21878459 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 889573376 120141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.88
Current children cumulated vsize (KiB) 890948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.06 2.55 3/84 17400
/proc/meminfo: memFree=1362736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1310 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 15239 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21878454 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868724 CPUtime=1799.03
/proc/17286/stat : 17286 (java) S 17285 17272 15239 0 -1 0 161075 0 2 0 179643 260 0 0 20 0 9 0 21878454 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217181 121169 2592 9 0 211658 0
[pid=17286/tid=17287] ppid=17285 vsize=868724 CPUtime=1783.07
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 15239 0 -1 64 6858 0 2 0 178118 189 0 0 25 0 9 0 21878455 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4126964308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868724 CPUtime=15.7
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 15239 0 -1 64 152016 0 0 0 1501 69 0 0 16 0 9 0 21878456 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 15239 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 15239 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21878457 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 15239 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868724 CPUtime=0.22
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 15239 0 -1 64 1499 0 0 0 22 0 0 0 16 0 9 0 21878459 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21878459 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868724 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 15239 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21878459 889573376 121169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 890948

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

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

[startup+1809.73 s]
/proc/loadavg: 2.00 2.06 2.55 3/84 17400
/proc/meminfo: memFree=1362736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.03
/proc/17272/stat : 17272 (sugar) S 17270 17272 15239 0 -1 4194304 1323 10853 0 1 5 1 89 8 16 0 1 0 21878347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1112 409 3 0 796 0
[pid=17285] ppid=17272 vsize=0 CPUtime=0
/proc/17285/stat : 17285 (sh) Z 17272 17272 15239 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21878454 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17285/statm: 0 0 0 0 0 0 0
[pid=17286] ppid=1 vsize=0 CPUtime=1799.16
/proc/17286/stat : 17286 (java) Z 1 17272 15239 0 -1 1036 161099 0 2 0 179651 265 0 0 16 0 2 0 21878454 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17286/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 16868

[startup+1809.8 s]
/proc/loadavg: 2.00 2.06 2.55 3/84 17400
/proc/meminfo: memFree=1362736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.05
/proc/17272/stat : 17272 (sugar) R 17270 17272 15239 0 -1 4194304 1339 11131 0 1 5 3 89 8 16 0 1 0 21878347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17272/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.9 s]
/proc/loadavg: 2.00 2.06 2.55 3/84 17400
/proc/meminfo: memFree=1362736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.09
/proc/17272/stat : 17272 (sugar) D 17270 17272 15239 0 -1 4194304 1339 11131 0 1 5 7 89 8 16 0 1 0 21878347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17272/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16868

[startup+1810 s]
/proc/loadavg: 2.00 2.06 2.55 3/84 17400
/proc/meminfo: memFree=1362736/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=1.1
/proc/17272/stat : 17272 (sugar) D 17270 17272 15239 0 -1 4194304 1339 11131 0 1 5 8 89 8 16 0 1 0 21878347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17272/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.1
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): 1799.14
#  lost CPU user time (s): 1796.51
#  lost CPU system time (s): 2.63

Real time (s): 1810.04
CPU time (s): 1800.27
CPU user time (s): 1797.46
CPU system time (s): 2.80097
CPU usage (%): 99.4599
Max. virtual memory (cumulated for all children) (KiB): 916560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.954854
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12530
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= 1273
involuntary context switches= 1156

runsolver used 2.28865 second user time and 5.99809 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-11 23:35:31
IDJOB=2068705
IDBENCH=54910
IDSOLVER=738
FILE ID=node86/2068705-1247348130
PBS_JOBID= 9506786
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-04.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068705-1247348130/watcher-2068705-1247348130 -o /tmp/evaluation-result-2068705-1247348130/solver-2068705-1247348130 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068705-1247348130.xml

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

MD5SUM BENCH= a822fe1cc1e4beb291641220883d694f
RANDOM SEED=113417322

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890704 kB
Buffers:         21760 kB
Cached:          47804 kB
SwapCached:          0 kB
Active:          84188 kB
Inactive:        31432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:          65020 kB
Slab:            34700 kB
Committed_AS:   200880 kB
PageTables:       2000 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= 66304 MiB
End job on node86 at 2009-07-12 00:05:42