Trace number 2077373

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+picosat? (TO) 1801.11 1853.24

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg12-12_ext.xml
MD5SUM9db1dc211db55f8d8b765ff44bb252c5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 04:07:24 2009
0.05/0.08	c 0	PID 22166
0.05/0.08	c 0	HOST node57.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2077373-1247364444.xml TO HOME/temp.csp
0.05/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-2077373-1247364444.xml' 'HOME/temp.csp'
0.06/0.95	c 1	1 domains, 144 variables, 0 predicates, 1 relations, 24 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.07	c 1	Parsing HOME/temp.csp
1.70/1.88	c 2	parsed 170 expressions
1.79/1.90	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.90	c 2	Converting to clausal form CSP
1.79/1.92	c 2	converted 17 (10%) expressions
1.79/1.92	c 2	converted 34 (20%) expressions
1.79/1.92	c 2	converted 51 (30%) expressions
1.79/1.92	c 2	converted 68 (40%) expressions
1.79/1.92	c 2	converted 85 (50%) expressions
1.79/1.92	c 2	converted 102 (60%) expressions
1.79/1.92	c 2	converted 119 (70%) expressions
1.79/1.92	c 2	converted 136 (80%) expressions
9.58/9.77	c 10	converted 153 (90%) expressions
29.48/29.67	c 30	converted 170 (100%) expressions
29.48/29.67	c 30	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
29.48/29.67	c 30	Heap : 689 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.48/29.67	c 30	Propagation in CSP
29.48/29.67	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.48/29.67	c 30	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
29.48/29.67	c 30	Heap : 689 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.48/29.68	c 30	Simplifing CSP by introducing new Boolean variables
29.48/29.68	c 30	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
29.48/29.68	c 30	Heap : 689 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.58/33.76	c 34	Encoding CSP to SAT : HOME/temp.cnf
33.58/33.78	c 34	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
33.58/33.78	c 34	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
33.58/33.79	c 34	44 (30%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
33.58/33.79	c 34	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
33.58/33.79	c 34	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
33.58/33.79	c 34	87 (60%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
33.58/33.79	c 34	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
33.58/33.79	c 34	116 (80%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
33.58/33.79	c 34	130 (90%) CSP integer variables are encoded (3120 clauses, 38497 bytes)
33.58/33.79	c 34	144 (100%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
1800.09/1851.23	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077373-1247364444/watcher-2077373-1247364444 -o /tmp/evaluation-result-2077373-1247364444/solver-2077373-1247364444 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077373-1247364444.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.12 2.07 4/81 22166
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=12132 CPUtime=0
/proc/22166/stat : 22166 (sugar) R 22164 22166 20441 0 -1 4194304 219 0 0 0 0 0 0 0 20 0 1 0 23507656 12423168 187 996147200 4194304 4206940 548682068608 18446744073709551615 218075927265 0 0 4224 0 0 0 0 17 1 0 0
/proc/22166/statm: 3033 187 142 3 0 133 0

[startup+0.0756761 s]
/proc/loadavg: 2.05 2.12 2.07 4/81 22166
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16344 CPUtime=0.05
/proc/22166/stat : 22166 (sugar) R 22164 22166 20441 0 -1 4194304 1005 0 0 0 4 1 0 0 18 0 1 0 23507656 16736256 973 996147200 4194304 4206940 548682068608 18446744073709551615 218075927265 0 0 4224 0 0 0 0 17 1 0 0
/proc/22166/statm: 4086 973 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101678 s]
/proc/loadavg: 2.05 2.12 2.07 4/81 22166
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.06
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301709 s]
/proc/loadavg: 2.05 2.12 2.07 4/81 22166
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.06
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701775 s]
/proc/loadavg: 2.05 2.12 2.07 4/81 22166
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.06
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.05 2.12 2.07 3/85 22181
/proc/meminfo: memFree=1749808/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1309 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=862536 CPUtime=0.49
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 6470 0 1 0 46 3 0 0 18 0 9 0 23507755 883236864 5641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 215634 5641 2158 9 0 210547 0
[pid=22180/tid=22181] ppid=22179 vsize=862536 CPUtime=0.3
/proc/22180/task/22181/stat : 22181 (java) R 22179 22166 20441 0 -1 64 2018 0 1 0 29 1 0 0 21 0 9 0 23507756 883236864 5641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884760

[startup+3.10218 s]
/proc/loadavg: 2.12 2.14 2.07 4/92 22188
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1309 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=864240 CPUtime=2.08
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 18977 0 1 0 200 8 0 0 18 0 9 0 23507755 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 216060 17136 2566 9 0 210565 0
[pid=22180/tid=22181] ppid=22179 vsize=864240 CPUtime=0.95
/proc/22180/task/22181/stat : 22181 (java) R 22179 22166 20441 0 -1 64 3175 0 1 0 93 2 0 0 25 0 9 0 23507756 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4126506016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22182] ppid=22179 vsize=864240 CPUtime=1.06
/proc/22180/task/22182/stat : 22182 (java) S 22179 22166 20441 0 -1 64 14790 0 0 0 101 5 0 0 17 0 9 0 23507758 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22183] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=864240 CPUtime=0.04
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23507760 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 884981760 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886464

[startup+6.30271 s]
/proc/loadavg: 2.12 2.14 2.07 3/92 22188
/proc/meminfo: memFree=1627392/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1309 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=864240 CPUtime=5.28
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 43045 0 1 0 510 18 0 0 18 0 9 0 23507755 884981760 40251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 216060 40252 2566 9 0 210565 0
[pid=22180/tid=22181] ppid=22179 vsize=864240 CPUtime=2.04
/proc/22180/task/22181/stat : 22181 (java) R 22179 22166 20441 0 -1 64 4465 0 1 0 201 3 0 0 25 0 9 0 23507756 884981760 40252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22182] ppid=22179 vsize=864240 CPUtime=3.17
/proc/22180/task/22182/stat : 22182 (java) R 22179 22166 20441 0 -1 64 37569 0 0 0 303 14 0 0 16 0 9 0 23507758 884981760 40252 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22183] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 40252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 40252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 884981760 40252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=864240 CPUtime=0.04
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23507760 884981760 40253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 884981760 40253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 884981760 40253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886464

[startup+12.7028 s]
/proc/loadavg: 2.26 2.17 2.08 3/92 22188
/proc/meminfo: memFree=1419840/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1309 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=875492 CPUtime=11.68
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 103121 0 1 0 1123 45 0 0 18 0 9 0 23507755 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 218873 87013 2567 9 0 213378 0
[pid=22180/tid=22181] ppid=22179 vsize=875492 CPUtime=4.3
/proc/22180/task/22181/stat : 22181 (java) S 22179 22166 20441 0 -1 64 5606 0 1 0 427 3 0 0 17 0 9 0 23507756 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22182] ppid=22179 vsize=875492 CPUtime=7.31
/proc/22180/task/22182/stat : 22182 (java) R 22179 22166 20441 0 -1 64 96503 0 0 0 691 40 0 0 25 0 9 0 23507758 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22183] ppid=22179 vsize=875492 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=875492 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=875492 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=875492 CPUtime=0.04
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23507760 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=875492 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=875492 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 896503808 87013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 897716

[startup+25.5019 s]
/proc/loadavg: 2.29 2.18 2.09 3/92 22188
/proc/meminfo: memFree=1076288/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1309 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=864240 CPUtime=24.47
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 207205 0 1 0 2360 87 0 0 18 0 9 0 23507755 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 216060 172526 2567 9 0 210565 0
[pid=22180/tid=22181] ppid=22179 vsize=864240 CPUtime=8.99
/proc/22180/task/22181/stat : 22181 (java) R 22179 22166 20441 0 -1 64 8555 0 1 0 895 4 0 0 17 0 9 0 23507756 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 102523987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22182] ppid=22179 vsize=864240 CPUtime=15.4
/proc/22180/task/22182/stat : 22182 (java) R 22179 22166 20441 0 -1 64 197638 0 0 0 1459 81 0 0 25 0 9 0 23507758 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22183] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=864240 CPUtime=0.04
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 310 0 0 0 4 0 0 0 17 0 9 0 23507760 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=864240 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 884981760 172526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 886464

[startup+51.1012 s]
/proc/loadavg: 2.19 2.16 2.09 3/92 22188
/proc/meminfo: memFree=1021504/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91

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

/proc/meminfo: memFree=1189936/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1310 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=878604 CPUtime=1790.32
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 641310 0 1 0 178682 350 0 0 18 0 9 0 23507755 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 219651 187415 2590 9 0 214128 0
[pid=22180/tid=22181] ppid=22179 vsize=878604 CPUtime=1534.54
/proc/22180/task/22181/stat : 22181 (java) S 22179 22166 20441 0 -1 64 8685 0 1 0 153378 76 0 0 17 0 9 0 23507756 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22182] ppid=22179 vsize=878604 CPUtime=255.67
/proc/22180/task/22182/stat : 22182 (java) R 22179 22166 20441 0 -1 64 631590 0 0 0 25295 272 0 0 25 0 9 0 23507758 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 104190771 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22183] ppid=22179 vsize=878604 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=878604 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=878604 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=878604 CPUtime=0.07
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23507760 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=878604 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=878604 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 899690496 187415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 900828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1851.2 s]
/proc/loadavg: 2.15 2.27 2.34 4/93 24993
/proc/meminfo: memFree=1189936/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1310 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1111 409 3 0 796 0
[pid=22179] ppid=22166 vsize=5356 CPUtime=0
/proc/22179/stat : 22179 (sh) S 22166 22166 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23507755 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22179/statm: 1339 233 193 169 0 50 0
[pid=22180] ppid=22179 vsize=868356 CPUtime=1799.18
/proc/22180/stat : 22180 (java) S 22179 22166 20441 0 -1 0 657259 0 1 0 179561 357 0 0 18 0 9 0 23507755 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22180/statm: 217089 184853 2590 9 0 211566 0
[pid=22180/tid=22181] ppid=22179 vsize=868356 CPUtime=1534.88
/proc/22180/task/22181/stat : 22181 (java) S 22179 22166 20441 0 -1 64 8688 0 1 0 153412 76 0 0 17 0 9 0 23507756 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22182] ppid=22179 vsize=868356 CPUtime=264.2
/proc/22180/task/22182/stat : 22182 (java) R 22179 22166 20441 0 -1 64 647536 0 0 0 26140 280 0 0 25 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22183] ppid=22179 vsize=868356 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 22179 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=22179 vsize=868356 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 22179 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=22179 vsize=868356 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 22179 22166 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22186] ppid=22179 vsize=868356 CPUtime=0.07
/proc/22180/task/22186/stat : 22186 (java) S 22179 22166 20441 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=22179 vsize=868356 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=22179 vsize=868356 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 22179 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 890580

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

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

[startup+1852.2 s]
/proc/loadavg: 2.15 2.27 2.34 4/93 24993
/proc/meminfo: memFree=1189936/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1323 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1112 409 3 0 796 0
[pid=22179] ppid=22166 vsize=0 CPUtime=0
/proc/22179/stat : 22179 (sh) Z 22166 22166 20441 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23507755 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22179/statm: 0 0 0 0 0 0 0
[pid=22180] ppid=1 vsize=868356 CPUtime=1800.17
/proc/22180/stat : 22180 (java) S 1 22166 20441 0 -1 0 657260 0 1 0 179660 357 0 0 16 0 9 0 23507755 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22180/statm: 217089 184853 2590 9 0 211566 0
[pid=22180/tid=22181] ppid=1 vsize=868356 CPUtime=1534.88
/proc/22180/task/22181/stat : 22181 (java) S 1 22166 20441 0 -1 64 8688 0 1 0 153412 76 0 0 17 0 9 0 23507756 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22182] ppid=1 vsize=868356 CPUtime=265.19
/proc/22180/task/22182/stat : 22182 (java) R 1 22166 20441 0 -1 64 647536 0 0 0 26239 280 0 0 25 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 102758171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22183] ppid=1 vsize=868356 CPUtime=0
/proc/22180/task/22183/stat : 22183 (java) S 1 22166 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22184] ppid=1 vsize=868356 CPUtime=0
/proc/22180/task/22184/stat : 22184 (java) S 1 22166 20441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23507758 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22185] ppid=1 vsize=868356 CPUtime=0
/proc/22180/task/22185/stat : 22185 (java) S 1 22166 20441 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22186] ppid=1 vsize=868356 CPUtime=0.07
/proc/22180/task/22186/stat : 22186 (java) S 1 22166 20441 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22180/tid=22187] ppid=1 vsize=868356 CPUtime=0
/proc/22180/task/22187/stat : 22187 (java) S 1 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23507760 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22180/tid=22188] ppid=1 vsize=868356 CPUtime=0
/proc/22180/task/22188/stat : 22188 (java) S 1 22166 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23507761 889196544 184853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 885224

[startup+1852.3 s]
/proc/loadavg: 2.14 2.27 2.34 3/94 24994
/proc/meminfo: memFree=1189992/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1323 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1112 409 3 0 796 0
[pid=22179] ppid=22166 vsize=0 CPUtime=0
/proc/22179/stat : 22179 (sh) Z 22166 22166 20441 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23507755 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22179/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22166

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

[startup+1852.6 s]
/proc/loadavg: 2.14 2.27 2.34 3/94 24994
/proc/meminfo: memFree=1189992/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1323 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1112 409 3 0 796 0
[pid=22179] ppid=22166 vsize=0 CPUtime=0
/proc/22179/stat : 22179 (sh) Z 22166 22166 20441 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23507755 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22179/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

[startup+1853 s]
/proc/loadavg: 2.14 2.27 2.34 3/94 24994
/proc/meminfo: memFree=1189992/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1323 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1112 409 3 0 796 0
[pid=22179] ppid=22166 vsize=0 CPUtime=0
/proc/22179/stat : 22179 (sh) Z 22166 22166 20441 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23507755 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22179/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

[startup+1853.2 s]
/proc/loadavg: 2.14 2.27 2.34 3/94 24994
/proc/meminfo: memFree=1189992/2055920 swapFree=4192812/4192956
[pid=22166] ppid=22164 vsize=16868 CPUtime=0.91
/proc/22166/stat : 22166 (sugar) S 22164 22166 20441 0 -1 4194304 1323 12164 0 1 5 1 78 7 16 0 1 0 23507656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/22166/statm: 4217 1112 409 3 0 796 0
[pid=22179] ppid=22166 vsize=0 CPUtime=0
/proc/22179/stat : 22179 (sh) Z 22166 22166 20441 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23507755 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/22179/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 1800.17
#  lost CPU user time (s): 1796.6
#  lost CPU system time (s): 3.57

Real time (s): 1853.24
CPU time (s): 1801.11
CPU user time (s): 1797.44
CPU system time (s): 3.66299
CPU usage (%): 97.1868
Max. virtual memory (cumulated for all children) (KiB): 913080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.842871
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13487
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= 513
involuntary context switches= 369

runsolver used 2.53961 second user time and 6.552 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 04:07:24
IDJOB=2077373
IDBENCH=56588
IDSOLVER=738
FILE ID=node57/2077373-1247364444
PBS_JOBID= 9506982
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg12-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077373-1247364444/watcher-2077373-1247364444 -o /tmp/evaluation-result-2077373-1247364444/solver-2077373-1247364444 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077373-1247364444.xml

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

MD5SUM BENCH= 9db1dc211db55f8d8b765ff44bb252c5
RANDOM SEED=1063773986

node57.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.261
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.261
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:       1754800 kB
Buffers:         28040 kB
Cached:         161408 kB
SwapCached:          0 kB
Active:         173564 kB
Inactive:        75336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          72084 kB
Slab:            37488 kB
Committed_AS:   242076 kB
PageTables:       1912 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= 66408 MiB
End job on node57 at 2009-07-12 04:38:18