Trace number 2071742

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.06 1808.22

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-13_ext.xml
MD5SUMb068a0a446c09d97a12e996164cab2f5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1665.56
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
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 Sun Jul 12 01:24:59 2009
0.00/0.08	c 0	PID 18511
0.06/0.09	c 0	HOST node7.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2071742-1247354698.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071742-1247354698.xml' 'HOME/temp.csp'
0.06/0.74	c 0	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.06/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.79	c 0	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'
0.69/0.87	c 0	Parsing HOME/temp.csp
1.27/1.42	c 1	parsed 170 expressions
1.27/1.42	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.27/1.42	c 1	Converting to clausal form CSP
1.27/1.44	c 1	converted 17 (10%) expressions
1.27/1.44	c 1	converted 34 (20%) expressions
1.27/1.45	c 1	converted 51 (30%) expressions
1.27/1.45	c 1	converted 68 (40%) expressions
1.27/1.45	c 1	converted 85 (50%) expressions
1.27/1.45	c 1	converted 102 (60%) expressions
1.27/1.45	c 1	converted 119 (70%) expressions
1.27/1.45	c 1	converted 136 (80%) expressions
4.74/4.98	c 4	converted 153 (90%) expressions
11.67/11.94	c 11	converted 170 (100%) expressions
11.67/11.94	c 11	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.67/11.94	c 11	Heap : 284 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.67/11.94	c 11	Propagation in CSP
11.67/11.94	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.67/11.94	c 11	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.67/11.94	c 11	Heap : 284 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.67/11.94	c 11	Simplifing CSP by introducing new Boolean variables
11.67/11.94	c 11	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.67/11.94	c 11	Heap : 284 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.35/13.61	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.35/13.63	c 13	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
13.35/13.63	c 13	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
13.35/13.64	c 13	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
13.35/13.64	c 13	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
13.35/13.64	c 13	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
13.35/13.64	c 13	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
13.35/13.64	c 13	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
13.35/13.64	c 13	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
13.35/13.64	c 13	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
13.35/13.65	c 13	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
1327.16/1335.00	c 1334	3 (10%) CSP clauses are encoded (918294 clauses, 70423444 bytes)
1800.06/1808.12	c ERROR INTERRUPTED
1800.06/1808.21	s UNKNOWN
1800.06/1808.21	c 1808	CPU 0.71 (0.06 0.01 0.59 0.05)
1800.06/1808.21	c 1808	END Sun Jul 12 01:55:07 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-2071742-1247354698/watcher-2071742-1247354698 -o /tmp/evaluation-result-2071742-1247354698/solver-2071742-1247354698 -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-2071742-1247354698.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.06 2.02 2.01 4/80 18511
/proc/meminfo: memFree=1758240/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=12000 CPUtime=0
/proc/18511/stat : 18511 (sugar) R 18509 18511 17452 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 22537231 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 244691062832 0 0 4224 0 0 0 0 17 1 0 0
/proc/18511/statm: 3000 179 140 3 0 100 0

[startup+0.0895609 s]
/proc/loadavg: 2.06 2.02 2.01 4/80 18511
/proc/meminfo: memFree=1758240/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16740 CPUtime=0.06
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22537231 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10198 s]
/proc/loadavg: 2.06 2.02 2.01 4/80 18511
/proc/meminfo: memFree=1758240/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.06
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302007 s]
/proc/loadavg: 2.06 2.02 2.01 4/80 18511
/proc/meminfo: memFree=1758240/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.06
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701048 s]
/proc/loadavg: 2.06 2.02 2.01 4/80 18511
/proc/meminfo: memFree=1758240/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.06
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 2.06 2.02 2.01 3/91 18533
/proc/meminfo: memFree=1747208/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1309 9410 0 1 5 1 58 5 15 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864376 CPUtime=0.67
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 8074 0 1 0 63 4 0 0 18 0 9 0 22537311 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216094 7237 2568 9 0 210599 0
[pid=18525/tid=18526] ppid=18524 vsize=864376 CPUtime=0.41
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 2589 0 1 0 40 1 0 0 23 0 9 0 22537312 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864376 CPUtime=0.19
/proc/18525/task/18527/stat : 18527 (java) R 18524 18511 17452 0 -1 64 4473 0 0 0 18 1 0 0 16 0 9 0 22537313 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 102381498 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864376 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864376 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22537313 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864376 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864376 CPUtime=0.04
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22537315 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864376 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864376 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885121024 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886600

[startup+3.1023 s]
/proc/loadavg: 2.06 2.02 2.01 4/91 18533
/proc/meminfo: memFree=1720776/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1309 9410 0 1 5 1 58 5 15 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864396 CPUtime=2.26
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 19742 0 1 0 216 10 0 0 18 0 9 0 22537311 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216099 18176 2566 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864396 CPUtime=0.93
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 3177 0 1 0 91 2 0 0 25 0 9 0 22537312 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864396 CPUtime=1.27
/proc/18525/task/18527/stat : 18527 (java) R 18524 18511 17452 0 -1 64 15553 0 0 0 120 7 0 0 16 0 9 0 22537313 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 102547088 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864396 CPUtime=0.04
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22537315 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885141504 18176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 886620

[startup+6.30264 s]
/proc/loadavg: 2.05 2.02 2.01 4/91 18533
/proc/meminfo: memFree=1605000/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1309 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1111 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864396 CPUtime=5.43
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 49367 0 1 0 518 25 0 0 18 0 9 0 22537311 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216099 36762 2567 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864396 CPUtime=1.78
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 4491 0 1 0 175 3 0 0 24 0 9 0 22537312 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 102142532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864396 CPUtime=3.59
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 43864 0 0 0 338 21 0 0 19 0 9 0 22537313 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864396 CPUtime=0.04
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22537315 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864396 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885141504 36762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 886620

[startup+12.7013 s]
/proc/loadavg: 2.05 2.02 2.01 3/91 18533
/proc/meminfo: memFree=1440328/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=885888 CPUtime=11.77
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 114247 0 1 0 1122 55 0 0 18 0 9 0 22537311 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 221472 85769 2567 9 0 215977 0
[pid=18525/tid=18526] ppid=18524 vsize=885888 CPUtime=3.77
/proc/18525/task/18526/stat : 18526 (java) S 18524 18511 17452 0 -1 64 5760 0 1 0 374 3 0 0 16 0 9 0 22537312 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18527] ppid=18524 vsize=885888 CPUtime=7.93
/proc/18525/task/18527/stat : 18527 (java) R 18524 18511 17452 0 -1 64 107475 0 0 0 743 50 0 0 25 0 9 0 22537313 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18528] ppid=18524 vsize=885888 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=885888 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=885888 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=885888 CPUtime=0.04
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22537315 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=885888 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=885888 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 907149312 85769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 908112

[startup+25.5026 s]
/proc/loadavg: 2.04 2.02 2.01 3/91 18533
/proc/meminfo: memFree=1415624/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=24.44
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 120627 0 1 0 2386 58 0 0 18 0 9 0 22537311 885256192 86750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 86750 2591 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=15.4
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7461 0 1 0 1535 5 0 0 25 0 9 0 22537312 885256192 86750 996147200 134512640 134550932 4294955936 18446744073709551615 4126592660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=8.94
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 112132 0 0 0 842 52 0 0 16 0 9 0 22537313 885256192 86750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 86750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 86750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0

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

/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=1653.63
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 164530 0 1 0 165245 118 0 0 18 0 9 0 22537311 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 130437 2591 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=1641.98
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7678 0 1 0 164151 47 0 0 25 0 9 0 22537312 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=11.53
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 155810 0 0 0 1084 69 0 0 16 0 9 0 22537313 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864508 CPUtime=0.09
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22537315 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885256192 130437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.32
Current children cumulated vsize (KiB) 886732

[startup+1722.3 s]
/proc/loadavg: 2.39 2.23 2.09 3/92 18618
/proc/meminfo: memFree=1241144/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=1713.59
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 167246 0 1 0 171227 132 0 0 18 0 9 0 22537311 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 133120 2591 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=1701.69
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7711 0 1 0 170108 61 0 0 25 0 9 0 22537312 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=11.79
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 158493 0 0 0 1109 70 0 0 16 0 9 0 22537313 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864508 CPUtime=0.09
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22537315 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885256192 133120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.28
Current children cumulated vsize (KiB) 886732

[startup+1782.3 s]
/proc/loadavg: 2.18 2.20 2.09 4/92 18618
/proc/meminfo: memFree=1215544/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=1773.57
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 178871 0 1 0 177220 137 0 0 18 0 9 0 22537311 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 134125 2590 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=1760.04
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7714 0 1 0 175943 61 0 0 25 0 9 0 22537312 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4126533559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=13.4
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 170115 0 0 0 1266 74 0 0 17 0 9 0 22537313 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864508 CPUtime=0.09
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22537315 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885256192 134125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 886732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.12 2.18 2.09 3/92 18618
/proc/meminfo: memFree=1236472/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=1799.37
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 179055 0 1 0 179800 137 0 0 18 0 9 0 22537311 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 134307 2590 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=1785.82
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7716 0 1 0 178521 61 0 0 25 0 9 0 22537312 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=13.43
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 170297 0 0 0 1269 74 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864508 CPUtime=0.09
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 886732

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

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

[startup+1808.1 s]
/proc/loadavg: 2.12 2.18 2.09 3/92 18618
/proc/meminfo: memFree=1236472/2055920 swapFree=4192812/4192956
[pid=18511] ppid=18509 vsize=16868 CPUtime=0.69
/proc/18511/stat : 18511 (sugar) S 18509 18511 17452 0 -1 4194304 1311 9410 0 1 5 1 58 5 16 0 1 0 22537231 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18511/statm: 4217 1112 409 3 0 796 0
[pid=18524] ppid=18511 vsize=5356 CPUtime=0
/proc/18524/stat : 18524 (sh) S 18511 18511 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22537310 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18524/statm: 1339 233 193 169 0 50 0
[pid=18525] ppid=18524 vsize=864508 CPUtime=1799.37
/proc/18525/stat : 18525 (java) S 18524 18511 17452 0 -1 0 179055 0 1 0 179800 137 0 0 18 0 9 0 22537311 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18525/statm: 216127 134307 2590 9 0 210604 0
[pid=18525/tid=18526] ppid=18524 vsize=864508 CPUtime=1785.82
/proc/18525/task/18526/stat : 18526 (java) R 18524 18511 17452 0 -1 64 7716 0 1 0 178521 61 0 0 25 0 9 0 22537312 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18527] ppid=18524 vsize=864508 CPUtime=13.43
/proc/18525/task/18527/stat : 18527 (java) S 18524 18511 17452 0 -1 64 170297 0 0 0 1269 74 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18528] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18528/stat : 18528 (java) S 18524 18511 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18525/tid=18529] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18529/stat : 18529 (java) S 18524 18511 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22537313 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18530] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18530/stat : 18530 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18531] ppid=18524 vsize=864508 CPUtime=0.09
/proc/18525/task/18531/stat : 18531 (java) S 18524 18511 17452 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18532] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18532/stat : 18532 (java) S 18524 18511 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18525/tid=18533] ppid=18524 vsize=864508 CPUtime=0
/proc/18525/task/18533/stat : 18533 (java) S 18524 18511 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22537315 885256192 134307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 886732

Child status: 0

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

Real time (s): 1808.22
CPU time (s): 1800.06
CPU user time (s): 1798.63
CPU system time (s): 1.43
CPU usage (%): 99.5489
Max. virtual memory (cumulated for all children) (KiB): 908224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.6539
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11086
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= 571
involuntary context switches= 441

runsolver used 2.26865 second user time and 6.01309 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 01:24:58
IDJOB=2071742
IDBENCH=55527
IDSOLVER=739
FILE ID=node7/2071742-1247354698
PBS_JOBID= 9506883
Free space on /tmp= 66088 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-13_ext.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-2071742-1247354698/watcher-2071742-1247354698 -o /tmp/evaluation-result-2071742-1247354698/solver-2071742-1247354698 -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-2071742-1247354698.xml

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

MD5SUM BENCH= b068a0a446c09d97a12e996164cab2f5
RANDOM SEED=1463256368

node7.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.231
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.231
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:       1758720 kB
Buffers:         13640 kB
Cached:          87612 kB
SwapCached:          0 kB
Active:         206232 kB
Inactive:        44684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:         167540 kB
Slab:            31408 kB
Committed_AS:   895700 kB
PageTables:       2120 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= 66088 MiB
End job on node7 at 2009-07-12 01:55:09