Trace number 3259347

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58791
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 5516
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11837us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1096792384)
0.00/0.02	c NW started thread 1 successfully (1107282240)
0.00/0.03	c NW started thread 2 successfully (1117772096)
0.00/0.04	c NW started thread 3 successfully (1128261952)
7.02/1.86	c preprocessor returned 10006 variables
7.02/1.86	c preprocessing returned UNKNOWN
7.02/1.86	c PP set 0 variables
7.02/1.86	c pp time: 1847986us (1s)
7.02/1.89	c preprocessor returned 10006 variables
7.02/1.89	c preprocessing returned UNKNOWN
7.02/1.89	c PP set 0 variables
7.02/1.89	c pp time: 1865582us (1s)
7.39/1.90	c preprocessor returned 10006 variables
7.39/1.90	c preprocessing returned UNKNOWN
7.39/1.90	c PP set 0 variables
7.39/1.90	c pp time: 1869945us (1s)
66.52/16.79	c preprocessor returned 30038 variables
66.52/16.79	c preprocessing returned UNKNOWN
66.52/16.79	c PP set 0 variables
66.52/16.79	c pp time: 16748459us (16s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3259347-1307648553/watcher-3259347-1307648553 -o /tmp/evaluation-result-3259347-1307648553/solver-3259347-1307648553 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259347-1307648553.cnf 422927414 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: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0

[startup+0.0466321 s]
/proc/loadavg: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.121551 s]
/proc/loadavg: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07137 s]
/proc/loadavg: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17136 s]
/proc/loadavg: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 7.71 7.96 7.92 5/182 5515
/proc/meminfo: memFree=32318408/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10101 s]
/proc/loadavg: 7.71 7.96 7.92 9/188 5521
/proc/meminfo: memFree=32267996/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=287140 CPUtime=12.19 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 22968 0 0 0 1214 5 0 0 18 0 5 0 857271119 294031360 12752 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 71785 12752 404 389 0 67535 0
[pid=5516/tid=5518] ppid=5515 vsize=287140 CPUtime=3.05 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 5316 0 0 0 304 1 0 0 25 0 5 0 857271121 294031360 12752 33554432000 4194304 5787044 140734182483792 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=287140 CPUtime=3.03 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 5171 0 0 0 302 1 0 0 25 0 5 0 857271121 294031360 12752 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=287140 CPUtime=3.02 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 4652 0 0 0 301 1 0 0 25 0 5 0 857271122 294031360 12752 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=287140 CPUtime=3.03 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 3951 0 0 0 303 0 0 0 24 0 5 0 857271123 294031360 12752 33554432000 4194304 5787044 140734182483792 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 295840

[startup+6.30044 s]
/proc/loadavg: 7.73 7.96 7.92 9/188 5521
/proc/meminfo: memFree=32258380/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=292352 CPUtime=24.96 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 24821 0 0 0 2491 5 0 0 18 0 5 0 857271119 299368448 14605 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 73088 14605 404 389 0 68838 0
[pid=5516/tid=5518] ppid=5515 vsize=292352 CPUtime=6.25 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 6617 0 0 0 624 1 0 0 25 0 5 0 857271121 299368448 14605 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=292352 CPUtime=6.23 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 5438 0 0 0 622 1 0 0 25 0 5 0 857271121 299368448 14605 33554432000 4194304 5787044 140734182483792 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=292352 CPUtime=6.19 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 4937 0 0 0 618 1 0 0 25 0 5 0 857271122 299368448 14605 33554432000 4194304 5787044 140734182483792 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=292352 CPUtime=6.23 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 3951 0 0 0 623 0 0 0 25 0 5 0 857271123 299368448 14605 33554432000 4194304 5787044 140734182483792 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 301052

[startup+12.7003 s]
/proc/loadavg: 7.75 7.96 7.92 9/188 5521
/proc/meminfo: memFree=32249964/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=294676 CPUtime=50.55 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 26500 0 0 0 5049 6 0 0 18 0 5 0 857271119 301748224 16284 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 73669 16284 404 389 0 69419 0
[pid=5516/tid=5518] ppid=5515 vsize=294676 CPUtime=12.65 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 7170 0 0 0 1264 1 0 0 25 0 5 0 857271121 301748224 16284 33554432000 4194304 5787044 140734182483792 18446744073709551615 5588217 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=294676 CPUtime=12.64 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 5988 0 0 0 1263 1 0 0 25 0 5 0 857271121 301748224 16284 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=294676 CPUtime=12.56 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 5513 0 0 0 1255 1 0 0 25 0 5 0 857271122 301748224 16284 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=294676 CPUtime=12.63 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 3951 0 0 0 1263 0 0 0 25 0 5 0 857271123 301748224 16284 33554432000 4194304 5787044 140734182483792 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 303376

[startup+25.501 s]
/proc/loadavg: 7.87 7.98 7.92 9/188 5522
/proc/meminfo: memFree=32229136/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=302236 CPUtime=101.66 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 34649 0 0 0 10156 10 0 0 18 0 5 0 857271119 309489664 21891 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 75559 21891 417 389 0 71309 0
[pid=5516/tid=5518] ppid=5515 vsize=302236 CPUtime=25.45 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 9065 0 0 0 2543 2 0 0 25 0 5 0 857271121 309489664 21891 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=302236 CPUtime=25.43 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 6837 0 0 0 2540 3 0 0 25 0 5 0 857271121 309489664 21891 33554432000 4194304 5787044 140734182483792 18446744073709551615 5585361 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=302236 CPUtime=25.29 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 6490 0 0 0 2527 2 0 0 25 0 5 0 857271122 309489664 21891 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=302236 CPUtime=25.43 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 8379 0 0 0 2541 2 0 0 25 0 5 0 857271123 309489664 21891 33554432000 4194304 5787044 140734182483792 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 310936

[startup+51.1004 s]
/proc/loadavg: 7.92 7.98 7.92 9/188 5522
/proc/meminfo: memFree=32171068/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=312188 CPUtime=203.92 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 41802 0 0 0 20373 19 0 0 18 0 5 0 857271119 319680512 29041 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 78047 29041 417 389 0 73797 0
[pid=5516/tid=5518] ppid=5515 vsize=312188 CPUtime=51.04 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 10513 0 0 0 5101 3 0 0 25 0 5 0 857271121 319680512 29041 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=312188 CPUtime=51.03 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 8259 0 0 0 5098 5 0 0 25 0 5 0 857271121 319680512 29041 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=312188 CPUtime=50.75 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 8006 0 0 0 5071 4 0 0 25 0 5 0 857271122 319680512 29041 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=312188 CPUtime=51.02 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 11146 0 0 0 5097 5 0 0 25 0 5 0 857271123 319680512 29041 33554432000 4194304 5787044 140734182483792 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 320888

[startup+102.3 s]
/proc/loadavg: 8.06 8.01 7.93 9/188 5524
/proc/meminfo: memFree=32094264/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=328832 CPUtime=408.41 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 52689 0 0 0 40808 33 0 0 18 0 5 0 857271119 336723968 39765 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 82208 39765 417 389 0 77958 0
[pid=5516/tid=5518] ppid=5515 vsize=328832 CPUtime=102.24 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 12492 0 0 0 10219 5 0 0 25 0 5 0 857271121 336723968 39765 33554432000 4194304 5787044 140734182483792 18446744073709551615 5585339 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=328832 CPUtime=102.22 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 11179 0 0 0 10214 8 0 0 25 0 5 0 857271121 336723968 39765 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=328832 CPUtime=101.66 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 10383 0 0 0 10158 8 0 0 25 0 5 0 857271122 336723968 39765 33554432000 4194304 5787044 140734182483792 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=328832 CPUtime=102.22 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 14757 0 0 0 10212 10 0 0 25 0 5 0 857271123 336723968 39765 33554432000 4194304 5787044 140734182483792 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.41
Current children cumulated vsize (KiB) 337532

[startup+162.301 s]
/proc/loadavg: 8.14 8.05 7.95 9/188 5525
/proc/meminfo: memFree=32025124/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=345156 CPUtime=648.09 cores=1,3,5,7

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

/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 31286 0 0 0 88178 41 0 0 25 0 5 0 857271121 684376064 125393 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=668336 CPUtime=877.39 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37973 0 0 0 87686 53 0 0 25 0 5 0 857271122 684376064 125393 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=668336 CPUtime=882.21 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 36015 0 0 0 88180 41 0 0 25 0 5 0 857271123 684376064 125393 33554432000 4194304 5787044 140734182483792 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 677036

[startup+942.307 s]
/proc/loadavg: 8.01 8.03 7.99 9/188 5546
/proc/meminfo: memFree=31423036/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=668336 CPUtime=3763.8 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 140364 0 0 0 376219 161 0 0 18 0 5 0 857271119 684376064 125430 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 167084 125430 417 389 0 162834 0
[pid=5516/tid=5518] ppid=5515 vsize=668336 CPUtime=942.23 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 31181 0 0 0 94200 23 0 0 25 0 5 0 857271121 684376064 125430 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=668336 CPUtime=942.2 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 31302 0 0 0 94179 41 0 0 25 0 5 0 857271121 684376064 125430 33554432000 4194304 5787044 140734182483792 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=668336 CPUtime=937.07 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37973 0 0 0 93654 53 0 0 25 0 5 0 857271122 684376064 125430 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=668336 CPUtime=942.22 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 36030 0 0 0 94181 41 0 0 25 0 5 0 857271123 684376064 125430 33554432000 4194304 5787044 140734182483792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.8
Current children cumulated vsize (KiB) 677036

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/188 5548
/proc/meminfo: memFree=31422836/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=668336 CPUtime=4003.45 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 140418 0 0 0 400184 161 0 0 18 0 5 0 857271119 684376064 125484 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 167084 125484 417 389 0 162834 0
[pid=5516/tid=5518] ppid=5515 vsize=668336 CPUtime=1002.23 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 31202 0 0 0 100200 23 0 0 25 0 5 0 857271121 684376064 125484 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=668336 CPUtime=1002.19 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 31321 0 0 0 100178 41 0 0 25 0 5 0 857271121 684376064 125484 33554432000 4194304 5787044 140734182483792 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=668336 CPUtime=996.75 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37973 0 0 0 99621 54 0 0 25 0 5 0 857271122 684376064 125484 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=668336 CPUtime=1002.21 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 36044 0 0 0 100180 41 0 0 25 0 5 0 857271123 684376064 125484 33554432000 4194304 5787044 140734182483792 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 677036

[startup+1062.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/188 5549
/proc/meminfo: memFree=31413088/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=674336 CPUtime=4243.13 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 142733 0 0 0 424149 164 0 0 18 0 5 0 857271119 690520064 127799 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 168584 127799 417 389 0 164334 0
[pid=5516/tid=5518] ppid=5515 vsize=674336 CPUtime=1062.22 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 31702 0 0 0 106199 23 0 0 25 0 5 0 857271121 690520064 127799 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=674336 CPUtime=1062.2 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 31999 0 0 0 106177 43 0 0 25 0 5 0 857271121 690520064 127799 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=674336 CPUtime=1056.42 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37973 0 0 0 105588 54 0 0 25 0 5 0 857271122 690520064 127799 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=674336 CPUtime=1062.21 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 37181 0 0 0 106180 41 0 0 25 0 5 0 857271123 690520064 127799 33554432000 4194304 5787044 140734182483792 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 683036

[startup+1122.3 s]
/proc/loadavg: 6.42 7.63 7.86 5/177 5585
/proc/meminfo: memFree=31967232/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=690984 CPUtime=4482.79 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 150634 0 0 0 448101 178 0 0 18 0 5 0 857271119 707567616 135700 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 172746 135700 417 389 0 168496 0
[pid=5516/tid=5518] ppid=5515 vsize=690984 CPUtime=1122.22 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 33833 0 0 0 112196 26 0 0 25 0 5 0 857271121 707567616 135700 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=690984 CPUtime=1122.19 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 35028 0 0 0 112170 49 0 0 25 0 5 0 857271121 707567616 135700 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=690984 CPUtime=1116.17 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37978 0 0 0 111563 54 0 0 25 0 5 0 857271122 707567616 135700 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=690984 CPUtime=1122.13 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 39917 0 0 0 112166 47 0 0 25 0 5 0 857271123 707567616 135700 33554432000 4194304 5787044 140734182483792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.79
Current children cumulated vsize (KiB) 699684

[startup+1182.3 s]
/proc/loadavg: 4.93 6.98 7.62 5/177 5586
/proc/meminfo: memFree=31939140/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=702884 CPUtime=4722.45 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 157477 0 0 0 472049 196 0 0 18 0 5 0 857271119 719753216 142543 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 175721 142543 417 389 0 171471 0
[pid=5516/tid=5518] ppid=5515 vsize=702884 CPUtime=1182.22 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 35777 0 0 0 118194 28 0 0 25 0 5 0 857271121 719753216 142543 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=702884 CPUtime=1182.19 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 37985 0 0 0 118162 57 0 0 25 0 5 0 857271121 719753216 142543 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=702884 CPUtime=1176.17 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 37984 0 0 0 117563 54 0 0 25 0 5 0 857271122 719753216 142543 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=702884 CPUtime=1181.8 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 41853 0 0 0 118125 55 0 0 25 0 5 0 857271123 719753216 142543 33554432000 4194304 5787044 140734182483792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 711584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.73 6.80 7.55 5/177 5587
/proc/meminfo: memFree=31927588/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=709692 CPUtime=4800.39 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 160345 0 0 0 479836 203 0 0 18 0 5 0 857271119 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 177423 145411 417 389 0 173173 0
[pid=5516/tid=5518] ppid=5515 vsize=709692 CPUtime=1201.73 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 36403 0 0 0 120145 28 0 0 25 0 5 0 857271121 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=709692 CPUtime=1201.7 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 38592 0 0 0 120110 60 0 0 25 0 5 0 857271121 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=709692 CPUtime=1195.68 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 39016 0 0 0 119514 54 0 0 25 0 5 0 857271122 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=709692 CPUtime=1201.2 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 42456 0 0 0 120062 58 0 0 25 0 5 0 857271123 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 718392

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: 4.73 6.80 7.55 5/177 5587
/proc/meminfo: memFree=31927588/32951124 swapFree=67056964/67111528
[pid=5515] ppid=5513 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5515/stat : 5515 (prissAuto.sh) S 5513 5515 4755 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 857271119 8908800 252 33554432000 4194304 4922060 140734763385904 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5515/statm: 2175 252 211 178 0 68 0
[pid=5516] ppid=5515 vsize=709692 CPUtime=4800.39 cores=1,3,5,7
/proc/5516/stat : 5516 (priss) S 5515 5515 4755 0 -1 4202496 160345 0 0 0 479836 203 0 0 18 0 5 0 857271119 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5516/statm: 177423 145411 417 389 0 173173 0
[pid=5516/tid=5518] ppid=5515 vsize=709692 CPUtime=1201.73 cores=1,3,5,7
/proc/5516/task/5518/stat : 5518 (priss) R 5515 5515 4755 0 -1 4202560 36403 0 0 0 120145 28 0 0 25 0 5 0 857271121 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5516/tid=5519] ppid=5515 vsize=709692 CPUtime=1201.7 cores=1,3,5,7
/proc/5516/task/5519/stat : 5519 (priss) R 5515 5515 4755 0 -1 4202560 38592 0 0 0 120110 60 0 0 25 0 5 0 857271121 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5516/tid=5520] ppid=5515 vsize=709692 CPUtime=1195.68 cores=1,3,5,7
/proc/5516/task/5520/stat : 5520 (priss) R 5515 5515 4755 0 -1 4202560 39016 0 0 0 119514 54 0 0 25 0 5 0 857271122 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5516/tid=5521] ppid=5515 vsize=709692 CPUtime=1201.2 cores=1,3,5,7
/proc/5516/task/5521/stat : 5521 (priss) R 5515 5515 4755 0 -1 4202560 42456 0 0 0 120062 58 0 0 25 0 5 0 857271123 726724608 145411 33554432000 4194304 5787044 140734182483792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 718392

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5515 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.39
#
# 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.39
CPU user time (s): 4798.36
CPU system time (s): 2.03
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 718392

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

runsolver used 1.65775 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 21:42:33
IDJOB=3259347
IDBENCH=71570
IDSOLVER=1602
FILE ID=node145/3259347-1307648553
RUNJOBID= node145-1307647238-5315
PBS_JOBID= 13549405
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=422927414

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:      32318960 kB
Buffers:         52952 kB
Cached:         228712 kB
SwapCached:       7944 kB
Active:         289192 kB
Inactive:       204256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32318960 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:      208752 kB
Mapped:          13880 kB
Slab:            74164 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   443560 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:02:36