Trace number 3262604

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
priss 1.0? (TO) 4800.04 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
Bench CategoryCRAFTED (crafted instances)
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 variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 22461
0.00/0.00	c parsetime: 2914us
0.00/0.00	c parsed 9795 clauses with 186 variables
0.00/0.00	c NW started thread 0 successfully (1102481728)
0.00/0.00	c NW started thread 1 successfully (1112971584)
0.00/0.01	c NW started thread 2 successfully (1086155072)
0.00/0.01	c NW started thread 3 successfully (1123461440)
0.00/0.80	c preprocessor returned 10031 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 784866us (0s)
0.00/0.80	c preprocessor returned 10031 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 785828us (0s)
0.00/0.80	c preprocessor returned 10031 variables
0.00/0.80	c preprocessing returned UNKNOWN
0.00/0.80	c PP set 0 variables
0.00/0.80	c pp time: 785722us (0s)
203.68/51.05	c preprocessor returned 30173 variables
203.68/51.05	c preprocessing returned UNKNOWN
203.68/51.05	c PP set 0 variables
203.68/51.05	c pp time: 51040857us (51s)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262604-1307635885/watcher-3262604-1307635885 -o /tmp/evaluation-result-3262604-1307635885/solver-3262604-1307635885 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262604-1307635885.cnf 1854856679 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0

[startup+0.132947 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.208985 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13676 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.23675 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.53669 s]
/proc/loadavg: 8.08 8.09 7.59 5/182 22460
/proc/meminfo: memFree=31992356/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10641 s]
/proc/loadavg: 8.07 8.09 7.60 9/188 22466
/proc/meminfo: memFree=31960716/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=277168 CPUtime=12.37 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 9755 0 0 0 1236 1 0 0 18 0 5 0 953819087 283820032 8044 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 69292 8044 404 389 0 65042 0
[pid=22461/tid=22463] ppid=22460 vsize=277168 CPUtime=3.09 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 1711 0 0 0 309 0 0 0 24 0 5 0 953819087 283820032 8044 33554432000 4194304 5787044 140734240475296 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=277168 CPUtime=3.07 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 1900 0 0 0 307 0 0 0 24 0 5 0 953819087 283820032 8044 33554432000 4194304 5787044 140734240475296 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=277168 CPUtime=3.09 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 2205 0 0 0 309 0 0 0 21 0 5 0 953819087 283820032 8044 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=277168 CPUtime=3.08 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 2346 0 0 0 308 0 0 0 24 0 5 0 953819088 283820032 8044 33554432000 4194304 5787044 140734240475296 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 285868

[startup+6.30082 s]
/proc/loadavg: 8.07 8.09 7.60 9/188 22466
/proc/meminfo: memFree=31951736/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=281664 CPUtime=25.15 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 11751 0 0 0 2513 2 0 0 18 0 5 0 953819087 288423936 10040 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 70416 10040 404 389 0 66166 0
[pid=22461/tid=22463] ppid=22460 vsize=281664 CPUtime=6.29 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 3071 0 0 0 629 0 0 0 25 0 5 0 953819087 288423936 10040 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=281664 CPUtime=6.26 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 2206 0 0 0 626 0 0 0 25 0 5 0 953819087 288423936 10040 33554432000 4194304 5787044 140734240475296 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=281664 CPUtime=6.28 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 2535 0 0 0 628 0 0 0 25 0 5 0 953819087 288423936 10040 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=281664 CPUtime=6.29 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 2346 0 0 0 629 0 0 0 25 0 5 0 953819088 288423936 10040 33554432000 4194304 5787044 140734240475296 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 290364

[startup+12.7006 s]
/proc/loadavg: 8.06 8.09 7.60 9/188 22466
/proc/meminfo: memFree=31946036/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=283624 CPUtime=50.69 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 13075 0 0 0 5067 2 0 0 18 0 5 0 953819087 290430976 11364 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 70906 11364 404 389 0 66656 0
[pid=22461/tid=22463] ppid=22460 vsize=283624 CPUtime=12.68 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 3440 0 0 0 1268 0 0 0 25 0 5 0 953819087 290430976 11364 33554432000 4194304 5787044 140734240475296 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=283624 CPUtime=12.62 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 2671 0 0 0 1262 0 0 0 25 0 5 0 953819087 290430976 11364 33554432000 4194304 5787044 140734240475296 18446744073709551615 5585220 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=283624 CPUtime=12.67 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 3025 0 0 0 1267 0 0 0 25 0 5 0 953819087 290430976 11364 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=283624 CPUtime=12.68 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 2346 0 0 0 1268 0 0 0 25 0 5 0 953819088 290430976 11364 33554432000 4194304 5787044 140734240475296 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 292324

[startup+25.5013 s]
/proc/loadavg: 8.05 8.09 7.60 9/188 22467
/proc/meminfo: memFree=31928904/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=291168 CPUtime=101.82 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 16660 0 0 0 10178 4 0 0 18 0 5 0 953819087 298156032 14948 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 72792 14948 404 389 0 68542 0
[pid=22461/tid=22463] ppid=22460 vsize=291168 CPUtime=25.48 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 4252 0 0 0 2547 1 0 0 25 0 5 0 953819087 298156032 14948 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=291168 CPUtime=25.35 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 4616 0 0 0 2534 1 0 0 25 0 5 0 953819087 298156032 14948 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=291168 CPUtime=25.48 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 3853 0 0 0 2547 1 0 0 25 0 5 0 953819087 298156032 14948 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=291168 CPUtime=25.48 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 2346 0 0 0 2548 0 0 0 25 0 5 0 953819088 298156032 14948 33554432000 4194304 5787044 140734240475296 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 299868

[startup+51.1006 s]
/proc/loadavg: 8.03 8.08 7.61 9/188 22467
/proc/meminfo: memFree=31892624/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=297804 CPUtime=204.07 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 23068 0 0 0 20400 7 0 0 18 0 5 0 953819087 304951296 20290 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 74451 20290 416 389 0 70201 0
[pid=22461/tid=22463] ppid=22460 vsize=297804 CPUtime=51.08 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 5783 0 0 0 5106 2 0 0 25 0 5 0 953819087 304951296 20290 33554432000 4194304 5787044 140734240475296 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=297804 CPUtime=50.8 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 5817 0 0 0 5079 1 0 0 25 0 5 0 953819087 304951296 20290 33554432000 4194304 5787044 140734240475296 18446744073709551615 4692825 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=297804 CPUtime=51.08 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 5711 0 0 0 5106 2 0 0 25 0 5 0 953819087 304951296 20290 33554432000 4194304 5787044 140734240475296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=297804 CPUtime=51.08 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 4164 0 0 0 5108 0 0 0 25 0 5 0 953819088 304951296 20290 33554432000 4194304 5787044 140734240475296 18446744073709551615 5526890 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 306504

[startup+102.301 s]
/proc/loadavg: 8.09 8.09 7.64 9/188 22469
/proc/meminfo: memFree=31851892/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=306032 CPUtime=408.57 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 29213 0 0 0 40845 12 0 0 18 0 5 0 953819087 313376768 26314 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 76508 26314 417 389 0 72258 0
[pid=22461/tid=22463] ppid=22460 vsize=306032 CPUtime=102.27 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 6665 0 0 0 10224 3 0 0 25 0 5 0 953819087 313376768 26314 33554432000 4194304 5787044 140734240475296 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=306032 CPUtime=101.72 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 7186 0 0 0 10169 3 0 0 25 0 5 0 953819087 313376768 26314 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=306032 CPUtime=102.28 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 6943 0 0 0 10224 4 0 0 25 0 5 0 953819087 313376768 26314 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=306032 CPUtime=102.29 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 6826 0 0 0 10227 2 0 0 25 0 5 0 953819088 313376768 26314 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 314732

[startup+162.301 s]
/proc/loadavg: 8.12 8.10 7.67 9/188 22470
/proc/meminfo: memFree=31816252/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=321356 CPUtime=648.24 cores=0,2,4,6

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

/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 20988 0 0 0 81956 15 0 0 25 0 5 0 953819087 393547776 71063 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=384324 CPUtime=820.34 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 19190 0 0 0 82016 18 0 0 25 0 5 0 953819087 393547776 71063 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=384324 CPUtime=822.27 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 17480 0 0 0 82219 8 0 0 25 0 5 0 953819088 393547776 71063 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 393024

[startup+882.301 s]
/proc/loadavg: 8.06 8.04 7.85 9/188 22489
/proc/meminfo: memFree=31547812/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=384324 CPUtime=3524.16 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 75335 0 0 0 352362 54 0 0 18 0 5 0 953819087 393547776 71298 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 96081 71298 417 389 0 91831 0
[pid=22461/tid=22463] ppid=22460 vsize=384324 CPUtime=882.16 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 15686 0 0 0 88204 12 0 0 25 0 5 0 953819087 393547776 71298 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=384324 CPUtime=879.71 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 21003 0 0 0 87956 15 0 0 25 0 5 0 953819087 393547776 71298 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=384324 CPUtime=879.99 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 19572 0 0 0 87981 18 0 0 25 0 5 0 953819087 393547776 71298 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=384324 CPUtime=882.26 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 17481 0 0 0 88218 8 0 0 25 0 5 0 953819088 393547776 71298 33554432000 4194304 5787044 140734240475296 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 393024

[startup+942.301 s]
/proc/loadavg: 8.06 8.04 7.86 9/188 22491
/proc/meminfo: memFree=31537072/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=384324 CPUtime=3763.84 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 75540 0 0 0 376329 55 0 0 18 0 5 0 953819087 393547776 71503 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 96081 71503 417 389 0 91831 0
[pid=22461/tid=22463] ppid=22460 vsize=384324 CPUtime=942.15 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 15825 0 0 0 94203 12 0 0 25 0 5 0 953819087 393547776 71503 33554432000 4194304 5787044 140734240475296 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=384324 CPUtime=939.71 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 21036 0 0 0 93956 15 0 0 25 0 5 0 953819087 393547776 71503 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=384324 CPUtime=939.67 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 19598 0 0 0 93949 18 0 0 25 0 5 0 953819087 393547776 71503 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=384324 CPUtime=942.26 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 17488 0 0 0 94218 8 0 0 25 0 5 0 953819088 393547776 71503 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 393024

[startup+1002.3 s]
/proc/loadavg: 8.06 8.05 7.87 9/188 22493
/proc/meminfo: memFree=31512580/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=393316 CPUtime=4003.5 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 78074 0 0 0 400292 58 0 0 18 0 5 0 953819087 402755584 74037 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 98329 74037 417 389 0 94079 0
[pid=22461/tid=22463] ppid=22460 vsize=393316 CPUtime=1002.15 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 16471 0 0 0 100203 12 0 0 25 0 5 0 953819087 402755584 74037 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=393316 CPUtime=999.71 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 21645 0 0 0 99956 15 0 0 25 0 5 0 953819087 402755584 74037 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=393316 CPUtime=999.34 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 20650 0 0 0 99913 21 0 0 25 0 5 0 953819087 402755584 74037 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=393316 CPUtime=1002.26 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 17715 0 0 0 100218 8 0 0 25 0 5 0 953819088 402755584 74037 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 402016

[startup+1062.3 s]
/proc/loadavg: 7.89 7.99 7.86 9/188 22538
/proc/meminfo: memFree=31728204/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=401336 CPUtime=4243.2 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 81249 0 0 0 424259 61 0 0 18 0 5 0 953819087 410968064 77212 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 100334 77212 417 389 0 96084 0
[pid=22461/tid=22463] ppid=22460 vsize=401336 CPUtime=1062.15 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 17618 0 0 0 106203 12 0 0 25 0 5 0 953819087 410968064 77212 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=401336 CPUtime=1059.72 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 22104 0 0 0 105956 16 0 0 25 0 5 0 953819087 410968064 77212 33554432000 4194304 5787044 140734240475296 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=401336 CPUtime=1059.02 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 21266 0 0 0 105880 22 0 0 25 0 5 0 953819087 410968064 77212 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=401336 CPUtime=1062.27 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 18668 0 0 0 106218 9 0 0 25 0 5 0 953819088 410968064 77212 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 410036

[startup+1122.3 s]
/proc/loadavg: 8.08 8.02 7.88 9/188 22540
/proc/meminfo: memFree=31668840/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=482540 CPUtime=4482.84 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 86310 0 0 0 448220 64 0 0 18 0 5 0 953819087 494120960 82273 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 120635 82273 417 389 0 116385 0
[pid=22461/tid=22463] ppid=22460 vsize=482540 CPUtime=1122.14 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 17791 0 0 0 112201 13 0 0 25 0 5 0 953819087 494120960 82273 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=482540 CPUtime=1119.71 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 22675 0 0 0 111954 17 0 0 25 0 5 0 953819087 494120960 82273 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=482540 CPUtime=1118.69 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 23108 0 0 0 111846 23 0 0 25 0 5 0 953819087 494120960 82273 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=482540 CPUtime=1122.26 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 21143 0 0 0 112217 9 0 0 25 0 5 0 953819088 494120960 82273 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 491240

[startup+1182.31 s]
/proc/loadavg: 8.14 8.05 7.90 9/188 22541
/proc/meminfo: memFree=31627348/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=490160 CPUtime=4722.54 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 90681 0 0 0 472186 68 0 0 18 0 5 0 953819087 501923840 86644 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 122540 86644 417 389 0 118290 0
[pid=22461/tid=22463] ppid=22460 vsize=490160 CPUtime=1182.14 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 18558 0 0 0 118200 14 0 0 25 0 5 0 953819087 501923840 86644 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=490160 CPUtime=1179.72 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 24539 0 0 0 117953 19 0 0 25 0 5 0 953819087 501923840 86644 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=490160 CPUtime=1178.37 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 23956 0 0 0 117813 24 0 0 25 0 5 0 953819087 501923840 86644 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=490160 CPUtime=1182.27 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 22035 0 0 0 118218 9 0 0 25 0 5 0 953819088 501923840 86644 33554432000 4194304 5787044 140734240475296 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 498860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.06 7.90 9/188 22542
/proc/meminfo: memFree=31605860/32951124 swapFree=67056304/67111528
[pid=22460] ppid=22458 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22460/stat : 22460 (priss.sh) S 22458 22460 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953819086 8908800 252 33554432000 4194304 4922060 140735061245920 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22460/statm: 2175 252 211 178 0 68 0
[pid=22461] ppid=22460 vsize=491152 CPUtime=4800.04 cores=0,2,4,6
/proc/22461/stat : 22461 (priss) S 22460 22460 21841 0 -1 4202496 91829 0 0 0 479933 71 0 0 18 0 5 0 953819087 502939648 87792 33554432000 4194304 5787044 140734240475296 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22461/statm: 122788 87792 417 389 0 118538 0
[pid=22461/tid=22463] ppid=22460 vsize=491152 CPUtime=1201.53 cores=0,2,4,6
/proc/22461/task/22463/stat : 22463 (priss) R 22460 22460 21841 0 -1 4202560 18901 0 0 0 120139 14 0 0 25 0 5 0 953819087 502939648 87792 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22461/tid=22464] ppid=22460 vsize=491152 CPUtime=1199.12 cores=0,2,4,6
/proc/22461/task/22464/stat : 22464 (priss) R 22460 22460 21841 0 -1 4202560 24828 0 0 0 119892 20 0 0 25 0 5 0 953819087 502939648 87792 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22461/tid=22465] ppid=22460 vsize=491152 CPUtime=1197.66 cores=0,2,4,6
/proc/22461/task/22465/stat : 22465 (priss) R 22460 22460 21841 0 -1 4202560 24221 0 0 0 119741 25 0 0 25 0 5 0 953819087 502939648 87792 33554432000 4194304 5787044 140734240475296 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22461/tid=22466] ppid=22460 vsize=491152 CPUtime=1201.68 cores=0,2,4,6
/proc/22461/task/22466/stat : 22466 (priss) R 22460 22460 21841 0 -1 4202560 22286 0 0 0 120158 10 0 0 25 0 5 0 953819088 502939648 87792 33554432000 4194304 5787044 140734240475296 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 499852

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22460 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.04
CPU user time (s): 4799.33
CPU system time (s): 0.71
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 499852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.82272 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 18:11:25
IDJOB=3262604
IDBENCH=83356
IDSOLVER=1603
FILE ID=node110/3262604-1307635885
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262604-1307635885/watcher-3262604-1307635885 -o /tmp/evaluation-result-3262604-1307635885/solver-3262604-1307635885 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262604-1307635885.cnf 1854856679 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=1854856679

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31992776 kB
Buffers:        218836 kB
Cached:         363992 kB
SwapCached:       8464 kB
Active:         452688 kB
Inactive:       281376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31992776 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:      148724 kB
Mapped:          13744 kB
Slab:           160248 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   384204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node110 at 2011-06-09 18:31:29