Trace number 2068706

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.09 1802.93

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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:35:38 2009
0.00/0.08	c 0	PID 13732
0.00/0.08	c 0	HOST node23.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068706-1247348137.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068706-1247348137.xml' 'HOME/temp.csp'
1.15/1.27	c 1	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
1.22/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.22/1.30	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.22/1.39	c 1	Parsing HOME/temp.csp
2.20/2.34	c 2	parsed 2625 expressions
2.20/2.35	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.35	c 2	Converting to clausal form CSP
2.20/2.37	c 2	converted 263 (10%) expressions
5.75/5.98	c 5	converted 525 (20%) expressions
5.96/6.16	c 6	converted 788 (30%) expressions
6.06/6.21	c 6	converted 1050 (40%) expressions
6.26/6.47	c 6	converted 1313 (50%) expressions
6.36/6.55	c 6	converted 1575 (60%) expressions
12.78/13.04	c 13	converted 1838 (70%) expressions
12.78/13.06	c 13	converted 2100 (80%) expressions
12.78/13.08	c 13	converted 2363 (90%) expressions
13.67/13.99	c 13	converted 2625 (100%) expressions
13.67/13.99	c 13	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
13.67/13.99	c 13	Heap : 242 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.67/13.99	c 13	Propagation in CSP
13.77/14.01	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.77/14.01	c 14	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
13.77/14.01	c 14	Heap : 242 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.77/14.03	c 14	Simplifing CSP by introducing new Boolean variables
13.77/14.05	c 14	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
13.77/14.05	c 14	Heap : 248 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.74/16.09	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.84/16.12	c 16	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
15.84/16.13	c 16	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
15.84/16.13	c 16	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
15.84/16.13	c 16	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
15.84/16.13	c 16	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
15.84/16.13	c 16	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
15.84/16.13	c 16	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
15.84/16.14	c 16	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
15.84/16.14	c 16	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
15.84/16.14	c 16	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
156.78/158.53	c 158	1838 (10%) CSP clauses are encoded (1241478 clauses, 50925623 bytes)
156.88/158.62	c 158	3676 (20%) CSP clauses are encoded (1282716 clauses, 51707494 bytes)
203.58/205.49	c 205	5514 (30%) CSP clauses are encoded (1477005 clauses, 60589421 bytes)
203.67/205.57	c 205	7352 (40%) CSP clauses are encoded (1518243 clauses, 61401561 bytes)
302.31/304.22	c 304	9189 (50%) CSP clauses are encoded (1865607 clauses, 78353708 bytes)
1702.24/1704.95	c 1704	11027 (60%) CSP clauses are encoded (3743413 clauses, 185434213 bytes)
1702.35/1705.03	c 1705	12865 (70%) CSP clauses are encoded (3786101 clauses, 186276119 bytes)
1702.45/1705.11	c 1705	14703 (80%) CSP clauses are encoded (3829589 clauses, 187094387 bytes)
1702.45/1705.19	c 1705	16541 (90%) CSP clauses are encoded (3873202 clauses, 187938130 bytes)
1800.09/1802.82	c ERROR INTERRUPTED
1800.09/1802.92	s UNKNOWN
1800.09/1802.92	c 1802	CPU 1.25 (0.06 0.02 1.07 0.1)
1800.09/1802.92	c 1802	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-2068706-1247348137/watcher-2068706-1247348137 -o /tmp/evaluation-result-2068706-1247348137/solver-2068706-1247348137 -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-2068706-1247348137.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.00 2.00 2.02 4/83 13732
/proc/meminfo: memFree=469048/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=4708 CPUtime=0
/proc/13732/stat : 13732 (sugar) R 13730 13732 11881 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21880139 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 238485042569 0 0 4096 0 0 0 0 17 1 0 0
/proc/13732/statm: 1177 43 33 3 0 8 0

[startup+0.106469 s]
/proc/loadavg: 2.00 2.00 2.02 4/83 13732
/proc/meminfo: memFree=469048/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=0.07
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201495 s]
/proc/loadavg: 2.00 2.00 2.02 4/83 13732
/proc/meminfo: memFree=469048/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=0.07
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301508 s]
/proc/loadavg: 2.00 2.00 2.02 4/83 13732
/proc/meminfo: memFree=469048/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=0.07
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701583 s]
/proc/loadavg: 2.00 2.00 2.02 4/83 13732
/proc/meminfo: memFree=469048/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=0.07
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 2.00 2.00 2.02 4/94 13744
/proc/meminfo: memFree=437728/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1309 10854 0 1 5 2 107 9 15 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10205 s]
/proc/loadavg: 2.00 2.00 2.02 4/94 13754
/proc/meminfo: memFree=444000/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1309 10854 0 1 5 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=864400 CPUtime=1.77
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 13826 0 1 0 168 9 0 0 19 0 9 0 21880270 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 216100 12808 2566 9 0 210605 0
[pid=13746/tid=13747] ppid=13745 vsize=864400 CPUtime=0.93
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 2884 0 1 0 91 2 0 0 20 0 9 0 21880271 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 101450328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13748] ppid=13745 vsize=864400 CPUtime=0.76
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 9927 0 0 0 71 5 0 0 16 0 9 0 21880272 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13749] ppid=13745 vsize=864400 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13750] ppid=13745 vsize=864400 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=864400 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=864400 CPUtime=0.05
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 21880275 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=864400 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=864400 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 885145600 12808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886624

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 2.02 4/94 13754
/proc/meminfo: memFree=369512/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1309 10854 0 1 5 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868520 CPUtime=4.93
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 32395 0 1 0 472 21 0 0 19 0 9 0 21880270 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217130 31194 2567 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868520 CPUtime=2.21
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 3683 0 1 0 218 3 0 0 25 0 9 0 21880271 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868520 CPUtime=2.52
/proc/13746/task/13748/stat : 13748 (java) R 13745 13732 11881 0 -1 64 26577 0 0 0 237 15 0 0 16 0 9 0 21880272 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868520 CPUtime=0.15
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1432 0 0 0 15 0 0 0 16 0 9 0 21880275 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889364480 31194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890744

[startup+12.7029 s]
/proc/loadavg: 2.08 2.02 2.03 4/94 13754
/proc/meminfo: memFree=253416/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1309 10854 0 1 5 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868520 CPUtime=11.25
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 77968 0 1 0 1075 50 0 0 19 0 9 0 21880270 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217130 58815 2567 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868520 CPUtime=3.97
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 5733 0 1 0 392 5 0 0 16 0 9 0 21880271 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4126507193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868520 CPUtime=7.09
/proc/13746/task/13748/stat : 13748 (java) R 13745 13732 11881 0 -1 64 70099 0 0 0 666 43 0 0 25 0 9 0 21880272 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868520 CPUtime=0.16
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1433 0 0 0 16 0 0 0 15 0 9 0 21880275 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868520 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889364480 58815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890744

[startup+25.5014 s]
/proc/loadavg: 2.20 2.05 2.03 3/94 13754
/proc/meminfo: memFree=169320/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 5 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=23.91
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 102669 0 1 0 2319 72 0 0 19 0 9 0 21880270 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 74182 2593 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=13.74
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6356 0 1 0 1361 13 0 0 25 0 9 0 21880271 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=9.88
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 94122 0 0 0 932 56 0 0 16 0 9 0 21880272 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.24
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1488 0 0 0 24 0 0 0 17 0 9 0 21880275 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 74182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890856

[startup+51.1024 s]
/proc/loadavg: 2.13 2.04 2.03 3/94 13754
/proc/meminfo: memFree=141928/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.23
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 5 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=49.25
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 106343 0 1 0 4843 82 0 0 19 0 9 0 21880270 889479168 77826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 77826 2593 9 0 211635 0

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

/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=1658.42
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 148995 0 1 0 165643 199 0 0 19 0 9 0 21880270 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 115873 2592 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=1640.23
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6823 0 1 0 163909 114 0 0 25 0 9 0 21880271 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4126962644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=17.9
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 139973 0 0 0 1707 83 0 0 16 0 9 0 21880272 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.26
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 21880275 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 115873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.66
Current children cumulated vsize (KiB) 890856

[startup+1722.3 s]
/proc/loadavg: 2.39 2.33 2.27 4/93 13890
/proc/meminfo: memFree=79536/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.24
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 6 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=1718.39
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 149020 0 1 0 171632 207 0 0 19 0 9 0 21880270 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 115874 2592 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=1699.93
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6848 0 1 0 169872 121 0 0 25 0 9 0 21880271 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4126962650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=18.16
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 139973 0 0 0 1733 83 0 0 16 0 9 0 21880272 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.26
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 21880275 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 115874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.63
Current children cumulated vsize (KiB) 890856

[startup+1782.3 s]
/proc/loadavg: 2.30 2.33 2.27 3/93 13890
/proc/meminfo: memFree=77744/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.24
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 6 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=1778.36
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 149539 0 1 0 177628 208 0 0 19 0 9 0 21880270 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 116382 2592 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=1759.73
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6859 0 1 0 175851 122 0 0 25 0 9 0 21880271 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4126552047 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=18.32
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 140481 0 0 0 1749 83 0 0 16 0 9 0 21880272 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.26
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 21880275 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 116382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.6
Current children cumulated vsize (KiB) 890856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.40 2.35 2.28 3/93 13890
/proc/meminfo: memFree=73264/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.24
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 6 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=1798.85
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 150669 0 1 0 179676 209 0 0 19 0 9 0 21880270 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 117508 2592 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=1780.17
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6863 0 1 0 177895 122 0 0 25 0 9 0 21880271 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4126960151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=18.38
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 141607 0 0 0 1754 84 0 0 16 0 9 0 21880272 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.26
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 890856

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

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

[startup+1802.8 s]
/proc/loadavg: 2.40 2.35 2.28 3/93 13890
/proc/meminfo: memFree=73264/2055920 swapFree=4192956/4192956
[pid=13732] ppid=13730 vsize=16868 CPUtime=1.24
/proc/13732/stat : 13732 (sugar) S 13730 13732 11881 0 -1 4194304 1310 10854 0 1 6 2 107 9 16 0 1 0 21880139 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13732/statm: 4217 1111 409 3 0 796 0
[pid=13745] ppid=13732 vsize=5356 CPUtime=0
/proc/13745/stat : 13745 (sh) S 13732 13732 11881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21880270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13745/statm: 1339 233 193 169 0 50 0
[pid=13746] ppid=13745 vsize=868632 CPUtime=1798.85
/proc/13746/stat : 13746 (java) S 13745 13732 11881 0 -1 0 150669 0 1 0 179676 209 0 0 19 0 9 0 21880270 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13746/statm: 217158 117508 2592 9 0 211635 0
[pid=13746/tid=13747] ppid=13745 vsize=868632 CPUtime=1780.17
/proc/13746/task/13747/stat : 13747 (java) R 13745 13732 11881 0 -1 64 6863 0 1 0 177895 122 0 0 25 0 9 0 21880271 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4126960151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13748] ppid=13745 vsize=868632 CPUtime=18.38
/proc/13746/task/13748/stat : 13748 (java) S 13745 13732 11881 0 -1 64 141607 0 0 0 1754 84 0 0 16 0 9 0 21880272 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13749] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13749/stat : 13749 (java) S 13745 13732 11881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13746/tid=13750] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13750/stat : 13750 (java) S 13745 13732 11881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21880273 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13751] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13751/stat : 13751 (java) S 13745 13732 11881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13752] ppid=13745 vsize=868632 CPUtime=0.26
/proc/13746/task/13752/stat : 13752 (java) S 13745 13732 11881 0 -1 64 1496 0 0 0 26 0 0 0 16 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13753] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13753/stat : 13753 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13746/tid=13754] ppid=13745 vsize=868632 CPUtime=0
/proc/13746/task/13754/stat : 13754 (java) S 13745 13732 11881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21880275 889479168 117508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 890856

Child status: 0

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

Real time (s): 1802.93
CPU time (s): 1800.09
CPU user time (s): 1797.89
CPU system time (s): 2.2
CPU usage (%): 99.8426
Max. virtual memory (cumulated for all children) (KiB): 916356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.13483
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12531
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= 1289
involuntary context switches= 1179

runsolver used 2.30365 second user time and 6.26905 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-11 23:35:37
IDJOB=2068706
IDBENCH=54910
IDSOLVER=739
FILE ID=node23/2068706-1247348137
PBS_JOBID= 9506761
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068706-1247348137/watcher-2068706-1247348137 -o /tmp/evaluation-result-2068706-1247348137/solver-2068706-1247348137 -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-2068706-1247348137.xml

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

MD5SUM BENCH= a822fe1cc1e4beb291641220883d694f
RANDOM SEED=617395857

node23.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.277
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.277
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:        469528 kB
Buffers:         71236 kB
Cached:         738984 kB
SwapCached:          0 kB
Active:         741676 kB
Inactive:       787204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        469528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:         734324 kB
Slab:            39312 kB
Committed_AS:   866268 kB
PageTables:       5120 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= 66332 MiB
End job on node23 at 2009-07-12 00:05:42