Trace number 3261988

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.23 1201.82

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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: 22276
0.00/0.01	c parsetime: 9174us
0.00/0.01	c parsed 28991 clauses with 232 variables
0.00/0.01	c NW started thread 0 successfully (1091504448)
0.00/0.02	c NW started thread 1 successfully (1101994304)
0.00/0.02	c NW started thread 2 successfully (1114941760)
0.00/0.02	c NW started thread 3 successfully (1125431616)
9.52/2.46	c preprocessor returned 10022 variables
9.52/2.46	c preprocessing returned UNKNOWN
9.52/2.46	c PP set 0 variables
9.52/2.46	c pp time: 2445307us (2s)
9.52/2.47	c preprocessor returned 10022 variables
9.52/2.47	c preprocessing returned UNKNOWN
9.52/2.47	c PP set 0 variables
9.52/2.47	c pp time: 2453539us (2s)
9.52/2.48	c preprocessor returned 10022 variables
9.52/2.48	c preprocessing returned UNKNOWN
9.52/2.48	c PP set 0 variables
9.52/2.48	c pp time: 2458101us (2s)
338.28/84.77	c preprocessor returned 30028 variables
338.28/84.77	c preprocessing returned UNKNOWN
338.28/84.77	c PP set 0 variables
338.28/84.77	c pp time: 84743762us (84s)

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-3261988-1307634505/watcher-3261988-1307634505 -o /tmp/evaluation-result-3261988-1307634505/solver-3261988-1307634505 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3261988-1307634505.cnf 1854856679 4800 15500 4 

running on 4 cores: 1,3,5,7

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.14 8.00 5.93 5/182 22275
/proc/meminfo: memFree=30458728/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0

[startup+0.135222 s]
/proc/loadavg: 8.14 8.00 5.93 5/182 22275
/proc/meminfo: memFree=30458728/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20021 s]
/proc/loadavg: 8.14 8.00 5.93 5/182 22275
/proc/meminfo: memFree=30458728/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30019 s]
/proc/loadavg: 8.14 8.00 5.93 5/182 22275
/proc/meminfo: memFree=30458728/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700117 s]
/proc/loadavg: 8.14 8.00 5.93 5/182 22275
/proc/meminfo: memFree=30458728/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 8.14 8.00 5.93 9/188 22281
/proc/meminfo: memFree=30444896/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=201084 CPUtime=5.92 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 4829 0 0 0 590 2 0 0 18 0 5 0 953681070 205910016 4766 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 50271 4766 352 389 0 46021 0
[pid=22276/tid=22278] ppid=22275 vsize=201084 CPUtime=1.47 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 511 0 0 0 147 0 0 0 25 0 5 0 953681072 205910016 4766 33554432000 4194304 5787044 140736881687264 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=201084 CPUtime=1.47 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 503 0 0 0 147 0 0 0 25 0 5 0 953681072 205910016 4766 33554432000 4194304 5787044 140736881687264 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=201084 CPUtime=1.46 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 464 0 0 0 146 0 0 0 25 0 5 0 953681072 205910016 4766 33554432000 4194304 5787044 140736881687264 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=201084 CPUtime=1.46 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 492 0 0 0 146 0 0 0 23 0 5 0 953681073 205910016 4766 33554432000 4194304 5787044 140736881687264 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 209784

[startup+3.10068 s]
/proc/loadavg: 8.13 8.00 5.94 9/188 22281
/proc/meminfo: memFree=30426296/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=215152 CPUtime=12.31 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 11695 0 0 0 1227 4 0 0 18 0 5 0 953681070 220315648 10336 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 53788 10336 404 389 0 49538 0
[pid=22276/tid=22278] ppid=22275 vsize=215152 CPUtime=3.07 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 2374 0 0 0 307 0 0 0 25 0 5 0 953681072 220315648 10336 33554432000 4194304 5787044 140736881687264 18446744073709551615 4213847 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=215152 CPUtime=3.07 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 2013 0 0 0 307 0 0 0 19 0 5 0 953681072 220315648 10336 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=215152 CPUtime=3.06 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 2047 0 0 0 305 1 0 0 25 0 5 0 953681072 220315648 10336 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=215152 CPUtime=3.07 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 2402 0 0 0 306 1 0 0 19 0 5 0 953681073 220315648 10336 33554432000 4194304 5787044 140736881687264 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 223852

[startup+6.3011 s]
/proc/loadavg: 8.13 8.00 5.94 9/188 22281
/proc/meminfo: memFree=30416128/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=216100 CPUtime=25.1 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 12496 0 0 0 2505 5 0 0 18 0 5 0 953681070 221286400 11137 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 54025 11137 404 389 0 49775 0
[pid=22276/tid=22278] ppid=22275 vsize=216100 CPUtime=6.28 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 2615 0 0 0 627 1 0 0 25 0 5 0 953681072 221286400 11137 33554432000 4194304 5787044 140736881687264 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=216100 CPUtime=6.27 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 2250 0 0 0 627 0 0 0 19 0 5 0 953681072 221286400 11137 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=216100 CPUtime=6.23 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 2351 0 0 0 622 1 0 0 25 0 5 0 953681072 221286400 11137 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=216100 CPUtime=6.27 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 2421 0 0 0 626 1 0 0 25 0 5 0 953681073 221286400 11137 33554432000 4194304 5787044 140736881687264 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 224800

[startup+12.7009 s]
/proc/loadavg: 8.11 8.00 5.96 9/188 22281
/proc/meminfo: memFree=30405720/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=221952 CPUtime=50.66 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 14849 0 0 0 5059 7 0 0 18 0 5 0 953681070 227278848 13490 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 55488 13490 404 389 0 51238 0
[pid=22276/tid=22278] ppid=22275 vsize=221952 CPUtime=12.67 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 2941 0 0 0 1266 1 0 0 25 0 5 0 953681072 227278848 13490 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=221952 CPUtime=12.67 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 3709 0 0 0 1266 1 0 0 25 0 5 0 953681072 227278848 13490 33554432000 4194304 5787044 140736881687264 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=221952 CPUtime=12.6 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 2918 0 0 0 1258 2 0 0 25 0 5 0 953681072 227278848 13490 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=221952 CPUtime=12.67 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 2422 0 0 0 1266 1 0 0 25 0 5 0 953681073 227278848 13490 33554432000 4194304 5787044 140736881687264 18446744073709551615 260020089842 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 230652

[startup+25.5006 s]
/proc/loadavg: 8.09 8.00 5.98 9/188 22282
/proc/meminfo: memFree=30398668/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=224192 CPUtime=101.79 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 16701 0 0 0 10170 9 0 0 18 0 5 0 953681070 229572608 15342 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 56048 15342 404 389 0 51798 0
[pid=22276/tid=22278] ppid=22275 vsize=224192 CPUtime=25.47 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 3533 0 0 0 2546 1 0 0 25 0 5 0 953681072 229572608 15342 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=224192 CPUtime=25.48 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 4252 0 0 0 2546 2 0 0 25 0 5 0 953681072 229572608 15342 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=224192 CPUtime=25.33 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 3635 0 0 0 2530 3 0 0 25 0 5 0 953681072 229572608 15342 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=224192 CPUtime=25.47 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 2422 0 0 0 2546 1 0 0 25 0 5 0 953681073 229572608 15342 33554432000 4194304 5787044 140736881687264 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 232892

[startup+51.1009 s]
/proc/loadavg: 8.20 8.03 6.05 9/188 22282
/proc/meminfo: memFree=30375448/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=233004 CPUtime=204.05 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 20850 0 0 0 20391 14 0 0 18 0 5 0 953681070 238596096 19488 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 58251 19488 404 389 0 54001 0
[pid=22276/tid=22278] ppid=22275 vsize=233004 CPUtime=51.07 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 4555 0 0 0 5104 3 0 0 25 0 5 0 953681072 238596096 19488 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=233004 CPUtime=51.07 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 6341 0 0 0 5104 3 0 0 25 0 5 0 953681072 238596096 19488 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=233004 CPUtime=50.79 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 4673 0 0 0 5074 5 0 0 25 0 5 0 953681072 238596096 19488 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591695 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=233004 CPUtime=51.07 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 2422 0 0 0 5106 1 0 0 25 0 5 0 953681073 238596096 19488 33554432000 4194304 5787044 140736881687264 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 241704

[startup+102.301 s]
/proc/loadavg: 8.15 8.04 6.16 9/188 22284
/proc/meminfo: memFree=30286992/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=248964 CPUtime=408.57 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 31044 0 0 0 40834 23 0 0 18 0 5 0 953681070 254939136 28462 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 62241 28462 417 389 0 57991 0
[pid=22276/tid=22278] ppid=22275 vsize=248964 CPUtime=102.27 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 6166 0 0 0 10222 5 0 0 25 0 5 0 953681072 254939136 28462 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=248964 CPUtime=102.27 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 9180 0 0 0 10221 6 0 0 25 0 5 0 953681072 254939136 28462 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=248964 CPUtime=101.7 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 7692 0 0 0 10162 8 0 0 25 0 5 0 953681072 254939136 28462 33554432000 4194304 5787044 140736881687264 18446744073709551615 4228862 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=248964 CPUtime=102.27 cores=1,3,5,7

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

/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 25226 0 0 0 88162 25 0 0 25 0 5 0 953681072 477757440 76411 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=466560 CPUtime=877.65 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 21078 0 0 0 87733 32 0 0 25 0 5 0 953681072 477757440 76411 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=466560 CPUtime=882.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 14202 0 0 0 88211 12 0 0 25 0 5 0 953681073 477757440 76411 33554432000 4194304 5787044 140736881687264 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524
Current children cumulated vsize (KiB) 475260

[startup+942.301 s]
/proc/loadavg: 8.11 8.14 7.32 9/188 22366
/proc/meminfo: memFree=31486508/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=478860 CPUtime=3763.65 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 85264 0 0 0 376267 98 0 0 18 0 5 0 953681070 490352640 81740 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 119715 81740 417 389 0 115465 0
[pid=22276/tid=22278] ppid=22275 vsize=478860 CPUtime=942.19 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 18166 0 0 0 94196 23 0 0 25 0 5 0 953681072 490352640 81740 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=478860 CPUtime=941.53 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 26603 0 0 0 94125 28 0 0 25 0 5 0 953681072 490352640 81740 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=478860 CPUtime=937.64 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 22103 0 0 0 93732 32 0 0 25 0 5 0 953681072 490352640 81740 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=478860 CPUtime=942.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 15533 0 0 0 94210 13 0 0 25 0 5 0 953681073 490352640 81740 33554432000 4194304 5787044 140736881687264 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 487560

[startup+1002.3 s]
/proc/loadavg: 8.04 8.11 7.36 9/188 22368
/proc/meminfo: memFree=31467848/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=548496 CPUtime=4003.32 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 89724 0 0 0 400227 105 0 0 18 0 5 0 953681070 561659904 86200 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 137124 86200 417 389 0 132874 0
[pid=22276/tid=22278] ppid=22275 vsize=548496 CPUtime=1002.19 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 20262 0 0 0 100194 25 0 0 25 0 5 0 953681072 561659904 86200 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=548496 CPUtime=1001.2 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 27739 0 0 0 100090 30 0 0 25 0 5 0 953681072 561659904 86200 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=548496 CPUtime=997.64 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 22107 0 0 0 99732 32 0 0 25 0 5 0 953681072 561659904 86200 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=548496 CPUtime=1002.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 16757 0 0 0 100208 15 0 0 25 0 5 0 953681073 561659904 86200 33554432000 4194304 5787044 140736881687264 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.32
Current children cumulated vsize (KiB) 557196

[startup+1062.3 s]
/proc/loadavg: 8.05 8.11 7.40 9/188 22369
/proc/meminfo: memFree=31448448/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=548496 CPUtime=4243 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 91946 0 0 0 424192 108 0 0 18 0 5 0 953681070 561659904 88217 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 137124 88217 417 389 0 132874 0
[pid=22276/tid=22278] ppid=22275 vsize=548496 CPUtime=1062.19 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 20823 0 0 0 106193 26 0 0 25 0 5 0 953681072 561659904 88217 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=548496 CPUtime=1060.88 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 28866 0 0 0 106056 32 0 0 25 0 5 0 953681072 561659904 88217 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=548496 CPUtime=1057.64 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 22118 0 0 0 105732 32 0 0 25 0 5 0 953681072 561659904 88217 33554432000 4194304 5787044 140736881687264 18446744073709551615 5592100 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=548496 CPUtime=1062.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 17280 0 0 0 106207 16 0 0 25 0 5 0 953681073 561659904 88217 33554432000 4194304 5787044 140736881687264 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243
Current children cumulated vsize (KiB) 557196

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 7.45 9/188 22371
/proc/meminfo: memFree=31423832/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=553664 CPUtime=4482.65 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 94280 0 0 0 448155 110 0 0 18 0 5 0 953681070 566951936 90101 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 138416 90101 417 389 0 134166 0
[pid=22276/tid=22278] ppid=22275 vsize=553664 CPUtime=1122.16 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 21408 0 0 0 112190 26 0 0 25 0 5 0 953681072 566951936 90101 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=553664 CPUtime=1120.55 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 29725 0 0 0 112022 33 0 0 25 0 5 0 953681072 566951936 90101 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=553664 CPUtime=1117.64 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 22711 0 0 0 111732 32 0 0 25 0 5 0 953681072 566951936 90101 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591626 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=553664 CPUtime=1122.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 17577 0 0 0 112207 16 0 0 25 0 5 0 953681073 566951936 90101 33554432000 4194304 5787044 140736881687264 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.65
Current children cumulated vsize (KiB) 562364

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 7.48 9/188 22373
/proc/meminfo: memFree=31396992/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=557624 CPUtime=4722.32 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 95359 0 0 0 472121 111 0 0 18 0 5 0 953681070 571006976 91180 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 139406 91180 417 389 0 135156 0
[pid=22276/tid=22278] ppid=22275 vsize=557624 CPUtime=1182.16 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 21408 0 0 0 118190 26 0 0 25 0 5 0 953681072 571006976 91180 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=557624 CPUtime=1180.31 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 29726 0 0 0 117998 33 0 0 25 0 5 0 953681072 571006976 91180 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=557624 CPUtime=1177.56 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 22796 0 0 0 117723 33 0 0 25 0 5 0 953681072 571006976 91180 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=557624 CPUtime=1182.23 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 18570 0 0 0 118206 17 0 0 25 0 5 0 953681073 571006976 91180 33554432000 4194304 5787044 140736881687264 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 566324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.11 7.50 9/188 22373
/proc/meminfo: memFree=31390280/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=559556 CPUtime=4800.23 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 95819 0 0 0 479911 112 0 0 18 0 5 0 953681070 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 139889 91640 417 389 0 135639 0
[pid=22276/tid=22278] ppid=22275 vsize=559556 CPUtime=1201.66 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 21408 0 0 0 120140 26 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=559556 CPUtime=1199.82 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 29726 0 0 0 119949 33 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=559556 CPUtime=1196.95 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 23213 0 0 0 119662 33 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=559556 CPUtime=1201.74 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 18613 0 0 0 120157 17 0 0 25 0 5 0 953681073 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 568256

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

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

[startup+1201.8 s]
/proc/loadavg: 8.14 8.11 7.50 9/188 22373
/proc/meminfo: memFree=31390280/32951124 swapFree=67056304/67111528
[pid=22275] ppid=22273 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22275/stat : 22275 (priss.sh) S 22273 22275 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 953681070 8908800 252 33554432000 4194304 4922060 140736000213136 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22275/statm: 2175 252 211 178 0 68 0
[pid=22276] ppid=22275 vsize=559556 CPUtime=4800.23 cores=1,3,5,7
/proc/22276/stat : 22276 (priss) S 22275 22275 21841 0 -1 4202496 95819 0 0 0 479911 112 0 0 18 0 5 0 953681070 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22276/statm: 139889 91640 417 389 0 135639 0
[pid=22276/tid=22278] ppid=22275 vsize=559556 CPUtime=1201.66 cores=1,3,5,7
/proc/22276/task/22278/stat : 22278 (priss) R 22275 22275 21841 0 -1 4202560 21408 0 0 0 120140 26 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22276/tid=22279] ppid=22275 vsize=559556 CPUtime=1199.82 cores=1,3,5,7
/proc/22276/task/22279/stat : 22279 (priss) R 22275 22275 21841 0 -1 4202560 29726 0 0 0 119949 33 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22276/tid=22280] ppid=22275 vsize=559556 CPUtime=1196.95 cores=1,3,5,7
/proc/22276/task/22280/stat : 22280 (priss) R 22275 22275 21841 0 -1 4202560 23213 0 0 0 119662 33 0 0 25 0 5 0 953681072 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22276/tid=22281] ppid=22275 vsize=559556 CPUtime=1201.74 cores=1,3,5,7
/proc/22276/task/22281/stat : 22281 (priss) R 22275 22275 21841 0 -1 4202560 18613 0 0 0 120157 17 0 0 25 0 5 0 953681073 572985344 91640 33554432000 4194304 5787044 140736881687264 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 568256

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22275 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.23
CPU user time (s): 4799.11
CPU system time (s): 1.12
CPU usage (%): 399.413
Max. virtual memory (cumulated for all children) (KiB): 568256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
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= 6
involuntary context switches= 3

runsolver used 1.55376 second user time and 5.01724 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 17:48:25
IDJOB=3261988
IDBENCH=83268
IDSOLVER=1603
FILE ID=node110/3261988-1307634505
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74148 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261988-1307634505/watcher-3261988-1307634505 -o /tmp/evaluation-result-3261988-1307634505/solver-3261988-1307634505 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3261988-1307634505.cnf 1854856679 4800 15500 4

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
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:      30459520 kB
Buffers:        217748 kB
Cached:         386980 kB
SwapCached:       8464 kB
Active:        1983740 kB
Inactive:       280408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30459520 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     1657420 kB
Mapped:          13880 kB
Slab:           160272 kB
PageTables:       8096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1926140 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:08:29