Trace number 3259436

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 8067
0.00/0.01	c parsetime: 8743us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1084848448)
0.00/0.01	c NW started thread 1 successfully (1100462400)
0.00/0.02	c NW started thread 2 successfully (1110952256)
0.00/0.03	c NW started thread 3 successfully (1121442112)
0.00/1.34	c preprocessor returned 10003 variables
0.00/1.34	c preprocessing returned UNKNOWN
0.00/1.34	c PP set 0 variables
0.00/1.34	c pp time: 1304794us (1s)
0.00/1.34	c preprocessor returned 10003 variables
0.00/1.34	c preprocessing returned UNKNOWN
0.00/1.34	c PP set 0 variables
0.00/1.34	c pp time: 1295883us (1s)
0.00/1.34	c preprocessor returned 10003 variables
0.00/1.34	c preprocessing returned UNKNOWN
0.00/1.34	c PP set 0 variables
0.00/1.34	c pp time: 1316922us (1s)
48.26/12.47	c preprocessor returned 30041 variables
48.26/12.47	c preprocessing returned UNKNOWN
48.26/12.47	c PP set 0 variables
48.26/12.47	c pp time: 12445132us (12s)

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-3259436-1304047684/watcher-3259436-1304047684 -o /tmp/evaluation-result-3259436-1304047684/solver-3259436-1304047684 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259436-1304047684.cnf 545668169 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: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0

[startup+0.176527 s]
/proc/loadavg: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.819185 s]
/proc/loadavg: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.63966 s]
/proc/loadavg: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.73964 s]
/proc/loadavg: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.80063 s]
/proc/loadavg: 7.81 8.04 8.04 7/180 8066
/proc/meminfo: memFree=26597640/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1004 s]
/proc/loadavg: 7.81 8.04 8.04 10/186 8072
/proc/meminfo: memFree=26544904/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=351280 CPUtime=11.35 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 19021 0 0 0 1127 8 0 0 18 0 5 0 516367041 359710720 12068 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 87820 12068 404 389 0 83570 0
[pid=8067/tid=8069] ppid=8066 vsize=351280 CPUtime=2.13 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 3352 0 0 0 208 5 0 0 23 0 5 0 516367042 359710720 12068 33554432000 4194304 5787044 140736037985472 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=351280 CPUtime=3.06 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 4405 0 0 0 305 1 0 0 20 0 5 0 516367043 359710720 12068 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=351280 CPUtime=3.05 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 5464 0 0 0 304 1 0 0 22 0 5 0 516367044 359710720 12068 33554432000 4194304 5787044 140736037985472 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=351280 CPUtime=3.06 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 3031 0 0 0 306 0 0 0 25 0 5 0 516367044 359710720 12068 33554432000 4194304 5787044 140736037985472 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 359980

[startup+6.30086 s]
/proc/loadavg: 7.91 8.05 8.04 10/186 8072
/proc/meminfo: memFree=26533320/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=351280 CPUtime=23.88 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 19960 0 0 0 2379 9 0 0 18 0 5 0 516367041 359710720 13007 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 87820 13007 404 389 0 83570 0
[pid=8067/tid=8069] ppid=8066 vsize=351280 CPUtime=5.06 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 3680 0 0 0 501 5 0 0 25 0 5 0 516367042 359710720 13007 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=351280 CPUtime=6.26 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 4692 0 0 0 625 1 0 0 25 0 5 0 516367043 359710720 13007 33554432000 4194304 5787044 140736037985472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=351280 CPUtime=6.24 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 5788 0 0 0 623 1 0 0 25 0 5 0 516367044 359710720 13007 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=351280 CPUtime=6.26 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 3031 0 0 0 626 0 0 0 25 0 5 0 516367044 359710720 13007 33554432000 4194304 5787044 140736037985472 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 359980

[startup+12.7008 s]
/proc/loadavg: 7.92 8.05 8.04 10/186 8072
/proc/meminfo: memFree=26483880/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=355800 CPUtime=49.43 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 23680 0 0 0 4931 12 0 0 18 0 5 0 516367041 364339200 16022 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 88950 16022 417 389 0 84700 0
[pid=8067/tid=8069] ppid=8066 vsize=355800 CPUtime=11.46 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 4209 0 0 0 1140 6 0 0 25 0 5 0 516367042 364339200 16022 33554432000 4194304 5787044 140736037985472 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=355800 CPUtime=12.67 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 5346 0 0 0 1264 3 0 0 25 0 5 0 516367043 364339200 16022 33554432000 4194304 5787044 140736037985472 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=355800 CPUtime=12.6 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 6474 0 0 0 1258 2 0 0 25 0 5 0 516367044 364339200 16022 33554432000 4194304 5787044 140736037985472 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=355800 CPUtime=12.66 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 4882 0 0 0 1266 0 0 0 25 0 5 0 516367044 364339200 16022 33554432000 4194304 5787044 140736037985472 18446744073709551615 5534349 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.43
Current children cumulated vsize (KiB) 364500

[startup+25.5005 s]
/proc/loadavg: 7.93 8.05 8.04 9/186 8072
/proc/meminfo: memFree=26436756/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=363996 CPUtime=100.52 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 28906 0 0 0 10026 26 0 0 18 0 5 0 516367041 372731904 21246 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 90999 21246 417 389 0 86749 0
[pid=8067/tid=8069] ppid=8066 vsize=363996 CPUtime=24.23 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 5485 0 0 0 2408 15 0 0 25 0 5 0 516367042 372731904 21246 33554432000 4194304 5787044 140736037985472 18446744073709551615 242970209012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=363996 CPUtime=25.47 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) S 8066 8066 7814 0 -1 4202560 6258 0 0 0 2542 5 0 0 25 0 5 0 516367043 372731904 21246 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982375796 0 0 4096 0 18446604451150720000 0 0 -1 0 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=363996 CPUtime=25.37 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) S 8066 8066 7814 0 -1 4202560 7520 0 0 0 2533 4 0 0 22 0 5 0 516367044 372731904 21246 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982375796 0 0 4096 0 18446604451150720000 0 0 -1 2 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=363996 CPUtime=25.4 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 6874 0 0 0 2540 0 0 0 25 0 5 0 516367044 372731904 21246 33554432000 4194304 5787044 140736037985472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.52
Current children cumulated vsize (KiB) 372696

[startup+51.1011 s]
/proc/loadavg: 8.03 8.06 8.04 10/186 8073
/proc/meminfo: memFree=26366308/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=378632 CPUtime=202.72 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 37328 0 0 0 20238 34 0 0 18 0 5 0 516367041 387719168 29602 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 94658 29602 417 389 0 90408 0
[pid=8067/tid=8069] ppid=8066 vsize=378632 CPUtime=49.82 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 6966 0 0 0 4964 18 0 0 25 0 5 0 516367042 387719168 29602 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=378632 CPUtime=50.91 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 7781 0 0 0 5084 7 0 0 25 0 5 0 516367043 387719168 29602 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=378632 CPUtime=50.95 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 11364 0 0 0 5089 6 0 0 25 0 5 0 516367044 387719168 29602 33554432000 4194304 5787044 140736037985472 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=378632 CPUtime=50.98 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 8448 0 0 0 5097 1 0 0 25 0 5 0 516367044 387719168 29602 33554432000 4194304 5787044 140736037985472 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.72
Current children cumulated vsize (KiB) 387332

[startup+102.3 s]
/proc/loadavg: 8.13 8.08 8.05 9/186 8074
/proc/meminfo: memFree=26270932/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=395248 CPUtime=407.2 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 47598 0 0 0 40674 46 0 0 18 0 5 0 516367041 404733952 39773 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 98812 39773 418 389 0 94562 0
[pid=8067/tid=8069] ppid=8066 vsize=395248 CPUtime=101 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 9904 0 0 0 10077 23 0 0 25 0 5 0 516367042 404733952 39773 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=395248 CPUtime=101.82 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 10096 0 0 0 10173 9 0 0 25 0 5 0 516367043 404733952 39773 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=395248 CPUtime=102.13 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 13345 0 0 0 10204 9 0 0 25 0 5 0 516367044 404733952 39773 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=395248 CPUtime=102.19 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 11484 0 0 0 10216 3 0 0 25 0 5 0 516367044 404733952 39773 33554432000 4194304 5787044 140736037985472 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.2
Current children cumulated vsize (KiB) 403948

[startup+162.301 s]
/proc/loadavg: 8.08 8.08 8.05 10/186 8076
/proc/meminfo: memFree=26160808/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=412468 CPUtime=646.8 cores=0,2,4,6

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

/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 26826 0 0 0 88116 29 0 0 25 0 5 0 516367043 743743488 117100 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=726312 CPUtime=880.08 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 37720 0 0 0 87959 49 0 0 25 0 5 0 516367044 743743488 117100 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=726312 CPUtime=882.04 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 29043 0 0 0 88183 21 0 0 25 0 5 0 516367044 743743488 117100 33554432000 4194304 5787044 140736037985472 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.21
Current children cumulated vsize (KiB) 735012

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.04 9/186 8097
/proc/meminfo: memFree=25457812/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=726312 CPUtime=3761.82 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 127441 0 0 0 376033 149 0 0 18 0 5 0 516367041 743743488 117610 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 181578 117610 418 389 0 177328 0
[pid=8067/tid=8069] ppid=8066 vsize=726312 CPUtime=938.59 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 30355 0 0 0 93814 45 0 0 25 0 5 0 516367042 743743488 117610 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=726312 CPUtime=941.44 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 26837 0 0 0 94115 29 0 0 25 0 5 0 516367043 743743488 117610 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=726312 CPUtime=939.75 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 38414 0 0 0 93925 50 0 0 25 0 5 0 516367044 743743488 117610 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=726312 CPUtime=941.98 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 29066 0 0 0 94175 23 0 0 25 0 5 0 516367044 743743488 117610 33554432000 4194304 5787044 140736037985472 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3761.82
Current children cumulated vsize (KiB) 735012

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.03 10/186 8098
/proc/meminfo: memFree=25457192/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=726824 CPUtime=4001.48 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 127618 0 0 0 399998 150 0 0 18 0 5 0 516367041 744267776 117787 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 181706 117787 418 389 0 177456 0
[pid=8067/tid=8069] ppid=8066 vsize=726824 CPUtime=998.6 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 30375 0 0 0 99815 45 0 0 25 0 5 0 516367042 744267776 117787 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=726824 CPUtime=1001.46 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 26890 0 0 0 100116 30 0 0 25 0 5 0 516367043 744267776 117787 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=726824 CPUtime=999.43 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 38414 0 0 0 99893 50 0 0 25 0 5 0 516367044 744267776 117787 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=726824 CPUtime=1001.94 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 29170 0 0 0 100171 23 0 0 25 0 5 0 516367044 744267776 117787 33554432000 4194304 5787044 140736037985472 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4001.48
Current children cumulated vsize (KiB) 735524

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.03 10/186 8100
/proc/meminfo: memFree=25442792/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=727368 CPUtime=4241.07 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 127946 0 0 0 423955 152 0 0 18 0 5 0 516367041 744824832 118115 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 181842 118115 418 389 0 177592 0
[pid=8067/tid=8069] ppid=8066 vsize=727368 CPUtime=1058.59 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 30461 0 0 0 105814 45 0 0 25 0 5 0 516367042 744824832 118115 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=727368 CPUtime=1061.45 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 27037 0 0 0 106115 30 0 0 25 0 5 0 516367043 744824832 118115 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=727368 CPUtime=1059.1 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 38414 0 0 0 105860 50 0 0 25 0 5 0 516367044 744824832 118115 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=727368 CPUtime=1061.88 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 29265 0 0 0 106163 25 0 0 25 0 5 0 516367044 744824832 118115 33554432000 4194304 5787044 140736037985472 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.07
Current children cumulated vsize (KiB) 736068

[startup+1122.31 s]
/proc/loadavg: 8.06 8.07 8.03 9/186 8101
/proc/meminfo: memFree=25380544/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=737552 CPUtime=4480.72 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 132671 0 0 0 447916 156 0 0 18 0 5 0 516367041 755253248 122840 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 184388 122840 418 389 0 180138 0
[pid=8067/tid=8069] ppid=8066 vsize=737552 CPUtime=1118.59 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 30620 0 0 0 111814 45 0 0 25 0 5 0 516367042 755253248 122840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=737552 CPUtime=1121.45 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 30005 0 0 0 112113 32 0 0 25 0 5 0 516367043 755253248 122840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591653 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=737552 CPUtime=1118.77 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 39440 0 0 0 111827 50 0 0 25 0 5 0 516367044 755253248 122840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=737552 CPUtime=1121.84 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 29837 0 0 0 112158 26 0 0 25 0 5 0 516367044 755253248 122840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5530821 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4480.72
Current children cumulated vsize (KiB) 746252

[startup+1182.3 s]
/proc/loadavg: 8.19 8.10 8.04 9/186 8103
/proc/meminfo: memFree=25290752/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=752796 CPUtime=4720.29 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 139072 0 0 0 471866 163 0 0 18 0 5 0 516367041 770863104 129241 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 188199 129241 418 389 0 183949 0
[pid=8067/tid=8069] ppid=8066 vsize=752796 CPUtime=1178.58 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 32762 0 0 0 117811 47 0 0 25 0 5 0 516367042 770863104 129241 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=752796 CPUtime=1181.44 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 31611 0 0 0 118110 34 0 0 25 0 5 0 516367043 770863104 129241 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=752796 CPUtime=1178.43 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 40468 0 0 0 117793 50 0 0 25 0 5 0 516367044 770863104 129241 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=752796 CPUtime=1181.77 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 31462 0 0 0 118148 29 0 0 25 0 5 0 516367044 770863104 129241 33554432000 4194304 5787044 140736037985472 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4720.29
Current children cumulated vsize (KiB) 761496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 8.14 8.10 8.04 5/179 8105
/proc/meminfo: memFree=26139096/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=754664 CPUtime=4800.19 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 140671 0 0 0 479853 166 0 0 18 0 5 0 516367041 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 188666 130840 418 389 0 184416 0
[pid=8067/tid=8069] ppid=8066 vsize=754664 CPUtime=1198.59 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 33280 0 0 0 119811 48 0 0 25 0 5 0 516367042 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=754664 CPUtime=1201.46 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 32202 0 0 0 120110 36 0 0 25 0 5 0 516367043 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=754664 CPUtime=1198.32 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 40469 0 0 0 119782 50 0 0 25 0 5 0 516367044 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=754664 CPUtime=1201.76 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 31951 0 0 0 120146 30 0 0 25 0 5 0 516367044 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 763364

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.14 8.10 8.04 5/179 8105
/proc/meminfo: memFree=26139096/32951132 swapFree=67111364/67111528
[pid=8066] ppid=8064 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8066/stat : 8066 (priss.sh) S 8064 8066 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516367041 8908800 252 33554432000 4194304 4922060 140733204521536 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8066/statm: 2175 252 211 178 0 68 0
[pid=8067] ppid=8066 vsize=754664 CPUtime=4800.19 cores=0,2,4,6
/proc/8067/stat : 8067 (priss) S 8066 8066 7814 0 -1 4202496 140671 0 0 0 479853 166 0 0 18 0 5 0 516367041 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8067/statm: 188666 130840 418 389 0 184416 0
[pid=8067/tid=8069] ppid=8066 vsize=754664 CPUtime=1198.59 cores=0,2,4,6
/proc/8067/task/8069/stat : 8069 (priss) R 8066 8066 7814 0 -1 4202560 33280 0 0 0 119811 48 0 0 25 0 5 0 516367042 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8067/tid=8070] ppid=8066 vsize=754664 CPUtime=1201.46 cores=0,2,4,6
/proc/8067/task/8070/stat : 8070 (priss) R 8066 8066 7814 0 -1 4202560 32202 0 0 0 120110 36 0 0 25 0 5 0 516367043 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8067/tid=8071] ppid=8066 vsize=754664 CPUtime=1198.32 cores=0,2,4,6
/proc/8067/task/8071/stat : 8071 (priss) R 8066 8066 7814 0 -1 4202560 40469 0 0 0 119782 50 0 0 25 0 5 0 516367044 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8067/tid=8072] ppid=8066 vsize=754664 CPUtime=1201.76 cores=0,2,4,6
/proc/8067/task/8072/stat : 8072 (priss) R 8066 8066 7814 0 -1 4202560 31951 0 0 0 120146 30 0 0 25 0 5 0 516367044 772775936 130840 33554432000 4194304 5787044 140736037985472 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 763364

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8066 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.19
#
# 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.19
CPU user time (s): 4798.53
CPU system time (s): 1.66
CPU usage (%): 399.245
Max. virtual memory (cumulated for all children) (KiB): 763364

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

runsolver used 1.76073 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 05:28:04
IDJOB=3259436
IDBENCH=71572
IDSOLVER=1603
FILE ID=node128/3259436-1304047684
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66968 MiB

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

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=545668169

node128.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26597920 kB
Buffers:       1265436 kB
Cached:        4370628 kB
SwapCached:        160 kB
Active:         267144 kB
Inactive:      5500220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26597920 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6300 kB
Writeback:          40 kB
AnonPages:      131164 kB
Mapped:          15704 kB
Slab:           523488 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   367784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66936 MiB
End job on node128 at 2011-04-29 05:48:08