Trace number 3287135

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 1.0? (TO) 4800.34 1204.12

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20863
0.00/0.22	c parsetime: 217388us
0.00/0.22	c parsed 769313 clauses with 257030 variables
0.00/0.27	c NW started thread 0 successfully (1104324928)
0.00/0.31	c NW started thread 1 successfully (1114814784)
0.00/0.37	c NW started thread 2 successfully (1125304640)
0.00/0.42	c NW started thread 3 successfully (1135794496)
33.39/8.77	c preprocessor returned 257030 variables
33.39/8.77	c preprocessing returned UNKNOWN
33.39/8.77	c PP set 3606 variables
33.39/8.77	c pp time: 8451749us (8s)
34.17/8.90	c preprocessor returned 257030 variables
34.17/8.90	c preprocessing returned UNKNOWN
34.17/8.90	c PP set 3606 variables
34.17/8.90	c pp time: 8522221us (8s)
34.17/8.97	c preprocessor returned 257030 variables
34.17/8.97	c preprocessing returned UNKNOWN
34.17/8.97	c PP set 3606 variables
34.17/8.97	c pp time: 8488314us (8s)
34.57/9.00	c preprocessor returned 257030 variables
34.57/9.00	c preprocessing returned UNKNOWN
34.57/9.00	c PP set 3606 variables
34.57/9.00	c pp time: 8565611us (8s)
37.36/9.74	c HTE
38.96/10.13	c subsumption
40.56/10.51	c simplified formula contains 0 unit clauses
296.96/74.76	c added unsatisfied clause
296.96/74.76	c failed to add network clauses
405.56/101.99	c added unsatisfied clause
405.56/101.99	c failed to add network clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3287135-1304051303/watcher-3287135-1304051303 -o /tmp/evaluation-result-3287135-1304051303/solver-3287135-1304051303 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3287135-1304051303.cnf 913935204 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.85 8.11 8.29 5/180 20862
/proc/meminfo: memFree=19986860/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0

[startup+0.0491519 s]
/proc/loadavg: 7.85 8.11 8.29 5/180 20862
/proc/meminfo: memFree=19986860/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101141 s]
/proc/loadavg: 7.85 8.11 8.29 5/180 20862
/proc/meminfo: memFree=19986860/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301104 s]
/proc/loadavg: 7.85 8.11 8.29 5/180 20862
/proc/meminfo: memFree=19986860/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701003 s]
/proc/loadavg: 7.85 8.11 8.29 5/180 20862
/proc/meminfo: memFree=19986860/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 7.85 8.11 8.29 9/186 20868
/proc/meminfo: memFree=19322048/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=752940 CPUtime=4.79 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 201576 0 0 0 436 43 0 0 18 0 5 0 516729990 771010560 127601 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 188235 127601 349 389 0 183985 0
[pid=20863/tid=20865] ppid=20862 vsize=752940 CPUtime=1.17 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 43500 0 0 0 107 10 0 0 18 0 5 0 516730017 771010560 127601 33554432000 4194304 5787044 140736470501280 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=752940 CPUtime=1.11 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 42201 0 0 0 102 9 0 0 18 0 5 0 516730022 771010560 127601 33554432000 4194304 5787044 140736470501280 18446744073709551615 18446744073699066057 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=752940 CPUtime=1.04 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 40551 0 0 0 94 10 0 0 18 0 5 0 516730027 771010560 127601 33554432000 4194304 5787044 140736470501280 18446744073709551615 4327184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=752940 CPUtime=1.02 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 40408 0 0 0 94 8 0 0 18 0 5 0 516730032 771010560 127601 33554432000 4194304 5787044 140736470501280 18446744073709551615 4391133 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 761640

[startup+3.10059 s]
/proc/loadavg: 7.85 8.11 8.29 8/186 20868
/proc/meminfo: memFree=19367780/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=829932 CPUtime=11.03 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 235314 0 0 0 1030 73 0 0 18 0 5 0 516729990 849850368 159083 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 207483 159083 350 389 0 203233 0
[pid=20863/tid=20865] ppid=20862 vsize=829932 CPUtime=2.73 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 53036 0 0 0 255 18 0 0 18 0 5 0 516730017 849850368 159083 33554432000 4194304 5787044 140736470501280 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=829932 CPUtime=2.67 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 50351 0 0 0 250 17 0 0 18 0 5 0 516730022 849850368 159083 33554432000 4194304 5787044 140736470501280 18446744073709551615 4335591 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=829932 CPUtime=2.58 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 47239 0 0 0 240 18 0 0 18 0 5 0 516730027 849850368 159083 33554432000 4194304 5787044 140736470501280 18446744073709551615 4339744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=829932 CPUtime=2.59 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 49772 0 0 0 245 14 0 0 18 0 5 0 516730032 849850368 159083 33554432000 4194304 5787044 140736470501280 18446744073709551615 4339968 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 838632

[startup+6.30103 s]
/proc/loadavg: 8.18 8.17 8.31 11/186 20868
/proc/meminfo: memFree=19244896/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=895468 CPUtime=23.81 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 245227 0 0 0 2304 77 0 0 18 0 5 0 516729990 916959232 168996 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 223867 168996 351 389 0 219617 0
[pid=20863/tid=20865] ppid=20862 vsize=895468 CPUtime=5.94 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 53037 0 0 0 575 19 0 0 25 0 5 0 516730017 916959232 168996 33554432000 4194304 5787044 140736470501280 18446744073709551615 4276034 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=895468 CPUtime=5.87 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 52991 0 0 0 569 18 0 0 22 0 5 0 516730022 916959232 168996 33554432000 4194304 5787044 140736470501280 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=895468 CPUtime=5.77 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 50460 0 0 0 558 19 0 0 22 0 5 0 516730027 916959232 168996 33554432000 4194304 5787044 140736470501280 18446744073709551615 4345951 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=895468 CPUtime=5.79 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 53823 0 0 0 563 16 0 0 22 0 5 0 516730032 916959232 168996 33554432000 4194304 5787044 140736470501280 18446744073709551615 4278471 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 904168

[startup+12.7009 s]
/proc/loadavg: 8.17 8.17 8.31 9/186 20868
/proc/meminfo: memFree=19064776/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1075480 CPUtime=49.35 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 317737 0 0 0 4846 89 0 0 18 0 5 0 516729990 1101291520 214138 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 268870 214138 417 389 0 264620 0
[pid=20863/tid=20865] ppid=20862 vsize=1075480 CPUtime=12.33 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 64999 0 0 0 1213 20 0 0 25 0 5 0 516730017 1101291520 214138 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1075480 CPUtime=12.26 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 74263 0 0 0 1205 21 0 0 25 0 5 0 516730022 1101291520 214138 33554432000 4194304 5787044 140736470501280 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1075480 CPUtime=12.13 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 62481 0 0 0 1192 21 0 0 25 0 5 0 516730027 1101291520 214138 33554432000 4194304 5787044 140736470501280 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1075480 CPUtime=12.18 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 81078 0 0 0 1197 21 0 0 25 0 5 0 516730032 1101291520 214138 33554432000 4194304 5787044 140736470501280 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 1084180

[startup+25.5007 s]
/proc/loadavg: 8.13 8.16 8.30 9/186 20869
/proc/meminfo: memFree=19061876/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1076540 CPUtime=100.46 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 318792 0 0 0 9956 90 0 0 18 0 5 0 516729990 1102376960 215193 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 269135 215193 417 389 0 264885 0
[pid=20863/tid=20865] ppid=20862 vsize=1076540 CPUtime=25.13 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 65277 0 0 0 2493 20 0 0 25 0 5 0 516730017 1102376960 215193 33554432000 4194304 5787044 140736470501280 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1076540 CPUtime=25.05 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 74505 0 0 0 2484 21 0 0 25 0 5 0 516730022 1102376960 215193 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1076540 CPUtime=24.85 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 62664 0 0 0 2464 21 0 0 25 0 5 0 516730027 1102376960 215193 33554432000 4194304 5787044 140736470501280 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1076540 CPUtime=24.97 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 81430 0 0 0 2476 21 0 0 25 0 5 0 516730032 1102376960 215193 33554432000 4194304 5787044 140736470501280 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.46
Current children cumulated vsize (KiB) 1085240

[startup+51.1003 s]
/proc/loadavg: 8.09 8.15 8.29 9/186 20869
/proc/meminfo: memFree=19036364/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1078308 CPUtime=202.68 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 320376 0 0 0 20176 92 0 0 18 0 5 0 516729990 1104187392 216777 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 269577 216777 417 389 0 265327 0
[pid=20863/tid=20865] ppid=20862 vsize=1078308 CPUtime=50.73 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 65706 0 0 0 5052 21 0 0 25 0 5 0 516730017 1104187392 216777 33554432000 4194304 5787044 140736470501280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1078308 CPUtime=50.64 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 74910 0 0 0 5042 22 0 0 25 0 5 0 516730022 1104187392 216777 33554432000 4194304 5787044 140736470501280 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1078308 CPUtime=50.3 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 63021 0 0 0 5009 21 0 0 25 0 5 0 516730027 1104187392 216777 33554432000 4194304 5787044 140736470501280 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1078308 CPUtime=50.57 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 81823 0 0 0 5035 22 0 0 25 0 5 0 516730032 1104187392 216777 33554432000 4194304 5787044 140736470501280 18446744073709551615 5526983 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (KiB) 1087008

[startup+102.306 s]
/proc/loadavg: 8.11 8.15 8.29 9/186 20871
/proc/meminfo: memFree=19021384/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1081204 CPUtime=407.18 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 324152 0 0 0 40623 95 0 0 18 0 5 0 516729990 1107152896 220553 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 270301 220553 417 389 0 266051 0
[pid=20863/tid=20865] ppid=20862 vsize=1081204 CPUtime=101.93 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 66406 0 0 0 10172 21 0 0 25 0 5 0 516730017 1107152896 220553 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1081204 CPUtime=101.83 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 75560 0 0 0 10160 23 0 0 25 0 5 0 516730022 1107152896 220553 33554432000 4194304 5787044 140736470501280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1081204 CPUtime=101.2 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 63502 0 0 0 10098 22 0 0 25 0 5 0 516730027 1107152896 220553 33554432000 4194304 5787044 140736470501280 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1081204 CPUtime=101.77 cores=0,2,4,6

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

/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 85930 0 0 0 87617 34 0 0 25 0 5 0 516730022 1353502720 261396 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1321780 CPUtime=879.32 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 70702 0 0 0 87879 53 0 0 25 0 5 0 516730027 1353502720 261396 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1321780 CPUtime=878.66 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 97357 0 0 0 87717 149 0 0 25 0 5 0 516730032 1353502720 261396 33554432000 4194304 5787044 140736470501280 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3515.15
Current children cumulated vsize (KiB) 1330480

[startup+942.301 s]
/proc/loadavg: 8.17 8.16 8.22 9/186 21214
/proc/meminfo: memFree=23201216/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1321780 CPUtime=3754.75 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 369212 0 0 0 375187 288 0 0 18 0 5 0 516729990 1353502720 265009 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 330445 265009 418 389 0 326195 0
[pid=20863/tid=20865] ppid=20862 vsize=1321780 CPUtime=940.19 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 76622 0 0 0 93978 41 0 0 25 0 5 0 516730017 1353502720 265009 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1321780 CPUtime=936.18 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 85951 0 0 0 93584 34 0 0 25 0 5 0 516730022 1353502720 265009 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1321780 CPUtime=939.27 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72027 0 0 0 93872 55 0 0 25 0 5 0 516730027 1353502720 265009 33554432000 4194304 5787044 140736470501280 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1321780 CPUtime=938.65 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 99696 0 0 0 93714 151 0 0 25 0 5 0 516730032 1353502720 265009 33554432000 4194304 5787044 140736470501280 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3754.75
Current children cumulated vsize (KiB) 1330480

[startup+1002.31 s]
/proc/loadavg: 8.17 8.16 8.21 9/186 21216
/proc/meminfo: memFree=23174428/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1325204 CPUtime=3994.39 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 370942 0 0 0 399149 290 0 0 18 0 5 0 516729990 1357008896 266642 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 331301 266642 418 389 0 327051 0
[pid=20863/tid=20865] ppid=20862 vsize=1325204 CPUtime=1000.19 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 77509 0 0 0 99978 41 0 0 25 0 5 0 516730017 1357008896 266642 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1325204 CPUtime=995.87 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 86010 0 0 0 99552 35 0 0 25 0 5 0 516730022 1357008896 266642 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1325204 CPUtime=999.23 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72027 0 0 0 99867 56 0 0 25 0 5 0 516730027 1357008896 266642 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1325204 CPUtime=998.66 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100480 0 0 0 99714 152 0 0 25 0 5 0 516730032 1357008896 266642 33554432000 4194304 5787044 140736470501280 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3994.39
Current children cumulated vsize (KiB) 1333904

[startup+1062.3 s]
/proc/loadavg: 8.16 8.16 8.20 9/186 21217
/proc/meminfo: memFree=23157068/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1330020 CPUtime=4234 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 373120 0 0 0 423108 292 0 0 18 0 5 0 516729990 1361940480 268820 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 332505 268820 418 389 0 328255 0
[pid=20863/tid=20865] ppid=20862 vsize=1330020 CPUtime=1060.19 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 78767 0 0 0 105977 42 0 0 25 0 5 0 516730017 1361940480 268820 33554432000 4194304 5787044 140736470501280 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1330020 CPUtime=1055.54 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 86930 0 0 0 105518 36 0 0 25 0 5 0 516730022 1361940480 268820 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1330020 CPUtime=1059.17 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72027 0 0 0 105861 56 0 0 25 0 5 0 516730027 1361940480 268820 33554432000 4194304 5787044 140736470501280 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1330020 CPUtime=1058.66 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100480 0 0 0 105714 152 0 0 25 0 5 0 516730032 1361940480 268820 33554432000 4194304 5787044 140736470501280 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4234
Current children cumulated vsize (KiB) 1338720

[startup+1122.3 s]
/proc/loadavg: 8.15 8.15 8.20 9/186 21219
/proc/meminfo: memFree=23129160/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1339152 CPUtime=4473.63 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 376516 0 0 0 447067 296 0 0 18 0 5 0 516729990 1371291648 272216 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 334788 272216 418 389 0 330538 0
[pid=20863/tid=20865] ppid=20862 vsize=1339152 CPUtime=1120.19 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 80953 0 0 0 111976 43 0 0 25 0 5 0 516730017 1371291648 272216 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1339152 CPUtime=1115.21 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 88135 0 0 0 111483 38 0 0 25 0 5 0 516730022 1371291648 272216 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1339152 CPUtime=1119.13 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72031 0 0 0 111856 57 0 0 25 0 5 0 516730027 1371291648 272216 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1339152 CPUtime=1118.66 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100481 0 0 0 111714 152 0 0 25 0 5 0 516730032 1371291648 272216 33554432000 4194304 5787044 140736470501280 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4473.63
Current children cumulated vsize (KiB) 1347852

[startup+1182.3 s]
/proc/loadavg: 8.13 8.15 8.19 9/186 21221
/proc/meminfo: memFree=23113784/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1339152 CPUtime=4713.26 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 377843 0 0 0 471029 297 0 0 18 0 5 0 516729990 1371291648 273446 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 334788 273446 418 389 0 330538 0
[pid=20863/tid=20865] ppid=20862 vsize=1339152 CPUtime=1180.19 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 80953 0 0 0 117976 43 0 0 25 0 5 0 516730017 1371291648 273446 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1339152 CPUtime=1174.88 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 89376 0 0 0 117450 38 0 0 25 0 5 0 516730022 1371291648 273446 33554432000 4194304 5787044 140736470501280 18446744073709551615 274664475520 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1339152 CPUtime=1179.08 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72090 0 0 0 117851 57 0 0 25 0 5 0 516730027 1371291648 273446 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1339152 CPUtime=1178.66 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100508 0 0 0 117714 152 0 0 25 0 5 0 516730032 1371291648 273446 33554432000 4194304 5787044 140736470501280 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4713.26
Current children cumulated vsize (KiB) 1347852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.22 8.17 8.19 9/186 21221
/proc/meminfo: memFree=23104728/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1339152 CPUtime=4800.34 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 378098 0 0 0 479736 298 0 0 18 0 5 0 516729990 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 334788 273701 418 389 0 330538 0
[pid=20863/tid=20865] ppid=20862 vsize=1339152 CPUtime=1202 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 80953 0 0 0 120157 43 0 0 25 0 5 0 516730017 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1339152 CPUtime=1196.56 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 89376 0 0 0 119618 38 0 0 25 0 5 0 516730022 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1339152 CPUtime=1200.87 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72209 0 0 0 120029 58 0 0 25 0 5 0 516730027 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1339152 CPUtime=1200.46 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100644 0 0 0 119894 152 0 0 25 0 5 0 516730032 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1347852

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

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

[startup+1204.1 s]
/proc/loadavg: 8.22 8.17 8.19 9/186 21221
/proc/meminfo: memFree=23104728/32951132 swapFree=67111524/67111528
[pid=20862] ppid=20860 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20862/stat : 20862 (priss.sh) S 20860 20862 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516729990 8908800 251 33554432000 4194304 4922060 140733967012704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20862/statm: 2175 251 211 178 0 68 0
[pid=20863] ppid=20862 vsize=1339152 CPUtime=4800.34 cores=0,2,4,6
/proc/20863/stat : 20863 (priss) S 20862 20862 18837 0 -1 4202496 378098 0 0 0 479736 298 0 0 18 0 5 0 516729990 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20863/statm: 334788 273701 418 389 0 330538 0
[pid=20863/tid=20865] ppid=20862 vsize=1339152 CPUtime=1202 cores=0,2,4,6
/proc/20863/task/20865/stat : 20865 (priss) R 20862 20862 18837 0 -1 4202560 80953 0 0 0 120157 43 0 0 25 0 5 0 516730017 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20863/tid=20866] ppid=20862 vsize=1339152 CPUtime=1196.56 cores=0,2,4,6
/proc/20863/task/20866/stat : 20866 (priss) R 20862 20862 18837 0 -1 4202560 89376 0 0 0 119618 38 0 0 25 0 5 0 516730022 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20863/tid=20867] ppid=20862 vsize=1339152 CPUtime=1200.87 cores=0,2,4,6
/proc/20863/task/20867/stat : 20867 (priss) R 20862 20862 18837 0 -1 4202560 72209 0 0 0 120029 58 0 0 25 0 5 0 516730027 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20863/tid=20868] ppid=20862 vsize=1339152 CPUtime=1200.46 cores=0,2,4,6
/proc/20863/task/20868/stat : 20868 (priss) R 20862 20862 18837 0 -1 4202560 100644 0 0 0 119894 152 0 0 25 0 5 0 516730032 1371291648 273701 33554432000 4194304 5787044 140736470501280 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1347852

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.12
CPU time (s): 4800.34
CPU user time (s): 4797.36
CPU system time (s): 2.98
CPU usage (%): 398.66
Max. virtual memory (cumulated for all children) (KiB): 1347852

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.85372 second user time and 4.78227 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:28:24
IDJOB=3287135
IDBENCH=82459
IDSOLVER=1603
FILE ID=node131/3287135-1304051303
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 71188 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287135-1304051303/watcher-3287135-1304051303 -o /tmp/evaluation-result-3287135-1304051303/solver-3287135-1304051303 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3287135-1304051303.cnf 913935204 4800 15500 4

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=913935204

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19987140 kB
Buffers:        956036 kB
Cached:        6480000 kB
SwapCached:          4 kB
Active:        5421440 kB
Inactive:      7035612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19987140 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15268 kB
Writeback:           0 kB
AnonPages:     5020832 kB
Mapped:          15828 kB
Slab:           432676 kB
PageTables:      14696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  5489908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71360 MiB
End job on node131 at 2011-04-29 06:48:30