Trace number 3258159

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.15 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 20883
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 45182us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1102678336)
0.00/0.08	c NW started thread 1 successfully (1113168192)
0.00/0.10	c NW started thread 2 successfully (1086732608)
0.00/0.12	c NW started thread 3 successfully (1123658048)
32.04/8.11	c preprocessor returned 10004 variables
32.04/8.11	c preprocessing returned UNKNOWN
32.04/8.11	c PP set 0 variables
32.04/8.11	c pp time: 8051987us (8s)
32.04/8.15	c preprocessor returned 10004 variables
32.04/8.15	c preprocessing returned UNKNOWN
32.04/8.15	c PP set 0 variables
32.04/8.15	c pp time: 8047266us (8s)
32.44/8.25	c preprocessor returned 10004 variables
32.44/8.25	c preprocessing returned UNKNOWN
32.44/8.25	c PP set 0 variables
32.44/8.25	c pp time: 8172808us (8s)
65.19/16.43	c preprocessor returned 30022 variables
65.19/16.43	c preprocessing returned UNKNOWN
65.19/16.43	c PP set 0 variables
65.19/16.43	c pp time: 16301952us (16s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0

[startup+0.0776001 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100844 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00236 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10035 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 8.00 8.06 8.07 6/182 20882
/proc/meminfo: memFree=13345692/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10099 s]
/proc/loadavg: 8.08 8.07 8.07 9/188 20888
/proc/meminfo: memFree=13270488/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=312152 CPUtime=12.07 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 37828 0 0 0 1198 9 0 0 20 0 5 0 516037575 319643648 17914 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 78038 17914 350 389 0 73788 0
[pid=20883/tid=20885] ppid=20882 vsize=312152 CPUtime=3 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 6981 0 0 0 298 2 0 0 21 0 5 0 516037581 319643648 17914 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=312152 CPUtime=2.97 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 5645 0 0 0 296 1 0 0 21 0 5 0 516037583 319643648 17914 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=312152 CPUtime=2.97 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 7291 0 0 0 296 1 0 0 24 0 5 0 516037585 319643648 17914 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=312152 CPUtime=2.95 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 6935 0 0 0 295 0 0 0 25 0 5 0 516037587 319643648 17914 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336163 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 320852

[startup+6.30043 s]
/proc/loadavg: 8.08 8.07 8.07 9/188 20888
/proc/meminfo: memFree=13257620/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=313736 CPUtime=24.84 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 39962 0 0 0 2475 9 0 0 20 0 5 0 516037575 321265664 20048 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 78434 20048 352 389 0 74184 0
[pid=20883/tid=20885] ppid=20882 vsize=313736 CPUtime=6.21 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 7568 0 0 0 618 3 0 0 25 0 5 0 516037581 321265664 20048 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=313736 CPUtime=6.16 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 6022 0 0 0 614 2 0 0 25 0 5 0 516037583 321265664 20048 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=313736 CPUtime=6.18 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 7876 0 0 0 616 2 0 0 25 0 5 0 516037585 321265664 20048 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=313736 CPUtime=6.15 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 7520 0 0 0 615 0 0 0 25 0 5 0 516037587 321265664 20048 33554432000 4194304 5787044 140733195959920 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 322436

[startup+12.7003 s]
/proc/loadavg: 8.07 8.07 8.07 9/188 20888
/proc/meminfo: memFree=13207544/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=339604 CPUtime=50.43 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 65007 0 0 0 5029 14 0 0 20 0 5 0 516037575 347754496 30335 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 84901 30335 404 389 0 80651 0
[pid=20883/tid=20885] ppid=20882 vsize=339604 CPUtime=12.61 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 16377 0 0 0 1256 5 0 0 25 0 5 0 516037581 347754496 30335 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=339604 CPUtime=12.52 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 10685 0 0 0 1250 2 0 0 25 0 5 0 516037583 347754496 30335 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=339604 CPUtime=12.58 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 16644 0 0 0 1255 3 0 0 25 0 5 0 516037585 347754496 30335 33554432000 4194304 5787044 140733195959920 18446744073709551615 5590248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=339604 CPUtime=12.56 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 10325 0 0 0 1255 1 0 0 25 0 5 0 516037587 347754496 30335 33554432000 4194304 5787044 140733195959920 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 348304

[startup+25.501 s]
/proc/loadavg: 8.06 8.07 8.07 9/188 20888
/proc/meminfo: memFree=13168708/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=342536 CPUtime=101.54 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 75344 0 0 0 10137 17 0 0 20 0 5 0 516037575 350756864 35181 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 85634 35181 417 389 0 81384 0
[pid=20883/tid=20885] ppid=20882 vsize=342536 CPUtime=25.4 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 17506 0 0 0 2535 5 0 0 25 0 5 0 516037581 350756864 35181 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=342536 CPUtime=25.25 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 11412 0 0 0 2523 2 0 0 25 0 5 0 516037583 350756864 35181 33554432000 4194304 5787044 140733195959920 18446744073709551615 5586857 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=342536 CPUtime=25.37 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 17758 0 0 0 2534 3 0 0 25 0 5 0 516037585 350756864 35181 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=342536 CPUtime=25.36 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 17692 0 0 0 2533 3 0 0 25 0 5 0 516037587 350756864 35181 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 351236

[startup+51.1005 s]
/proc/loadavg: 8.04 8.06 8.07 9/188 20889
/proc/meminfo: memFree=13105828/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=355224 CPUtime=203.78 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 84200 0 0 0 20357 21 0 0 20 0 5 0 516037575 363749376 44035 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 88806 44035 417 389 0 84556 0
[pid=20883/tid=20885] ppid=20882 vsize=355224 CPUtime=51 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 20693 0 0 0 5094 6 0 0 25 0 5 0 516037581 363749376 44035 33554432000 4194304 5787044 140733195959920 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=355224 CPUtime=50.71 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 13505 0 0 0 5068 3 0 0 25 0 5 0 516037583 363749376 44035 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=355224 CPUtime=50.97 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 19954 0 0 0 5092 5 0 0 25 0 5 0 516037585 363749376 44035 33554432000 4194304 5787044 140733195959920 18446744073709551615 5585346 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=355224 CPUtime=50.96 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 19072 0 0 0 5092 4 0 0 25 0 5 0 516037587 363749376 44035 33554432000 4194304 5787044 140733195959920 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 363924

[startup+102.3 s]
/proc/loadavg: 8.05 8.06 8.07 9/188 20891
/proc/meminfo: memFree=13040204/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=370132 CPUtime=408.28 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 96263 0 0 0 40795 33 0 0 20 0 5 0 516037575 379015168 56052 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 92533 56052 417 389 0 88283 0
[pid=20883/tid=20885] ppid=20882 vsize=370132 CPUtime=102.19 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 23450 0 0 0 10209 10 0 0 25 0 5 0 516037581 379015168 56052 33554432000 4194304 5787044 140733195959920 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=370132 CPUtime=101.62 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 16247 0 0 0 10157 5 0 0 25 0 5 0 516037583 379015168 56052 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=370132 CPUtime=102.16 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 22925 0 0 0 10208 8 0 0 25 0 5 0 516037585 379015168 56052 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=370132 CPUtime=102.15 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 22665 0 0 0 10209 6 0 0 25 0 5 0 516037587 379015168 56052 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 378832

[startup+162.301 s]
/proc/loadavg: 8.16 8.09 8.08 9/188 20892
/proc/meminfo: memFree=12986212/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=392408 CPUtime=647.96 cores=0,2,4,6

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

/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 47107 0 0 0 87738 24 0 0 25 0 5 0 516037583 902139904 176945 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=880996 CPUtime=882.13 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 55973 0 0 0 88159 54 0 0 25 0 5 0 516037585 902139904 176945 33554432000 4194304 5787044 140733195959920 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=880996 CPUtime=882.14 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 45378 0 0 0 88179 35 0 0 25 0 5 0 516037587 902139904 176945 33554432000 4194304 5787044 140733195959920 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.88
Current children cumulated vsize (KiB) 889696

[startup+942.307 s]
/proc/loadavg: 8.11 8.08 8.07 9/188 20946
/proc/meminfo: memFree=12809040/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=880996 CPUtime=3763.57 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 221462 0 0 0 376185 172 0 0 20 0 5 0 516037575 902139904 179356 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 220249 179356 417 389 0 215999 0
[pid=20883/tid=20885] ppid=20882 vsize=880996 CPUtime=941.86 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 59392 0 0 0 94133 53 0 0 25 0 5 0 516037581 902139904 179356 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=880996 CPUtime=937.29 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 47108 0 0 0 93705 24 0 0 25 0 5 0 516037583 902139904 179356 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=880996 CPUtime=942.13 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58605 0 0 0 94156 57 0 0 25 0 5 0 516037585 902139904 179356 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=880996 CPUtime=942.15 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 45381 0 0 0 94180 35 0 0 25 0 5 0 516037587 902139904 179356 33554432000 4194304 5787044 140733195959920 18446744073709551615 4220798 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.57
Current children cumulated vsize (KiB) 889696

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.07 9/188 20948
/proc/meminfo: memFree=12795372/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=880996 CPUtime=4003.22 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 221515 0 0 0 400150 172 0 0 20 0 5 0 516037575 902139904 179409 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 220249 179409 417 389 0 215999 0
[pid=20883/tid=20885] ppid=20882 vsize=880996 CPUtime=1001.85 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 59393 0 0 0 100132 53 0 0 25 0 5 0 516037581 902139904 179409 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=880996 CPUtime=996.96 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 47110 0 0 0 99672 24 0 0 25 0 5 0 516037583 902139904 179409 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=880996 CPUtime=1002.11 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58605 0 0 0 100154 57 0 0 25 0 5 0 516037585 902139904 179409 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=880996 CPUtime=1002.14 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 45431 0 0 0 100179 35 0 0 25 0 5 0 516037587 902139904 179409 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.22
Current children cumulated vsize (KiB) 889696

[startup+1062.3 s]
/proc/loadavg: 8.21 8.11 8.08 9/188 20949
/proc/meminfo: memFree=12725784/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=885096 CPUtime=4242.89 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 222130 0 0 0 424116 173 0 0 20 0 5 0 516037575 906338304 180024 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 221274 180024 417 389 0 217024 0
[pid=20883/tid=20885] ppid=20882 vsize=885096 CPUtime=1061.85 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 59397 0 0 0 106132 53 0 0 25 0 5 0 516037581 906338304 180024 33554432000 4194304 5787044 140733195959920 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=885096 CPUtime=1056.63 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 47113 0 0 0 105639 24 0 0 25 0 5 0 516037583 906338304 180024 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=885096 CPUtime=1062.11 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58605 0 0 0 106154 57 0 0 25 0 5 0 516037585 906338304 180024 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=885096 CPUtime=1062.14 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 46039 0 0 0 106179 35 0 0 25 0 5 0 516037587 906338304 180024 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 893796

[startup+1122.3 s]
/proc/loadavg: 8.22 8.12 8.09 9/188 20951
/proc/meminfo: memFree=12684580/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=893296 CPUtime=4482.56 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 226935 0 0 0 448078 178 0 0 20 0 5 0 516037575 914735104 184829 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 223324 184829 417 389 0 219074 0
[pid=20883/tid=20885] ppid=20882 vsize=893296 CPUtime=1121.85 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 59422 0 0 0 112132 53 0 0 25 0 5 0 516037581 914735104 184829 33554432000 4194304 5787044 140733195959920 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=893296 CPUtime=1116.31 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 48147 0 0 0 111606 25 0 0 25 0 5 0 516037583 914735104 184829 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=893296 CPUtime=1122.11 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58605 0 0 0 112153 58 0 0 25 0 5 0 516037585 914735104 184829 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=893296 CPUtime=1122.14 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 49785 0 0 0 112174 40 0 0 25 0 5 0 516037587 914735104 184829 33554432000 4194304 5787044 140733195959920 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.56
Current children cumulated vsize (KiB) 901996

[startup+1182.3 s]
/proc/loadavg: 8.21 8.13 8.09 9/188 20952
/proc/meminfo: memFree=12645868/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=968616 CPUtime=4722.22 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 234225 0 0 0 472036 186 0 0 20 0 5 0 516037575 991862784 192119 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 242154 192119 417 389 0 237904 0
[pid=20883/tid=20885] ppid=20882 vsize=968616 CPUtime=1181.85 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 61982 0 0 0 118130 55 0 0 25 0 5 0 516037581 991862784 192119 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=968616 CPUtime=1175.98 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 49651 0 0 0 117573 25 0 0 25 0 5 0 516037583 991862784 192119 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=968616 CPUtime=1182.1 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58608 0 0 0 118152 58 0 0 25 0 5 0 516037585 991862784 192119 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=968616 CPUtime=1182.14 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 53008 0 0 0 118169 45 0 0 25 0 5 0 516037587 991862784 192119 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.22
Current children cumulated vsize (KiB) 977316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 20953
/proc/meminfo: memFree=12619704/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=977772 CPUtime=4800.15 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 239206 0 0 0 479823 192 0 0 20 0 5 0 516037575 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 244443 196875 417 389 0 240193 0
[pid=20883/tid=20885] ppid=20882 vsize=977772 CPUtime=1201.36 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 63214 0 0 0 120078 58 0 0 25 0 5 0 516037581 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=977772 CPUtime=1195.38 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 50928 0 0 0 119511 27 0 0 25 0 5 0 516037583 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=977772 CPUtime=1201.61 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58610 0 0 0 120103 58 0 0 25 0 5 0 516037585 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=977772 CPUtime=1201.65 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 55478 0 0 0 120118 47 0 0 25 0 5 0 516037587 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 986472

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

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

[startup+1201.8 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 20953
/proc/meminfo: memFree=12619704/32951124 swapFree=67111528/67111528
[pid=20882] ppid=20880 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (prissAuto.sh) S 20880 20882 19631 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516037574 8908800 251 33554432000 4194304 4922060 140736461561680 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20882/statm: 2175 251 211 178 0 68 0
[pid=20883] ppid=20882 vsize=977772 CPUtime=4800.15 cores=0,2,4,6
/proc/20883/stat : 20883 (priss) S 20882 20882 19631 0 -1 4202496 239206 0 0 0 479823 192 0 0 20 0 5 0 516037575 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20883/statm: 244443 196875 417 389 0 240193 0
[pid=20883/tid=20885] ppid=20882 vsize=977772 CPUtime=1201.36 cores=0,2,4,6
/proc/20883/task/20885/stat : 20885 (priss) R 20882 20882 19631 0 -1 4202560 63214 0 0 0 120078 58 0 0 25 0 5 0 516037581 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20883/tid=20886] ppid=20882 vsize=977772 CPUtime=1195.38 cores=0,2,4,6
/proc/20883/task/20886/stat : 20886 (priss) R 20882 20882 19631 0 -1 4202560 50928 0 0 0 119511 27 0 0 25 0 5 0 516037583 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20883/tid=20887] ppid=20882 vsize=977772 CPUtime=1201.61 cores=0,2,4,6
/proc/20883/task/20887/stat : 20887 (priss) R 20882 20882 19631 0 -1 4202560 58610 0 0 0 120103 58 0 0 25 0 5 0 516037585 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20883/tid=20888] ppid=20882 vsize=977772 CPUtime=1201.65 cores=0,2,4,6
/proc/20883/task/20888/stat : 20888 (priss) R 20882 20882 19631 0 -1 4202560 55478 0 0 0 120118 47 0 0 25 0 5 0 516037587 1001238528 196875 33554432000 4194304 5787044 140733195959920 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 986472

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.15
CPU user time (s): 4798.23
CPU system time (s): 1.92
CPU usage (%): 399.405
Max. virtual memory (cumulated for all children) (KiB): 986472

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

runsolver used 1.85472 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 04:32:46
IDJOB=3258159
IDBENCH=71308
IDSOLVER=1602
FILE ID=node108/3258159-1304044366
RUNJOBID= node108-1304037066-19649
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g4.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258159-1304044366/watcher-3258159-1304044366 -o /tmp/evaluation-result-3258159-1304044366/solver-3258159-1304044366 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3258159-1304044366.cnf 144821851 4800 15500 4

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=144821851

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.75
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13346088 kB
Buffers:       2295792 kB
Cached:       16113896 kB
SwapCached:          0 kB
Active:       10898620 kB
Inactive:      8125488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13346088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4320 kB
Writeback:           0 kB
AnonPages:      613188 kB
Mapped:          15620 kB
Slab:           518160 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   809256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72112 MiB
End job on node108 at 2011-04-29 04:52:50