Trace number 3266387

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.07 1201.93

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/f600.shuffled.cnf
MD5SUMd42133fd7674f41611be43d1b8ca7db6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2550
Sum of the clauses size7650
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 6651
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 748us
0.00/0.00	c parsed 2550 clauses with 600 variables
0.00/0.00	c NW started thread 0 successfully (1109678400)
0.00/0.00	c NW started thread 1 successfully (1120168256)
0.00/0.00	c NW started thread 2 successfully (1130658112)
0.00/0.00	c NW started thread 3 successfully (1141147968)
0.00/0.92	c preprocessor returned 10023 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 3 variables
0.00/0.92	c pp time: 919575us (0s)
0.00/0.92	c preprocessor returned 10023 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 3 variables
0.00/0.92	c pp time: 920046us (0s)
0.00/0.93	c preprocessor returned 10023 variables
0.00/0.93	c preprocessing returned UNKNOWN
0.00/0.93	c PP set 3 variables
0.00/0.93	c pp time: 925062us (0s)
38.71/9.77	c preprocessor returned 30050 variables
38.71/9.77	c preprocessing returned UNKNOWN
38.71/9.77	c PP set 3 variables
38.71/9.77	c pp time: 9759078us (9s)

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-3266387-1304072084/watcher-3266387-1304072084 -o /tmp/evaluation-result-3266387-1304072084/solver-3266387-1304072084 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266387-1304072084.cnf 1780331986 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.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0

[startup+0.833474 s]
/proc/loadavg: 8.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900461 s]
/proc/loadavg: 8.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00045 s]
/proc/loadavg: 8.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10043 s]
/proc/loadavg: 8.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 8.15 8.06 8.01 6/182 6650
/proc/meminfo: memFree=21577640/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10107 s]
/proc/loadavg: 8.21 8.07 8.02 9/188 6656
/proc/meminfo: memFree=21546472/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=276072 CPUtime=12.35 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 8765 0 0 0 1234 1 0 0 25 0 5 0 499623771 282697728 7770 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 69018 7770 405 389 0 64768 0
[pid=6651/tid=6653] ppid=6650 vsize=276072 CPUtime=3.09 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 1765 0 0 0 309 0 0 0 25 0 5 0 499623772 282697728 7770 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=276072 CPUtime=3.07 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 1507 0 0 0 307 0 0 0 25 0 5 0 499623772 282697728 7770 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=276072 CPUtime=3.08 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 1934 0 0 0 308 0 0 0 25 0 5 0 499623772 282697728 7770 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=276072 CPUtime=3.08 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 2053 0 0 0 308 0 0 0 25 0 5 0 499623772 282697728 7770 33554432000 4194304 5787044 140735469057680 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284772

[startup+6.3065 s]
/proc/loadavg: 8.20 8.07 8.01 9/188 6656
/proc/meminfo: memFree=21537372/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=282464 CPUtime=25.15 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 11413 0 0 0 2513 2 0 0 25 0 5 0 499623771 289243136 10418 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 70616 10418 405 389 0 66366 0
[pid=6651/tid=6653] ppid=6650 vsize=282464 CPUtime=6.29 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) S 6650 6650 4923 0 -1 4202560 2310 0 0 0 629 0 0 0 25 0 5 0 499623772 289243136 10418 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273442164 0 0 4096 0 18446604453930566784 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=282464 CPUtime=6.26 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 3069 0 0 0 626 0 0 0 25 0 5 0 499623772 289243136 10418 33554432000 4194304 5787044 140735469057680 18446744073709551615 254261283802 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=282464 CPUtime=6.28 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) S 6650 6650 4923 0 -1 4202560 2475 0 0 0 628 0 0 0 25 0 5 0 499623772 289243136 10418 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273442164 0 0 4096 0 18446604453930566784 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=282464 CPUtime=6.29 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 2053 0 0 0 629 0 0 0 25 0 5 0 499623772 289243136 10418 33554432000 4194304 5787044 140735469057680 18446744073709551615 254261310425 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291164

[startup+12.7004 s]
/proc/loadavg: 8.18 8.07 8.01 9/188 6656
/proc/meminfo: memFree=21518800/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=284328 CPUtime=50.69 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 15122 0 0 0 5064 5 0 0 25 0 5 0 499623771 291151872 13162 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 71082 13162 418 389 0 66832 0
[pid=6651/tid=6653] ppid=6650 vsize=284328 CPUtime=12.68 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 3123 0 0 0 1267 1 0 0 25 0 5 0 499623772 291151872 13162 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=284328 CPUtime=12.63 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 3565 0 0 0 1262 1 0 0 25 0 5 0 499623772 291151872 13162 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=284328 CPUtime=12.68 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 2967 0 0 0 1267 1 0 0 25 0 5 0 499623772 291151872 13162 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=284328 CPUtime=12.67 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 3961 0 0 0 1267 0 0 0 25 0 5 0 499623772 291151872 13162 33554432000 4194304 5787044 140735469057680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293028

[startup+25.5011 s]
/proc/loadavg: 8.15 8.07 8.01 9/188 6657
/proc/meminfo: memFree=21486064/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=292320 CPUtime=101.81 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 20386 0 0 0 10169 12 0 0 25 0 5 0 499623771 299335680 18424 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 73080 18424 418 389 0 68830 0
[pid=6651/tid=6653] ppid=6650 vsize=292320 CPUtime=25.48 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 5307 0 0 0 2545 3 0 0 25 0 5 0 499623772 299335680 18424 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=292320 CPUtime=25.35 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 4536 0 0 0 2532 3 0 0 25 0 5 0 499623772 299335680 18424 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=292320 CPUtime=25.47 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 3784 0 0 0 2545 2 0 0 25 0 5 0 499623772 299335680 18424 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=292320 CPUtime=25.47 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 5253 0 0 0 2545 2 0 0 25 0 5 0 499623772 299335680 18424 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527468 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 301020

[startup+51.1005 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 6657
/proc/meminfo: memFree=21450680/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=298492 CPUtime=204.05 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 24835 0 0 0 20388 17 0 0 25 0 5 0 499623771 305655808 22828 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 74623 22828 418 389 0 70373 0
[pid=6651/tid=6653] ppid=6650 vsize=298492 CPUtime=51.07 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 6334 0 0 0 5102 5 0 0 25 0 5 0 499623772 305655808 22828 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=298492 CPUtime=50.81 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 6448 0 0 0 5077 4 0 0 25 0 5 0 499623772 305655808 22828 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=298492 CPUtime=51.07 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 4502 0 0 0 5104 3 0 0 25 0 5 0 499623772 305655808 22828 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=298492 CPUtime=51.07 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 6045 0 0 0 5103 4 0 0 25 0 5 0 499623772 305655808 22828 33554432000 4194304 5787044 140735469057680 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 307192

[startup+102.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 6659
/proc/meminfo: memFree=21386400/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=310116 CPUtime=408.55 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 31802 0 0 0 40831 24 0 0 25 0 5 0 499623771 317558784 29708 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 77529 29708 418 389 0 73279 0
[pid=6651/tid=6653] ppid=6650 vsize=310116 CPUtime=102.27 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 8146 0 0 0 10220 7 0 0 25 0 5 0 499623772 317558784 29708 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=310116 CPUtime=101.71 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 7549 0 0 0 10167 4 0 0 25 0 5 0 499623772 317558784 29708 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=310116 CPUtime=102.27 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 7089 0 0 0 10222 5 0 0 25 0 5 0 499623772 317558784 29708 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=310116 CPUtime=102.27 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 7512 0 0 0 10221 6 0 0 25 0 5 0 499623772 317558784 29708 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 318816

[startup+162.301 s]
/proc/loadavg: 8.14 8.08 8.02 9/188 6660
/proc/meminfo: memFree=21310832/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=324424 CPUtime=648.21 cores=0,2,4,6

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

/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17636 0 0 0 87711 17 0 0 25 0 5 0 499623772 473866240 80684 33554432000 4194304 5787044 140735469057680 18446744073709551615 254261265612 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=462760 CPUtime=881.57 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 19831 0 0 0 88141 16 0 0 25 0 5 0 499623772 473866240 80684 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591787 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=462760 CPUtime=882.25 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 21608 0 0 0 88205 20 0 0 25 0 5 0 499623772 473866240 80684 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.38
Current children cumulated vsize (KiB) 471460

[startup+942.3 s]
/proc/loadavg: 8.12 8.10 8.04 9/188 6717
/proc/meminfo: memFree=21607952/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=464424 CPUtime=3763.06 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85083 0 0 0 376228 78 0 0 25 0 5 0 499623771 475570176 81601 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116106 81601 419 389 0 111856 0
[pid=6651/tid=6653] ppid=6650 vsize=464424 CPUtime=942.25 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23538 0 0 0 94202 23 0 0 25 0 5 0 499623772 475570176 81601 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=464424 CPUtime=936.96 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17636 0 0 0 93679 17 0 0 25 0 5 0 499623772 475570176 81601 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=464424 CPUtime=941.57 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20403 0 0 0 94141 16 0 0 25 0 5 0 499623772 475570176 81601 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=464424 CPUtime=942.25 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22000 0 0 0 94205 20 0 0 25 0 5 0 499623772 475570176 81601 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.06
Current children cumulated vsize (KiB) 473124

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.04 9/188 6719
/proc/meminfo: memFree=21599968/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4002.71 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85408 0 0 0 400193 78 0 0 25 0 5 0 499623771 476856320 81926 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81926 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1002.24 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23539 0 0 0 100201 23 0 0 25 0 5 0 499623772 476856320 81926 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=996.63 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17636 0 0 0 99646 17 0 0 25 0 5 0 499623772 476856320 81926 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1001.56 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20403 0 0 0 100140 16 0 0 25 0 5 0 499623772 476856320 81926 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1002.24 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22324 0 0 0 100204 20 0 0 25 0 5 0 499623772 476856320 81926 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.71
Current children cumulated vsize (KiB) 474380

[startup+1062.31 s]
/proc/loadavg: 8.10 8.09 8.04 9/188 6720
/proc/meminfo: memFree=21579588/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4242.41 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85410 0 0 0 424162 79 0 0 25 0 5 0 499623771 476856320 81928 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81928 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1062.25 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23540 0 0 0 106202 23 0 0 25 0 5 0 499623772 476856320 81928 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=1056.3 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17637 0 0 0 105613 17 0 0 25 0 5 0 499623772 476856320 81928 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1061.57 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20403 0 0 0 106141 16 0 0 25 0 5 0 499623772 476856320 81928 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1062.24 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22324 0 0 0 106204 20 0 0 25 0 5 0 499623772 476856320 81928 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 474380

[startup+1122.3 s]
/proc/loadavg: 8.04 8.07 8.03 9/188 6722
/proc/meminfo: memFree=21551400/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4482.06 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85414 0 0 0 448127 79 0 0 25 0 5 0 499623771 476856320 81932 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81932 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1122.24 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23542 0 0 0 112201 23 0 0 25 0 5 0 499623772 476856320 81932 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=1115.98 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17639 0 0 0 111581 17 0 0 25 0 5 0 499623772 476856320 81932 33554432000 4194304 5787044 140735469057680 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1121.56 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20403 0 0 0 112140 16 0 0 25 0 5 0 499623772 476856320 81932 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1122.23 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22324 0 0 0 112203 20 0 0 25 0 5 0 499623772 476856320 81932 33554432000 4194304 5787044 140735469057680 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.06
Current children cumulated vsize (KiB) 474380

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.03 9/188 6723
/proc/meminfo: memFree=21550116/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4721.74 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85444 0 0 0 472095 79 0 0 25 0 5 0 499623771 476856320 81962 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81962 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1182.24 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23551 0 0 0 118201 23 0 0 25 0 5 0 499623772 476856320 81962 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=1175.65 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17652 0 0 0 117548 17 0 0 25 0 5 0 499623772 476856320 81962 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1181.56 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20410 0 0 0 118140 16 0 0 25 0 5 0 499623772 476856320 81962 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1182.23 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22325 0 0 0 118203 20 0 0 25 0 5 0 499623772 476856320 81962 33554432000 4194304 5787044 140735469057680 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.74
Current children cumulated vsize (KiB) 474380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.01 8.05 8.03 9/188 6724
/proc/meminfo: memFree=21550112/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4800.07 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85469 0 0 0 479928 79 0 0 25 0 5 0 499623771 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81987 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1201.86 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23557 0 0 0 120163 23 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=1195.15 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17667 0 0 0 119498 17 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1201.18 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20413 0 0 0 120102 16 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1201.85 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22326 0 0 0 120165 20 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 474380

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

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

[startup+1201.9 s]
/proc/loadavg: 8.01 8.05 8.03 9/188 6724
/proc/meminfo: memFree=21550112/32951124 swapFree=67111528/67111528
[pid=6650] ppid=6648 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/6650/stat : 6650 (prissAuto.sh) S 6648 6650 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 499623771 8908800 252 33554432000 4194304 4922060 140737390905824 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6650/statm: 2175 252 211 178 0 68 0
[pid=6651] ppid=6650 vsize=465680 CPUtime=4800.07 cores=0,2,4,6
/proc/6651/stat : 6651 (priss) S 6650 6650 4923 0 -1 4202496 85469 0 0 0 479928 79 0 0 25 0 5 0 499623771 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6651/statm: 116420 81987 419 389 0 112170 0
[pid=6651/tid=6653] ppid=6650 vsize=465680 CPUtime=1201.86 cores=0,2,4,6
/proc/6651/task/6653/stat : 6653 (priss) R 6650 6650 4923 0 -1 4202560 23557 0 0 0 120163 23 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6651/tid=6654] ppid=6650 vsize=465680 CPUtime=1195.15 cores=0,2,4,6
/proc/6651/task/6654/stat : 6654 (priss) R 6650 6650 4923 0 -1 4202560 17667 0 0 0 119498 17 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=6651/tid=6655] ppid=6650 vsize=465680 CPUtime=1201.18 cores=0,2,4,6
/proc/6651/task/6655/stat : 6655 (priss) R 6650 6650 4923 0 -1 4202560 20413 0 0 0 120102 16 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6651/tid=6656] ppid=6650 vsize=465680 CPUtime=1201.85 cores=0,2,4,6
/proc/6651/task/6656/stat : 6656 (priss) R 6650 6650 4923 0 -1 4202560 22326 0 0 0 120165 20 0 0 25 0 5 0 499623772 476856320 81987 33554432000 4194304 5787044 140735469057680 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 474380

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.93
CPU time (s): 4800.07
CPU user time (s): 4799.28
CPU system time (s): 0.79
CPU usage (%): 399.365
Max. virtual memory (cumulated for all children) (KiB): 474380

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

runsolver used 1.78673 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 12:14:44
IDJOB=3266387
IDBENCH=87732
IDSOLVER=1602
FILE ID=node140/3266387-1304072084
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/handmade/simon/satex-challenges/f600.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266387-1304072084/watcher-3266387-1304072084 -o /tmp/evaluation-result-3266387-1304072084/solver-3266387-1304072084 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266387-1304072084.cnf 1780331986 4800 15500 4

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

MD5SUM BENCH= d42133fd7674f41611be43d1b8ca7db6
RANDOM SEED=1780331986

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21577796 kB
Buffers:       2299832 kB
Cached:        7819912 kB
SwapCached:          0 kB
Active:        3308624 kB
Inactive:      7497392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21577796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      685584 kB
Mapped:          15620 kB
Slab:           504312 kB
PageTables:       6076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   886028 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= 72660 MiB
End job on node140 at 2011-04-29 12:34:48