Trace number 2068739

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.25 1809.49

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-23-08.xml
MD5SUM590b5343bea2797d670e58d4c2e5f3ac
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16367
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:36:38 2009
0.00/0.08	c 0	PID 15029
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068739-1247348198.xml TO HOME/temp.csp
0.06/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-2068739-1247348198.xml' 'HOME/temp.csp'
1.36/1.48	c 2	1 domains, 454 variables, 6 predicates, 6 relations, 3246 constraints
1.36/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.50	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.44/1.58	c 2	Parsing HOME/temp.csp
2.42/2.59	c 3	parsed 3713 expressions
2.42/2.60	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.60	c 3	Converting to clausal form CSP
2.51/2.62	c 3	converted 372 (10%) expressions
16.28/16.54	c 17	converted 743 (20%) expressions
26.68/27.08	c 27	converted 1114 (30%) expressions
27.18/27.56	c 28	converted 1486 (40%) expressions
27.87/28.26	c 28	converted 1857 (50%) expressions
27.87/28.29	c 28	converted 2228 (60%) expressions
27.97/28.33	c 28	converted 2600 (70%) expressions
27.97/28.38	c 29	converted 2971 (80%) expressions
28.26/28.64	c 29	converted 3342 (90%) expressions
28.26/28.70	c 29	converted 3713 (100%) expressions
28.26/28.70	c 29	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
28.26/28.70	c 29	Heap : 573 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.26/28.70	c 29	Propagation in CSP
28.36/28.72	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.36/28.72	c 29	CSP : 454 integers, 0 booleans, 3246 clauses, largest domain size 26
28.36/28.72	c 29	Heap : 574 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.36/28.73	c 29	Simplifing CSP by introducing new Boolean variables
28.36/28.79	c 29	CSP : 454 integers, 32496 booleans, 35742 clauses, largest domain size 26
28.36/28.79	c 29	Heap : 586 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.13/31.57	c 32	Encoding CSP to SAT : HOME/temp.cnf
31.23/31.61	c 32	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
31.23/31.61	c 32	91 (20%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
31.23/31.61	c 32	137 (30%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
31.23/31.61	c 32	182 (40%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
31.23/31.62	c 32	227 (50%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
31.23/31.62	c 32	273 (60%) CSP integer variables are encoded (6552 clauses, 83113 bytes)
31.23/31.62	c 32	318 (70%) CSP integer variables are encoded (7632 clauses, 97153 bytes)
31.23/31.62	c 32	364 (80%) CSP integer variables are encoded (8736 clauses, 111505 bytes)
31.23/31.62	c 32	409 (90%) CSP integer variables are encoded (9816 clauses, 125978 bytes)
31.23/31.62	c 32	454 (100%) CSP integer variables are encoded (10896 clauses, 142178 bytes)
1800.08/1809.27	c ERROR INTERRUPTED
1.44/1809.48	s UNKNOWN
1.44/1809.48	c 1810	CPU 1.45 (0.06 0.01 1.31 0.07)
1.44/1809.48	c 1810	END Sun Jul 12 00:06:48 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-2068739-1247348198/watcher-2068739-1247348198 -o /tmp/evaluation-result-2068739-1247348198/solver-2068739-1247348198 -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-2068739-1247348198.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: 1.94 1.98 1.99 4/72 15029
/proc/meminfo: memFree=1414360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=18576 CPUtime=0
/proc/15029/stat : 15029 (runsolver) R 15027 14936 14936 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 21883126 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 248758957706 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15029/statm: 4644 282 247 26 0 2626 0

[startup+0.082582 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15029
/proc/meminfo: memFree=1414360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16740 CPUtime=0.06
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21883126 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101363 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15029
/proc/meminfo: memFree=1414360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=0.07
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301372 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15029
/proc/meminfo: memFree=1414360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=0.07
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701414 s]
/proc/loadavg: 1.94 1.98 1.99 4/72 15029
/proc/meminfo: memFree=1414360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=0.07
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 15041
/proc/meminfo: memFree=1384960/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1292 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 16868

[startup+3.10263 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 15051
/proc/meminfo: memFree=1393728/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1309 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=864400 CPUtime=1.57
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 13974 0 1 0 150 7 0 0 18 0 9 0 21883277 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 216100 12770 2566 9 0 210605 0
[pid=15043/tid=15044] ppid=15042 vsize=864400 CPUtime=0.88
/proc/15043/task/15044/stat : 15044 (java) R 15042 15029 14936 0 -1 64 2861 0 1 0 86 2 0 0 19 0 9 0 21883278 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 102524018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=864400 CPUtime=0.62
/proc/15043/task/15045/stat : 15045 (java) S 15042 15029 14936 0 -1 64 10096 0 0 0 59 3 0 0 16 0 9 0 21883279 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15042 vsize=864400 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15042 vsize=864400 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=864400 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=864400 CPUtime=0.04
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 21883281 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15042 vsize=864400 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=864400 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 885145600 12770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886624

[startup+6.30193 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 15051
/proc/meminfo: memFree=1311360/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1309 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=885392 CPUtime=4.73
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 42399 0 1 0 452 21 0 0 18 0 9 0 21883277 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 221348 35651 2567 9 0 215853 0
[pid=15043/tid=15044] ppid=15042 vsize=885392 CPUtime=2.03
/proc/15043/task/15044/stat : 15044 (java) S 15042 15029 14936 0 -1 64 3564 0 1 0 201 2 0 0 25 0 9 0 21883278 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=885392 CPUtime=2.62
/proc/15043/task/15045/stat : 15045 (java) R 15042 15029 14936 0 -1 64 37817 0 0 0 245 17 0 0 19 0 9 0 21883279 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 103732888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15042 vsize=885392 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15042 vsize=885392 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=885392 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=885392 CPUtime=0.05
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 21883281 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15042 vsize=885392 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=885392 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) R 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 906641408 35651 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 907616

[startup+12.7025 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 15051
/proc/meminfo: memFree=1166400/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1309 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868604 CPUtime=11.07
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 91875 0 1 0 1062 45 0 0 18 0 9 0 21883277 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217151 69469 2567 9 0 211656 0
[pid=15043/tid=15044] ppid=15042 vsize=868604 CPUtime=4.37
/proc/15043/task/15044/stat : 15044 (java) S 15042 15029 14936 0 -1 64 5540 0 1 0 433 4 0 0 17 0 9 0 21883278 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=868604 CPUtime=6.53
/proc/15043/task/15045/stat : 15045 (java) R 15042 15029 14936 0 -1 64 84205 0 0 0 613 40 0 0 25 0 9 0 21883279 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 102381474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=868604 CPUtime=0.14
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 1427 0 0 0 14 0 0 0 15 0 9 0 21883281 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 889450496 69469 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890828

[startup+25.5027 s]
/proc/loadavg: 2.09 2.01 2.00 3/83 15051
/proc/meminfo: memFree=877056/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1309 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868604 CPUtime=23.76
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 176136 0 1 0 2289 87 0 0 18 0 9 0 21883277 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217151 135136 2567 9 0 211656 0
[pid=15043/tid=15044] ppid=15042 vsize=868604 CPUtime=8.7
/proc/15043/task/15044/stat : 15044 (java) S 15042 15029 14936 0 -1 64 8887 0 1 0 864 6 0 0 19 0 9 0 21883278 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=868604 CPUtime=14.88
/proc/15043/task/15045/stat : 15045 (java) R 15042 15029 14936 0 -1 64 165118 0 0 0 1409 79 0 0 25 0 9 0 21883279 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 102759492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=868604 CPUtime=0.14
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 1428 0 0 0 14 0 0 0 16 0 9 0 21883281 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=868604 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 889450496 135136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890828

[startup+51.103 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 15051
/proc/meminfo: memFree=741504/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1310 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868716 CPUtime=49.11
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 210220 0 1 0 4797 114 0 0 18 0 9 0 21883277 889565184 165004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217179 165004 2593 9 0 211656 0

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

/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868716 CPUtime=1712.36
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 242546 0 1 0 170998 238 0 0 18 0 9 0 21883277 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217179 184490 2592 9 0 211656 0
[pid=15043/tid=15044] ppid=15042 vsize=868716 CPUtime=1677.75
/proc/15043/task/15044/stat : 15044 (java) R 15042 15029 14936 0 -1 64 9328 0 1 0 167646 129 0 0 25 0 9 0 21883278 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=868716 CPUtime=34.33
/proc/15043/task/15045/stat : 15045 (java) S 15042 15029 14936 0 -1 64 231020 0 0 0 3325 108 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=868716 CPUtime=0.25
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 1495 0 0 0 25 0 0 0 16 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15050] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.8
Current children cumulated vsize (KiB) 890940

[startup+1782.3 s]
/proc/loadavg: 2.11 2.11 2.04 3/94 15139
/proc/meminfo: memFree=20840/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1310 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868716 CPUtime=1772.02
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 242558 0 1 0 176960 242 0 0 18 0 9 0 21883277 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217179 184490 2592 9 0 211656 0
[pid=15043/tid=15044] ppid=15042 vsize=868716 CPUtime=1737.19
/proc/15043/task/15044/stat : 15044 (java) R 15042 15029 14936 0 -1 64 9340 0 1 0 173587 132 0 0 25 0 9 0 21883278 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4126966996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15045] ppid=15042 vsize=868716 CPUtime=34.54
/proc/15043/task/15045/stat : 15045 (java) S 15042 15029 14936 0 -1 64 231020 0 0 0 3346 108 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15046] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=868716 CPUtime=0.25
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 1495 0 0 0 25 0 0 0 16 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15050] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.46
Current children cumulated vsize (KiB) 890940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.07 2.10 2.03 3/94 15139
/proc/meminfo: memFree=16552/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1310 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15029/statm: 4217 1111 409 3 0 796 0
[pid=15042] ppid=15029 vsize=5356 CPUtime=0
/proc/15042/stat : 15042 (sh) S 15029 15029 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21883277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15042/statm: 1339 233 193 169 0 50 0
[pid=15043] ppid=15042 vsize=868716 CPUtime=1798.64
/proc/15043/stat : 15043 (java) S 15042 15029 14936 0 -1 0 242558 0 1 0 179622 242 0 0 18 0 9 0 21883277 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 217179 184490 2592 9 0 211656 0
[pid=15043/tid=15044] ppid=15042 vsize=868716 CPUtime=1763.83
/proc/15043/task/15044/stat : 15044 (java) R 15042 15029 14936 0 -1 64 9340 0 1 0 176250 133 0 0 25 0 9 0 21883278 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4126966996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15045] ppid=15042 vsize=868716 CPUtime=34.54
/proc/15043/task/15045/stat : 15045 (java) S 15042 15029 14936 0 -1 64 231020 0 0 0 3346 108 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15046] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15042 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15042 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21883279 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15042 15029 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15049] ppid=15042 vsize=868716 CPUtime=0.25
/proc/15043/task/15049/stat : 15049 (java) S 15042 15029 14936 0 -1 64 1495 0 0 0 25 0 0 0 16 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15050] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15042 vsize=868716 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15042 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21883281 889565184 184490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 890940

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

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

[startup+1809.34 s]
/proc/loadavg: 2.07 2.10 2.03 3/94 15139
/proc/meminfo: memFree=16552/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1323 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15029/statm: 4217 1112 409 3 0 796 0
[pid=15042] ppid=15029 vsize=0 CPUtime=0
/proc/15042/stat : 15042 (sh) Z 15029 15029 14936 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21883277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15042/statm: 0 0 0 0 0 0 0
[pid=15043] ppid=1 vsize=869364 CPUtime=1798.78
/proc/15043/stat : 15043 (java) S 1 15029 14936 0 -1 0 242579 0 1 0 179636 242 0 0 16 0 11 0 21883277 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 217341 184507 2592 9 0 211818 0
[pid=15043/tid=15044] ppid=1 vsize=869364 CPUtime=1763.94
/proc/15043/task/15044/stat : 15044 (java) R 1 15029 14936 0 -1 64 9341 0 1 0 176261 133 0 0 25 0 11 0 21883278 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4126964375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15045] ppid=1 vsize=869364 CPUtime=34.57
/proc/15043/task/15045/stat : 15045 (java) S 1 15029 14936 0 -1 64 231020 0 0 0 3349 108 0 0 16 0 11 0 21883279 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15046] ppid=1 vsize=869364 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 1 15029 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 11 0 21883279 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=1 vsize=869364 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 1 15029 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 11 0 21883279 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=1 vsize=869364 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 1 15029 14936 0 -1 64 6 0 0 0 0 0 0 0 16 0 11 0 21883281 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=1 vsize=869364 CPUtime=0.25
/proc/15043/task/15049/stat : 15049 (java) S 1 15029 14936 0 -1 64 1495 0 0 0 25 0 0 0 16 0 11 0 21883281 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15043/tid=15050] ppid=1 vsize=869364 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 1 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 11 0 21883281 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=1 vsize=869364 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 1 15029 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 11 0 21883281 890228736 184507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 886232

[startup+1809.4 s]
/proc/loadavg: 2.07 2.10 2.03 3/88 15142
/proc/meminfo: memFree=232672/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1323 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15029/statm: 4217 1112 409 3 0 796 0
[pid=15042] ppid=15029 vsize=0 CPUtime=0
/proc/15042/stat : 15042 (sh) Z 15029 15029 14936 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21883277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15042/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.4 s]
/proc/loadavg: 2.07 2.10 2.03 3/88 15142
/proc/meminfo: memFree=232672/2055920 swapFree=4192952/4192956
[pid=15029] ppid=15027 vsize=16868 CPUtime=1.44
/proc/15029/stat : 15029 (sugar) S 15027 15029 14936 0 -1 4194304 1323 12205 0 1 6 1 130 7 16 0 1 0 21883126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15029/statm: 4217 1112 409 3 0 796 0
[pid=15042] ppid=15029 vsize=0 CPUtime=0
/proc/15042/stat : 15042 (sh) Z 15029 15029 14936 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21883277 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15042/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
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): 1798.78
#  lost CPU user time (s): 1796.36
#  lost CPU system time (s): 2.42

Real time (s): 1809.49
CPU time (s): 1800.25
CPU user time (s): 1797.74
CPU system time (s): 2.51699
CPU usage (%): 99.4899
Max. virtual memory (cumulated for all children) (KiB): 911820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.37779
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13882
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= 1161
involuntary context switches= 1042

runsolver used 2.48562 second user time and 5.87111 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-11 23:36:38
IDJOB=2068739
IDBENCH=54917
IDSOLVER=739
FILE ID=node55/2068739-1247348198
PBS_JOBID= 9506842
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 590b5343bea2797d670e58d4c2e5f3ac
RANDOM SEED=1529688828

node55.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:       1414840 kB
Buffers:         69924 kB
Cached:         478152 kB
SwapCached:          4 kB
Active:         115744 kB
Inactive:       454468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414840 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3576 kB
Writeback:           0 kB
Mapped:          33708 kB
Slab:            56328 kB
Committed_AS:   154316 kB
PageTables:       1684 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= 66348 MiB
End job on node55 at 2009-07-12 00:06:49