Trace number 3259699

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 32343
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58285us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1110051136)
0.00/0.10	c NW started thread 1 successfully (1120540992)
0.00/0.13	c NW started thread 2 successfully (1131030848)
0.00/0.15	c NW started thread 3 successfully (1094621504)
47.19/11.95	c preprocessor returned 10005 variables
47.19/11.95	c preprocessing returned UNKNOWN
47.19/11.95	c PP set 0 variables
47.19/11.95	c pp time: 11874642us (11s)
47.19/11.95	c preprocessor returned 10005 variables
47.19/11.95	c preprocessing returned UNKNOWN
47.19/11.95	c PP set 0 variables
47.19/11.95	c pp time: 11853352us (11s)
47.58/12.09	c preprocessor returned 10005 variables
47.58/12.09	c preprocessing returned UNKNOWN
47.58/12.09	c PP set 0 variables
47.58/12.09	c pp time: 11960605us (11s)
83.13/20.92	c preprocessor returned 30023 variables
83.13/20.92	c preprocessing returned UNKNOWN
83.13/20.92	c PP set 0 variables
83.13/20.92	c pp time: 20766830us (20s)

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-3259699-1304046868/watcher-3259699-1304046868 -o /tmp/evaluation-result-3259699-1304046868/solver-3259699-1304046868 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259699-1304046868.cnf 366493881 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.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0

[startup+0.0184229 s]
/proc/loadavg: 8.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100412 s]
/proc/loadavg: 8.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.311126 s]
/proc/loadavg: 8.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14822 s]
/proc/loadavg: 8.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50016 s]
/proc/loadavg: 8.02 8.01 8.05 6/182 32342
/proc/meminfo: memFree=23291164/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10086 s]
/proc/loadavg: 8.10 8.02 8.05 9/188 32348
/proc/meminfo: memFree=23204844/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=317448 CPUtime=12.04 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 46837 0 0 0 1192 12 0 0 19 0 5 0 594917466 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 79362 21541 350 389 0 75112 0
[pid=32343/tid=32345] ppid=32342 vsize=317448 CPUtime=3 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 7767 0 0 0 298 2 0 0 24 0 5 0 594917474 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=317448 CPUtime=2.99 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 8992 0 0 0 297 2 0 0 24 0 5 0 594917476 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=317448 CPUtime=2.94 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 9022 0 0 0 291 3 0 0 20 0 5 0 594917479 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=317448 CPUtime=2.93 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 7533 0 0 0 292 1 0 0 23 0 5 0 594917481 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 326148

[startup+6.30128 s]
/proc/loadavg: 8.10 8.02 8.05 9/188 32348
/proc/meminfo: memFree=23204476/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=317448 CPUtime=24.82 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 46837 0 0 0 2470 12 0 0 19 0 5 0 594917466 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 79362 21541 350 389 0 75112 0
[pid=32343/tid=32345] ppid=32342 vsize=317448 CPUtime=6.2 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 7767 0 0 0 618 2 0 0 25 0 5 0 594917474 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=317448 CPUtime=6.19 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 8992 0 0 0 617 2 0 0 25 0 5 0 594917476 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=317448 CPUtime=6.13 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 9022 0 0 0 610 3 0 0 25 0 5 0 594917479 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=317448 CPUtime=6.13 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 7533 0 0 0 612 1 0 0 25 0 5 0 594917481 325066752 21541 33554432000 4194304 5787044 140735536929792 18446744073709551615 4336729 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 326148

[startup+12.7011 s]
/proc/loadavg: 8.08 8.02 8.05 9/188 32348
/proc/meminfo: memFree=23151920/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=339572 CPUtime=50.4 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 79945 0 0 0 5022 18 0 0 19 0 5 0 594917466 347721728 34763 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 84893 34763 404 389 0 80643 0
[pid=32343/tid=32345] ppid=32342 vsize=339572 CPUtime=12.61 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 17209 0 0 0 1256 5 0 0 25 0 5 0 594917474 347721728 34763 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=339572 CPUtime=12.59 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 20930 0 0 0 1255 4 0 0 25 0 5 0 594917476 347721728 34763 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=339572 CPUtime=12.49 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 18415 0 0 0 1245 4 0 0 25 0 5 0 594917479 347721728 34763 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=339572 CPUtime=12.53 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 9868 0 0 0 1252 1 0 0 25 0 5 0 594917481 347721728 34763 33554432000 4194304 5787044 140735536929792 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 348272

[startup+25.5008 s]
/proc/loadavg: 8.07 8.02 8.05 9/188 32348
/proc/meminfo: memFree=23130336/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=344656 CPUtime=101.51 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 91789 0 0 0 10130 21 0 0 19 0 5 0 594917466 352927744 40725 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 86164 40725 417 389 0 81914 0
[pid=32343/tid=32345] ppid=32342 vsize=344656 CPUtime=25.4 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 18727 0 0 0 2534 6 0 0 25 0 5 0 594917474 352927744 40725 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=344656 CPUtime=25.38 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 22475 0 0 0 2534 4 0 0 25 0 5 0 594917476 352927744 40725 33554432000 4194304 5787044 140735536929792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=344656 CPUtime=25.22 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 20097 0 0 0 2517 5 0 0 25 0 5 0 594917479 352927744 40725 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=344656 CPUtime=25.33 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 16967 0 0 0 2531 2 0 0 25 0 5 0 594917481 352927744 40725 33554432000 4194304 5787044 140735536929792 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 353356

[startup+51.1011 s]
/proc/loadavg: 8.04 8.02 8.05 9/188 32349
/proc/meminfo: memFree=23049208/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=354756 CPUtime=203.77 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 103384 0 0 0 20350 27 0 0 19 0 5 0 594917466 363270144 52319 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 88689 52319 417 389 0 84439 0
[pid=32343/tid=32345] ppid=32342 vsize=354756 CPUtime=51 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 21914 0 0 0 5093 7 0 0 25 0 5 0 594917474 363270144 52319 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=354756 CPUtime=50.98 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 25564 0 0 0 5092 6 0 0 25 0 5 0 594917476 363270144 52319 33554432000 4194304 5787044 140735536929792 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=354756 CPUtime=50.68 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 23916 0 0 0 5062 6 0 0 25 0 5 0 594917479 363270144 52319 33554432000 4194304 5787044 140735536929792 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=354756 CPUtime=50.92 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 18467 0 0 0 5089 3 0 0 25 0 5 0 594917481 363270144 52319 33554432000 4194304 5787044 140735536929792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 363456

[startup+102.301 s]
/proc/loadavg: 8.02 8.02 8.04 9/188 32350
/proc/meminfo: memFree=22946884/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=371888 CPUtime=408.26 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 118103 0 0 0 40784 42 0 0 19 0 5 0 594917466 380813312 66971 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 92972 66971 417 389 0 88722 0
[pid=32343/tid=32345] ppid=32342 vsize=371888 CPUtime=102.19 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 25401 0 0 0 10207 12 0 0 25 0 5 0 594917474 380813312 66971 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=371888 CPUtime=102.17 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 31108 0 0 0 10206 11 0 0 25 0 5 0 594917476 380813312 66971 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=371888 CPUtime=101.59 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 27441 0 0 0 10149 10 0 0 25 0 5 0 594917479 380813312 66971 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=371888 CPUtime=102.12 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 20630 0 0 0 10207 5 0 0 25 0 5 0 594917481 380813312 66971 33554432000 4194304 5787044 140735536929792 18446744073709551615 5530814 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 380588

[startup+162.301 s]
/proc/loadavg: 8.00 8.01 8.04 9/188 32352
/proc/meminfo: memFree=22788004/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=588328 CPUtime=647.93 cores=0,2,4,6

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

/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 70045 0 0 0 88156 61 0 0 25 0 5 0 594917476 954195968 211840 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=931832 CPUtime=877.32 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 69545 0 0 0 87673 59 0 0 25 0 5 0 594917479 954195968 211840 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=931832 CPUtime=882.04 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 47425 0 0 0 88180 24 0 0 25 0 5 0 594917481 954195968 211840 33554432000 4194304 5787044 140735536929792 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.88
Current children cumulated vsize (KiB) 940532

[startup+942.307 s]
/proc/loadavg: 8.09 8.08 8.04 9/188 32373
/proc/meminfo: memFree=21791672/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=933636 CPUtime=3763.57 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 265570 0 0 0 376145 212 0 0 19 0 5 0 594917466 956043264 212334 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 233409 212334 417 389 0 229159 0
[pid=32343/tid=32345] ppid=32342 vsize=933636 CPUtime=942.18 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 64540 0 0 0 94154 64 0 0 25 0 5 0 594917474 956043264 212334 33554432000 4194304 5787044 140735536929792 18446744073709551615 4228479 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=933636 CPUtime=942.17 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 70046 0 0 0 94156 61 0 0 25 0 5 0 594917476 956043264 212334 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=933636 CPUtime=937 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 69545 0 0 0 93641 59 0 0 25 0 5 0 594917479 956043264 212334 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=933636 CPUtime=942.04 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 47916 0 0 0 94179 25 0 0 25 0 5 0 594917481 956043264 212334 33554432000 4194304 5787044 140735536929792 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.57
Current children cumulated vsize (KiB) 942336

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.04 9/188 32374
/proc/meminfo: memFree=21711032/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=933636 CPUtime=4003.22 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 265578 0 0 0 400109 213 0 0 19 0 5 0 594917466 956043264 212342 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 233409 212342 417 389 0 229159 0
[pid=32343/tid=32345] ppid=32342 vsize=933636 CPUtime=1002.18 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 64543 0 0 0 100154 64 0 0 25 0 5 0 594917474 956043264 212342 33554432000 4194304 5787044 140735536929792 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=933636 CPUtime=1002.1 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 70049 0 0 0 100149 61 0 0 25 0 5 0 594917476 956043264 212342 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=933636 CPUtime=996.75 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 69546 0 0 0 99615 60 0 0 25 0 5 0 594917479 956043264 212342 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=933636 CPUtime=1002.03 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 47917 0 0 0 100178 25 0 0 25 0 5 0 594917481 956043264 212342 33554432000 4194304 5787044 140735536929792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.22
Current children cumulated vsize (KiB) 942336

[startup+1062.3 s]
/proc/loadavg: 7.81 8.00 8.01 9/188 32409
/proc/meminfo: memFree=21171208/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=1007372 CPUtime=4242.87 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 269252 0 0 0 424069 218 0 0 19 0 5 0 594917466 1031548928 216016 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 251843 216016 417 389 0 247593 0
[pid=32343/tid=32345] ppid=32342 vsize=1007372 CPUtime=1062.17 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 66358 0 0 0 106152 65 0 0 25 0 5 0 594917474 1031548928 216016 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=1007372 CPUtime=1061.76 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 70862 0 0 0 106114 62 0 0 25 0 5 0 594917476 1031548928 216016 33554432000 4194304 5787044 140735536929792 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=1007372 CPUtime=1056.74 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 69566 0 0 0 105614 60 0 0 25 0 5 0 594917479 1031548928 216016 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=1007372 CPUtime=1062.03 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 48943 0 0 0 106175 28 0 0 25 0 5 0 594917481 1031548928 216016 33554432000 4194304 5787044 140735536929792 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.87
Current children cumulated vsize (KiB) 1016072

[startup+1122.3 s]
/proc/loadavg: 7.92 8.00 8.01 9/188 32411
/proc/meminfo: memFree=20488744/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=1146644 CPUtime=4482.55 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 284790 0 0 0 448016 239 0 0 19 0 5 0 594917466 1174163456 231554 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 286661 231554 417 389 0 282411 0
[pid=32343/tid=32345] ppid=32342 vsize=1146644 CPUtime=1122.17 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 74173 0 0 0 112143 74 0 0 25 0 5 0 594917474 1174163456 231554 33554432000 4194304 5787044 140735536929792 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=1146644 CPUtime=1121.44 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 76476 0 0 0 112074 70 0 0 25 0 5 0 594917476 1174163456 231554 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=1146644 CPUtime=1116.73 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 71674 0 0 0 111610 63 0 0 25 0 5 0 594917479 1174163456 231554 33554432000 4194304 5787044 140735536929792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=1146644 CPUtime=1122.02 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 48944 0 0 0 112174 28 0 0 25 0 5 0 594917481 1174163456 231554 33554432000 4194304 5787044 140735536929792 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.55
Current children cumulated vsize (KiB) 1155344

[startup+1182.3 s]
/proc/loadavg: 8.05 8.02 8.01 9/188 32412
/proc/meminfo: memFree=20245108/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=1158944 CPUtime=4722.2 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 303930 0 0 0 471958 262 0 0 19 0 5 0 594917466 1186758656 250694 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 289736 250694 417 389 0 285486 0
[pid=32343/tid=32345] ppid=32342 vsize=1158944 CPUtime=1182.17 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 80728 0 0 0 118134 83 0 0 25 0 5 0 594917474 1186758656 250694 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=1158944 CPUtime=1181.11 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 81949 0 0 0 118033 78 0 0 25 0 5 0 594917476 1186758656 250694 33554432000 4194304 5787044 140735536929792 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=1158944 CPUtime=1176.73 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 78219 0 0 0 117603 70 0 0 25 0 5 0 594917479 1186758656 250694 33554432000 4194304 5787044 140735536929792 18446744073709551615 4213868 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=1158944 CPUtime=1182.02 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 49511 0 0 0 118174 28 0 0 25 0 5 0 594917481 1186758656 250694 33554432000 4194304 5787044 140735536929792 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.2
Current children cumulated vsize (KiB) 1167644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.04 8.01 8.00 9/188 32413
/proc/meminfo: memFree=20138344/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=1163456 CPUtime=4800.13 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 310839 0 0 0 479742 271 0 0 19 0 5 0 594917466 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 290864 256953 417 389 0 286614 0
[pid=32343/tid=32345] ppid=32342 vsize=1163456 CPUtime=1201.68 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 82554 0 0 0 120083 85 0 0 25 0 5 0 594917474 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=1163456 CPUtime=1200.51 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 84089 0 0 0 119970 81 0 0 25 0 5 0 594917476 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 4692701 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=1163456 CPUtime=1196.24 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 79986 0 0 0 119552 72 0 0 25 0 5 0 594917479 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=1163456 CPUtime=1201.53 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 50687 0 0 0 120124 29 0 0 25 0 5 0 594917481 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1172156

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.04 8.01 8.00 9/188 32413
/proc/meminfo: memFree=20138344/32950928 swapFree=67071984/67111528
[pid=32342] ppid=32340 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32342/stat : 32342 (prissAuto.sh) S 32340 32342 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594917466 8908800 251 33554432000 4194304 4922060 140734629166208 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32342/statm: 2175 251 211 178 0 68 0
[pid=32343] ppid=32342 vsize=1163456 CPUtime=4800.13 cores=0,2,4,6
/proc/32343/stat : 32343 (priss) S 32342 32342 30862 0 -1 4202496 310839 0 0 0 479742 271 0 0 19 0 5 0 594917466 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32343/statm: 290864 256953 417 389 0 286614 0
[pid=32343/tid=32345] ppid=32342 vsize=1163456 CPUtime=1201.68 cores=0,2,4,6
/proc/32343/task/32345/stat : 32345 (priss) R 32342 32342 30862 0 -1 4202560 82554 0 0 0 120083 85 0 0 25 0 5 0 594917474 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32343/tid=32346] ppid=32342 vsize=1163456 CPUtime=1200.51 cores=0,2,4,6
/proc/32343/task/32346/stat : 32346 (priss) R 32342 32342 30862 0 -1 4202560 84089 0 0 0 119970 81 0 0 25 0 5 0 594917476 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 4692701 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32343/tid=32347] ppid=32342 vsize=1163456 CPUtime=1196.24 cores=0,2,4,6
/proc/32343/task/32347/stat : 32347 (priss) R 32342 32342 30862 0 -1 4202560 79986 0 0 0 119552 72 0 0 25 0 5 0 594917479 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32343/tid=32348] ppid=32342 vsize=1163456 CPUtime=1201.53 cores=0,2,4,6
/proc/32343/task/32348/stat : 32348 (priss) R 32342 32342 30862 0 -1 4202560 50687 0 0 0 120124 29 0 0 25 0 5 0 594917481 1191378944 256953 33554432000 4194304 5787044 140735536929792 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1172156

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32342 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.13
#
# 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.13
CPU user time (s): 4797.42
CPU system time (s): 2.71
CPU usage (%): 399.404
Max. virtual memory (cumulated for all children) (KiB): 1172156

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

runsolver used 1.83972 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 05:14:28
IDJOB=3259699
IDBENCH=71612
IDSOLVER=1602
FILE ID=node116/3259699-1304046868
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72508 MiB

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

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=366493881

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23291444 kB
Buffers:       1894312 kB
Cached:        6905872 kB
SwapCached:       9732 kB
Active:        4727996 kB
Inactive:      4509172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23291444 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:      430552 kB
Mapped:          14644 kB
Slab:           358704 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   655184 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= 72452 MiB
End job on node116 at 2011-04-29 05:34:32