Trace number 3259303

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 Auto? (TO) 4800.35 1202.12

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 28816
0.00/0.00	c setup for 4cores
0.00/0.07	c parsetime: 64861us
0.00/0.07	c parsed 266431 clauses with 2400 variables
0.00/0.08	c NW started thread 0 successfully (1098402112)
0.00/0.11	c NW started thread 1 successfully (1108891968)
0.00/0.14	c NW started thread 2 successfully (1119381824)
0.00/0.17	c NW started thread 3 successfully (1129871680)
47.41/12.14	c preprocessor returned 10005 variables
47.41/12.14	c preprocessing returned UNKNOWN
47.41/12.14	c PP set 0 variables
47.41/12.14	c pp time: 11988071us (11s)
47.41/12.14	c preprocessor returned 10005 variables
47.41/12.14	c preprocessing returned UNKNOWN
47.41/12.14	c PP set 0 variables
47.41/12.14	c pp time: 11992327us (11s)
47.41/12.18	c preprocessor returned 10005 variables
47.41/12.18	c preprocessing returned UNKNOWN
47.41/12.18	c PP set 0 variables
47.41/12.18	c pp time: 12097775us (12s)
86.13/21.81	c preprocessor returned 30023 variables
86.13/21.81	c preprocessing returned UNKNOWN
86.13/21.81	c PP set 0 variables
86.13/21.81	c pp time: 21642553us (21s)

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-3259303-1304046259/watcher-3259303-1304046259 -o /tmp/evaluation-result-3259303-1304046259/solver-3259303-1304046259 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259303-1304046259.cnf 1951235451 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: 4.10 4.11 4.19 1/175 28815
/proc/meminfo: memFree=31129624/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0

[startup+0.00900196 s]
/proc/loadavg: 4.10 4.11 4.19 1/175 28815
/proc/meminfo: memFree=31129624/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101045 s]
/proc/loadavg: 4.10 4.11 4.19 1/175 28815
/proc/meminfo: memFree=31129624/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300964 s]
/proc/loadavg: 4.10 4.11 4.19 1/175 28815
/proc/meminfo: memFree=31129624/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700852 s]
/proc/loadavg: 4.10 4.11 4.19 1/175 28815
/proc/meminfo: memFree=31129624/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 4.10 4.11 4.19 6/181 28821
/proc/meminfo: memFree=31050588/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=315760 CPUtime=5.2 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 43970 0 0 0 497 23 0 0 18 0 5 0 516223848 323338240 19808 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 78940 19808 349 389 0 74690 0
[pid=28816/tid=28818] ppid=28815 vsize=315760 CPUtime=1.26 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 7729 0 0 0 119 7 0 0 19 0 5 0 516223857 323338240 19808 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=315760 CPUtime=1.23 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 7434 0 0 0 118 5 0 0 19 0 5 0 516223860 323338240 19808 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=315760 CPUtime=1.22 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 7079 0 0 0 116 6 0 0 19 0 5 0 516223862 323338240 19808 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=315760 CPUtime=1.3 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 8207 0 0 0 129 1 0 0 19 0 5 0 516223865 323338240 19808 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 324460

[startup+3.10043 s]
/proc/loadavg: 4.10 4.11 4.19 5/181 28821
/proc/meminfo: memFree=31043148/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=315780 CPUtime=11.59 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 46914 0 0 0 1135 24 0 0 18 0 5 0 516223848 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 78945 21708 350 389 0 74695 0
[pid=28816/tid=28818] ppid=28815 vsize=315780 CPUtime=2.86 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 8934 0 0 0 278 8 0 0 20 0 5 0 516223857 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=315780 CPUtime=2.83 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 8033 0 0 0 278 5 0 0 19 0 5 0 516223860 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=315780 CPUtime=2.82 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 7389 0 0 0 276 6 0 0 20 0 5 0 516223862 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336206 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=315780 CPUtime=2.9 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 9037 0 0 0 289 1 0 0 23 0 5 0 516223865 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 324480

[startup+6.30086 s]
/proc/loadavg: 4.10 4.11 4.19 5/181 28821
/proc/meminfo: memFree=31043052/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=315780 CPUtime=24.37 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 46914 0 0 0 2413 24 0 0 18 0 5 0 516223848 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 78945 21708 350 389 0 74695 0
[pid=28816/tid=28818] ppid=28815 vsize=315780 CPUtime=6.04 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 8934 0 0 0 596 8 0 0 25 0 5 0 516223857 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=315780 CPUtime=6.03 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 8033 0 0 0 598 5 0 0 25 0 5 0 516223860 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=315780 CPUtime=6.02 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 7389 0 0 0 596 6 0 0 25 0 5 0 516223862 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=315780 CPUtime=6.1 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 9037 0 0 0 609 1 0 0 25 0 5 0 516223865 323358720 21708 33554432000 4194304 5787044 140734664551568 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 324480

[startup+12.7007 s]
/proc/loadavg: 4.25 4.14 4.20 5/181 28823
/proc/meminfo: memFree=30939232/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=333760 CPUtime=49.77 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 77629 0 0 0 4937 40 0 0 18 0 5 0 516223848 341770240 34300 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 83440 34300 404 389 0 79190 0
[pid=28816/tid=28818] ppid=28815 vsize=333760 CPUtime=12.35 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 18749 0 0 0 1217 18 0 0 18 0 5 0 516223857 341770240 34300 33554432000 4194304 5787044 140734664551568 18446744073709551615 5592076 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=333760 CPUtime=12.39 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 16244 0 0 0 1231 8 0 0 18 0 5 0 516223860 341770240 34300 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=333760 CPUtime=12.35 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 15985 0 0 0 1226 9 0 0 18 0 5 0 516223862 341770240 34300 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=333760 CPUtime=12.5 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 13130 0 0 0 1248 2 0 0 25 0 5 0 516223865 341770240 34300 33554432000 4194304 5787044 140734664551568 18446744073709551615 4359116 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 342460

[startup+25.5004 s]
/proc/loadavg: 4.26 4.15 4.20 5/181 28823
/proc/meminfo: memFree=30969628/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=340884 CPUtime=100.9 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 89766 0 0 0 10046 44 0 0 18 0 5 0 516223848 349065216 40127 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 85221 40127 417 389 0 80971 0
[pid=28816/tid=28818] ppid=28815 vsize=340884 CPUtime=25.08 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 20129 0 0 0 2489 19 0 0 25 0 5 0 516223857 349065216 40127 33554432000 4194304 5787044 140734664551568 18446744073709551615 4219671 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=340884 CPUtime=25.18 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 17619 0 0 0 2510 8 0 0 25 0 5 0 516223860 349065216 40127 33554432000 4194304 5787044 140734664551568 18446744073709551615 5592640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=340884 CPUtime=25.15 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 17335 0 0 0 2505 10 0 0 25 0 5 0 516223862 349065216 40127 33554432000 4194304 5787044 140734664551568 18446744073709551615 4254611 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=340884 CPUtime=25.3 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 21162 0 0 0 2527 3 0 0 25 0 5 0 516223865 349065216 40127 33554432000 4194304 5787044 140734664551568 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 349584

[startup+51.1007 s]
/proc/loadavg: 4.17 4.14 4.19 5/181 28824
/proc/meminfo: memFree=30932700/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=350924 CPUtime=203.14 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 99507 0 0 0 20265 49 0 0 18 0 5 0 516223848 359346176 49868 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 87731 49868 417 389 0 83481 0
[pid=28816/tid=28818] ppid=28815 vsize=350924 CPUtime=50.53 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 22288 0 0 0 5033 20 0 0 25 0 5 0 516223857 359346176 49868 33554432000 4194304 5787044 140734664551568 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=350924 CPUtime=50.78 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 20871 0 0 0 5068 10 0 0 19 0 5 0 516223860 359346176 49868 33554432000 4194304 5787044 140734664551568 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=350924 CPUtime=50.74 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 20162 0 0 0 5063 11 0 0 19 0 5 0 516223862 359346176 49868 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=350924 CPUtime=50.9 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 22665 0 0 0 5085 5 0 0 19 0 5 0 516223865 359346176 49868 33554432000 4194304 5787044 140734664551568 18446744073709551615 5527993 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.14
Current children cumulated vsize (KiB) 359624

[startup+102.306 s]
/proc/loadavg: 4.07 4.11 4.18 5/181 28825
/proc/meminfo: memFree=30865972/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=368212 CPUtime=407.6 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 115614 0 0 0 40667 93 0 0 18 0 5 0 516223848 377049088 65907 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 92053 65907 417 389 0 87803 0
[pid=28816/tid=28818] ppid=28815 vsize=368212 CPUtime=101.44 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 26457 0 0 0 10109 35 0 0 25 0 5 0 516223857 377049088 65907 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=368212 CPUtime=101.96 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 26088 0 0 0 10172 24 0 0 25 0 5 0 516223860 377049088 65907 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=368212 CPUtime=101.92 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 24694 0 0 0 10168 24 0 0 25 0 5 0 516223862 377049088 65907 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=368212 CPUtime=102.1 cores=0,2,4,6

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

/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 64905 0 0 0 87673 164 0 0 25 0 5 0 516223860 945078272 204264 33554432000 4194304 5787044 140734664551568 18446744073709551615 271550235242 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=922928 CPUtime=881.79 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 63995 0 0 0 88003 176 0 0 25 0 5 0 516223862 945078272 204264 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=922928 CPUtime=882.01 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 48809 0 0 0 88177 24 0 0 25 0 5 0 516223865 945078272 204264 33554432000 4194304 5787044 140734664551568 18446744073709551615 5528777 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.92
Current children cumulated vsize (KiB) 931628

[startup+942.301 s]
/proc/loadavg: 4.07 4.08 4.09 5/181 28847
/proc/meminfo: memFree=30308316/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=926284 CPUtime=3762.6 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 256941 0 0 0 375778 482 0 0 18 0 5 0 516223848 948514816 205131 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 231571 205131 417 389 0 227321 0
[pid=28816/tid=28818] ppid=28815 vsize=926284 CPUtime=940.56 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 64844 0 0 0 93943 113 0 0 25 0 5 0 516223857 948514816 205131 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=926284 CPUtime=938.04 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 64906 0 0 0 93640 164 0 0 25 0 5 0 516223860 948514816 205131 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=926284 CPUtime=941.79 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 63995 0 0 0 94003 176 0 0 25 0 5 0 516223862 948514816 205131 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=926284 CPUtime=942.01 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 49675 0 0 0 94176 25 0 0 25 0 5 0 516223865 948514816 205131 33554432000 4194304 5787044 140734664551568 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.6
Current children cumulated vsize (KiB) 934984

[startup+1002.3 s]
/proc/loadavg: 4.02 4.06 4.08 5/181 28849
/proc/meminfo: memFree=30308280/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=926284 CPUtime=4002.26 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 256942 0 0 0 399744 482 0 0 18 0 5 0 516223848 948514816 205132 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 231571 205132 417 389 0 227321 0
[pid=28816/tid=28818] ppid=28815 vsize=926284 CPUtime=1000.57 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 64845 0 0 0 99944 113 0 0 25 0 5 0 516223857 948514816 205132 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=926284 CPUtime=997.71 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 64906 0 0 0 99607 164 0 0 25 0 5 0 516223860 948514816 205132 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=926284 CPUtime=1001.78 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 63995 0 0 0 100002 176 0 0 25 0 5 0 516223862 948514816 205132 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=926284 CPUtime=1002 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 49675 0 0 0 100175 25 0 0 25 0 5 0 516223865 948514816 205132 33554432000 4194304 5787044 140734664551568 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.26
Current children cumulated vsize (KiB) 934984

[startup+1062.3 s]
/proc/loadavg: 4.01 4.05 4.08 5/181 28851
/proc/meminfo: memFree=30308248/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=926284 CPUtime=4241.94 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 256954 0 0 0 423712 482 0 0 18 0 5 0 516223848 948514816 205144 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 231571 205144 417 389 0 227321 0
[pid=28816/tid=28818] ppid=28815 vsize=926284 CPUtime=1060.57 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 64847 0 0 0 105944 113 0 0 25 0 5 0 516223857 948514816 205144 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=926284 CPUtime=1057.39 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 64915 0 0 0 105575 164 0 0 25 0 5 0 516223860 948514816 205144 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=926284 CPUtime=1061.78 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 63996 0 0 0 106002 176 0 0 25 0 5 0 516223862 948514816 205144 33554432000 4194304 5787044 140734664551568 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=926284 CPUtime=1062 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 49675 0 0 0 106175 25 0 0 25 0 5 0 516223865 948514816 205144 33554432000 4194304 5787044 140734664551568 18446744073709551615 5527215 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.94
Current children cumulated vsize (KiB) 934984

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 4.07 5/181 28852
/proc/meminfo: memFree=30295440/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=934484 CPUtime=4481.6 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 260234 0 0 0 447670 490 0 0 18 0 5 0 516223848 956911616 208424 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 233621 208424 417 389 0 229371 0
[pid=28816/tid=28818] ppid=28815 vsize=934484 CPUtime=1120.57 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 64878 0 0 0 111943 114 0 0 25 0 5 0 516223857 956911616 208424 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=934484 CPUtime=1117.06 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 66053 0 0 0 111535 171 0 0 25 0 5 0 516223860 956911616 208424 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=934484 CPUtime=1121.78 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 65082 0 0 0 112002 176 0 0 25 0 5 0 516223862 956911616 208424 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=934484 CPUtime=1122 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 50700 0 0 0 112175 25 0 0 25 0 5 0 516223865 956911616 208424 33554432000 4194304 5787044 140734664551568 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.6
Current children cumulated vsize (KiB) 943184

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 4.07 5/181 28854
/proc/meminfo: memFree=30234664/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=1077856 CPUtime=4721.25 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 275593 0 0 0 471582 543 0 0 18 0 5 0 516223848 1103724544 223783 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 269464 223783 417 389 0 265214 0
[pid=28816/tid=28818] ppid=28815 vsize=1077856 CPUtime=1180.57 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 67287 0 0 0 117940 117 0 0 25 0 5 0 516223857 1103724544 223783 33554432000 4194304 5787044 140734664551568 18446744073709551615 4661827 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=1077856 CPUtime=1176.74 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 72178 0 0 0 117479 195 0 0 25 0 5 0 516223860 1103724544 223783 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=1077856 CPUtime=1181.75 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 71341 0 0 0 117974 201 0 0 25 0 5 0 516223862 1103724544 223783 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=1077856 CPUtime=1181.99 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 51266 0 0 0 118174 25 0 0 25 0 5 0 516223865 1103724544 223783 33554432000 4194304 5787044 140734664551568 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.25
Current children cumulated vsize (KiB) 1086556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 4.08 4.05 4.08 5/181 28854
/proc/meminfo: memFree=30204512/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=1152256 CPUtime=4800.35 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 282881 0 0 0 479473 562 0 0 18 0 5 0 516223848 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 288064 231071 417 389 0 283814 0
[pid=28816/tid=28818] ppid=28815 vsize=1152256 CPUtime=1200.37 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 69953 0 0 0 119918 119 0 0 25 0 5 0 516223857 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=1152256 CPUtime=1196.54 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 73854 0 0 0 119450 204 0 0 25 0 5 0 516223860 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590788 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=1152256 CPUtime=1201.44 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 73044 0 0 0 119935 209 0 0 25 0 5 0 516223862 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590836 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=1152256 CPUtime=1201.79 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 52509 0 0 0 120153 26 0 0 25 0 5 0 516223865 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1160956

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

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

[startup+1202.1 s]
/proc/loadavg: 4.08 4.05 4.08 5/181 28854
/proc/meminfo: memFree=30204512/32951124 swapFree=67111344/67111528
[pid=28815] ppid=28813 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (prissAuto.sh) S 28813 28815 26347 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516223848 8908800 252 33554432000 4194304 4922060 140733745993648 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28815/statm: 2175 252 211 178 0 68 0
[pid=28816] ppid=28815 vsize=1152256 CPUtime=4800.35 cores=0,2,4,6
/proc/28816/stat : 28816 (priss) S 28815 28815 26347 0 -1 4202496 282881 0 0 0 479473 562 0 0 18 0 5 0 516223848 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28816/statm: 288064 231071 417 389 0 283814 0
[pid=28816/tid=28818] ppid=28815 vsize=1152256 CPUtime=1200.37 cores=0,2,4,6
/proc/28816/task/28818/stat : 28818 (priss) R 28815 28815 26347 0 -1 4202560 69953 0 0 0 119918 119 0 0 25 0 5 0 516223857 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28815 vsize=1152256 CPUtime=1196.54 cores=0,2,4,6
/proc/28816/task/28819/stat : 28819 (priss) R 28815 28815 26347 0 -1 4202560 73854 0 0 0 119450 204 0 0 25 0 5 0 516223860 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590788 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28820] ppid=28815 vsize=1152256 CPUtime=1201.44 cores=0,2,4,6
/proc/28816/task/28820/stat : 28820 (priss) R 28815 28815 26347 0 -1 4202560 73044 0 0 0 119935 209 0 0 25 0 5 0 516223862 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5590836 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=28816/tid=28821] ppid=28815 vsize=1152256 CPUtime=1201.79 cores=0,2,4,6
/proc/28816/task/28821/stat : 28821 (priss) R 28815 28815 26347 0 -1 4202560 52509 0 0 0 120153 26 0 0 25 0 5 0 516223865 1179910144 231071 33554432000 4194304 5787044 140734664551568 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1160956

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.35
CPU user time (s): 4794.73
CPU system time (s): 5.62
CPU usage (%): 399.324
Max. virtual memory (cumulated for all children) (KiB): 1160956

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

runsolver used 2.04269 second user time and 4.52631 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 05:04:20
IDJOB=3259303
IDBENCH=71549
IDSOLVER=1602
FILE ID=node133/3259303-1304046259
RUNJOBID= node133-1304041077-27789
PBS_JOBID= 13170319
Free space on /tmp= 71892 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2400c266431gyes3.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259303-1304046259/watcher-3259303-1304046259 -o /tmp/evaluation-result-3259303-1304046259/solver-3259303-1304046259 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3259303-1304046259.cnf 1951235451 4800 15500 4

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1951235451

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      31129772 kB
Buffers:        700732 kB
Cached:         699324 kB
SwapCached:        124 kB
Active:         547028 kB
Inactive:       916504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31129772 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            5112 kB
Writeback:           0 kB
AnonPages:       62812 kB
Mapped:          14336 kB
Slab:           293320 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71892 MiB
End job on node133 at 2011-04-29 05:24:24