Trace number 3259656

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 1201.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 9897
0.00/0.07	c parsetime: 65548us
0.00/0.07	c parsed 305320 clauses with 2640 variables
0.00/0.08	c NW started thread 0 successfully (1091713344)
0.00/0.11	c NW started thread 1 successfully (1102203200)
0.00/0.14	c NW started thread 2 successfully (1112693056)
0.00/0.17	c NW started thread 3 successfully (1123182912)
54.31/13.73	c preprocessor returned 10011 variables
54.31/13.73	c preprocessing returned UNKNOWN
54.31/13.73	c PP set 0 variables
54.31/13.73	c pp time: 13550252us (13s)
54.31/13.73	c preprocessor returned 10011 variables
54.31/13.73	c preprocessing returned UNKNOWN
54.31/13.73	c PP set 0 variables
54.31/13.73	c pp time: 13577766us (13s)
54.69/13.82	c preprocessor returned 10011 variables
54.69/13.82	c preprocessing returned UNKNOWN
54.69/13.82	c PP set 0 variables
54.69/13.82	c pp time: 13682390us (13s)
70.67/17.86	c preprocessor returned 30008 variables
70.67/17.86	c preprocessing returned UNKNOWN
70.67/17.86	c PP set 0 variables
70.67/17.86	c pp time: 17692282us (17s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.20 8.12 7.95 2/174 9896
/proc/meminfo: memFree=15605596/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0

[startup+0.088392 s]
/proc/loadavg: 8.20 8.12 7.95 2/174 9896
/proc/meminfo: memFree=15605596/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.106428 s]
/proc/loadavg: 8.20 8.12 7.95 2/174 9896
/proc/meminfo: memFree=15605596/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301351 s]
/proc/loadavg: 8.20 8.12 7.95 2/174 9896
/proc/meminfo: memFree=15605596/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16614 s]
/proc/loadavg: 8.20 8.12 7.95 2/174 9896
/proc/meminfo: memFree=15605596/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 8.20 8.12 7.95 9/188 9913
/proc/meminfo: memFree=15434492/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=329748 CPUtime=5.57 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 50223 0 0 0 545 12 0 0 18 0 5 0 516432626 337661952 23491 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 82437 23491 349 389 0 78187 0
[pid=9897/tid=9906] ppid=9896 vsize=329748 CPUtime=1.36 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 8808 0 0 0 134 2 0 0 19 0 5 0 516432635 337661952 23491 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=329748 CPUtime=1.36 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 9427 0 0 0 134 2 0 0 19 0 5 0 516432638 337661952 23491 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=329748 CPUtime=1.33 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 9427 0 0 0 130 3 0 0 19 0 5 0 516432640 337661952 23491 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=329748 CPUtime=1.32 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 7815 0 0 0 131 1 0 0 19 0 5 0 516432643 337661952 23491 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 338448

[startup+3.10078 s]
/proc/loadavg: 8.18 8.12 7.95 9/188 9913
/proc/meminfo: memFree=15413040/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=329064 CPUtime=11.95 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 54490 0 0 0 1182 13 0 0 18 0 5 0 516432626 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 82266 26562 350 389 0 78016 0
[pid=9897/tid=9906] ppid=9896 vsize=329064 CPUtime=2.96 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 11216 0 0 0 293 3 0 0 22 0 5 0 516432635 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=329064 CPUtime=2.96 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 10358 0 0 0 294 2 0 0 23 0 5 0 516432638 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=329064 CPUtime=2.92 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 10355 0 0 0 289 3 0 0 23 0 5 0 516432640 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=329064 CPUtime=2.91 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 7815 0 0 0 290 1 0 0 23 0 5 0 516432643 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 337764

[startup+6.30118 s]
/proc/loadavg: 8.18 8.12 7.95 9/188 9913
/proc/meminfo: memFree=15412176/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=329064 CPUtime=24.73 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 54490 0 0 0 2460 13 0 0 18 0 5 0 516432626 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 82266 26562 350 389 0 78016 0
[pid=9897/tid=9906] ppid=9896 vsize=329064 CPUtime=6.16 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 11216 0 0 0 613 3 0 0 25 0 5 0 516432635 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=329064 CPUtime=6.16 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 10358 0 0 0 614 2 0 0 25 0 5 0 516432638 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=329064 CPUtime=6.1 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 10355 0 0 0 607 3 0 0 25 0 5 0 516432640 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=329064 CPUtime=6.12 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 7815 0 0 0 611 1 0 0 25 0 5 0 516432643 336961536 26562 33554432000 4194304 5787044 140736795890080 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 337764

[startup+12.701 s]
/proc/loadavg: 8.15 8.11 7.95 9/188 9914
/proc/meminfo: memFree=15340868/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=338008 CPUtime=50.3 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 62103 0 0 0 5016 14 0 0 18 0 5 0 516432626 346120192 33984 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 84502 33984 355 389 0 80252 0
[pid=9897/tid=9906] ppid=9896 vsize=338008 CPUtime=12.56 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 13173 0 0 0 1253 3 0 0 25 0 5 0 516432635 346120192 33984 33554432000 4194304 5787044 140736795890080 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=338008 CPUtime=12.57 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 13294 0 0 0 1254 3 0 0 25 0 5 0 516432638 346120192 33984 33554432000 4194304 5787044 140736795890080 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=338008 CPUtime=12.46 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 11503 0 0 0 1243 3 0 0 25 0 5 0 516432640 346120192 33984 33554432000 4194304 5787044 140736795890080 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=338008 CPUtime=12.51 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 9387 0 0 0 1250 1 0 0 25 0 5 0 516432643 346120192 33984 33554432000 4194304 5787044 140736795890080 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 346708

[startup+25.5006 s]
/proc/loadavg: 8.20 8.12 7.95 9/188 9914
/proc/meminfo: memFree=15265852/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=350536 CPUtime=101.43 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 99435 0 0 0 10118 25 0 0 18 0 5 0 516432626 358948864 45151 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 87634 45151 417 389 0 83384 0
[pid=9897/tid=9906] ppid=9896 vsize=350536 CPUtime=25.36 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 25215 0 0 0 2530 6 0 0 25 0 5 0 516432635 358948864 45151 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=350536 CPUtime=25.36 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 20577 0 0 0 2531 5 0 0 25 0 5 0 516432638 358948864 45151 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=350536 CPUtime=25.2 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 20398 0 0 0 2513 7 0 0 25 0 5 0 516432640 358948864 45151 33554432000 4194304 5787044 140736795890080 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=350536 CPUtime=25.31 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 18499 0 0 0 2528 3 0 0 25 0 5 0 516432643 358948864 45151 33554432000 4194304 5787044 140736795890080 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 359236

[startup+51.1068 s]
/proc/loadavg: 8.13 8.11 7.95 9/188 9914
/proc/meminfo: memFree=15165720/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=359772 CPUtime=203.71 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 112525 0 0 0 20339 32 0 0 18 0 5 0 516432626 368406528 58241 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 89943 58241 417 389 0 85693 0
[pid=9897/tid=9906] ppid=9896 vsize=359772 CPUtime=50.96 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 28736 0 0 0 5089 7 0 0 25 0 5 0 516432635 368406528 58241 33554432000 4194304 5787044 140736795890080 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=359772 CPUtime=50.97 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 25041 0 0 0 5091 6 0 0 25 0 5 0 516432638 368406528 58241 33554432000 4194304 5787044 140736795890080 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=359772 CPUtime=50.66 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 24202 0 0 0 5055 11 0 0 25 0 5 0 516432640 368406528 58241 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=359772 CPUtime=50.92 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 19800 0 0 0 5088 4 0 0 25 0 5 0 516432643 368406528 58241 33554432000 4194304 5787044 140736795890080 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 368472

[startup+102.301 s]
/proc/loadavg: 8.11 8.11 7.96 9/188 9916
/proc/meminfo: memFree=15038616/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=373492 CPUtime=408.2 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 129114 0 0 0 40771 49 0 0 18 0 5 0 516432626 382455808 74759 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 93373 74759 417 389 0 89123 0
[pid=9897/tid=9906] ppid=9896 vsize=373492 CPUtime=102.16 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 33227 0 0 0 10203 13 0 0 25 0 5 0 516432635 382455808 74759 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=373492 CPUtime=102.16 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 29685 0 0 0 10205 11 0 0 25 0 5 0 516432638 382455808 74759 33554432000 4194304 5787044 140736795890080 18446744073709551615 4238957 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=373492 CPUtime=101.58 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 29342 0 0 0 10142 16 0 0 25 0 5 0 516432640 382455808 74759 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=373492 CPUtime=102.11 cores=1,3,5,7

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

/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 73732 0 0 0 88135 78 0 0 25 0 5 0 516432638 1165180928 239655 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1137872 CPUtime=877.67 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 76853 0 0 0 87680 87 0 0 25 0 5 0 516432640 1165180928 239655 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1137872 CPUtime=881.73 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 50387 0 0 0 88142 31 0 0 25 0 5 0 516432643 1165180928 239655 33554432000 4194304 5787044 140736795890080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.85
Current children cumulated vsize (KiB) 1146572

[startup+942.301 s]
/proc/loadavg: 8.11 8.08 8.01 9/188 9938
/proc/meminfo: memFree=13796232/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1137872 CPUtime=3763.53 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 296117 0 0 0 376074 279 0 0 18 0 5 0 516432626 1165180928 239656 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 284468 239656 417 389 0 280218 0
[pid=9897/tid=9906] ppid=9896 vsize=1137872 CPUtime=942.13 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 80399 0 0 0 94136 77 0 0 25 0 5 0 516432635 1165180928 239656 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1137872 CPUtime=942.13 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 73732 0 0 0 94135 78 0 0 25 0 5 0 516432638 1165180928 239656 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1137872 CPUtime=937.67 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 76853 0 0 0 93680 87 0 0 25 0 5 0 516432640 1165180928 239656 33554432000 4194304 5787044 140736795890080 18446744073709551615 5590476 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1137872 CPUtime=941.4 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 50387 0 0 0 94109 31 0 0 25 0 5 0 516432643 1165180928 239656 33554432000 4194304 5787044 140736795890080 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.53
Current children cumulated vsize (KiB) 1146572

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/188 9940
/proc/meminfo: memFree=13796080/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1137872 CPUtime=4003.21 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 296164 0 0 0 400042 279 0 0 18 0 5 0 516432626 1165180928 239703 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 284468 239703 417 389 0 280218 0
[pid=9897/tid=9906] ppid=9896 vsize=1137872 CPUtime=1002.14 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 80422 0 0 0 100136 78 0 0 25 0 5 0 516432635 1165180928 239703 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1137872 CPUtime=1002.13 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 73756 0 0 0 100135 78 0 0 25 0 5 0 516432638 1165180928 239703 33554432000 4194304 5787044 140736795890080 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1137872 CPUtime=997.67 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 76853 0 0 0 99680 87 0 0 25 0 5 0 516432640 1165180928 239703 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1137872 CPUtime=1001.08 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 50387 0 0 0 100077 31 0 0 25 0 5 0 516432643 1165180928 239703 33554432000 4194304 5787044 140736795890080 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 1146572

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/188 9942
/proc/meminfo: memFree=13749796/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1146072 CPUtime=4242.88 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 304242 0 0 0 423996 292 0 0 18 0 5 0 516432626 1173577728 247781 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 286518 247781 417 389 0 282268 0
[pid=9897/tid=9906] ppid=9896 vsize=1146072 CPUtime=1062.13 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 83041 0 0 0 106131 82 0 0 25 0 5 0 516432635 1173577728 247781 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1146072 CPUtime=1062.13 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 77123 0 0 0 106127 86 0 0 25 0 5 0 516432638 1173577728 247781 33554432000 4194304 5787044 140736795890080 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1146072 CPUtime=1057.68 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 78944 0 0 0 105680 88 0 0 25 0 5 0 516432640 1173577728 247781 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1146072 CPUtime=1060.76 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 50388 0 0 0 106044 32 0 0 25 0 5 0 516432643 1173577728 247781 33554432000 4194304 5787044 140736795890080 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.88
Current children cumulated vsize (KiB) 1154772

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/188 9943
/proc/meminfo: memFree=13612756/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1223908 CPUtime=4482.55 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 324672 0 0 0 447927 328 0 0 18 0 5 0 516432626 1253281792 268211 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 305977 268211 417 389 0 301727 0
[pid=9897/tid=9906] ppid=9896 vsize=1223908 CPUtime=1122.14 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 90548 0 0 0 112118 96 0 0 25 0 5 0 516432635 1253281792 268211 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1223908 CPUtime=1122.12 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 84826 0 0 0 112115 97 0 0 25 0 5 0 516432638 1253281792 268211 33554432000 4194304 5787044 140736795890080 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1223908 CPUtime=1117.68 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 83613 0 0 0 111669 99 0 0 25 0 5 0 516432640 1253281792 268211 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1223908 CPUtime=1120.42 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 50939 0 0 0 112010 32 0 0 25 0 5 0 516432643 1253281792 268211 33554432000 4194304 5787044 140736795890080 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.55
Current children cumulated vsize (KiB) 1232608

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/188 9945
/proc/meminfo: memFree=13441860/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1373244 CPUtime=4722.21 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 348370 0 0 0 471856 365 0 0 18 0 5 0 516432626 1406201856 291580 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 343311 291580 417 389 0 339061 0
[pid=9897/tid=9906] ppid=9896 vsize=1373244 CPUtime=1182.13 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 97995 0 0 0 118105 108 0 0 25 0 5 0 516432635 1406201856 291580 33554432000 4194304 5787044 140736795890080 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1373244 CPUtime=1182.12 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 91014 0 0 0 118105 107 0 0 25 0 5 0 516432638 1406201856 291580 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1373244 CPUtime=1177.67 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 90049 0 0 0 117656 111 0 0 25 0 5 0 516432640 1406201856 291580 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1373244 CPUtime=1180.1 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 54566 0 0 0 117975 35 0 0 25 0 5 0 516432643 1406201856 291580 33554432000 4194304 5787044 140736795890080 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.21
Current children cumulated vsize (KiB) 1381944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.11 8.02 9/188 9945
/proc/meminfo: memFree=13403652/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1378792 CPUtime=4800.11 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 352316 0 0 0 479639 372 0 0 18 0 5 0 516432626 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 344698 295202 417 389 0 340448 0
[pid=9897/tid=9906] ppid=9896 vsize=1378792 CPUtime=1201.63 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 98457 0 0 0 120055 108 0 0 25 0 5 0 516432635 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1378792 CPUtime=1201.62 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 91014 0 0 0 120055 107 0 0 25 0 5 0 516432638 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1378792 CPUtime=1197.18 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 92150 0 0 0 119602 116 0 0 25 0 5 0 516432640 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1378792 CPUtime=1199.49 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 55949 0 0 0 119912 37 0 0 25 0 5 0 516432643 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1387492

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

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

[startup+1201.8 s]
/proc/loadavg: 8.17 8.11 8.02 9/188 9945
/proc/meminfo: memFree=13403652/32951124 swapFree=67111528/67111528
[pid=9896] ppid=9894 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9896/stat : 9896 (priss.sh) S 9894 9896 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516432626 8908800 251 33554432000 4194304 4922060 140733206850096 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9896/statm: 2175 251 211 178 0 68 0
[pid=9897] ppid=9896 vsize=1378792 CPUtime=4800.11 cores=1,3,5,7
/proc/9897/stat : 9897 (priss) S 9896 9896 9766 0 -1 4202496 352316 0 0 0 479639 372 0 0 18 0 5 0 516432626 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9897/statm: 344698 295202 417 389 0 340448 0
[pid=9897/tid=9906] ppid=9896 vsize=1378792 CPUtime=1201.63 cores=1,3,5,7
/proc/9897/task/9906/stat : 9906 (priss) R 9896 9896 9766 0 -1 4202560 98457 0 0 0 120055 108 0 0 25 0 5 0 516432635 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9897/tid=9907] ppid=9896 vsize=1378792 CPUtime=1201.62 cores=1,3,5,7
/proc/9897/task/9907/stat : 9907 (priss) R 9896 9896 9766 0 -1 4202560 91014 0 0 0 120055 107 0 0 25 0 5 0 516432638 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9897/tid=9908] ppid=9896 vsize=1378792 CPUtime=1197.18 cores=1,3,5,7
/proc/9897/task/9908/stat : 9908 (priss) R 9896 9896 9766 0 -1 4202560 92150 0 0 0 119602 116 0 0 25 0 5 0 516432640 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9897/tid=9911] ppid=9896 vsize=1378792 CPUtime=1199.49 cores=1,3,5,7
/proc/9897/task/9911/stat : 9911 (priss) R 9896 9896 9766 0 -1 4202560 55949 0 0 0 119912 37 0 0 25 0 5 0 516432643 1411883008 295202 33554432000 4194304 5787044 140736795890080 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1387492

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.11
CPU user time (s): 4796.39
CPU system time (s): 3.72
CPU usage (%): 399.404
Max. virtual memory (cumulated for all children) (KiB): 1387492

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= 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.75773 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 05:38:42
IDJOB=3259656
IDBENCH=71605
IDSOLVER=1603
FILE ID=node105/3259656-1304048322
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259656-1304048322/watcher-3259656-1304048322 -o /tmp/evaluation-result-3259656-1304048322/solver-3259656-1304048322 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259656-1304048322.cnf 1263075499 4800 15500 4

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1263075499

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      15605744 kB
Buffers:       2300320 kB
Cached:       14408092 kB
SwapCached:          0 kB
Active:        8919544 kB
Inactive:      7856440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15605744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7024 kB
Writeback:          24 kB
AnonPages:       66380 kB
Mapped:          14696 kB
Slab:           507024 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190300 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= 71928 MiB
End job on node105 at 2011-04-29 05:58:46