Trace number 2068794

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.72 1803.82

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-03.xml
MD5SUM39d57a694101a674ebe4c2362ea1f4a0
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.571912
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
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:38:06 2009
0.00/0.08	c 0	PID 14991
0.07/0.08	c 0	HOST node47.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068794-1247348285.xml TO HOME/temp.csp
0.07/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-2068794-1247348285.xml' 'HOME/temp.csp'
0.96/1.04	c 1	1 domains, 189 variables, 6 predicates, 5 relations, 1001 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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.01/1.16	c 1	Parsing HOME/temp.csp
1.01/1.85	c 2	parsed 1202 expressions
1.01/1.85	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.85	c 2	Converting to clausal form CSP
1.01/1.88	c 2	converted 121 (10%) expressions
2.70/2.84	c 3	converted 241 (20%) expressions
5.76/5.91	c 6	converted 361 (30%) expressions
7.44/7.67	c 7	converted 481 (40%) expressions
7.44/7.68	c 7	converted 601 (50%) expressions
7.84/8.05	c 8	converted 722 (60%) expressions
8.82/9.06	c 9	converted 842 (70%) expressions
11.10/11.39	c 11	converted 962 (80%) expressions
11.20/11.40	c 11	converted 1082 (90%) expressions
11.20/11.41	c 11	converted 1202 (100%) expressions
11.20/11.42	c 11	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.20/11.42	c 11	Heap : 199 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.20/11.42	c 11	Propagation in CSP
11.20/11.43	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.20/11.43	c 11	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.20/11.43	c 11	Heap : 199 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.20/11.44	c 11	Simplifing CSP by introducing new Boolean variables
11.20/11.47	c 11	CSP : 189 integers, 8032 booleans, 9033 clauses, largest domain size 26
11.20/11.47	c 11	Heap : 202 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.49/12.77	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.49/12.79	c 12	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
12.49/12.79	c 12	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
12.49/12.79	c 12	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
12.49/12.79	c 12	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
12.49/12.79	c 12	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
12.49/12.79	c 12	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
12.49/12.79	c 12	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
12.49/12.79	c 12	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
12.49/12.80	c 12	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
12.49/12.80	c 12	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
252.41/252.81	c 252	904 (10%) CSP clauses are encoded (1517454 clauses, 68571104 bytes)
503.90/504.45	c 504	1807 (20%) CSP clauses are encoded (1778478 clauses, 83134936 bytes)
780.07/780.74	c 780	2710 (30%) CSP clauses are encoded (2039527 clauses, 98166693 bytes)
780.07/780.78	c 780	3614 (40%) CSP clauses are encoded (2060531 clauses, 98538275 bytes)
1329.19/1330.34	c 1330	4517 (50%) CSP clauses are encoded (2561651 clauses, 130509074 bytes)
1800.02/1803.12	c ERROR INTERRUPTED
1800.72/1803.81	s UNKNOWN
1800.72/1803.81	c 1803	CPU 1.02 (0.06 0.02 0.86 0.08)
1800.72/1803.81	c 1803	END Sun Jul 12 00:08:09 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-2068794-1247348285/watcher-2068794-1247348285 -o /tmp/evaluation-result-2068794-1247348285/solver-2068794-1247348285 -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-2068794-1247348285.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.02 2.08 2.08 4/81 14991
/proc/meminfo: memFree=798992/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=3672 CPUtime=0
/proc/14991/stat : 14991 (sugar) R 14989 14991 13958 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 21892277 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 208714921353 0 0 4096 0 0 0 0 17 1 0 0
/proc/14991/statm: 918 40 31 3 0 8 0

[startup+0.086085 s]
/proc/loadavg: 2.02 2.08 2.08 4/81 14991
/proc/meminfo: memFree=798992/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16872 CPUtime=0.07
/proc/14991/stat : 14991 (sugar) R 14989 14991 13958 0 -1 4194304 1159 0 0 0 5 2 0 0 18 0 1 0 21892277 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14991/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16872

[startup+0.101098 s]
/proc/loadavg: 2.02 2.08 2.08 4/81 14991
/proc/meminfo: memFree=798992/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=0.07
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30111 s]
/proc/loadavg: 2.02 2.08 2.08 4/81 14991
/proc/meminfo: memFree=798992/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=0.07
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701151 s]
/proc/loadavg: 2.02 2.08 2.08 4/81 14991
/proc/meminfo: memFree=798992/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=0.07
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50224 s]
/proc/loadavg: 2.02 2.08 2.08 4/92 15003
/proc/meminfo: memFree=770488/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1309 9678 0 1 5 2 86 8 15 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10141 s]
/proc/loadavg: 2.02 2.08 2.08 4/92 15013
/proc/meminfo: memFree=768632/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1309 9678 0 1 5 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=864748 CPUtime=1.98
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 16035 0 1 0 188 10 0 0 18 0 9 0 21892386 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 216187 14638 2566 9 0 210692 0
[pid=15005/tid=15006] ppid=15004 vsize=864748 CPUtime=0.95
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 2870 0 1 0 93 2 0 0 22 0 9 0 21892387 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15007] ppid=15004 vsize=864748 CPUtime=0.95
/proc/15005/task/15007/stat : 15007 (java) R 15004 14991 13958 0 -1 64 12146 0 0 0 89 6 0 0 17 0 9 0 21892388 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15008] ppid=15004 vsize=864748 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21892388 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15009] ppid=15004 vsize=864748 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=864748 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=864748 CPUtime=0.05
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 21892391 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15012] ppid=15004 vsize=864748 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=864748 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 885501952 14638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886972

[startup+6.30276 s]
/proc/loadavg: 2.01 2.08 2.08 4/92 15013
/proc/meminfo: memFree=688248/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1309 9678 0 1 5 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=869112 CPUtime=5.15
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 37885 0 1 0 493 22 0 0 18 0 9 0 21892386 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 217278 36019 2567 9 0 211783 0
[pid=15005/tid=15006] ppid=15004 vsize=869112 CPUtime=2.28
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 3718 0 1 0 226 2 0 0 25 0 9 0 21892387 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15007] ppid=15004 vsize=869112 CPUtime=2.68
/proc/15005/task/15007/stat : 15007 (java) R 15004 14991 13958 0 -1 64 31998 0 0 0 251 17 0 0 17 0 9 0 21892388 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 102758171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15008] ppid=15004 vsize=869112 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21892388 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15009] ppid=15004 vsize=869112 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=869112 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=869112 CPUtime=0.15
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1466 0 0 0 14 1 0 0 16 0 9 0 21892391 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15012] ppid=15004 vsize=869112 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 889970688 36019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=869112 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 889970688 36019 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) 891336

[startup+12.7015 s]
/proc/loadavg: 2.09 2.09 2.08 3/92 15013
/proc/meminfo: memFree=549944/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 5 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=889096 CPUtime=11.48
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 90221 0 1 0 1097 51 0 0 18 0 9 0 21892386 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 222274 64581 2567 9 0 216779 0
[pid=15005/tid=15006] ppid=15004 vsize=889096 CPUtime=3.65
/proc/15005/task/15006/stat : 15006 (java) S 15004 14991 13958 0 -1 64 4600 0 1 0 363 2 0 0 17 0 9 0 21892387 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15007] ppid=15004 vsize=889096 CPUtime=7.62
/proc/15005/task/15007/stat : 15007 (java) R 15004 14991 13958 0 -1 64 83437 0 0 0 716 46 0 0 25 0 9 0 21892388 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 104191145 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15008] ppid=15004 vsize=889096 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21892388 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15009] ppid=15004 vsize=889096 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=889096 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=889096 CPUtime=0.18
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1481 0 0 0 17 1 0 0 16 0 9 0 21892391 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15012] ppid=15004 vsize=889096 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=889096 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 910434304 64581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 911320

[startup+25.5028 s]
/proc/loadavg: 2.14 2.11 2.09 3/92 15013
/proc/meminfo: memFree=539128/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 5 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=868720 CPUtime=24.27
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 94061 0 1 0 2366 61 0 0 18 0 9 0 21892386 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 217180 63243 2592 9 0 211657 0
[pid=15005/tid=15006] ppid=15004 vsize=868720 CPUtime=16.1
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 6298 0 1 0 1599 11 0 0 25 0 9 0 21892387 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4126919872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15007] ppid=15004 vsize=868720 CPUtime=7.93
/proc/15005/task/15007/stat : 15007 (java) S 15004 14991 13958 0 -1 64 85554 0 0 0 745 48 0 0 17 0 9 0 21892388 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15008] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21892388 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15009] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=868720 CPUtime=0.21
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1506 0 0 0 20 1 0 0 16 0 9 0 21892391 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 889569280 63243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 890944

[startup+51.1026 s]
/proc/loadavg: 2.23 2.13 2.09 3/92 15013
/proc/meminfo: memFree=509432/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.01
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 5 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=868720 CPUtime=49.82
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 98908 0 1 0 4910 72 0 0 18 0 9 0 21892386 889569280 68048 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 217180 68048 2592 9 0 211657 0

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

[pid=15005/tid=15011] ppid=15004 vsize=868720 CPUtime=0.23
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21892391 889569280 104694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 889569280 104694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 889569280 104694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.79
Current children cumulated vsize (KiB) 890944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/83 15119
/proc/meminfo: memFree=305680/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.02
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 6 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=868720 CPUtime=1718.53
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 146497 0 1 0 171680 173 0 0 18 0 9 0 21892386 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 217180 106249 2591 9 0 211657 0
[pid=15005/tid=15006] ppid=15004 vsize=868720 CPUtime=1703.63
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 6759 0 1 0 170269 94 0 0 25 0 9 0 21892387 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4126573616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15007] ppid=15004 vsize=868720 CPUtime=14.65
/proc/15005/task/15007/stat : 15007 (java) S 15004 14991 13958 0 -1 64 137517 0 0 0 1388 77 0 0 16 0 9 0 21892388 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15008] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 21892388 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15009] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=868720 CPUtime=0.23
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21892391 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 889569280 106249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.55
Current children cumulated vsize (KiB) 890944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 15119
/proc/meminfo: memFree=295952/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.02
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 6 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=868720 CPUtime=1778.28
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 148919 0 1 0 177654 174 0 0 18 0 9 0 21892386 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 217180 108662 2591 9 0 211657 0
[pid=15005/tid=15006] ppid=15004 vsize=868720 CPUtime=1763.23
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 6768 0 1 0 176229 94 0 0 25 0 9 0 21892387 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4126922452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15007] ppid=15004 vsize=868720 CPUtime=14.8
/proc/15005/task/15007/stat : 15007 (java) S 15004 14991 13958 0 -1 64 139930 0 0 0 1402 78 0 0 16 0 9 0 21892388 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15008] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 21892388 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15009] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=868720 CPUtime=0.23
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21892391 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=868720 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 889569280 108662 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.3
Current children cumulated vsize (KiB) 890944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.03 4/83 15119
/proc/meminfo: memFree=274064/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.02
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1310 9678 0 1 6 2 86 8 16 0 1 0 21892277 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14991/statm: 4217 1111 409 3 0 796 0
[pid=15004] ppid=14991 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14991 14991 13958 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21892386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 233 193 169 0 50 0
[pid=15005] ppid=15004 vsize=889208 CPUtime=1799
/proc/15005/stat : 15005 (java) S 15004 14991 13958 0 -1 0 158663 0 1 0 179722 178 0 0 18 0 9 0 21892386 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 222302 114079 2591 9 0 216779 0
[pid=15005/tid=15006] ppid=15004 vsize=889208 CPUtime=1783.25
/proc/15005/task/15006/stat : 15006 (java) R 15004 14991 13958 0 -1 64 6769 0 1 0 178231 94 0 0 25 0 9 0 21892387 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15007] ppid=15004 vsize=889208 CPUtime=15.5
/proc/15005/task/15007/stat : 15007 (java) R 15004 14991 13958 0 -1 64 149673 0 0 0 1468 82 0 0 16 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 104188644 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15008] ppid=15004 vsize=889208 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 15004 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15009] ppid=15004 vsize=889208 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 15004 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=15004 vsize=889208 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=15004 vsize=889208 CPUtime=0.23
/proc/15005/task/15011/stat : 15011 (java) S 15004 14991 13958 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=15004 vsize=889208 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 15004 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=15004 vsize=889208 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 15004 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 911432

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

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

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.03 4/83 15119
/proc/meminfo: memFree=274064/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.02
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1323 9678 0 1 6 2 86 8 16 0 1 0 21892277 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1112 409 3 0 796 0
[pid=15004] ppid=14991 vsize=0 CPUtime=0
/proc/15004/stat : 15004 (sh) Z 14991 14991 13958 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21892386 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15004/statm: 0 0 0 0 0 0 0
[pid=15005] ppid=1 vsize=889208 CPUtime=1799.3
/proc/15005/stat : 15005 (java) S 1 14991 13958 0 -1 0 158663 0 1 0 179752 178 0 0 16 0 9 0 21892386 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 222302 114079 2591 9 0 216779 0
[pid=15005/tid=15006] ppid=1 vsize=889208 CPUtime=1783.25
/proc/15005/task/15006/stat : 15006 (java) R 1 14991 13958 0 -1 64 6769 0 1 0 178231 94 0 0 25 0 9 0 21892387 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15007] ppid=1 vsize=889208 CPUtime=15.79
/proc/15005/task/15007/stat : 15007 (java) R 1 14991 13958 0 -1 64 149673 0 0 0 1497 82 0 0 17 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15008] ppid=1 vsize=889208 CPUtime=0
/proc/15005/task/15008/stat : 15008 (java) S 1 14991 13958 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15009] ppid=1 vsize=889208 CPUtime=0
/proc/15005/task/15009/stat : 15009 (java) S 1 14991 13958 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21892388 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15010] ppid=1 vsize=889208 CPUtime=0
/proc/15005/task/15010/stat : 15010 (java) S 1 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15011] ppid=1 vsize=889208 CPUtime=0.23
/proc/15005/task/15011/stat : 15011 (java) S 1 14991 13958 0 -1 64 1518 0 0 0 22 1 0 0 16 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15005/tid=15012] ppid=1 vsize=889208 CPUtime=0
/proc/15005/task/15012/stat : 15012 (java) S 1 14991 13958 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15005/tid=15013] ppid=1 vsize=889208 CPUtime=0
/proc/15005/task/15013/stat : 15013 (java) S 1 14991 13958 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21892391 910548992 114079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 906076

[startup+1803.8 s]
/proc/loadavg: 2.00 2.00 2.03 4/83 15119
/proc/meminfo: memFree=274064/2055920 swapFree=4192956/4192956
[pid=14991] ppid=14989 vsize=16868 CPUtime=1.02
/proc/14991/stat : 14991 (sugar) S 14989 14991 13958 0 -1 4194304 1323 9678 0 1 6 2 86 8 16 0 1 0 21892277 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14991/statm: 4217 1112 409 3 0 796 0
[pid=15004] ppid=14991 vsize=0 CPUtime=0
/proc/15004/stat : 15004 (sh) Z 14991 14991 13958 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21892386 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15004/statm: 0 0 0 0 0 0 0
[pid=15005] ppid=1 vsize=0 CPUtime=1799.7
/proc/15005/stat : 15005 (java) Z 1 14991 13958 0 -1 1036 158687 0 1 0 179786 184 0 0 15 0 2 0 21892386 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15005/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1803.82
CPU time (s): 1800.72
CPU user time (s): 1798.78
CPU system time (s): 1.94
CPU usage (%): 99.8283
Max. virtual memory (cumulated for all children) (KiB): 916948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.927858
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11355
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= 1033
involuntary context switches= 924

runsolver used 2.21366 second user time and 6.06308 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-11 23:38:06
IDJOB=2068794
IDBENCH=54933
IDSOLVER=739
FILE ID=node47/2068794-1247348285
PBS_JOBID= 9506780
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 39d57a694101a674ebe4c2362ea1f4a0
RANDOM SEED=1161882802

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        799536 kB
Buffers:         62568 kB
Cached:         983476 kB
SwapCached:          0 kB
Active:         420832 kB
Inactive:       767200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:         162456 kB
Slab:            53260 kB
Committed_AS:   310072 kB
PageTables:       2188 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= 66452 MiB
End job on node47 at 2009-07-12 00:08:11