Trace number 2072017

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.08 1809.44

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-14_ext.xml
MD5SUMf5cdea0df59e0b2beb06fc403e8bfff5
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 benchmark80.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:45:38 2009
0.00/0.07	c 0	PID 17373
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2072017-1247355937.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072017-1247355937.xml' 'HOME/temp.csp'
0.06/0.41	c 0	1 domains, 196 variables, 0 predicates, 1 relations, 28 constraints
0.06/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.38/0.51	c 0	Parsing HOME/temp.csp
0.38/0.65	c 0	parsed 226 expressions
0.38/0.66	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.38/0.66	c 0	Converting to clausal form CSP
0.38/0.68	c 0	converted 23 (10%) expressions
0.38/0.68	c 0	converted 46 (20%) expressions
0.38/0.68	c 0	converted 68 (30%) expressions
0.38/0.68	c 0	converted 91 (40%) expressions
0.38/0.68	c 0	converted 113 (50%) expressions
0.38/0.68	c 0	converted 136 (60%) expressions
0.38/0.68	c 0	converted 159 (70%) expressions
0.38/0.68	c 0	converted 181 (80%) expressions
1.82/1.96	c 1	converted 204 (90%) expressions
6.90/7.08	c 7	converted 226 (100%) expressions
6.90/7.08	c 7	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
6.90/7.08	c 7	Heap : 204 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.90/7.08	c 7	Propagation in CSP
6.90/7.08	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.90/7.08	c 7	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
6.90/7.08	c 7	Heap : 204 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.90/7.08	c 7	Simplifing CSP by introducing new Boolean variables
6.90/7.08	c 7	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
6.90/7.08	c 7	Heap : 204 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.98/8.15	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.98/8.17	c 8	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
7.98/8.17	c 8	40 (20%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.98/8.17	c 8	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
7.98/8.17	c 8	79 (40%) CSP integer variables are encoded (1896 clauses, 22585 bytes)
7.98/8.17	c 8	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
7.98/8.17	c 8	118 (60%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
7.98/8.17	c 8	138 (70%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
7.98/8.17	c 8	157 (80%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
7.98/8.17	c 8	177 (90%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
7.98/8.18	c 8	196 (100%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
280.88/282.40	c 282	3 (10%) CSP clauses are encoded (451044 clauses, 38455958 bytes)
553.75/556.76	c 556	6 (20%) CSP clauses are encoded (897384 clauses, 80027665 bytes)
846.13/850.63	c 850	9 (30%) CSP clauses are encoded (1343724 clauses, 122175517 bytes)
1149.84/1156.00	c 1156	12 (40%) CSP clauses are encoded (1790064 clauses, 164323369 bytes)
1344.57/1351.67	c 1351	14 (50%) CSP clauses are encoded (2087624 clauses, 192708139 bytes)
1634.76/1643.27	c 1643	17 (60%) CSP clauses are encoded (2533964 clauses, 231618541 bytes)
1800.05/1809.32	c ERROR INTERRUPTED
0.38/1809.43	s UNKNOWN
0.38/1809.43	c 1809	CPU 0.39 (0.05 0.01 0.29 0.04)
0.38/1809.43	c 1809	END Sun Jul 12 02:15:47 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-2072017-1247355937/watcher-2072017-1247355937 -o /tmp/evaluation-result-2072017-1247355937/solver-2072017-1247355937 -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-2072017-1247355937.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.05 2.02 2.00 4/74 17373
/proc/meminfo: memFree=1847864/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=12272 CPUtime=0
/proc/17373/stat : 17373 (sugar) R 17371 17373 16402 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22658718 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 1 0 0
/proc/17373/statm: 3068 327 246 3 0 168 0

[startup+0.00929296 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17373
/proc/meminfo: memFree=1847864/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=12272 CPUtime=0
/proc/17373/stat : 17373 (sugar) R 17371 17373 16402 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 22658718 12566528 378 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 1 0 0
/proc/17373/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101312 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17373
/proc/meminfo: memFree=1847864/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.06
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301351 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17373
/proc/meminfo: memFree=1847864/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.06
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701425 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17373
/proc/meminfo: memFree=1847864/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1309 6658 0 1 5 1 29 3 15 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.05 2.02 2.00 4/85 17395
/proc/meminfo: memFree=1824736/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1309 6658 0 1 5 1 29 3 15 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864232 CPUtime=1.04
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 13492 0 1 0 98 6 0 0 18 0 9 0 22658763 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216058 12468 2566 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864232 CPUtime=0.43
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 2928 0 1 0 42 1 0 0 22 0 9 0 22658763 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4126507576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864232 CPUtime=0.55
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 9555 0 0 0 52 3 0 0 17 0 9 0 22658764 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22658765 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864232 CPUtime=0.03
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 22658767 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 884973568 12468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886456

[startup+3.10287 s]
/proc/loadavg: 2.05 2.02 2.00 3/85 17395
/proc/meminfo: memFree=1782176/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1309 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864232 CPUtime=2.64
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 28810 0 1 0 252 12 0 0 18 0 9 0 22658763 884973568 27595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216058 27597 2566 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864232 CPUtime=0.91
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 3667 0 1 0 90 1 0 0 25 0 9 0 22658763 884973568 27598 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864232 CPUtime=1.66
/proc/17387/task/17389/stat : 17389 (java) R 17386 17373 16402 0 -1 64 24138 0 0 0 157 9 0 0 16 0 9 0 22658764 884973568 27599 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 884973568 27601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22658765 884973568 27602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 884973568 27604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864232 CPUtime=0.03
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 310 0 0 0 3 0 0 0 17 0 9 0 22658767 884973568 27605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 884973568 27607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864232 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 884973568 27608 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886456

[startup+6.30247 s]
/proc/loadavg: 2.13 2.04 2.01 4/85 17395
/proc/meminfo: memFree=1647840/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1309 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1111 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=884972 CPUtime=5.82
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 61622 0 1 0 558 24 0 0 18 0 9 0 22658763 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 221243 55241 2567 9 0 215748 0
[pid=17387/tid=17388] ppid=17386 vsize=884972 CPUtime=1.65
/proc/17387/task/17388/stat : 17388 (java) S 17386 17373 16402 0 -1 64 4448 0 1 0 164 1 0 0 25 0 9 0 22658763 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=884972 CPUtime=4.1
/proc/17387/task/17389/stat : 17389 (java) R 17386 17373 16402 0 -1 64 56165 0 0 0 389 21 0 0 25 0 9 0 22658764 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 103733025 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=884972 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17391] ppid=17386 vsize=884972 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22658765 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=884972 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=884972 CPUtime=0.04
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 22658767 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17394] ppid=17386 vsize=884972 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=884972 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 906211328 55241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 907196

[startup+12.7027 s]
/proc/loadavg: 2.12 2.04 2.01 3/85 17395
/proc/meminfo: memFree=1603488/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1311 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=12.2
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 84279 0 1 0 1185 35 0 0 18 0 9 0 22658763 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 62441 2591 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=6.42
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 5786 0 1 0 640 2 0 0 25 0 9 0 22658763 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4126586644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=5.68
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 77462 0 0 0 537 31 0 0 16 0 9 0 22658764 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864344 CPUtime=0.07
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22658767 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 885088256 62441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886568

[startup+25.501 s]
/proc/loadavg: 2.09 2.04 2.01 3/85 17395
/proc/meminfo: memFree=1600032/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1311 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=24.93
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 85160 0 1 0 2458 35 0 0 18 0 9 0 22658763 885088256 63318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 63318 2591 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=19.1
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 5790 0 1 0 1908 2 0 0 25 0 9 0 22658763 885088256 63318 996147200 134512640 134550932 4294955936 18446744073709551615 4126586644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=5.72
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 78339 0 0 0 541 31 0 0 16 0 9 0 22658764 885088256 63318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 63318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 63318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0

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

/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=1713.09
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 156994 0 1 0 171109 200 0 0 18 0 9 0 22658763 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 102589 2590 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=1696.79
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 6636 0 1 0 169546 133 0 0 25 0 9 0 22658763 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 103211313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=16.18
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 149319 0 0 0 1553 65 0 0 16 0 9 0 22658764 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864344 CPUtime=0.08
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22658767 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 885088256 102589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.47
Current children cumulated vsize (KiB) 886568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17457
/proc/meminfo: memFree=955472/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1311 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=1772.79
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 157054 0 1 0 177072 207 0 0 18 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 102619 2590 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=1756.27
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 6666 0 1 0 175488 139 0 0 25 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4126581120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=16.4
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 149349 0 0 0 1575 65 0 0 16 0 9 0 22658764 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864344 CPUtime=0.08
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.17
Current children cumulated vsize (KiB) 886568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17457
/proc/meminfo: memFree=955536/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1311 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=1799.67
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 157066 0 1 0 179760 207 0 0 18 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 102619 2590 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=1783.02
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 6678 0 1 0 178162 140 0 0 25 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4126586644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=16.53
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 149349 0 0 0 1588 65 0 0 16 0 9 0 22658764 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864344 CPUtime=0.08
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 886568

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

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17457
/proc/meminfo: memFree=955536/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1311 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17373 17373 16402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22658762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 233 193 169 0 50 0
[pid=17387] ppid=17386 vsize=864344 CPUtime=1799.67
/proc/17387/stat : 17387 (java) S 17386 17373 16402 0 -1 0 157066 0 1 0 179760 207 0 0 18 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17387/statm: 216086 102619 2590 9 0 210563 0
[pid=17387/tid=17388] ppid=17386 vsize=864344 CPUtime=1783.02
/proc/17387/task/17388/stat : 17388 (java) R 17386 17373 16402 0 -1 64 6678 0 1 0 178162 140 0 0 25 0 9 0 22658763 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4126586644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17389] ppid=17386 vsize=864344 CPUtime=16.53
/proc/17387/task/17389/stat : 17389 (java) S 17386 17373 16402 0 -1 64 149349 0 0 0 1588 65 0 0 16 0 9 0 22658764 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17390] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17390/stat : 17390 (java) S 17386 17373 16402 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17391] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17391/stat : 17391 (java) S 17386 17373 16402 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22658765 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17392] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17392/stat : 17392 (java) S 17386 17373 16402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17393] ppid=17386 vsize=864344 CPUtime=0.08
/proc/17387/task/17393/stat : 17393 (java) S 17386 17373 16402 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17387/tid=17394] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17394/stat : 17394 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17387/tid=17395] ppid=17386 vsize=864344 CPUtime=0
/proc/17387/task/17395/stat : 17395 (java) S 17386 17373 16402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22658767 885088256 102619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 886568

[startup+1809.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17460
/proc/meminfo: memFree=1302088/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1323 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=0 CPUtime=0
/proc/17386/stat : 17386 (sh) Z 17373 17373 16402 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 22658762 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17460
/proc/meminfo: memFree=1302088/2055920 swapFree=4192812/4192956
[pid=17373] ppid=17371 vsize=16868 CPUtime=0.38
/proc/17373/stat : 17373 (sugar) S 17371 17373 16402 0 -1 4194304 1323 6658 0 1 5 1 29 3 16 0 1 0 22658718 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17373/statm: 4217 1112 409 3 0 796 0
[pid=17386] ppid=17373 vsize=0 CPUtime=0
/proc/17386/stat : 17386 (sh) Z 17373 17373 16402 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 22658762 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1809.44
CPU time (s): 1800.08
CPU user time (s): 1797.95
CPU system time (s): 2.13299
CPU usage (%): 99.483
Max. virtual memory (cumulated for all children) (KiB): 909060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.348946
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8334
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= 477
involuntary context switches= 322

runsolver used 2.15267 second user time and 6.12707 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 01:45:37
IDJOB=2072017
IDBENCH=55564
IDSOLVER=739
FILE ID=node82/2072017-1247355937
PBS_JOBID= 9506947
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-14_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-2072017-1247355937/watcher-2072017-1247355937 -o /tmp/evaluation-result-2072017-1247355937/solver-2072017-1247355937 -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-2072017-1247355937.xml

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

MD5SUM BENCH= f5cdea0df59e0b2beb06fc403e8bfff5
RANDOM SEED=2090414178

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1848280 kB
Buffers:         16260 kB
Cached:          92608 kB
SwapCached:          0 kB
Active:         105588 kB
Inactive:        50860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          56212 kB
Slab:            36528 kB
Committed_AS:   229616 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node82 at 2009-07-12 02:15:49