Trace number 3282627

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.11 1202.32

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 13012
0.00/0.06	c parsetime: 61910us
0.00/0.06	c parsed 226787 clauses with 69561 variables
0.00/0.08	c NW started thread 0 successfully (1105361216)
0.00/0.09	c NW started thread 1 successfully (1115851072)
0.00/0.11	c NW started thread 2 successfully (1126340928)
0.00/0.13	c NW started thread 3 successfully (1136830784)
8.28/2.28	c preprocessor returned 69561 variables
8.28/2.28	c preprocessing returned UNKNOWN
8.28/2.28	c PP set 321 variables
8.28/2.28	c pp time: 2170104us (2s)
8.28/2.29	c preprocessor returned 69561 variables
8.28/2.29	c preprocessing returned UNKNOWN
8.28/2.29	c PP set 321 variables
8.28/2.29	c pp time: 2166824us (2s)
8.69/2.31	c preprocessor returned 69561 variables
8.69/2.31	c preprocessing returned UNKNOWN
8.69/2.31	c PP set 321 variables
8.69/2.31	c pp time: 2217121us (2s)
8.69/2.32	c preprocessor returned 69561 variables
8.69/2.32	c preprocessing returned UNKNOWN
8.69/2.32	c PP set 321 variables
8.69/2.32	c pp time: 2173645us (2s)
9.47/2.58	c HTE
9.87/2.64	c subsumption
10.27/2.76	c simplified formula contains 0 unit clauses

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

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.09 8.01 2/175 13011
/proc/meminfo: memFree=30648764/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0

[startup+0.029889 s]
/proc/loadavg: 8.07 8.09 8.01 2/175 13011
/proc/meminfo: memFree=30648764/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100852 s]
/proc/loadavg: 8.07 8.09 8.01 2/175 13011
/proc/meminfo: memFree=30648764/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.549576 s]
/proc/loadavg: 8.07 8.09 8.01 2/175 13011
/proc/meminfo: memFree=30648764/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.708203 s]
/proc/loadavg: 8.07 8.09 8.01 2/175 13011
/proc/meminfo: memFree=30648764/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 7.74 8.02 7.99 10/188 13049
/proc/meminfo: memFree=30376152/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=359368 CPUtime=5.48 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 67329 0 0 0 524 24 0 0 18 0 5 0 515810562 367992832 48648 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 89842 48648 352 389 0 85592 0
[pid=13012/tid=13014] ppid=13011 vsize=359368 CPUtime=1.39 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 14284 0 0 0 135 4 0 0 18 0 5 0 515810570 367992832 48648 33554432000 4194304 5787044 140736942766560 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=359368 CPUtime=1.32 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 17025 0 0 0 124 8 0 0 18 0 5 0 515810572 367992832 48648 33554432000 4194304 5787044 140736942766560 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=359368 CPUtime=1.32 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 13922 0 0 0 124 8 0 0 18 0 5 0 515810573 367992832 48648 33554432000 4194304 5787044 140736942766560 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=359368 CPUtime=1.3 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 11074 0 0 0 128 2 0 0 18 0 5 0 515810575 367992832 48648 33554432000 4194304 5787044 140736942766560 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 368068

[startup+3.10122 s]
/proc/loadavg: 7.74 8.02 7.99 9/188 13049
/proc/meminfo: memFree=30339200/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=373312 CPUtime=11.87 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 91279 0 0 0 1159 28 0 0 18 0 5 0 515810562 382271488 62264 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 93328 62264 417 389 0 89078 0
[pid=13012/tid=13014] ppid=13011 vsize=373312 CPUtime=2.99 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 20723 0 0 0 294 5 0 0 21 0 5 0 515810570 382271488 62264 33554432000 4194304 5787044 140736942766560 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=373312 CPUtime=2.91 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 23320 0 0 0 282 9 0 0 18 0 5 0 515810572 382271488 62264 33554432000 4194304 5787044 140736942766560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=373312 CPUtime=2.92 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 17693 0 0 0 283 9 0 0 21 0 5 0 515810573 382271488 62264 33554432000 4194304 5787044 140736942766560 18446744073709551615 5590340 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=373312 CPUtime=2.9 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 18519 0 0 0 287 3 0 0 18 0 5 0 515810575 382271488 62264 33554432000 4194304 5787044 140736942766560 18446744073709551615 5527014 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 382012

[startup+6.30061 s]
/proc/loadavg: 7.76 8.02 7.99 9/188 13049
/proc/meminfo: memFree=30283268/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=374316 CPUtime=24.65 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 92035 0 0 0 2436 29 0 0 18 0 5 0 515810562 383299584 63020 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 93579 63020 418 389 0 89329 0
[pid=13012/tid=13014] ppid=13011 vsize=374316 CPUtime=6.19 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 20811 0 0 0 614 5 0 0 25 0 5 0 515810570 383299584 63020 33554432000 4194304 5787044 140736942766560 18446744073709551615 5588005 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=374316 CPUtime=6.12 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 23593 0 0 0 602 10 0 0 25 0 5 0 515810572 383299584 63020 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=374316 CPUtime=6.12 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 17910 0 0 0 603 9 0 0 25 0 5 0 515810573 383299584 63020 33554432000 4194304 5787044 140736942766560 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=374316 CPUtime=6.08 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 18697 0 0 0 605 3 0 0 25 0 5 0 515810575 383299584 63020 33554432000 4194304 5787044 140736942766560 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 383016

[startup+12.7004 s]
/proc/loadavg: 7.78 8.02 7.99 10/188 13082
/proc/meminfo: memFree=30287948/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=374976 CPUtime=50.22 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 92552 0 0 0 4992 30 0 0 18 0 5 0 515810562 383975424 63537 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 93744 63537 418 389 0 89494 0
[pid=13012/tid=13014] ppid=13011 vsize=374976 CPUtime=12.58 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 20906 0 0 0 1253 5 0 0 25 0 5 0 515810570 383975424 63537 33554432000 4194304 5787044 140736942766560 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=374976 CPUtime=12.52 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 23707 0 0 0 1242 10 0 0 25 0 5 0 515810572 383975424 63537 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=374976 CPUtime=12.51 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 18053 0 0 0 1242 9 0 0 25 0 5 0 515810573 383975424 63537 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=374976 CPUtime=12.44 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 18862 0 0 0 1241 3 0 0 25 0 5 0 515810575 383975424 63537 33554432000 4194304 5787044 140736942766560 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 383676

[startup+25.507 s]
/proc/loadavg: 7.83 8.02 7.99 10/188 13082
/proc/meminfo: memFree=30276644/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=375768 CPUtime=101.37 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 93061 0 0 0 10107 30 0 0 18 0 5 0 515810562 384786432 64046 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 93942 64046 418 389 0 89692 0
[pid=13012/tid=13014] ppid=13011 vsize=375768 CPUtime=25.39 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 21022 0 0 0 2534 5 0 0 25 0 5 0 515810570 384786432 64046 33554432000 4194304 5787044 140736942766560 18446744073709551615 4218723 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=375768 CPUtime=25.32 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 23755 0 0 0 2522 10 0 0 25 0 5 0 515810572 384786432 64046 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=375768 CPUtime=25.32 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 18266 0 0 0 2523 9 0 0 25 0 5 0 515810573 384786432 64046 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=375768 CPUtime=25.18 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 18994 0 0 0 2515 3 0 0 25 0 5 0 515810575 384786432 64046 33554432000 4194304 5787044 140736942766560 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 384468

[startup+51.1011 s]
/proc/loadavg: 7.95 8.03 7.99 10/188 13083
/proc/meminfo: memFree=30267640/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=378164 CPUtime=203.61 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 94207 0 0 0 20330 31 0 0 18 0 5 0 515810562 387239936 65192 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 94541 65192 418 389 0 90291 0
[pid=13012/tid=13014] ppid=13011 vsize=378164 CPUtime=50.99 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 21238 0 0 0 5093 6 0 0 25 0 5 0 515810570 387239936 65192 33554432000 4194304 5787044 140736942766560 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=378164 CPUtime=50.91 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 23924 0 0 0 5081 10 0 0 25 0 5 0 515810572 387239936 65192 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=378164 CPUtime=50.91 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 18859 0 0 0 5082 9 0 0 25 0 5 0 515810573 387239936 65192 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=378164 CPUtime=50.63 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 19162 0 0 0 5060 3 0 0 25 0 5 0 515810575 387239936 65192 33554432000 4194304 5787044 140736942766560 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 386864

[startup+102.3 s]
/proc/loadavg: 8.04 8.04 8.00 10/188 13084
/proc/meminfo: memFree=30245324/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=382704 CPUtime=408.13 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 96705 0 0 0 40780 33 0 0 18 0 5 0 515810562 391888896 67690 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 95676 67690 418 389 0 91426 0
[pid=13012/tid=13014] ppid=13011 vsize=382704 CPUtime=102.19 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 21661 0 0 0 10212 7 0 0 25 0 5 0 515810570 391888896 67690 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=382704 CPUtime=102.11 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 24302 0 0 0 10200 11 0 0 25 0 5 0 515810572 391888896 67690 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=382704 CPUtime=102.12 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 19973 0 0 0 10202 10 0 0 25 0 5 0 515810573 391888896 67690 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=382704 CPUtime=101.56 cores=0,2,4,6

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

/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 31595 0 0 0 88182 20 0 0 25 0 5 0 515810572 653225984 105466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=637916 CPUtime=881.37 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 34221 0 0 0 88114 23 0 0 25 0 5 0 515810573 653225984 105466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=637916 CPUtime=877.32 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 28943 0 0 0 87721 11 0 0 25 0 5 0 515810575 653225984 105466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.84
Current children cumulated vsize (KiB) 646616

[startup+942.3 s]
/proc/loadavg: 8.24 8.60 8.35 10/188 13584
/proc/meminfo: memFree=29934692/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=637916 CPUtime=3761.5 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 138291 0 0 0 376071 79 0 0 18 0 5 0 515810562 653225984 109237 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 159479 109237 418 389 0 155229 0
[pid=13012/tid=13014] ppid=13011 vsize=637916 CPUtime=940.97 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 29995 0 0 0 94078 19 0 0 25 0 5 0 515810570 653225984 109237 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=637916 CPUtime=942 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 32450 0 0 0 94179 21 0 0 25 0 5 0 515810572 653225984 109237 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=637916 CPUtime=941.37 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 34221 0 0 0 94114 23 0 0 25 0 5 0 515810573 653225984 109237 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=637916 CPUtime=936.99 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 30601 0 0 0 93686 13 0 0 25 0 5 0 515810575 653225984 109237 33554432000 4194304 5787044 140736942766560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.5
Current children cumulated vsize (KiB) 646616

[startup+1002.31 s]
/proc/loadavg: 8.15 8.50 8.34 10/188 13586
/proc/meminfo: memFree=29915320/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=637916 CPUtime=4001.19 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 141915 0 0 0 400035 84 0 0 18 0 5 0 515810562 653225984 112861 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 159479 112861 418 389 0 155229 0
[pid=13012/tid=13014] ppid=13011 vsize=637916 CPUtime=1000.98 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 31898 0 0 0 100076 22 0 0 25 0 5 0 515810570 653225984 112861 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=637916 CPUtime=1002 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34170 0 0 0 100177 23 0 0 25 0 5 0 515810572 653225984 112861 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=637916 CPUtime=1001.37 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 34222 0 0 0 100114 23 0 0 25 0 5 0 515810573 653225984 112861 33554432000 4194304 5787044 140736942766560 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=637916 CPUtime=996.67 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 30601 0 0 0 99654 13 0 0 25 0 5 0 515810575 653225984 112861 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.19
Current children cumulated vsize (KiB) 646616

[startup+1062.3 s]
/proc/loadavg: 8.12 8.42 8.32 9/188 13588
/proc/meminfo: memFree=29905108/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=637916 CPUtime=4240.85 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 142392 0 0 0 424000 85 0 0 18 0 5 0 515810562 653225984 113296 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 159479 113296 418 389 0 155229 0
[pid=13012/tid=13014] ppid=13011 vsize=637916 CPUtime=1060.98 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 32069 0 0 0 106076 22 0 0 25 0 5 0 515810570 653225984 113296 33554432000 4194304 5787044 140736942766560 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=637916 CPUtime=1062 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34476 0 0 0 106176 24 0 0 25 0 5 0 515810572 653225984 113296 33554432000 4194304 5787044 140736942766560 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=637916 CPUtime=1061.37 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 34222 0 0 0 106114 23 0 0 25 0 5 0 515810573 653225984 113296 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=637916 CPUtime=1056.34 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 30601 0 0 0 105621 13 0 0 25 0 5 0 515810575 653225984 113296 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.85
Current children cumulated vsize (KiB) 646616

[startup+1122.3 s]
/proc/loadavg: 8.11 8.36 8.30 9/188 13589
/proc/meminfo: memFree=29899488/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=642672 CPUtime=4480.52 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 143633 0 0 0 447967 85 0 0 18 0 5 0 515810562 658096128 114537 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 160668 114537 418 389 0 156418 0
[pid=13012/tid=13014] ppid=13011 vsize=642672 CPUtime=1120.98 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 32069 0 0 0 112076 22 0 0 25 0 5 0 515810570 658096128 114537 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=642672 CPUtime=1121.99 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34476 0 0 0 112175 24 0 0 25 0 5 0 515810572 658096128 114537 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=642672 CPUtime=1121.38 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 35463 0 0 0 112114 24 0 0 25 0 5 0 515810573 658096128 114537 33554432000 4194304 5787044 140736942766560 18446744073709551615 4218278 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=642672 CPUtime=1116.02 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 30601 0 0 0 111589 13 0 0 25 0 5 0 515810575 658096128 114537 33554432000 4194304 5787044 140736942766560 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.52
Current children cumulated vsize (KiB) 651372

[startup+1182.3 s]
/proc/loadavg: 8.15 8.32 8.29 10/188 13591
/proc/meminfo: memFree=29883312/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=651120 CPUtime=4720.2 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 146319 0 0 0 471932 88 0 0 18 0 5 0 515810562 666746880 117223 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 162780 117223 418 389 0 158530 0
[pid=13012/tid=13014] ppid=13011 vsize=651120 CPUtime=1180.98 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 32069 0 0 0 118076 22 0 0 25 0 5 0 515810570 666746880 117223 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=651120 CPUtime=1181.99 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34477 0 0 0 118175 24 0 0 25 0 5 0 515810572 666746880 117223 33554432000 4194304 5787044 140736942766560 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=651120 CPUtime=1181.38 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 37597 0 0 0 118112 26 0 0 25 0 5 0 515810573 666746880 117223 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=651120 CPUtime=1175.7 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 31152 0 0 0 117556 14 0 0 25 0 5 0 515810575 666746880 117223 33554432000 4194304 5787044 140736942766560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4720.2
Current children cumulated vsize (KiB) 659820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 8.11 8.30 8.28 9/188 13591
/proc/meminfo: memFree=29875112/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=653896 CPUtime=4800.11 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 147562 0 0 0 479922 89 0 0 18 0 5 0 515810562 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 163474 118466 418 389 0 159224 0
[pid=13012/tid=13014] ppid=13011 vsize=653896 CPUtime=1200.99 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 32069 0 0 0 120077 22 0 0 25 0 5 0 515810570 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=653896 CPUtime=1202 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34477 0 0 0 120176 24 0 0 25 0 5 0 515810572 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=653896 CPUtime=1201.39 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 38308 0 0 0 120113 26 0 0 25 0 5 0 515810573 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=653896 CPUtime=1195.58 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 31684 0 0 0 119544 14 0 0 25 0 5 0 515810575 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 662596

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

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

[startup+1202.3 s]
/proc/loadavg: 8.11 8.30 8.28 9/188 13591
/proc/meminfo: memFree=29875112/32951124 swapFree=67111416/67111528
[pid=13011] ppid=13009 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13011/stat : 13011 (priss.sh) S 13009 13011 11686 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515810562 8908800 251 33554432000 4194304 4922060 140735455638000 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13011/statm: 2175 251 211 178 0 68 0
[pid=13012] ppid=13011 vsize=653896 CPUtime=4800.11 cores=0,2,4,6
/proc/13012/stat : 13012 (priss) S 13011 13011 11686 0 -1 4202496 147562 0 0 0 479922 89 0 0 18 0 5 0 515810562 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13012/statm: 163474 118466 418 389 0 159224 0
[pid=13012/tid=13014] ppid=13011 vsize=653896 CPUtime=1200.99 cores=0,2,4,6
/proc/13012/task/13014/stat : 13014 (priss) R 13011 13011 11686 0 -1 4202560 32069 0 0 0 120077 22 0 0 25 0 5 0 515810570 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13012/tid=13015] ppid=13011 vsize=653896 CPUtime=1202 cores=0,2,4,6
/proc/13012/task/13015/stat : 13015 (priss) R 13011 13011 11686 0 -1 4202560 34477 0 0 0 120176 24 0 0 25 0 5 0 515810572 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13012/tid=13016] ppid=13011 vsize=653896 CPUtime=1201.39 cores=0,2,4,6
/proc/13012/task/13016/stat : 13016 (priss) R 13011 13011 11686 0 -1 4202560 38308 0 0 0 120113 26 0 0 25 0 5 0 515810573 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13012/tid=13017] ppid=13011 vsize=653896 CPUtime=1195.58 cores=0,2,4,6
/proc/13012/task/13017/stat : 13017 (priss) R 13011 13011 11686 0 -1 4202560 31684 0 0 0 119544 14 0 0 25 0 5 0 515810575 669589504 118466 33554432000 4194304 5787044 140736942766560 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 662596

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.32
CPU time (s): 4800.11
CPU user time (s): 4799.22
CPU system time (s): 0.89
CPU usage (%): 399.238
Max. virtual memory (cumulated for all children) (KiB): 662596

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= 331
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.78373 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 03:54:42
IDJOB=3282627
IDBENCH=70830
IDSOLVER=1603
FILE ID=node102/3282627-1304042082
RUNJOBID= node102-1304038469-12712
PBS_JOBID= 13170350
Free space on /tmp= 71552 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282627-1304042082/watcher-3282627-1304042082 -o /tmp/evaluation-result-3282627-1304042082/solver-3282627-1304042082 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282627-1304042082.cnf 1420546658 4800 15500 4

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1420546658

node102.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.828
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.65
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.828
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.15
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30649044 kB
Buffers:        604056 kB
Cached:        1218384 kB
SwapCached:          8 kB
Active:         215124 kB
Inactive:      1673648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30649044 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:       65744 kB
Mapped:          15096 kB
Slab:           348960 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219820 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= 71552 MiB
End job on node102 at 2011-04-29 04:14:46