Trace number 3258599

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.31 1201.83

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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: 5470
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 22157us
0.00/0.02	c parsed 111739 clauses with 1375 variables
0.00/0.03	c NW started thread 0 successfully (1108068672)
0.00/0.04	c NW started thread 1 successfully (1118558528)
0.00/0.05	c NW started thread 2 successfully (1096935744)
0.00/0.07	c NW started thread 3 successfully (1129048384)
13.81/3.56	c preprocessor returned 10007 variables
13.81/3.56	c preprocessing returned UNKNOWN
13.81/3.56	c PP set 0 variables
13.81/3.56	c pp time: 3481703us (3s)
13.81/3.56	c preprocessor returned 10007 variables
13.81/3.56	c preprocessing returned UNKNOWN
13.81/3.56	c PP set 0 variables
13.81/3.56	c pp time: 3467556us (3s)
13.81/3.56	c preprocessor returned 10007 variables
13.81/3.56	c preprocessing returned UNKNOWN
13.81/3.56	c PP set 0 variables
13.81/3.56	c pp time: 3495857us (3s)
38.98/9.80	c preprocessor returned 30010 variables
38.98/9.80	c preprocessing returned UNKNOWN
38.98/9.80	c PP set 0 variables
38.98/9.80	c pp time: 9737981us (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: 977)

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-3258599-1307648444/watcher-3258599-1307648444 -o /tmp/evaluation-result-3258599-1307648444/solver-3258599-1307648444 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3258599-1307648444.cnf 1629021375 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: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0

[startup+0.050831 s]
/proc/loadavg: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102082 s]
/proc/loadavg: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.48061 s]
/proc/loadavg: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07865 s]
/proc/loadavg: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 7.70 8.00 7.93 5/182 5469
/proc/meminfo: memFree=32062568/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10028 s]
/proc/loadavg: 7.70 8.00 7.93 9/188 5475
/proc/meminfo: memFree=32000800/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=296808 CPUtime=12.21 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 26305 0 0 0 1216 5 0 0 18 0 5 0 857260229 303931392 15210 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 74202 15210 355 389 0 69952 0
[pid=5470/tid=5472] ppid=5469 vsize=296808 CPUtime=3.04 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 4647 0 0 0 304 0 0 0 25 0 5 0 857260232 303931392 15210 33554432000 4194304 5787044 140734348525216 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=296808 CPUtime=3.04 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 4662 0 0 0 303 1 0 0 25 0 5 0 857260233 303931392 15210 33554432000 4194304 5787044 140734348525216 18446744073709551615 233509991385 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=296808 CPUtime=3.02 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 5352 0 0 0 301 1 0 0 25 0 5 0 857260235 303931392 15210 33554432000 4194304 5787044 140734348525216 18446744073709551615 233509991400 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=296808 CPUtime=3.02 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 5404 0 0 0 301 1 0 0 22 0 5 0 857260236 303931392 15210 33554432000 4194304 5787044 140734348525216 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 305508

[startup+6.30071 s]
/proc/loadavg: 7.73 8.00 7.93 9/188 5475
/proc/meminfo: memFree=31989472/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=296808 CPUtime=24.99 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 36540 0 0 0 2492 7 0 0 18 0 5 0 857260229 303931392 17875 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 74202 17875 404 389 0 69952 0
[pid=5470/tid=5472] ppid=5469 vsize=296808 CPUtime=6.22 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 8438 0 0 0 621 1 0 0 24 0 5 0 857260232 303931392 17875 33554432000 4194304 5787044 140734348525216 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=296808 CPUtime=6.23 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 7590 0 0 0 622 1 0 0 24 0 5 0 857260233 303931392 17875 33554432000 4194304 5787044 140734348525216 18446744073709551615 5588076 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=296808 CPUtime=6.22 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 8857 0 0 0 620 2 0 0 24 0 5 0 857260235 303931392 17875 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=296808 CPUtime=6.22 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 5415 0 0 0 621 1 0 0 25 0 5 0 857260236 303931392 17875 33554432000 4194304 5787044 140734348525216 18446744073709551615 4355207 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 305508

[startup+12.7006 s]
/proc/loadavg: 7.75 8.00 7.93 9/188 5475
/proc/meminfo: memFree=31971624/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=305912 CPUtime=50.57 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 43278 0 0 0 5049 8 0 0 18 0 5 0 857260229 313253888 21906 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 76478 21906 417 389 0 72228 0
[pid=5470/tid=5472] ppid=5469 vsize=305912 CPUtime=12.59 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 9039 0 0 0 1258 1 0 0 25 0 5 0 857260232 313253888 21906 33554432000 4194304 5787044 140734348525216 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=305912 CPUtime=12.64 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 9182 0 0 0 1262 2 0 0 25 0 5 0 857260233 313253888 21906 33554432000 4194304 5787044 140734348525216 18446744073709551615 5590350 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=305912 CPUtime=12.63 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 9473 0 0 0 1261 2 0 0 25 0 5 0 857260235 313253888 21906 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=305912 CPUtime=12.63 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 9344 0 0 0 1262 1 0 0 25 0 5 0 857260236 313253888 21906 33554432000 4194304 5787044 140734348525216 18446744073709551615 5528777 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 314612

[startup+25.5003 s]
/proc/loadavg: 7.88 8.02 7.93 9/188 5476
/proc/meminfo: memFree=31953384/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=309228 CPUtime=101.69 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 46859 0 0 0 10159 10 0 0 18 0 5 0 857260229 316649472 25487 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 77307 25487 417 389 0 73057 0
[pid=5470/tid=5472] ppid=5469 vsize=309228 CPUtime=25.32 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 9845 0 0 0 2530 2 0 0 25 0 5 0 857260232 316649472 25487 33554432000 4194304 5787044 140734348525216 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=309228 CPUtime=25.43 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 10017 0 0 0 2541 2 0 0 25 0 5 0 857260233 316649472 25487 33554432000 4194304 5787044 140734348525216 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=309228 CPUtime=25.42 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 10590 0 0 0 2539 3 0 0 25 0 5 0 857260235 316649472 25487 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=309228 CPUtime=25.42 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 10167 0 0 0 2541 1 0 0 25 0 5 0 857260236 316649472 25487 33554432000 4194304 5787044 140734348525216 18446744073709551615 4254564 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 317928

[startup+51.1007 s]
/proc/loadavg: 7.92 8.01 7.93 9/188 5476
/proc/meminfo: memFree=31902992/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=323840 CPUtime=203.94 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 55865 0 0 0 20376 18 0 0 18 0 5 0 857260229 331612160 34488 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 80960 34488 417 389 0 76710 0
[pid=5470/tid=5472] ppid=5469 vsize=323840 CPUtime=50.77 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 11665 0 0 0 5074 3 0 0 25 0 5 0 857260232 331612160 34488 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=323840 CPUtime=51.03 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 13858 0 0 0 5099 4 0 0 25 0 5 0 857260233 331612160 34488 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=323840 CPUtime=51.02 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 12447 0 0 0 5096 6 0 0 25 0 5 0 857260235 331612160 34488 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=323840 CPUtime=51.01 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 11655 0 0 0 5099 2 0 0 25 0 5 0 857260236 331612160 34488 33554432000 4194304 5787044 140734348525216 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 332540

[startup+102.301 s]
/proc/loadavg: 7.94 8.01 7.93 9/188 5478
/proc/meminfo: memFree=31819260/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=339176 CPUtime=408.45 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 68394 0 0 0 40816 29 0 0 18 0 5 0 857260229 347316224 46855 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 84794 46855 417 389 0 80544 0
[pid=5470/tid=5472] ppid=5469 vsize=339176 CPUtime=101.69 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 14377 0 0 0 10163 6 0 0 25 0 5 0 857260232 347316224 46855 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=339176 CPUtime=102.23 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 17599 0 0 0 10216 7 0 0 25 0 5 0 857260233 347316224 46855 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=339176 CPUtime=102.21 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 15648 0 0 0 10212 9 0 0 25 0 5 0 857260235 347316224 46855 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=339176 CPUtime=102.21 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 14530 0 0 0 10217 4 0 0 25 0 5 0 857260236 347316224 46855 33554432000 4194304 5787044 140734348525216 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 347876

[startup+162.301 s]
/proc/loadavg: 7.92 7.98 7.92 10/188 5522
/proc/meminfo: memFree=32161768/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=353248 CPUtime=648.12 cores=0,2,4,6

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

/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39163 0 0 0 88181 37 0 0 25 0 5 0 857260233 686522368 135791 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=670432 CPUtime=882.13 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 44125 0 0 0 88167 46 0 0 25 0 5 0 857260235 686522368 135791 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=670432 CPUtime=882.2 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 30223 0 0 0 88202 18 0 0 25 0 5 0 857260236 686522368 135791 33554432000 4194304 5787044 140734348525216 18446744073709551615 5524578 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 679132

[startup+942.307 s]
/proc/loadavg: 8.07 8.05 7.99 10/188 5543
/proc/meminfo: memFree=31446340/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=746836 CPUtime=3763.75 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 165102 0 0 0 376228 147 0 0 18 0 5 0 857260229 764760064 141786 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 186709 141786 418 389 0 182459 0
[pid=5470/tid=5472] ppid=5469 vsize=746836 CPUtime=937.11 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 39356 0 0 0 93675 36 0 0 25 0 5 0 857260232 764760064 141786 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=746836 CPUtime=942.19 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39163 0 0 0 94182 37 0 0 25 0 5 0 857260233 764760064 141786 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=746836 CPUtime=942.14 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 47474 0 0 0 94162 52 0 0 25 0 5 0 857260235 764760064 141786 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=746836 CPUtime=942.21 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 32869 0 0 0 94202 19 0 0 25 0 5 0 857260236 764760064 141786 33554432000 4194304 5787044 140734348525216 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 755536

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 7.99 10/188 5545
/proc/meminfo: memFree=31423460/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=755244 CPUtime=4003.37 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 168761 0 0 0 400186 151 0 0 18 0 5 0 857260229 773369856 145220 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 188811 145220 418 389 0 184561 0
[pid=5470/tid=5472] ppid=5469 vsize=755244 CPUtime=996.85 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 39358 0 0 0 99649 36 0 0 25 0 5 0 857260232 773369856 145220 33554432000 4194304 5787044 140734348525216 18446744073709551615 5590978 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=755244 CPUtime=1002.1 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39170 0 0 0 100172 38 0 0 25 0 5 0 857260233 773369856 145220 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=755244 CPUtime=1002.12 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49227 0 0 0 100157 55 0 0 25 0 5 0 857260235 773369856 145220 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=755244 CPUtime=1002.2 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34766 0 0 0 100200 20 0 0 25 0 5 0 857260236 773369856 145220 33554432000 4194304 5787044 140734348525216 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.37
Current children cumulated vsize (KiB) 763944

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 7.99 10/188 5546
/proc/meminfo: memFree=31423020/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=755244 CPUtime=4243.04 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 168780 0 0 0 424153 151 0 0 18 0 5 0 857260229 773369856 145239 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 188811 145239 418 389 0 184561 0
[pid=5470/tid=5472] ppid=5469 vsize=755244 CPUtime=1056.85 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 39367 0 0 0 105649 36 0 0 25 0 5 0 857260232 773369856 145239 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=755244 CPUtime=1061.77 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39179 0 0 0 106139 38 0 0 25 0 5 0 857260233 773369856 145239 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=755244 CPUtime=1062.12 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49227 0 0 0 106157 55 0 0 25 0 5 0 857260235 773369856 145239 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=755244 CPUtime=1062.2 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34767 0 0 0 106200 20 0 0 25 0 5 0 857260236 773369856 145239 33554432000 4194304 5787044 140734348525216 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.04
Current children cumulated vsize (KiB) 763944

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 7.99 10/188 5548
/proc/meminfo: memFree=31422816/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=755244 CPUtime=4482.72 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 168822 0 0 0 448120 152 0 0 18 0 5 0 857260229 773369856 145281 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 188811 145281 418 389 0 184561 0
[pid=5470/tid=5472] ppid=5469 vsize=755244 CPUtime=1116.85 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 39380 0 0 0 111649 36 0 0 25 0 5 0 857260232 773369856 145281 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=755244 CPUtime=1121.45 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39206 0 0 0 112107 38 0 0 25 0 5 0 857260233 773369856 145281 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=755244 CPUtime=1122.11 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49228 0 0 0 112156 55 0 0 25 0 5 0 857260235 773369856 145281 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=755244 CPUtime=1122.2 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34768 0 0 0 112200 20 0 0 25 0 5 0 857260236 773369856 145281 33554432000 4194304 5787044 140734348525216 18446744073709551615 5527026 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.72
Current children cumulated vsize (KiB) 763944

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.99 10/188 5549
/proc/meminfo: memFree=31405400/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=759344 CPUtime=4722.38 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 170099 0 0 0 472085 153 0 0 18 0 5 0 857260229 777568256 146558 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 189836 146558 418 389 0 185586 0
[pid=5470/tid=5472] ppid=5469 vsize=759344 CPUtime=1176.85 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 40497 0 0 0 117648 37 0 0 25 0 5 0 857260232 777568256 146558 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=759344 CPUtime=1181.12 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 39363 0 0 0 118073 39 0 0 25 0 5 0 857260233 777568256 146558 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=759344 CPUtime=1182.11 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49228 0 0 0 118156 55 0 0 25 0 5 0 857260235 777568256 146558 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=759344 CPUtime=1182.2 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34771 0 0 0 118200 20 0 0 25 0 5 0 857260236 777568256 146558 33554432000 4194304 5787044 140734348525216 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 768044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.01 7.99 9/188 5550
/proc/meminfo: memFree=31389140/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=759344 CPUtime=4800.31 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 171085 0 0 0 479876 155 0 0 18 0 5 0 857260229 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 189836 147544 418 389 0 185586 0
[pid=5470/tid=5472] ppid=5469 vsize=759344 CPUtime=1196.36 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 40802 0 0 0 119599 37 0 0 25 0 5 0 857260232 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=759344 CPUtime=1200.52 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 40043 0 0 0 120012 40 0 0 25 0 5 0 857260233 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=759344 CPUtime=1201.62 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49228 0 0 0 120107 55 0 0 25 0 5 0 857260235 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=759344 CPUtime=1201.72 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34772 0 0 0 120152 20 0 0 25 0 5 0 857260236 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 768044

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

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

[startup+1201.8 s]
/proc/loadavg: 8.00 8.01 7.99 9/188 5550
/proc/meminfo: memFree=31389140/32951124 swapFree=67056964/67111528
[pid=5469] ppid=5467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/5469/stat : 5469 (prissAuto.sh) S 5467 5469 4755 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 857260229 8908800 251 33554432000 4194304 4922060 140734544566864 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5469/statm: 2175 251 211 178 0 68 0
[pid=5470] ppid=5469 vsize=759344 CPUtime=4800.31 cores=0,2,4,6
/proc/5470/stat : 5470 (priss) S 5469 5469 4755 0 -1 4202496 171085 0 0 0 479876 155 0 0 18 0 5 0 857260229 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5470/statm: 189836 147544 418 389 0 185586 0
[pid=5470/tid=5472] ppid=5469 vsize=759344 CPUtime=1196.36 cores=0,2,4,6
/proc/5470/task/5472/stat : 5472 (priss) R 5469 5469 4755 0 -1 4202560 40802 0 0 0 119599 37 0 0 25 0 5 0 857260232 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=5470/tid=5473] ppid=5469 vsize=759344 CPUtime=1200.52 cores=0,2,4,6
/proc/5470/task/5473/stat : 5473 (priss) R 5469 5469 4755 0 -1 4202560 40043 0 0 0 120012 40 0 0 25 0 5 0 857260233 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=5470/tid=5474] ppid=5469 vsize=759344 CPUtime=1201.62 cores=0,2,4,6
/proc/5470/task/5474/stat : 5474 (priss) R 5469 5469 4755 0 -1 4202560 49228 0 0 0 120107 55 0 0 25 0 5 0 857260235 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=5470/tid=5475] ppid=5469 vsize=759344 CPUtime=1201.72 cores=0,2,4,6
/proc/5470/task/5475/stat : 5475 (priss) R 5469 5469 4755 0 -1 4202560 34772 0 0 0 120152 20 0 0 25 0 5 0 857260236 777568256 147544 33554432000 4194304 5787044 140734348525216 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 768044

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5469 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.83
CPU time (s): 4800.31
CPU user time (s): 4798.76
CPU system time (s): 1.55
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 768044

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

runsolver used 1.75373 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 21:40:44
IDJOB=3258599
IDBENCH=71397
IDSOLVER=1602
FILE ID=node145/3258599-1307648444
RUNJOBID= node145-1307647238-5314
PBS_JOBID= 13549405
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1629021375

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32062748 kB
Buffers:         52788 kB
Cached:         229052 kB
SwapCached:       7944 kB
Active:         545608 kB
Inactive:       203964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32062748 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:            2736 kB
Writeback:           0 kB
AnonPages:      465444 kB
Mapped:          13752 kB
Slab:            74148 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   711652 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= 74196 MiB
End job on node145 at 2011-06-09 22:00:48