Trace number 3291597

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.34 1202.82

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

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: 22032
0.00/0.96	c parsetime: 961184us
0.00/0.96	c parsed 3113540 clauses with 985042 variables
1.09/1.16	c NW started thread 0 successfully (1107564864)
1.43/1.36	c NW started thread 1 successfully (1095731520)
1.96/1.57	c NW started thread 2 successfully (1118054720)
2.65/1.78	c NW started thread 3 successfully (1128544576)

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: 935)

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-3291597-1304066675/watcher-3291597-1304066675 -o /tmp/evaluation-result-3291597-1304066675/solver-3291597-1304066675 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291597-1304066675.cnf 306253069 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: 7.40 7.92 7.86 5/182 22031
/proc/meminfo: memFree=25241892/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0

[startup+0.0113261 s]
/proc/loadavg: 7.40 7.92 7.86 5/182 22031
/proc/meminfo: memFree=25241892/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100315 s]
/proc/loadavg: 7.40 7.92 7.86 5/182 22031
/proc/meminfo: memFree=25241892/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300277 s]
/proc/loadavg: 7.40 7.92 7.86 5/182 22031
/proc/meminfo: memFree=25241892/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700209 s]
/proc/loadavg: 7.40 7.92 7.86 5/182 22031
/proc/meminfo: memFree=25241892/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 7.21 7.87 7.84 6/184 22033
/proc/meminfo: memFree=25099788/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=970460 CPUtime=1.96 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) R 22031 22031 21348 0 -1 4202496 217142 0 0 0 170 26 0 0 18 0 3 0 518270621 993751040 201592 33554432000 4194304 5787044 140735318363344 18446744073709551615 218370651224 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 242615 201608 334 389 0 238365 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 979160

[startup+3.10074 s]
/proc/loadavg: 7.21 7.87 7.84 9/188 22037
/proc/meminfo: memFree=23744064/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2009312 CPUtime=8.13 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 457889 0 0 0 740 73 0 0 18 0 5 0 518270621 2057535488 407707 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 502328 407707 343 389 0 498078 0
[pid=22032/tid=22034] ppid=22031 vsize=2009312 CPUtime=1.89 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 82807 0 0 0 176 13 0 0 19 0 5 0 518270737 2057535488 407708 33554432000 4194304 5787044 140735318363344 18446744073709551615 4319883 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2009312 CPUtime=1.7 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 78763 0 0 0 156 14 0 0 19 0 5 0 518270757 2057535488 407708 33554432000 4194304 5787044 140735318363344 18446744073709551615 218370624397 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2009312 CPUtime=1.47 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 77577 0 0 0 132 15 0 0 18 0 5 0 518270778 2057535488 407710 33554432000 4194304 5787044 140735318363344 18446744073709551615 218370618053 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2009312 CPUtime=1.26 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 76455 0 0 0 113 13 0 0 19 0 5 0 518270800 2057535488 407710 33554432000 4194304 5787044 140735318363344 18446744073709551615 218370624443 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 2018012

[startup+6.30117 s]
/proc/loadavg: 7.21 7.87 7.84 9/188 22037
/proc/meminfo: memFree=22767228/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=3121628 CPUtime=20.73 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 725973 0 0 0 1934 139 0 0 18 0 5 0 518270621 3196547072 675791 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 780407 675791 345 389 0 776157 0
[pid=22032/tid=22034] ppid=22031 vsize=3121628 CPUtime=5.05 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 148187 0 0 0 474 31 0 0 18 0 5 0 518270737 3196547072 675791 33554432000 4194304 5787044 140735318363344 18446744073709551615 4306662 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=3121628 CPUtime=4.87 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 145309 0 0 0 460 27 0 0 18 0 5 0 518270757 3196547072 675791 33554432000 4194304 5787044 140735318363344 18446744073709551615 47763325441194 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=3121628 CPUtime=4.62 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 145313 0 0 0 430 32 0 0 18 0 5 0 518270778 3196547072 675791 33554432000 4194304 5787044 140735318363344 18446744073709551615 4306221 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=3121628 CPUtime=4.39 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 144875 0 0 0 408 31 0 0 18 0 5 0 518270800 3196547072 675791 33554432000 4194304 5787044 140735318363344 18446744073709551615 47763325441175 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.73
Current children cumulated vsize (KiB) 3130328

[startup+12.701 s]
/proc/loadavg: 7.33 7.88 7.84 9/188 22037
/proc/meminfo: memFree=23260104/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=46.3 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 4482 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=11.45 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 1112 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=11.27 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 1098 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=11.02 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 1068 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=10.75 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 1042 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.3
Current children cumulated vsize (KiB) 2324468

[startup+25.5007 s]
/proc/loadavg: 7.43 7.88 7.84 9/188 22038
/proc/meminfo: memFree=23234432/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=97.42 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 9594 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=24.25 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 2392 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=24.07 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 2378 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=23.82 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 2348 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=23.48 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 2315 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.42
Current children cumulated vsize (KiB) 2324468

[startup+51.1011 s]
/proc/loadavg: 7.70 7.90 7.85 9/188 22039
/proc/meminfo: memFree=23209612/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=199.69 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 19821 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=49.85 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 4952 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=49.67 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 4938 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=49.42 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 4908 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=48.94 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 4861 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.69
Current children cumulated vsize (KiB) 2324468

[startup+102.307 s]
/proc/loadavg: 8.00 7.95 7.87 9/188 22040
/proc/meminfo: memFree=23177596/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=404.24 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 40276 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=101.06 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 10073 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=100.87 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 10058 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=100.63 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 10029 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=99.87 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 9954 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 404.24
Current children cumulated vsize (KiB) 2324468

[startup+162.301 s]
/proc/loadavg: 8.11 7.99 7.88 9/188 22041
/proc/meminfo: memFree=23134172/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 82060 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=820.64 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 82030 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=815.95 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 81562 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.37
Current children cumulated vsize (KiB) 2324468

[startup+882.3 s]
/proc/loadavg: 8.10 8.08 7.97 9/188 22061
/proc/meminfo: memFree=22888660/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=3520.04 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 351856 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=881.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 88075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=880.89 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 88060 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=880.65 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 88031 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=875.62 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 87529 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.04
Current children cumulated vsize (KiB) 2324468

[startup+942.301 s]
/proc/loadavg: 8.24 8.12 7.99 9/188 22062
/proc/meminfo: memFree=22888648/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=3759.72 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 375824 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=941.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 94075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=940.89 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 94060 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=940.65 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 94031 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=935.3 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 93497 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.72
Current children cumulated vsize (KiB) 2324468

[startup+1002.3 s]
/proc/loadavg: 8.20 8.13 8.00 9/188 22073
/proc/meminfo: memFree=22887560/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=3999.39 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 399791 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=1001.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 100075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=1000.89 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 100060 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=1000.64 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 100030 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=994.97 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 99464 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.39
Current children cumulated vsize (KiB) 2324468

[startup+1062.3 s]
/proc/loadavg: 8.18 8.13 8.01 9/188 22074
/proc/meminfo: memFree=22887576/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=4239.07 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 423759 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=1061.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 106075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=1060.89 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 106060 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=1060.65 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 106031 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=1054.65 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 105432 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.07
Current children cumulated vsize (KiB) 2324468

[startup+1122.3 s]
/proc/loadavg: 8.16 8.13 8.01 9/188 22076
/proc/meminfo: memFree=22887292/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=4478.75 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 447727 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=1121.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 112075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=1120.9 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 112061 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=1120.65 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 112031 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=1114.32 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 111399 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.75
Current children cumulated vsize (KiB) 2324468

[startup+1182.3 s]
/proc/loadavg: 8.32 8.20 8.04 9/188 22081
/proc/meminfo: memFree=22881716/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=4718.43 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 471695 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=1181.08 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 118075 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=1180.9 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 118061 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=1180.65 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 118031 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=1174 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 117367 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.43
Current children cumulated vsize (KiB) 2324468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 7.97 8.13 8.02 5/178 22099
/proc/meminfo: memFree=23331880/32951124 swapFree=67051468/67111528
[pid=22031] ppid=22029 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (priss.sh) S 22029 22031 21348 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518270621 8908800 252 33554432000 4194304 4922060 140737149088624 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22031/statm: 2175 252 211 178 0 68 0
[pid=22032] ppid=22031 vsize=2315768 CPUtime=4800.34 cores=1,3,5,7
/proc/22032/stat : 22032 (priss) S 22031 22031 21348 0 -1 4202496 768477 0 0 0 479886 148 0 0 18 0 5 0 518270621 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 578942 488438 349 389 0 574692 0
[pid=22032/tid=22034] ppid=22031 vsize=2315768 CPUtime=1201.59 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (priss) R 22031 22031 21348 0 -1 4202560 158735 0 0 0 120126 33 0 0 25 0 5 0 518270737 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22032/tid=22035] ppid=22031 vsize=2315768 CPUtime=1201.4 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (priss) R 22031 22031 21348 0 -1 4202560 155915 0 0 0 120111 29 0 0 25 0 5 0 518270757 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22032/tid=22036] ppid=22031 vsize=2315768 CPUtime=1201.16 cores=1,3,5,7
/proc/22032/task/22036/stat : 22036 (priss) R 22031 22031 21348 0 -1 4202560 155961 0 0 0 120082 34 0 0 25 0 5 0 518270778 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22032/tid=22037] ppid=22031 vsize=2315768 CPUtime=1194.38 cores=1,3,5,7
/proc/22032/task/22037/stat : 22037 (priss) R 22031 22031 21348 0 -1 4202560 155577 0 0 0 119405 33 0 0 25 0 5 0 518270800 2371346432 488438 33554432000 4194304 5787044 140735318363344 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2324468

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 22031 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.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.82
CPU time (s): 4800.34
CPU user time (s): 4798.86
CPU system time (s): 1.48
CPU usage (%): 399.091
Max. virtual memory (cumulated for all children) (KiB): 3130616

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= 4
involuntary context switches= 2

runsolver used 1.49477 second user time and 5.07923 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 10:44:39
IDJOB=3291597
IDBENCH=84238
IDSOLVER=1603
FILE ID=node101/3291597-1304066675
RUNJOBID= node101-1304064266-21811
PBS_JOBID= 13170449
Free space on /tmp= 71960 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291597-1304066675/watcher-3291597-1304066675 -o /tmp/evaluation-result-3291597-1304066675/solver-3291597-1304066675 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291597-1304066675.cnf 306253069 4800 15500 4

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=306253069

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.75
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.841
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:      25242164 kB
Buffers:       2018688 kB
Cached:        5165584 kB
SwapCached:      30452 kB
Active:        3108096 kB
Inactive:      4156152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25242164 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           67104 kB
Writeback:           0 kB
AnonPages:       71032 kB
Mapped:           9784 kB
Slab:           380936 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296604 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= 71960 MiB
End job on node101 at 2011-04-29 11:04:43