Trace number 3264099

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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: 5916
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8453us
0.00/0.01	c parsed 43179 clauses with 1120 variables
0.00/0.01	c NW started thread 0 successfully (1117628736)
0.00/0.01	c NW started thread 1 successfully (1128118592)
0.00/0.02	c NW started thread 2 successfully (1138608448)
0.00/0.02	c NW started thread 3 successfully (1105815872)
0.00/1.04	c preprocessor returned 10012 variables
0.00/1.04	c preprocessing returned UNKNOWN
0.00/1.04	c PP set 0 variables
0.00/1.04	c pp time: 1028709us (1s)
0.00/1.04	c preprocessor returned 10012 variables
0.00/1.04	c preprocessing returned UNKNOWN
0.00/1.04	c PP set 0 variables
0.00/1.04	c pp time: 1031654us (1s)
0.00/1.05	c preprocessor returned 10012 variables
0.00/1.05	c preprocessing returned UNKNOWN
0.00/1.05	c PP set 0 variables
0.00/1.05	c pp time: 1030180us (1s)
45.85/11.50	c preprocessor returned 30025 variables
45.85/11.50	c preprocessing returned UNKNOWN
45.85/11.50	c PP set 0 variables
45.85/11.50	c pp time: 11475776us (11s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0

[startup+0.133154 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03453 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13451 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.23449 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 8.12 8.08 8.08 5/182 5915
/proc/meminfo: memFree=22157800/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10616 s]
/proc/loadavg: 8.27 8.12 8.09 9/188 5921
/proc/meminfo: memFree=22109384/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=284832 CPUtime=12.31 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 19331 0 0 0 1226 5 0 0 25 0 5 0 499020856 291667968 11668 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 71208 11668 404 389 0 66958 0
[pid=5916/tid=5918] ppid=5915 vsize=284832 CPUtime=3.07 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 4079 0 0 0 306 1 0 0 25 0 5 0 499020857 291667968 11668 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=284832 CPUtime=3.08 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 4402 0 0 0 307 1 0 0 25 0 5 0 499020857 291667968 11668 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=284832 CPUtime=3.06 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 4034 0 0 0 305 1 0 0 25 0 5 0 499020858 291667968 11668 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=284832 CPUtime=3.05 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 4046 0 0 0 305 0 0 0 25 0 5 0 499020858 291667968 11668 33554432000 4194304 5787044 140735578017152 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 293532

[startup+6.30059 s]
/proc/loadavg: 8.25 8.11 8.09 9/188 5921
/proc/meminfo: memFree=22097372/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=284832 CPUtime=25.09 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 20358 0 0 0 2504 5 0 0 25 0 5 0 499020856 291667968 12695 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 71208 12695 404 389 0 66958 0
[pid=5916/tid=5918] ppid=5915 vsize=284832 CPUtime=6.26 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 4398 0 0 0 625 1 0 0 25 0 5 0 499020857 291667968 12695 33554432000 4194304 5787044 140735578017152 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=284832 CPUtime=6.28 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 4709 0 0 0 627 1 0 0 25 0 5 0 499020857 291667968 12695 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=284832 CPUtime=6.26 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 4435 0 0 0 625 1 0 0 25 0 5 0 499020858 291667968 12695 33554432000 4194304 5787044 140735578017152 18446744073709551615 5590340 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=284832 CPUtime=6.23 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 4046 0 0 0 623 0 0 0 25 0 5 0 499020858 291667968 12695 33554432000 4194304 5787044 140735578017152 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 293532

[startup+12.7005 s]
/proc/loadavg: 8.23 8.11 8.09 9/188 5921
/proc/meminfo: memFree=22078872/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=288980 CPUtime=50.64 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 23811 0 0 0 5057 7 0 0 25 0 5 0 499020856 295915520 15444 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 72245 15444 418 389 0 67995 0
[pid=5916/tid=5918] ppid=5915 vsize=288980 CPUtime=12.67 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 4941 0 0 0 1265 2 0 0 25 0 5 0 499020857 295915520 15444 33554432000 4194304 5787044 140735578017152 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=288980 CPUtime=12.67 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 5276 0 0 0 1266 1 0 0 25 0 5 0 499020857 295915520 15444 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273442485 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=288980 CPUtime=12.65 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 5001 0 0 0 1264 1 0 0 25 0 5 0 499020858 295915520 15444 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=288980 CPUtime=12.6 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 5823 0 0 0 1259 1 0 0 25 0 5 0 499020858 295915520 15444 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527137 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 297680

[startup+25.5012 s]
/proc/loadavg: 8.19 8.11 8.09 9/188 5922
/proc/meminfo: memFree=22032652/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=297436 CPUtime=101.76 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 28771 0 0 0 10167 9 0 0 25 0 5 0 499020856 304574464 20404 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 74359 20404 418 389 0 70109 0
[pid=5916/tid=5918] ppid=5915 vsize=297436 CPUtime=25.46 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 6899 0 0 0 2544 2 0 0 25 0 5 0 499020857 304574464 20404 33554432000 4194304 5787044 140735578017152 18446744073709551615 5586610 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=297436 CPUtime=25.46 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 6187 0 0 0 2544 2 0 0 25 0 5 0 499020857 304574464 20404 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=297436 CPUtime=25.45 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 6059 0 0 0 2543 2 0 0 25 0 5 0 499020858 304574464 20404 33554432000 4194304 5787044 140735578017152 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=297436 CPUtime=25.33 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 6856 0 0 0 2532 1 0 0 25 0 5 0 499020858 304574464 20404 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 306136

[startup+51.1006 s]
/proc/loadavg: 8.13 8.10 8.09 9/188 5922
/proc/meminfo: memFree=21982632/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=311708 CPUtime=204.02 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 37107 0 0 0 20384 18 0 0 25 0 5 0 499020856 319188992 28695 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 77927 28695 418 389 0 73677 0
[pid=5916/tid=5918] ppid=5915 vsize=311708 CPUtime=51.06 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 8517 0 0 0 5101 5 0 0 25 0 5 0 499020857 319188992 28695 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273442485 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=311708 CPUtime=51.07 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 8789 0 0 0 5102 5 0 0 25 0 5 0 499020857 319188992 28695 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=311708 CPUtime=51.05 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 7676 0 0 0 5100 5 0 0 25 0 5 0 499020858 319188992 28695 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273442485 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=311708 CPUtime=50.79 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 9355 0 0 0 5077 2 0 0 25 0 5 0 499020858 319188992 28695 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527179 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 320408

[startup+102.3 s]
/proc/loadavg: 8.05 8.08 8.08 9/188 5924
/proc/meminfo: memFree=21911452/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=324848 CPUtime=408.51 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 44667 0 0 0 40823 28 0 0 25 0 5 0 499020856 332644352 36136 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 81212 36136 418 389 0 76962 0
[pid=5916/tid=5918] ppid=5915 vsize=324848 CPUtime=102.25 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 9732 0 0 0 10218 7 0 0 25 0 5 0 499020857 332644352 36136 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=324848 CPUtime=102.26 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 11068 0 0 0 10220 6 0 0 25 0 5 0 499020857 332644352 36136 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=324848 CPUtime=102.25 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 9574 0 0 0 10216 9 0 0 25 0 5 0 499020858 332644352 36136 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=324848 CPUtime=101.7 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 11523 0 0 0 10166 4 0 0 25 0 5 0 499020858 332644352 36136 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 333548

[startup+162.301 s]
/proc/loadavg: 8.13 8.09 8.08 9/188 5925
/proc/meminfo: memFree=21846844/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=339316 CPUtime=648.17 cores=1,3,5,7

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

/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 27285 0 0 0 87966 35 0 0 25 0 5 0 499020857 652513280 104781 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=637220 CPUtime=882.23 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 25795 0 0 0 88185 38 0 0 25 0 5 0 499020858 652513280 104781 33554432000 4194304 5787044 140735578017152 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=637220 CPUtime=879.68 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 31729 0 0 0 87950 18 0 0 25 0 5 0 499020858 652513280 104781 33554432000 4194304 5787044 140735578017152 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 645920

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 8.08 9/188 5946
/proc/meminfo: memFree=21324332/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=653136 CPUtime=3763.81 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 121965 0 0 0 376247 134 0 0 25 0 5 0 499020856 668811264 112099 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 163284 112099 419 389 0 159034 0
[pid=5916/tid=5918] ppid=5915 vsize=653136 CPUtime=942.15 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 28759 0 0 0 94180 35 0 0 25 0 5 0 499020857 668811264 112099 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=653136 CPUtime=939.69 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30006 0 0 0 93930 39 0 0 25 0 5 0 499020857 668811264 112099 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=653136 CPUtime=942.23 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 26864 0 0 0 94184 39 0 0 25 0 5 0 499020858 668811264 112099 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=653136 CPUtime=939.67 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 33566 0 0 0 93948 19 0 0 25 0 5 0 499020858 668811264 112099 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.81
Current children cumulated vsize (KiB) 661836

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.08 9/188 5948
/proc/meminfo: memFree=21288484/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4003.45 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 125188 0 0 0 400208 137 0 0 25 0 5 0 499020856 678580224 114872 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 114872 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1002.14 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29489 0 0 0 100178 36 0 0 25 0 5 0 499020857 678580224 114872 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=999.34 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30625 0 0 0 99895 39 0 0 25 0 5 0 499020857 678580224 114872 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1002.23 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 27525 0 0 0 100184 39 0 0 25 0 5 0 499020858 678580224 114872 33554432000 4194304 5787044 140735578017152 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=999.67 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34779 0 0 0 99947 20 0 0 25 0 5 0 499020858 678580224 114872 33554432000 4194304 5787044 140735578017152 18446744073709551615 4254968 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 671376

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 8.07 9/188 5949
/proc/meminfo: memFree=21271240/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4243.14 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 127371 0 0 0 424173 141 0 0 25 0 5 0 499020856 678580224 117055 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 117055 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1062.15 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29489 0 0 0 106179 36 0 0 25 0 5 0 499020857 678580224 117055 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=1059.04 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30625 0 0 0 105865 39 0 0 25 0 5 0 499020857 678580224 117055 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1062.21 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 29708 0 0 0 106178 43 0 0 25 0 5 0 499020858 678580224 117055 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=1059.68 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34779 0 0 0 105948 20 0 0 25 0 5 0 499020858 678580224 117055 33554432000 4194304 5787044 140735578017152 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 671376

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/188 5951
/proc/meminfo: memFree=21255488/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4482.79 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 129406 0 0 0 448134 145 0 0 25 0 5 0 499020856 678580224 119090 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 119090 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1122.14 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29492 0 0 0 112178 36 0 0 25 0 5 0 499020857 678580224 119090 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=1119.05 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30625 0 0 0 111865 40 0 0 25 0 5 0 499020857 678580224 119090 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1121.88 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 31740 0 0 0 112141 47 0 0 25 0 5 0 499020858 678580224 119090 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=1119.68 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34779 0 0 0 111947 21 0 0 25 0 5 0 499020858 678580224 119090 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 671376

[startup+1182.31 s]
/proc/loadavg: 8.00 8.04 8.06 9/188 5953
/proc/meminfo: memFree=21240108/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4722.49 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 131353 0 0 0 472098 151 0 0 25 0 5 0 499020856 678580224 121037 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 121037 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1182.14 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29501 0 0 0 118178 36 0 0 25 0 5 0 499020857 678580224 121037 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=1179.05 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30633 0 0 0 117865 40 0 0 25 0 5 0 499020857 678580224 121037 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1181.56 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 33667 0 0 0 118104 52 0 0 25 0 5 0 499020858 678580224 121037 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=1179.69 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34782 0 0 0 117948 21 0 0 25 0 5 0 499020858 678580224 121037 33554432000 4194304 5787044 140735578017152 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 671376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.86 8.00 8.05 9/188 5986
/proc/meminfo: memFree=21516588/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4800.38 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 131967 0 0 0 479886 152 0 0 25 0 5 0 499020856 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 121651 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1201.64 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29505 0 0 0 120128 36 0 0 25 0 5 0 499020857 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=1198.56 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30643 0 0 0 119816 40 0 0 25 0 5 0 499020857 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1200.96 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 34259 0 0 0 120042 54 0 0 25 0 5 0 499020858 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=1199.19 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34790 0 0 0 119898 21 0 0 25 0 5 0 499020858 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 671376

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: 7.86 8.00 8.05 9/188 5986
/proc/meminfo: memFree=21516588/32951124 swapFree=67111528/67111528
[pid=5915] ppid=5913 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5915/stat : 5915 (prissAuto.sh) S 5913 5915 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 499020856 8908800 252 33554432000 4194304 4922060 140733328655840 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5915/statm: 2175 252 211 178 0 68 0
[pid=5916] ppid=5915 vsize=662676 CPUtime=4800.38 cores=1,3,5,7
/proc/5916/stat : 5916 (priss) S 5915 5915 4923 0 -1 4202496 131967 0 0 0 479886 152 0 0 25 0 5 0 499020856 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5916/statm: 165669 121651 419 389 0 161419 0
[pid=5916/tid=5918] ppid=5915 vsize=662676 CPUtime=1201.64 cores=1,3,5,7
/proc/5916/task/5918/stat : 5918 (priss) R 5915 5915 4923 0 -1 4202560 29505 0 0 0 120128 36 0 0 25 0 5 0 499020857 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5916/tid=5919] ppid=5915 vsize=662676 CPUtime=1198.56 cores=1,3,5,7
/proc/5916/task/5919/stat : 5919 (priss) R 5915 5915 4923 0 -1 4202560 30643 0 0 0 119816 40 0 0 25 0 5 0 499020857 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5916/tid=5920] ppid=5915 vsize=662676 CPUtime=1200.96 cores=1,3,5,7
/proc/5916/task/5920/stat : 5920 (priss) R 5915 5915 4923 0 -1 4202560 34259 0 0 0 120042 54 0 0 25 0 5 0 499020858 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5916/tid=5921] ppid=5915 vsize=662676 CPUtime=1199.19 cores=1,3,5,7
/proc/5916/task/5921/stat : 5921 (priss) R 5915 5915 4923 0 -1 4202560 34790 0 0 0 119898 21 0 0 25 0 5 0 499020858 678580224 121651 33554432000 4194304 5787044 140735578017152 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 671376

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5915 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.38
#
# 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.38
CPU user time (s): 4798.86
CPU system time (s): 1.52
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 671376

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

runsolver used 1.52677 second user time and 5.03323 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 10:34:15
IDJOB=3264099
IDBENCH=84554
IDSOLVER=1602
FILE ID=node140/3264099-1304066055
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264099-1304066055/watcher-3264099-1304066055 -o /tmp/evaluation-result-3264099-1304066055/solver-3264099-1304066055 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264099-1304066055.cnf 1674613595 4800 15500 4

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=1674613595

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:      22158072 kB
Buffers:       2298984 kB
Cached:        7816992 kB
SwapCached:          0 kB
Active:        2707084 kB
Inactive:      7519828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22158072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4168 kB
Writeback:           0 kB
AnonPages:      110508 kB
Mapped:          15564 kB
Slab:           504516 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296900 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= 72652 MiB
End job on node140 at 2011-04-29 10:54:19