Trace number 2068959

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) 145.158 2002.04

General information on the benchmark

Namecsp/tdsp/
normalized-C7-3-240.xml
MD5SUMf9fb4b9e93d84a370d6e24bfb8078515
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sat Jul 11 23:52:07 2009
0.04/0.07	c 0	PID 15458
0.04/0.07	c 0	HOST node77.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2068959-1247349127.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068959-1247349127.xml' 'HOME/temp.csp'
1.48/1.53	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.48/1.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.48/1.54	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'
1.51/1.61	c 1	Parsing HOME/temp.csp
1.51/1.90	c 2	parsed 10000 expressions
1.51/2.10	c 2	parsed 20000 expressions
1.51/2.10	c 2	parsed 20099 expressions
2.06/2.11	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.06/2.11	c 2	Converting to clausal form CSP
2.45/2.53	c 2	converted 2010 (10%) expressions
2.55/2.67	c 2	converted 4020 (20%) expressions
2.76/2.82	c 3	converted 6030 (30%) expressions
2.85/2.96	c 3	converted 8040 (40%) expressions
3.15/3.25	c 3	converted 10050 (50%) expressions
3.35/3.40	c 3	converted 12060 (60%) expressions
3.45/3.55	c 3	converted 14070 (70%) expressions
3.55/3.69	c 3	converted 16080 (80%) expressions
3.75/3.83	c 4	converted 18090 (90%) expressions
3.84/3.97	c 4	converted 20099 (100%) expressions
3.84/3.98	c 4	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 240
3.84/3.98	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.84/3.98	c 4	Propagation in CSP
3.94/4.02	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.94/4.02	c 4	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 240
3.94/4.02	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.94/4.04	c 4	Simplifing CSP by introducing new Boolean variables
4.54/4.63	c 4	CSP : 974 integers, 76440 booleans, 96694 clauses, largest domain size 240
4.54/4.63	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.83/4.90	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.83/4.95	c 5	98 (10%) CSP integer variables are encoded (12260 clauses, 161922 bytes)
4.83/4.96	c 5	195 (20%) CSP integer variables are encoded (24562 clauses, 346452 bytes)
4.83/4.98	c 5	293 (30%) CSP integer variables are encoded (36974 clauses, 532632 bytes)
4.83/4.99	c 5	390 (40%) CSP integer variables are encoded (49361 clauses, 718437 bytes)
4.94/5.00	c 5	487 (50%) CSP integer variables are encoded (61958 clauses, 907392 bytes)
4.94/5.02	c 5	585 (60%) CSP integer variables are encoded (74437 clauses, 1094577 bytes)
4.94/5.02	c 5	682 (70%) CSP integer variables are encoded (76333 clauses, 1123017 bytes)
4.94/5.02	c 5	780 (80%) CSP integer variables are encoded (77355 clauses, 1138347 bytes)
4.94/5.03	c 5	877 (90%) CSP integer variables are encoded (78756 clauses, 1159362 bytes)
4.94/5.03	c 5	974 (100%) CSP integer variables are encoded (79786 clauses, 1174812 bytes)
43.25/53.69	c 53	9670 (10%) CSP clauses are encoded (18764905 clauses, 490396316 bytes)
86.81/1667.24	c 1667	19339 (20%) CSP clauses are encoded (39448699 clauses, 1037439557 bytes)
121.47/1719.25	c 1719	29009 (30%) CSP clauses are encoded (55473547 clauses, 1473314972 bytes)
145.14/2000.02	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-2068959-1247349127/watcher-2068959-1247349127 -o /tmp/evaluation-result-2068959-1247349127/solver-2068959-1247349127 -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-2068959-1247349127.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.92 1.98 2.01 4/81 15458
/proc/meminfo: memFree=1103296/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=12272 CPUtime=0
/proc/15458/stat : 15458 (sugar) R 15456 15458 15421 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 21977887 12566528 322 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/15458/statm: 3068 324 244 3 0 168 0

[startup+0.0557049 s]
/proc/loadavg: 1.92 1.98 2.01 4/81 15458
/proc/meminfo: memFree=1103296/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16212 CPUtime=0.04
/proc/15458/stat : 15458 (sugar) R 15456 15458 15421 0 -1 4194304 955 0 0 0 3 1 0 0 18 0 1 0 21977887 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/15458/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.10171 s]
/proc/loadavg: 1.92 1.98 2.01 4/81 15458
/proc/meminfo: memFree=1103296/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=0.07
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301744 s]
/proc/loadavg: 1.92 1.98 2.01 4/81 15458
/proc/meminfo: memFree=1103296/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=0.07
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 1.92 1.98 2.01 4/81 15458
/proc/meminfo: memFree=1103296/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=0.07
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 1.93 1.98 2.01 3/92 15470
/proc/meminfo: memFree=1073192/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=0.07
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15461] ppid=15458 vsize=5356 CPUtime=0
/proc/15461/stat : 15461 (sh) S 15458 15458 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21977894 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15461/statm: 1339 233 193 169 0 50 0
[pid=15462] ppid=15461 vsize=864788 CPUtime=1.41
/proc/15462/stat : 15462 (java) S 15461 15458 15421 0 -1 0 13229 0 1 0 133 8 0 0 18 0 9 0 21977895 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15462/statm: 216197 11256 2557 9 0 210709 0
[pid=15462/tid=15463] ppid=15461 vsize=864788 CPUtime=0.84
/proc/15462/task/15463/stat : 15463 (java) R 15461 15458 15421 0 -1 64 3069 0 1 0 82 2 0 0 25 0 9 0 21977896 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4126765364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15464] ppid=15461 vsize=864788 CPUtime=0.39
/proc/15462/task/15464/stat : 15464 (java) S 15461 15458 15421 0 -1 64 8920 0 0 0 36 3 0 0 16 0 9 0 21977897 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15465] ppid=15461 vsize=864788 CPUtime=0
/proc/15462/task/15465/stat : 15465 (java) S 15461 15458 15421 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21977897 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15466] ppid=15461 vsize=864788 CPUtime=0
/proc/15462/task/15466/stat : 15466 (java) S 15461 15458 15421 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21977897 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15467] ppid=15461 vsize=864788 CPUtime=0
/proc/15462/task/15467/stat : 15467 (java) S 15461 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21977899 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15468] ppid=15461 vsize=864788 CPUtime=0.13
/proc/15462/task/15468/stat : 15468 (java) S 15461 15458 15421 0 -1 64 536 0 0 0 13 0 0 0 16 0 9 0 21977899 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15469] ppid=15461 vsize=864788 CPUtime=0
/proc/15462/task/15469/stat : 15469 (java) S 15461 15458 15421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21977899 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15462/tid=15470] ppid=15461 vsize=864788 CPUtime=0
/proc/15462/task/15470/stat : 15470 (java) S 15461 15458 15421 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21977899 885542912 11256 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 887012

[startup+3.10231 s]
/proc/loadavg: 1.93 1.98 2.01 4/92 15480
/proc/meminfo: memFree=1081128/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1309 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868892 CPUtime=1.54
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 12174 0 1 0 147 7 0 0 20 0 9 0 21978041 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217223 11272 2566 9 0 211728 0
[pid=15472/tid=15473] ppid=15471 vsize=868892 CPUtime=0.94
/proc/15472/task/15473/stat : 15473 (java) R 15471 15458 15421 0 -1 64 2729 0 1 0 92 2 0 0 25 0 9 0 21978042 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868892 CPUtime=0.43
/proc/15472/task/15474/stat : 15474 (java) R 15471 15458 15421 0 -1 64 7277 0 0 0 40 3 0 0 16 0 9 0 21978043 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868892 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868892 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21978043 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868892 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868892 CPUtime=0.14
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1464 0 0 0 14 0 0 0 16 0 9 0 21978045 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868892 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868892 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889745408 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 891116

[startup+6.30294 s]
/proc/loadavg: 1.93 1.98 2.01 3/92 15480
/proc/meminfo: memFree=1021032/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1310 13655 0 1 5 2 135 9 15 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868752 CPUtime=4.71
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 22217 0 1 0 448 23 0 0 20 0 9 0 21978041 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217188 20586 2590 9 0 211665 0
[pid=15472/tid=15473] ppid=15471 vsize=868752 CPUtime=3.02
/proc/15472/task/15473/stat : 15473 (java) R 15471 15458 15421 0 -1 64 3384 0 1 0 288 14 0 0 21 0 9 0 21978042 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 102094039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868752 CPUtime=1.46
/proc/15472/task/15474/stat : 15474 (java) S 15471 15458 15421 0 -1 64 16614 0 0 0 138 8 0 0 16 0 9 0 21978043 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868752 CPUtime=0.21
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1515 0 0 0 21 0 0 0 16 0 9 0 21978045 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889602048 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890976

[startup+12.7022 s]
/proc/loadavg: 2.09 2.02 2.02 3/92 15480
/proc/meminfo: memFree=935472/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1310 13655 0 1 5 2 135 9 15 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868752 CPUtime=11.05
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 22681 0 1 0 1032 73 0 0 20 0 9 0 21978041 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217188 20588 2590 9 0 211665 0
[pid=15472/tid=15473] ppid=15471 vsize=868752 CPUtime=9.13
/proc/15472/task/15473/stat : 15473 (java) R 15471 15458 15421 0 -1 64 3846 0 1 0 853 60 0 0 25 0 9 0 21978042 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4126791568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868752 CPUtime=1.69
/proc/15472/task/15474/stat : 15474 (java) S 15471 15458 15421 0 -1 64 16614 0 0 0 157 12 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868752 CPUtime=0.21
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1517 0 0 0 21 0 0 0 17 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890976

[startup+25.5017 s]
/proc/loadavg: 2.38 2.08 2.04 2/92 15480
/proc/meminfo: memFree=767472/2055920 swapFree=4192948/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1310 13655 0 1 5 2 135 9 15 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868752 CPUtime=23.25
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 23553 0 1 0 2159 166 0 0 20 0 9 0 21978041 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217188 20588 2590 9 0 211665 0
[pid=15472/tid=15473] ppid=15471 vsize=868752 CPUtime=20.88
/proc/15472/task/15473/stat : 15473 (java) D 15471 15458 15421 0 -1 64 4718 0 1 0 1942 146 0 0 25 0 9 0 21978042 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868752 CPUtime=2.12
/proc/15472/task/15474/stat : 15474 (java) S 15471 15458 15421 0 -1 64 16614 0 0 0 195 17 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0

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

[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868752 CPUtime=0.21
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1517 0 0 0 21 0 0 0 17 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.14
Current children cumulated vsize (KiB) 890976
heavy processes:

[startup+1962.3 s]
/proc/loadavg: 5.09 6.57 6.55 1/87 15528
/proc/meminfo: memFree=84712/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1310 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868752 CPUtime=143.63
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 31866 0 1 0 13174 1189 0 0 20 0 9 0 21978041 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217188 20588 2590 9 0 211665 0
[pid=15472/tid=15473] ppid=15471 vsize=868752 CPUtime=136.95
/proc/15472/task/15473/stat : 15473 (java) D 15471 15458 15421 0 -1 64 13031 0 1 0 12587 1108 0 0 24 0 9 0 21978042 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868752 CPUtime=6.43
/proc/15472/task/15474/stat : 15474 (java) S 15471 15458 15421 0 -1 64 16614 0 0 0 564 79 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868752 CPUtime=0.21
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1517 0 0 0 21 0 0 0 17 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.14
Current children cumulated vsize (KiB) 890976
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000 s]
/proc/loadavg: 5.11 6.41 6.50 1/88 15530
/proc/meminfo: memFree=84192/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1310 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1111 409 3 0 796 0
[pid=15471] ppid=15458 vsize=5356 CPUtime=0
/proc/15471/stat : 15471 (sh) S 15458 15458 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21978041 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 1339 233 193 169 0 50 0
[pid=15472] ppid=15471 vsize=868752 CPUtime=143.63
/proc/15472/stat : 15472 (java) S 15471 15458 15421 0 -1 0 31866 0 1 0 13174 1189 0 0 20 0 9 0 21978041 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 217188 20588 2590 9 0 211665 0
[pid=15472/tid=15473] ppid=15471 vsize=868752 CPUtime=136.95
/proc/15472/task/15473/stat : 15473 (java) D 15471 15458 15421 0 -1 64 13031 0 1 0 12587 1108 0 0 24 0 9 0 21978042 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=15472/tid=15474] ppid=15471 vsize=868752 CPUtime=6.43
/proc/15472/task/15474/stat : 15474 (java) S 15471 15458 15421 0 -1 64 16614 0 0 0 564 79 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15475] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15475/stat : 15475 (java) S 15471 15458 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15476] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15476/stat : 15476 (java) S 15471 15458 15421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21978043 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15477] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15477/stat : 15477 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15478] ppid=15471 vsize=868752 CPUtime=0.21
/proc/15472/task/15478/stat : 15478 (java) S 15471 15458 15421 0 -1 64 1517 0 0 0 21 0 0 0 17 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15472/tid=15479] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15479/stat : 15479 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15472/tid=15480] ppid=15471 vsize=868752 CPUtime=0
/proc/15472/task/15480/stat : 15480 (java) S 15471 15458 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21978045 889602048 20588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.14
Current children cumulated vsize (KiB) 890976
heavy processes:

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

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

[startup+2000.7 s]
/proc/loadavg: 5.11 6.41 6.50 1/88 15530
/proc/meminfo: memFree=84192/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1323 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1112 409 3 0 796 0
[pid=15471] ppid=15458 vsize=0 CPUtime=0
/proc/15471/stat : 15471 (sh) Z 15458 15458 15421 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21978041 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15471/statm: 0 0 0 0 0 0 0
[pid=15472] ppid=1 vsize=0 CPUtime=143.63
/proc/15472/stat : 15472 (java) Z 1 15458 15421 0 -1 1036 31886 0 1 0 13174 1189 0 0 15 0 2 0 21978041 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15472/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.14
Current children cumulated vsize (KiB) 16868

[startup+2000.8 s]
/proc/loadavg: 5.10 6.39 6.49 1/82 15533
/proc/meminfo: memFree=84376/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1323 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1112 409 3 0 796 0
[pid=15471] ppid=15458 vsize=0 CPUtime=0
/proc/15471/stat : 15471 (sh) Z 15458 15458 15421 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21978041 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15458

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

[startup+2001.4 s]
/proc/loadavg: 5.10 6.39 6.49 1/82 15533
/proc/meminfo: memFree=84376/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1323 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1112 409 3 0 796 0
[pid=15471] ppid=15458 vsize=0 CPUtime=0
/proc/15471/stat : 15471 (sh) Z 15458 15458 15421 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21978041 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 16868

[startup+2001.8 s]
/proc/loadavg: 5.10 6.39 6.49 1/82 15533
/proc/meminfo: memFree=84376/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1323 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1112 409 3 0 796 0
[pid=15471] ppid=15458 vsize=0 CPUtime=0
/proc/15471/stat : 15471 (sh) Z 15458 15458 15421 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21978041 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 16868

[startup+2002.01 s]
/proc/loadavg: 5.10 6.39 6.49 1/82 15533
/proc/meminfo: memFree=84440/2055920 swapFree=4192812/4192956
[pid=15458] ppid=15456 vsize=16868 CPUtime=1.51
/proc/15458/stat : 15458 (sugar) S 15456 15458 15421 0 -1 4194304 1323 13655 0 1 5 2 135 9 16 0 1 0 21977887 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15458/statm: 4217 1112 409 3 0 796 0
[pid=15471] ppid=15458 vsize=0 CPUtime=0
/proc/15471/stat : 15471 (sh) Z 15458 15458 15421 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21978041 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
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): 143.63
#  lost CPU user time (s): 131.74
#  lost CPU system time (s): 11.89

Real time (s): 2002.04
CPU time (s): 145.158
CPU user time (s): 133.152
CPU system time (s): 12.006
CPU usage (%): 7.25051
Max. virtual memory (cumulated for all children) (KiB): 891868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.41179
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14978
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= 812
involuntary context switches= 670

runsolver used 2.84357 second user time and 6.49101 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-11 23:52:07
IDJOB=2068959
IDBENCH=54965
IDSOLVER=739
FILE ID=node77/2068959-1247349127
PBS_JOBID= 9506894
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-3-240.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-2068959-1247349127/watcher-2068959-1247349127 -o /tmp/evaluation-result-2068959-1247349127/solver-2068959-1247349127 -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-2068959-1247349127.xml

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

MD5SUM BENCH= f9fb4b9e93d84a370d6e24bfb8078515
RANDOM SEED=543585692

node77.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.256
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1103712 kB
Buffers:         58500 kB
Cached:         741580 kB
SwapCached:          8 kB
Active:         179388 kB
Inactive:       718328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103712 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4752 kB
Writeback:           0 kB
Mapped:         113896 kB
Slab:            39584 kB
Committed_AS:   905536 kB
PageTables:       1936 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= 64468 MiB
End job on node77 at 2009-07-12 00:25:29