Trace number 2082489

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.14 1813.17

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-18_ext.xml
MD5SUM1200f5c145087e54f9d054527a898e22
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.53631
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sun Jul 12 07:07:33 2009
0.03/0.08	c 0	PID 24022
0.03/0.08	c 0	HOST node31.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2082489-1247375251.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082489-1247375251.xml' 'HOME/temp.csp'
7.37/7.56	c 7	1 domains, 20 variables, 0 predicates, 18 relations, 18 constraints
7.44/7.64	c 7	ENCODING HOME/temp.csp TO HOME/temp.cnf
7.44/7.64	c 7	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'
7.47/7.72	c 7	Parsing HOME/temp.csp
21.66/22.10	c 22	parsed 57 expressions
21.76/22.11	c 22	Heap : 232 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.76/22.11	c 22	Converting to clausal form CSP
21.76/22.13	c 22	converted 6 (10%) expressions
21.76/22.13	c 22	converted 12 (20%) expressions
21.76/22.13	c 22	converted 18 (30%) expressions
21.76/22.17	c 22	converted 23 (40%) expressions
22.06/22.46	c 22	converted 29 (50%) expressions
22.25/22.63	c 22	converted 35 (60%) expressions
22.93/23.37	c 23	converted 40 (70%) expressions
28.58/29.06	c 29	converted 46 (80%) expressions
32.05/32.54	c 32	converted 52 (90%) expressions
37.90/38.50	c 38	converted 57 (100%) expressions
37.90/38.50	c 38	CSP : 20 integers, 0 booleans, 18 clauses, largest domain size 5
37.90/38.50	c 38	Heap : 561 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.90/38.50	c 38	Propagation in CSP
37.99/38.50	c 38	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
37.99/38.50	c 38	CSP : 20 integers, 0 booleans, 18 clauses, largest domain size 5
37.99/38.50	c 38	Heap : 561 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.99/38.51	c 38	Simplifing CSP by introducing new Boolean variables
37.99/38.51	c 38	CSP : 20 integers, 0 booleans, 18 clauses, largest domain size 5
37.99/38.51	c 38	Heap : 561 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
39.77/40.35	c 40	Encoding CSP to SAT : HOME/temp.cnf
39.77/40.35	c 40	2 (10%) CSP integer variables are encoded (6 clauses, 106 bytes)
39.77/40.35	c 40	4 (20%) CSP integer variables are encoded (12 clauses, 159 bytes)
39.77/40.35	c 40	6 (30%) CSP integer variables are encoded (18 clauses, 213 bytes)
39.77/40.35	c 40	8 (40%) CSP integer variables are encoded (24 clauses, 267 bytes)
39.77/40.35	c 40	10 (50%) CSP integer variables are encoded (30 clauses, 321 bytes)
39.77/40.35	c 40	12 (60%) CSP integer variables are encoded (36 clauses, 375 bytes)
39.77/40.35	c 40	14 (70%) CSP integer variables are encoded (42 clauses, 429 bytes)
39.77/40.35	c 40	16 (80%) CSP integer variables are encoded (48 clauses, 483 bytes)
39.77/40.35	c 40	18 (90%) CSP integer variables are encoded (54 clauses, 537 bytes)
39.77/40.35	c 40	20 (100%) CSP integer variables are encoded (60 clauses, 591 bytes)
595.81/601.78	c 601	2 (10%) CSP clauses are encoded (172033 clauses, 6654313 bytes)
1148.68/1159.33	c 1159	4 (20%) CSP clauses are encoded (343604 clauses, 13322198 bytes)
1800.01/1812.93	c ERROR INTERRUPTED
1800.11/1813.09	s UNKNOWN
1800.11/1813.09	c 1813	CPU 7.47 (0.05 0.02 7 0.4)
1800.11/1813.09	c 1813	END Sun Jul 12 07:37:46 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-2082489-1247375251/watcher-2082489-1247375251 -o /tmp/evaluation-result-2082489-1247375251/solver-2082489-1247375251 -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-2082489-1247375251.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24022
/proc/meminfo: memFree=1424600/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) R 24020 24022 19637 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24591382 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0

[startup+0.04908 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24022
/proc/meminfo: memFree=1424600/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=13468 CPUtime=0.03
/proc/24022/stat : 24022 (sugar) R 24020 24022 19637 0 -1 4194304 758 0 0 0 2 1 0 0 20 0 1 0 24591382 13791232 726 996147200 4194304 4206940 548682068608 18446744073709551615 225621097470 0 0 4224 0 0 0 0 17 1 0 0
/proc/24022/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102111 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24022
/proc/meminfo: memFree=1424600/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302097 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24022
/proc/meminfo: memFree=1424600/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702135 s]
/proc/loadavg: 2.02 2.00 2.00 4/81 24022
/proc/meminfo: memFree=1424600/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 24034
/proc/meminfo: memFree=1370944/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24025] ppid=24022 vsize=5356 CPUtime=0
/proc/24025/stat : 24025 (sh) S 24022 24022 19637 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 24591391 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24025/statm: 1339 233 193 169 0 50 0
[pid=24026] ppid=24025 vsize=864628 CPUtime=1.39
/proc/24026/stat : 24026 (java) S 24025 24022 19637 0 -1 0 25320 0 1 0 123 16 0 0 18 0 9 0 24591391 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24026/statm: 216157 24557 2555 9 0 210669 0
[pid=24026/tid=24027] ppid=24025 vsize=864628 CPUtime=0.98
/proc/24026/task/24027/stat : 24027 (java) R 24025 24022 19637 0 -1 64 5020 0 1 0 92 6 0 0 25 0 9 0 24591392 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 102094016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24028] ppid=24025 vsize=864628 CPUtime=0.33
/proc/24026/task/24028/stat : 24028 (java) S 24025 24022 19637 0 -1 64 19150 0 0 0 24 9 0 0 16 0 9 0 24591393 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24029] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24029/stat : 24029 (java) S 24025 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24030] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24030/stat : 24030 (java) S 24025 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24031] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24031/stat : 24031 (java) S 24025 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24591395 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24032] ppid=24025 vsize=864628 CPUtime=0.06
/proc/24026/task/24032/stat : 24032 (java) S 24025 24022 19637 0 -1 64 447 0 0 0 6 0 0 0 16 0 9 0 24591395 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24033] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24033/stat : 24033 (java) S 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24591395 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24034] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24034/stat : 24034 (java) R 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24591395 885379072 24557 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886852

[startup+3.10235 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 24034
/proc/meminfo: memFree=1305920/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24025] ppid=24022 vsize=5356 CPUtime=0
/proc/24025/stat : 24025 (sh) S 24022 24022 19637 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 24591391 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24025/statm: 1339 233 193 169 0 50 0
[pid=24026] ppid=24025 vsize=864628 CPUtime=2.97
/proc/24026/stat : 24026 (java) S 24025 24022 19637 0 -1 0 33699 0 1 0 275 22 0 0 18 0 9 0 24591391 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24026/statm: 216157 32618 2555 9 0 210669 0
[pid=24026/tid=24027] ppid=24025 vsize=864628 CPUtime=2.19
/proc/24026/task/24027/stat : 24027 (java) R 24025 24022 19637 0 -1 64 5204 0 1 0 211 8 0 0 25 0 9 0 24591392 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 102094016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24028] ppid=24025 vsize=864628 CPUtime=0.71
/proc/24026/task/24028/stat : 24028 (java) S 24025 24022 19637 0 -1 64 27344 0 0 0 57 14 0 0 16 0 9 0 24591393 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24029] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24029/stat : 24029 (java) S 24025 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24030] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24030/stat : 24030 (java) S 24025 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24031] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24031/stat : 24031 (java) S 24025 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24591395 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24032] ppid=24025 vsize=864628 CPUtime=0.06
/proc/24026/task/24032/stat : 24032 (java) S 24025 24022 19637 0 -1 64 448 0 0 0 6 0 0 0 16 0 9 0 24591395 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24033] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24033/stat : 24033 (java) S 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24591395 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24034] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24034/stat : 24034 (java) S 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24591395 885379072 32618 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886852

[startup+6.30262 s]
/proc/loadavg: 2.09 2.02 2.01 3/92 24034
/proc/meminfo: memFree=1254336/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=0.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24025] ppid=24022 vsize=5356 CPUtime=0
/proc/24025/stat : 24025 (sh) S 24022 24022 19637 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 24591391 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24025/statm: 1339 233 193 169 0 50 0
[pid=24026] ppid=24025 vsize=864628 CPUtime=6.13
/proc/24026/stat : 24026 (java) S 24025 24022 19637 0 -1 0 41969 0 1 0 579 34 0 0 18 0 9 0 24591391 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24026/statm: 216157 40434 2555 9 0 210669 0
[pid=24026/tid=24027] ppid=24025 vsize=864628 CPUtime=4.71
/proc/24026/task/24027/stat : 24027 (java) R 24025 24022 19637 0 -1 64 5528 0 1 0 457 14 0 0 25 0 9 0 24591392 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 102094016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24028] ppid=24025 vsize=864628 CPUtime=1.31
/proc/24026/task/24028/stat : 24028 (java) S 24025 24022 19637 0 -1 64 35280 0 0 0 112 19 0 0 16 0 9 0 24591393 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24029] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24029/stat : 24029 (java) S 24025 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24030] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24030/stat : 24030 (java) S 24025 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24591393 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24031] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24031/stat : 24031 (java) S 24025 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24591395 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24032] ppid=24025 vsize=864628 CPUtime=0.08
/proc/24026/task/24032/stat : 24032 (java) S 24025 24022 19637 0 -1 64 458 0 0 0 8 0 0 0 16 0 9 0 24591395 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24033] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24033/stat : 24033 (java) S 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24591395 885379072 40434 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24026/tid=24034] ppid=24025 vsize=864628 CPUtime=0
/proc/24026/task/24034/stat : 24034 (java) S 24025 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24591395 885379072 40434 996147200 134512640 134550932 4294955984 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) 886852

[startup+12.7022 s]
/proc/loadavg: 2.17 2.03 2.01 4/92 24044
/proc/meminfo: memFree=1318080/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1309 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24592147 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=862304 CPUtime=4.99
/proc/24036/stat : 24036 (java) S 24035 24022 19637 0 -1 0 29206 0 1 0 480 19 0 0 18 0 9 0 24592147 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24036/statm: 215576 26277 2158 9 0 210489 0
[pid=24036/tid=24037] ppid=24035 vsize=862304 CPUtime=2.96
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 19637 0 -1 64 3139 0 1 0 292 4 0 0 25 0 9 0 24592148 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24038] ppid=24035 vsize=862304 CPUtime=1.95
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 19637 0 -1 64 25063 0 0 0 182 13 0 0 16 0 9 0 24592149 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24039] ppid=24035 vsize=862304 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24592149 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=862304 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24592149 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=862304 CPUtime=0
/proc/24036/task/24041/stat : 24041 (java) S 24035 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24592151 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24042] ppid=24035 vsize=862304 CPUtime=0.04
/proc/24036/task/24042/stat : 24042 (java) S 24035 24022 19637 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 24592151 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24043] ppid=24035 vsize=862304 CPUtime=0
/proc/24036/task/24043/stat : 24043 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24592151 882999296 26277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24044] ppid=24035 vsize=862304 CPUtime=0
/proc/24036/task/24044/stat : 24044 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24592151 882999296 26277 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) 884528

[startup+25.5023 s]
/proc/loadavg: 2.28 2.06 2.02 4/92 24044
/proc/meminfo: memFree=1021632/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1310 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24592147 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=864168 CPUtime=17.65
/proc/24036/stat : 24036 (java) S 24035 24022 19637 0 -1 0 125572 0 1 0 1690 75 0 0 18 0 9 0 24592147 884908032 90737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24036/statm: 216042 90737 2567 9 0 210547 0
[pid=24036/tid=24037] ppid=24035 vsize=864168 CPUtime=8.83
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 19637 0 -1 64 5878 0 1 0 876 7 0 0 25 0 9 0 24592148 884908032 90737 996147200 134512640 134550932 4294955936 18446744073709551615 103211904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24038] ppid=24035 vsize=864168 CPUtime=8.73
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 19637 0 -1 64 118679 0 0 0 807 66 0 0 18 0 9 0 24592149 884908032 90737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24039] ppid=24035 vsize=864168 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24592149 884908032 90737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=864168 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24592149 884908032 90737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=864168 CPUtime=0

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

Current children cumulated vsize (KiB) 886504

[startup+1722.3 s]
/proc/loadavg: 2.63 2.25 2.11 3/93 24094
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1310 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24592147 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=864280 CPUtime=1702.74
/proc/24036/stat : 24036 (java) S 24035 24022 19637 0 -1 0 199859 0 1 0 170103 171 0 0 18 0 9 0 24592147 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24036/statm: 216070 153892 2591 9 0 210547 0
[pid=24036/tid=24037] ppid=24035 vsize=864280 CPUtime=1684.48
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 19637 0 -1 64 8340 0 1 0 168381 67 0 0 25 0 9 0 24592148 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4126586944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24038] ppid=24035 vsize=864280 CPUtime=18.11
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 19637 0 -1 64 190476 0 0 0 1710 101 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24039] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24041/stat : 24041 (java) S 24035 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24042] ppid=24035 vsize=864280 CPUtime=0.11
/proc/24036/task/24042/stat : 24042 (java) S 24035 24022 19637 0 -1 64 341 0 0 0 11 0 0 0 16 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24043] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24043/stat : 24043 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24044] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24044/stat : 24044 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.21
Current children cumulated vsize (KiB) 886504

[startup+1782.3 s]
/proc/loadavg: 2.86 2.39 2.16 3/93 24094
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1310 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24592147 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=864280 CPUtime=1762.24
/proc/24036/stat : 24036 (java) S 24035 24022 19637 0 -1 0 199859 0 1 0 176048 176 0 0 18 0 9 0 24592147 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24036/statm: 216070 153892 2591 9 0 210547 0
[pid=24036/tid=24037] ppid=24035 vsize=864280 CPUtime=1743.98
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 19637 0 -1 64 8340 0 1 0 174326 72 0 0 25 0 9 0 24592148 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4126586944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24038] ppid=24035 vsize=864280 CPUtime=18.11
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 19637 0 -1 64 190476 0 0 0 1710 101 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24039] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24041/stat : 24041 (java) S 24035 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24042] ppid=24035 vsize=864280 CPUtime=0.11
/proc/24036/task/24042/stat : 24042 (java) S 24035 24022 19637 0 -1 64 341 0 0 0 11 0 0 0 16 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24043] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24043/stat : 24043 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24044] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24044/stat : 24044 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.71
Current children cumulated vsize (KiB) 886504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.92 2.44 2.19 3/93 24094
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1310 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24592147 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=864280 CPUtime=1792.54
/proc/24036/stat : 24036 (java) S 24035 24022 19637 0 -1 0 199859 0 1 0 179075 179 0 0 18 0 9 0 24592147 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24036/statm: 216070 153892 2591 9 0 210547 0
[pid=24036/tid=24037] ppid=24035 vsize=864280 CPUtime=1774.28
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 19637 0 -1 64 8340 0 1 0 177353 75 0 0 25 0 9 0 24592148 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4126586981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24038] ppid=24035 vsize=864280 CPUtime=18.11
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 19637 0 -1 64 190476 0 0 0 1710 101 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24039] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24592149 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24041/stat : 24041 (java) S 24035 24022 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24042] ppid=24035 vsize=864280 CPUtime=0.11
/proc/24036/task/24042/stat : 24042 (java) S 24035 24022 19637 0 -1 64 341 0 0 0 11 0 0 0 16 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24043] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24043/stat : 24043 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24044] ppid=24035 vsize=864280 CPUtime=0
/proc/24036/task/24044/stat : 24044 (java) S 24035 24022 19637 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24592151 885022720 153892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 886504

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

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

[startup+1813.03 s]
/proc/loadavg: 2.92 2.44 2.19 3/93 24094
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1323 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24022/statm: 4217 1112 409 3 0 796 0
[pid=24035] ppid=24022 vsize=0 CPUtime=0
/proc/24035/stat : 24035 (sh) Z 24022 24022 19637 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24592147 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24035/statm: 0 0 0 0 0 0 0
[pid=24036] ppid=1 vsize=0 CPUtime=1792.64
/proc/24036/stat : 24036 (java) Z 1 24022 19637 0 -1 1036 199878 0 3 0 179081 183 0 0 16 0 2 0 24592147 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24036/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 16868

[startup+1813.1 s]
/proc/loadavg: 2.92 2.44 2.19 3/93 24094
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) D 24020 24022 19637 0 -1 4194304 1339 45346 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1813.03 s]
/proc/loadavg: 2.92 2.44 2.19 3/93 24094
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) S 24020 24022 19637 0 -1 4194304 1323 45068 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24022/statm: 4217 1112 409 3 0 796 0
[pid=24035] ppid=24022 vsize=0 CPUtime=0
/proc/24035/stat : 24035 (sh) Z 24022 24022 19637 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24592147 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24035/statm: 0 0 0 0 0 0 0
[pid=24036] ppid=1 vsize=0 CPUtime=1792.64
/proc/24036/stat : 24036 (java) Z 1 24022 19637 0 -1 1036 199878 0 3 0 179081 183 0 0 16 0 2 0 24592147 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24036/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 16868

[startup+1813.1 s]
/proc/loadavg: 2.92 2.44 2.19 3/93 24094
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=7.47
/proc/24022/stat : 24022 (sugar) D 24020 24022 19637 0 -1 4194304 1339 45346 0 1 5 2 700 40 16 0 1 0 24591382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 7.47
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): 1792.64
#  lost CPU user time (s): 1790.81
#  lost CPU system time (s): 1.83

Real time (s): 1813.17
CPU time (s): 1800.14
CPU user time (s): 1797.88
CPU system time (s): 2.26493
CPU usage (%): 99.2815
Max. virtual memory (cumulated for all children) (KiB): 911128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.06893
system time used= 0.434933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46744
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= 1934
involuntary context switches= 2065

runsolver used 2.41563 second user time and 6.17306 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 07:07:33
IDJOB=2082489
IDBENCH=57589
IDSOLVER=739
FILE ID=node31/2082489-1247375251
PBS_JOBID= 9507064
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-18_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-2082489-1247375251/watcher-2082489-1247375251 -o /tmp/evaluation-result-2082489-1247375251/solver-2082489-1247375251 -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-2082489-1247375251.xml

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

MD5SUM BENCH= 1200f5c145087e54f9d054527a898e22
RANDOM SEED=484766216

node31.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.216
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	: 5931.00
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.216
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:       1425080 kB
Buffers:         22356 kB
Cached:         185316 kB
SwapCached:          0 kB
Active:         487312 kB
Inactive:        81760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23464 kB
Writeback:           0 kB
Mapped:         381776 kB
Slab:            45972 kB
Committed_AS:   640028 kB
PageTables:       2624 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= 64032 MiB
End job on node31 at 2009-07-12 07:37:48