Trace number 3282442

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.12 1201.92

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 27815
0.00/0.00	c setup for 4cores
0.00/0.16	c parsetime: 165116us
0.00/0.16	c parsed 599015 clauses with 200440 variables
0.00/0.20	c NW started thread 0 successfully (1109518656)
0.00/0.24	c NW started thread 1 successfully (1120008512)
0.00/0.29	c NW started thread 2 successfully (1094551872)
0.00/0.32	c NW started thread 3 successfully (1130498368)
77.36/19.63	c preprocessor returned 200440 variables
77.36/19.63	c preprocessing returned UNKNOWN
77.36/19.63	c PP set 275 variables
77.36/19.63	c pp time: 19267284us (19s)
78.17/19.81	c preprocessor returned 200440 variables
78.17/19.81	c preprocessing returned UNKNOWN
78.17/19.81	c PP set 275 variables
78.17/19.81	c pp time: 19477328us (19s)
78.17/19.85	c preprocessor returned 200440 variables
78.17/19.85	c preprocessing returned UNKNOWN
78.17/19.85	c PP set 275 variables
78.17/19.85	c pp time: 19563170us (19s)
78.55/19.96	c preprocessor returned 200440 variables
78.55/19.96	c preprocessing returned UNKNOWN
78.55/19.96	c PP set 275 variables
78.55/19.96	c pp time: 19711132us (19s)

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-3282442-1304041077/watcher-3282442-1304041077 -o /tmp/evaluation-result-3282442-1304041077/solver-3282442-1304041077 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3282442-1304041077.cnf 39932384 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 4.88 5.08 5.63 7/186 27814
/proc/meminfo: memFree=31270624/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0

[startup+0.041275 s]
/proc/loadavg: 4.88 5.08 5.63 7/186 27814
/proc/meminfo: memFree=31270624/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100267 s]
/proc/loadavg: 4.88 5.08 5.63 7/186 27814
/proc/meminfo: memFree=31270624/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300873 s]
/proc/loadavg: 4.88 5.08 5.63 7/186 27814
/proc/meminfo: memFree=31270624/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700123 s]
/proc/loadavg: 4.88 5.08 5.63 7/186 27814
/proc/meminfo: memFree=31270624/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 4.88 5.08 5.63 10/192 27820
/proc/meminfo: memFree=30827524/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=694560 CPUtime=5.15 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 153552 0 0 0 485 30 0 0 19 0 5 0 515705652 711229440 109327 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 173640 109327 348 389 0 169390 0
[pid=27815/tid=27817] ppid=27814 vsize=694560 CPUtime=1.26 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 33013 0 0 0 119 7 0 0 19 0 5 0 515705672 711229440 109327 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=694560 CPUtime=1.22 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 29474 0 0 0 117 5 0 0 19 0 5 0 515705676 711229440 109327 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=694560 CPUtime=1.17 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 32492 0 0 0 111 6 0 0 19 0 5 0 515705680 711229440 109327 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=694560 CPUtime=1.15 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 31224 0 0 0 108 7 0 0 19 0 5 0 515705684 711229440 109327 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330504 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 703260

[startup+3.10069 s]
/proc/loadavg: 4.88 5.08 5.63 9/192 27820
/proc/meminfo: memFree=30820604/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=694560 CPUtime=11.55 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 153556 0 0 0 1125 30 0 0 19 0 5 0 515705652 711229440 109331 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 173640 109331 348 389 0 169390 0
[pid=27815/tid=27817] ppid=27814 vsize=694560 CPUtime=2.85 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 33015 0 0 0 278 7 0 0 22 0 5 0 515705672 711229440 109331 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=694560 CPUtime=2.82 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 29475 0 0 0 277 5 0 0 22 0 5 0 515705676 711229440 109331 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=694560 CPUtime=2.77 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 32493 0 0 0 271 6 0 0 22 0 5 0 515705680 711229440 109331 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=694560 CPUtime=2.75 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 31224 0 0 0 268 7 0 0 22 0 5 0 515705684 711229440 109331 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 703260

[startup+6.30111 s]
/proc/loadavg: 5.13 5.13 5.64 9/192 27820
/proc/meminfo: memFree=30811816/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=694560 CPUtime=24.33 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 153577 0 0 0 2403 30 0 0 19 0 5 0 515705652 711229440 109352 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 173640 109352 348 389 0 169390 0
[pid=27815/tid=27817] ppid=27814 vsize=694560 CPUtime=6.03 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 33025 0 0 0 596 7 0 0 25 0 5 0 515705672 711229440 109352 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=694560 CPUtime=6.02 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 29475 0 0 0 597 5 0 0 25 0 5 0 515705676 711229440 109352 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=694560 CPUtime=5.97 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 32504 0 0 0 591 6 0 0 25 0 5 0 515705680 711229440 109352 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330507 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=694560 CPUtime=5.95 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 31224 0 0 0 588 7 0 0 25 0 5 0 515705684 711229440 109352 33554432000 4194304 5787044 140737243657104 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 703260

[startup+12.7009 s]
/proc/loadavg: 5.36 5.18 5.66 9/192 27820
/proc/meminfo: memFree=30703488/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=819668 CPUtime=49.8 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 194596 0 0 0 4919 61 0 0 19 0 5 0 515705652 839340032 143158 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 204917 143158 351 389 0 200667 0
[pid=27815/tid=27817] ppid=27814 vsize=819668 CPUtime=12.38 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 45098 0 0 0 1223 15 0 0 25 0 5 0 515705672 839340032 143158 33554432000 4194304 5787044 140737243657104 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=819668 CPUtime=12.4 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 40186 0 0 0 1226 14 0 0 18 0 5 0 515705676 839340032 143158 33554432000 4194304 5787044 140737243657104 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=819668 CPUtime=12.34 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 41289 0 0 0 1220 14 0 0 18 0 5 0 515705680 839340032 143158 33554432000 4194304 5787044 140737243657104 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=819668 CPUtime=12.32 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 40674 0 0 0 1219 13 0 0 25 0 5 0 515705684 839340032 143158 33554432000 4194304 5787044 140737243657104 18446744073709551615 271550230224 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.8
Current children cumulated vsize (KiB) 828368

[startup+25.5006 s]
/proc/loadavg: 5.94 5.32 5.69 9/192 27821
/proc/meminfo: memFree=30477516/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=915792 CPUtime=100.91 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 260733 0 0 0 10019 72 0 0 19 0 5 0 515705652 937771008 182158 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 228948 182158 417 389 0 224698 0
[pid=27815/tid=27817] ppid=27814 vsize=915792 CPUtime=25.11 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 62781 0 0 0 2493 18 0 0 25 0 5 0 515705672 937771008 182158 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=915792 CPUtime=25.2 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 58761 0 0 0 2503 17 0 0 25 0 5 0 515705676 937771008 182158 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=915792 CPUtime=25.13 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 59814 0 0 0 2496 17 0 0 25 0 5 0 515705680 937771008 182158 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=915792 CPUtime=25.12 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 52028 0 0 0 2497 15 0 0 25 0 5 0 515705684 937771008 182158 33554432000 4194304 5787044 140737243657104 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 924492

[startup+51.101 s]
/proc/loadavg: 6.64 5.53 5.75 9/192 27821
/proc/meminfo: memFree=30431784/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=915792 CPUtime=203.18 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 262902 0 0 0 20242 76 0 0 19 0 5 0 515705652 937771008 184327 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 228948 184327 417 389 0 224698 0
[pid=27815/tid=27817] ppid=27814 vsize=915792 CPUtime=50.56 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 63389 0 0 0 5038 18 0 0 25 0 5 0 515705672 937771008 184327 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=915792 CPUtime=50.8 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 59424 0 0 0 5062 18 0 0 25 0 5 0 515705676 937771008 184327 33554432000 4194304 5787044 140737243657104 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=915792 CPUtime=50.73 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 60319 0 0 0 5055 18 0 0 25 0 5 0 515705680 937771008 184327 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=915792 CPUtime=50.72 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 52421 0 0 0 5056 16 0 0 25 0 5 0 515705684 937771008 184327 33554432000 4194304 5787044 140737243657104 18446744073709551615 5528736 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.18
Current children cumulated vsize (KiB) 924492

[startup+102.307 s]
/proc/loadavg: 7.58 5.97 5.89 9/192 27823
/proc/meminfo: memFree=30366520/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=981328 CPUtime=407.72 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 267520 0 0 0 40688 84 0 0 19 0 5 0 515705652 1004879872 188945 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 245332 188945 417 389 0 241082 0
[pid=27815/tid=27817] ppid=27814 vsize=981328 CPUtime=101.49 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 63871 0 0 0 10129 20 0 0 25 0 5 0 515705672 1004879872 188945 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=981328 CPUtime=102 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 60248 0 0 0 10181 19 0 0 25 0 5 0 515705676 1004879872 188945 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=981328 CPUtime=101.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 61420 0 0 0 10173 21 0 0 25 0 5 0 515705680 1004879872 188945 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=981328 CPUtime=101.93 cores=1,3,5,7

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

/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 74907 0 0 0 88152 48 0 0 25 0 5 0 515705676 1335377920 262444 33554432000 4194304 5787044 140737243657104 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1304080 CPUtime=881.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 87214 0 0 0 88127 67 0 0 25 0 5 0 515705680 1335377920 262444 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1304080 CPUtime=881.49 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 73232 0 0 0 88099 50 0 0 25 0 5 0 515705684 1335377920 262444 33554432000 4194304 5787044 140737243657104 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.47
Current children cumulated vsize (KiB) 1312780

[startup+942.3 s]
/proc/loadavg: 8.14 8.04 7.23 9/192 27845
/proc/meminfo: memFree=29768332/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1371200 CPUtime=3763.14 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 355324 0 0 0 376069 245 0 0 19 0 5 0 515705652 1404108800 276342 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 342800 276342 417 389 0 338550 0
[pid=27815/tid=27817] ppid=27814 vsize=1371200 CPUtime=937.34 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 79262 0 0 0 93684 50 0 0 25 0 5 0 515705672 1404108800 276342 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1371200 CPUtime=942 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 78623 0 0 0 94145 55 0 0 25 0 5 0 515705676 1404108800 276342 33554432000 4194304 5787044 140737243657104 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1371200 CPUtime=941.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 92901 0 0 0 94118 76 0 0 25 0 5 0 515705680 1404108800 276342 33554432000 4194304 5787044 140737243657104 18446744073709551615 4220412 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1371200 CPUtime=941.49 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 77189 0 0 0 94090 59 0 0 25 0 5 0 515705684 1404108800 276342 33554432000 4194304 5787044 140737243657104 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.14
Current children cumulated vsize (KiB) 1379900

[startup+1002.3 s]
/proc/loadavg: 8.12 8.05 7.29 9/192 27847
/proc/meminfo: memFree=29669088/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1454064 CPUtime=4002.78 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 371473 0 0 0 400010 268 0 0 19 0 5 0 515705652 1488961536 292200 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 363516 292200 417 389 0 359266 0
[pid=27815/tid=27817] ppid=27814 vsize=1454064 CPUtime=997 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 83140 0 0 0 99645 55 0 0 25 0 5 0 515705672 1488961536 292200 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1454064 CPUtime=1002 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 84043 0 0 0 100138 62 0 0 25 0 5 0 515705676 1488961536 292200 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1454064 CPUtime=1001.93 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95804 0 0 0 100113 80 0 0 25 0 5 0 515705680 1488961536 292200 33554432000 4194304 5787044 140737243657104 18446744073709551615 4255018 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1454064 CPUtime=1001.49 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 81137 0 0 0 100083 66 0 0 25 0 5 0 515705684 1488961536 292200 33554432000 4194304 5787044 140737243657104 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.78
Current children cumulated vsize (KiB) 1462764

[startup+1062.3 s]
/proc/loadavg: 8.04 8.04 7.33 9/192 27848
/proc/meminfo: memFree=29637560/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1454064 CPUtime=4242.46 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 371498 0 0 0 423977 269 0 0 19 0 5 0 515705652 1488961536 292225 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 363516 292225 417 389 0 359266 0
[pid=27815/tid=27817] ppid=27814 vsize=1454064 CPUtime=1056.68 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 83140 0 0 0 105613 55 0 0 25 0 5 0 515705672 1488961536 292225 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1454064 CPUtime=1062 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 84044 0 0 0 106138 62 0 0 25 0 5 0 515705676 1488961536 292225 33554432000 4194304 5787044 140737243657104 18446744073709551615 4254593 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1454064 CPUtime=1061.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95804 0 0 0 106113 81 0 0 25 0 5 0 515705680 1488961536 292225 33554432000 4194304 5787044 140737243657104 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1454064 CPUtime=1061.49 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 81161 0 0 0 106083 66 0 0 25 0 5 0 515705684 1488961536 292225 33554432000 4194304 5787044 140737243657104 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1462764

[startup+1122.3 s]
/proc/loadavg: 8.21 8.07 7.38 9/192 27850
/proc/meminfo: memFree=29593864/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1519600 CPUtime=4482.14 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 374854 0 0 0 447939 275 0 0 19 0 5 0 515705652 1556070400 295581 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 379900 295581 417 389 0 375650 0
[pid=27815/tid=27817] ppid=27814 vsize=1519600 CPUtime=1116.36 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 84135 0 0 0 111579 57 0 0 25 0 5 0 515705672 1556070400 295581 33554432000 4194304 5787044 140737243657104 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1519600 CPUtime=1122 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 85264 0 0 0 112136 64 0 0 25 0 5 0 515705676 1556070400 295581 33554432000 4194304 5787044 140737243657104 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1519600 CPUtime=1121.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95804 0 0 0 112113 81 0 0 25 0 5 0 515705680 1556070400 295581 33554432000 4194304 5787044 140737243657104 18446744073709551615 4254496 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1519600 CPUtime=1121.5 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 82302 0 0 0 112081 69 0 0 25 0 5 0 515705684 1556070400 295581 33554432000 4194304 5787044 140737243657104 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.14
Current children cumulated vsize (KiB) 1528300

[startup+1182.3 s]
/proc/loadavg: 8.33 8.12 7.44 10/192 27852
/proc/meminfo: memFree=29538528/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1523696 CPUtime=4721.8 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 386035 0 0 0 471886 294 0 0 19 0 5 0 515705652 1560264704 306664 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 380924 306664 417 389 0 376674 0
[pid=27815/tid=27817] ppid=27814 vsize=1523696 CPUtime=1176.03 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 87003 0 0 0 117541 62 0 0 25 0 5 0 515705672 1560264704 306664 33554432000 4194304 5787044 140737243657104 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1523696 CPUtime=1181.99 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 86778 0 0 0 118133 66 0 0 25 0 5 0 515705676 1560264704 306664 33554432000 4194304 5787044 140737243657104 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1523696 CPUtime=1181.94 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95907 0 0 0 118113 81 0 0 25 0 5 0 515705680 1560264704 306664 33554432000 4194304 5787044 140737243657104 18446744073709551615 5576671 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1523696 CPUtime=1181.49 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 88998 0 0 0 118069 80 0 0 25 0 5 0 515705684 1560264704 306664 33554432000 4194304 5787044 140737243657104 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.8
Current children cumulated vsize (KiB) 1532396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.24 8.11 7.45 5/185 27853
/proc/meminfo: memFree=30073752/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1523960 CPUtime=4800.12 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 386139 0 0 0 479717 295 0 0 19 0 5 0 515705652 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 380990 306768 417 389 0 376740 0
[pid=27815/tid=27817] ppid=27814 vsize=1523960 CPUtime=1195.52 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 87101 0 0 0 119490 62 0 0 25 0 5 0 515705672 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1523960 CPUtime=1201.6 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 86779 0 0 0 120093 67 0 0 25 0 5 0 515705676 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1523960 CPUtime=1201.54 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95912 0 0 0 120073 81 0 0 25 0 5 0 515705680 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1523960 CPUtime=1201.09 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 88998 0 0 0 120029 80 0 0 25 0 5 0 515705684 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1532660

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

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

[startup+1201.9 s]
/proc/loadavg: 8.24 8.11 7.45 5/185 27853
/proc/meminfo: memFree=30073752/32951124 swapFree=67111344/67111528
[pid=27814] ppid=27812 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27814/stat : 27814 (prissAuto.sh) S 27812 27814 26347 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 515705651 8908800 252 33554432000 4194304 4922060 140735754675520 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27814/statm: 2175 252 211 178 0 68 0
[pid=27815] ppid=27814 vsize=1523960 CPUtime=4800.12 cores=1,3,5,7
/proc/27815/stat : 27815 (priss) S 27814 27814 26347 0 -1 4202496 386139 0 0 0 479717 295 0 0 19 0 5 0 515705652 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27815/statm: 380990 306768 417 389 0 376740 0
[pid=27815/tid=27817] ppid=27814 vsize=1523960 CPUtime=1195.52 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (priss) R 27814 27814 26347 0 -1 4202560 87101 0 0 0 119490 62 0 0 25 0 5 0 515705672 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27815/tid=27818] ppid=27814 vsize=1523960 CPUtime=1201.6 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (priss) R 27814 27814 26347 0 -1 4202560 86779 0 0 0 120093 67 0 0 25 0 5 0 515705676 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27815/tid=27819] ppid=27814 vsize=1523960 CPUtime=1201.54 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (priss) R 27814 27814 26347 0 -1 4202560 95912 0 0 0 120073 81 0 0 25 0 5 0 515705680 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27815/tid=27820] ppid=27814 vsize=1523960 CPUtime=1201.09 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (priss) R 27814 27814 26347 0 -1 4202560 88998 0 0 0 120029 80 0 0 25 0 5 0 515705684 1560535040 306768 33554432000 4194304 5787044 140737243657104 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1532660

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.12
CPU user time (s): 4797.17
CPU system time (s): 2.95
CPU usage (%): 399.372
Max. virtual memory (cumulated for all children) (KiB): 1532660

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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.60376 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 03:37:58
IDJOB=3282442
IDBENCH=70815
IDSOLVER=1602
FILE ID=node133/3282442-1304041077
RUNJOBID= node133-1304041077-27790
PBS_JOBID= 13170319
Free space on /tmp= 71884 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282442-1304041077/watcher-3282442-1304041077 -o /tmp/evaluation-result-3282442-1304041077/solver-3282442-1304041077 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282442-1304041077.cnf 39932384 4800 15500 4

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=39932384

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:      31270896 kB
Buffers:        670312 kB
Cached:         567516 kB
SwapCached:        124 kB
Active:         562804 kB
Inactive:       772404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31270896 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           14080 kB
Writeback:           4 kB
AnonPages:       96584 kB
Mapped:          15264 kB
Slab:           280408 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288844 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= 71876 MiB
End job on node133 at 2011-04-29 03:58:02