Trace number 3274095

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n260-s62321009-sat.cnf
MD5SUMf2b430bdd9bc1c472e9e437567706bb7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.48747
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
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: 27946
0.00/0.00	c parsetime: 239us
0.00/0.00	c parsed 624 clauses with 260 variables
0.00/0.00	c NW started thread 0 successfully (1094510912)
0.00/0.00	c NW started thread 1 successfully (1107208512)
0.00/0.00	c NW started thread 2 successfully (1117698368)
0.00/0.00	c NW started thread 3 successfully (1128188224)
0.00/0.81	c preprocessor returned 10050 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 0 variables
0.00/0.81	c pp time: 440004us (0s)
0.00/0.81	c preprocessor returned 10050 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 0 variables
0.00/0.81	c pp time: 439395us (0s)
0.00/0.81	c preprocessor returned 10050 variables
0.00/0.81	c preprocessing returned UNKNOWN
0.00/0.81	c PP set 0 variables
0.00/0.81	c pp time: 442608us (0s)
17.93/4.52	c preprocessor returned 30056 variables
17.93/4.52	c preprocessing returned UNKNOWN
17.93/4.52	c PP set 0 variables
17.93/4.52	c pp time: 4510667us (4s)

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-3274095-1304055513/watcher-3274095-1304055513 -o /tmp/evaluation-result-3274095-1304055513/solver-3274095-1304055513 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3274095-1304055513.cnf 272718693 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0

[startup+0.44869 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.922554 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.02254 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10052 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 8.12 8.10 8.02 5/182 27945
/proc/meminfo: memFree=14507052/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10118 s]
/proc/loadavg: 7.95 8.06 8.01 9/188 27951
/proc/meminfo: memFree=14466968/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=211768 CPUtime=12.34 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 8927 0 0 0 1233 1 0 0 25 0 5 0 595782006 216850432 8008 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 52942 8008 405 389 0 48692 0
[pid=27946/tid=27947] ppid=27945 vsize=211768 CPUtime=3.08 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 2049 0 0 0 308 0 0 0 25 0 5 0 595782007 216850432 8008 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=211768 CPUtime=3.08 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 1990 0 0 0 308 0 0 0 25 0 5 0 595782007 216850432 8008 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=211768 CPUtime=3.07 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 1438 0 0 0 307 0 0 0 25 0 5 0 595782007 216850432 8008 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=211768 CPUtime=3.08 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 1952 0 0 0 308 0 0 0 25 0 5 0 595782007 216850432 8008 33554432000 4194304 5787044 140735017004640 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 220468

[startup+6.30662 s]
/proc/loadavg: 7.95 8.06 8.01 9/188 27951
/proc/meminfo: memFree=14444096/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=214568 CPUtime=25.14 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 12540 0 0 0 2511 3 0 0 25 0 5 0 595782006 219717632 10656 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 53642 10656 419 389 0 49392 0
[pid=27946/tid=27947] ppid=27945 vsize=214568 CPUtime=6.29 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) S 27945 27945 26812 0 -1 4202560 2569 0 0 0 628 1 0 0 25 0 5 0 595782007 219717632 10656 33554432000 4194304 5787044 140735017004640 18446744073709551615 218880670190 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=214568 CPUtime=6.28 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 2479 0 0 0 628 0 0 0 25 0 5 0 595782007 219717632 10656 33554432000 4194304 5787044 140735017004640 18446744073709551615 218880670239 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=214568 CPUtime=6.25 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 1900 0 0 0 625 0 0 0 25 0 5 0 595782007 219717632 10656 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=214568 CPUtime=6.28 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 4094 0 0 0 628 0 0 0 25 0 5 0 595782007 219717632 10656 33554432000 4194304 5787044 140735017004640 18446744073709551615 218880670239 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 223268

[startup+12.7005 s]
/proc/loadavg: 7.96 8.06 8.01 9/188 27951
/proc/meminfo: memFree=14415872/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=221516 CPUtime=50.68 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 15593 0 0 0 5063 5 0 0 25 0 5 0 595782006 226832384 13709 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 55379 13709 419 389 0 51129 0
[pid=27946/tid=27947] ppid=27945 vsize=221516 CPUtime=12.68 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 3105 0 0 0 1266 2 0 0 25 0 5 0 595782007 226832384 13709 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=221516 CPUtime=12.67 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 2967 0 0 0 1267 0 0 0 25 0 5 0 595782007 226832384 13709 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=221516 CPUtime=12.62 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 2436 0 0 0 1261 1 0 0 25 0 5 0 595782007 226832384 13709 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=221516 CPUtime=12.68 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 5587 0 0 0 1267 1 0 0 25 0 5 0 595782007 226832384 13709 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 230216

[startup+25.5003 s]
/proc/loadavg: 7.96 8.06 8.01 11/189 27955
/proc/meminfo: memFree=14367468/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=224732 CPUtime=101.72 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 18127 0 0 0 10164 8 0 0 25 0 5 0 595782006 230125568 16243 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 56183 16243 419 389 0 51933 0
[pid=27946/tid=27947] ppid=27945 vsize=224732 CPUtime=25.48 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 3676 0 0 0 2546 2 0 0 25 0 5 0 595782007 230125568 16243 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=224732 CPUtime=25.47 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 3606 0 0 0 2546 1 0 0 25 0 5 0 595782007 230125568 16243 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=224732 CPUtime=25.34 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 3067 0 0 0 2533 1 0 0 25 0 5 0 595782007 230125568 16243 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=224732 CPUtime=25.39 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 6280 0 0 0 2537 2 0 0 25 0 5 0 595782007 230125568 16243 33554432000 4194304 5787044 140735017004640 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 233432

[startup+51.1009 s]
/proc/loadavg: 8.27 8.13 8.03 9/188 27955
/proc/meminfo: memFree=14337300/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=235828 CPUtime=203.54 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 23275 0 0 0 20341 13 0 0 25 0 5 0 595782006 241487872 21390 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 58957 21390 419 389 0 54707 0
[pid=27946/tid=27947] ppid=27945 vsize=235828 CPUtime=51.08 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 5891 0 0 0 5104 4 0 0 25 0 5 0 595782007 241487872 21390 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=235828 CPUtime=50.68 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 4812 0 0 0 5066 2 0 0 25 0 5 0 595782007 241487872 21390 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=235828 CPUtime=50.76 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 3985 0 0 0 5074 2 0 0 25 0 5 0 595782007 241487872 21390 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=235828 CPUtime=50.99 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 7089 0 0 0 5096 3 0 0 25 0 5 0 595782007 241487872 21390 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.54
Current children cumulated vsize (KiB) 244528

[startup+102.301 s]
/proc/loadavg: 8.25 8.14 8.04 9/188 27957
/proc/meminfo: memFree=14268724/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=248092 CPUtime=408.04 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 30441 0 0 0 40785 19 0 0 25 0 5 0 595782006 254046208 28555 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 62023 28555 419 389 0 57773 0
[pid=27946/tid=27947] ppid=27945 vsize=248092 CPUtime=102.27 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 8541 0 0 0 10222 5 0 0 25 0 5 0 595782007 254046208 28555 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=248092 CPUtime=101.88 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 6505 0 0 0 10184 4 0 0 25 0 5 0 595782007 254046208 28555 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=248092 CPUtime=101.68 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 5521 0 0 0 10164 4 0 0 25 0 5 0 595782007 254046208 28555 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=248092 CPUtime=102.19 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 8376 0 0 0 10214 5 0 0 25 0 5 0 595782007 254046208 28555 33554432000 4194304 5787044 140735017004640 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 256792

[startup+162.301 s]
/proc/loadavg: 8.14 8.12 8.04 9/188 27958
/proc/meminfo: memFree=14245880/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=251108 CPUtime=647.71 cores=0,2,4,6

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

/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 15396 0 0 0 88164 15 0 0 25 0 5 0 595782007 458944512 66132 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=448188 CPUtime=877.42 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 13359 0 0 0 87729 13 0 0 25 0 5 0 595782007 458944512 66132 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=448188 CPUtime=882.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 18761 0 0 0 88205 13 0 0 25 0 5 0 595782007 458944512 66132 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.69
Current children cumulated vsize (KiB) 456888

[startup+942.301 s]
/proc/loadavg: 8.04 8.04 8.01 9/188 27979
/proc/meminfo: memFree=13910204/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=448188 CPUtime=3763.38 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 68356 0 0 0 376282 56 0 0 25 0 5 0 595782006 458944512 66194 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 112047 66194 419 389 0 107797 0
[pid=27946/tid=27947] ppid=27945 vsize=448188 CPUtime=942.28 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 19304 0 0 0 94214 14 0 0 25 0 5 0 595782007 458944512 66194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=448188 CPUtime=941.8 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 15432 0 0 0 94165 15 0 0 25 0 5 0 595782007 458944512 66194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=448188 CPUtime=937.1 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 13359 0 0 0 93697 13 0 0 25 0 5 0 595782007 458944512 66194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=448188 CPUtime=942.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 18763 0 0 0 94205 13 0 0 25 0 5 0 595782007 458944512 66194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.38
Current children cumulated vsize (KiB) 456888

[startup+1002.3 s]
/proc/loadavg: 8.01 8.03 8.01 9/188 27981
/proc/meminfo: memFree=13903968/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=448572 CPUtime=4003.04 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 68659 0 0 0 400247 57 0 0 25 0 5 0 595782006 459337728 66497 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 112143 66497 419 389 0 107893 0
[pid=27946/tid=27947] ppid=27945 vsize=448572 CPUtime=1002.27 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 19423 0 0 0 100213 14 0 0 25 0 5 0 595782007 459337728 66497 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=448572 CPUtime=1001.79 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 15579 0 0 0 100164 15 0 0 25 0 5 0 595782007 459337728 66497 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=448572 CPUtime=996.77 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 13359 0 0 0 99664 13 0 0 25 0 5 0 595782007 459337728 66497 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=448572 CPUtime=1002.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 18800 0 0 0 100205 13 0 0 25 0 5 0 595782007 459337728 66497 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.04
Current children cumulated vsize (KiB) 457272

[startup+1062.31 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 27982
/proc/meminfo: memFree=13891660/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=453248 CPUtime=4242.73 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 70356 0 0 0 424216 57 0 0 25 0 5 0 595782006 464125952 68194 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 113312 68194 419 389 0 109062 0
[pid=27946/tid=27947] ppid=27945 vsize=453248 CPUtime=1062.28 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 19653 0 0 0 106214 14 0 0 25 0 5 0 595782007 464125952 68194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=453248 CPUtime=1061.79 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 15868 0 0 0 106164 15 0 0 25 0 5 0 595782007 464125952 68194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=453248 CPUtime=1056.44 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 13382 0 0 0 105631 13 0 0 25 0 5 0 595782007 464125952 68194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=453248 CPUtime=1062.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 19955 0 0 0 106205 13 0 0 25 0 5 0 595782007 464125952 68194 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.73
Current children cumulated vsize (KiB) 461948

[startup+1122.3 s]
/proc/loadavg: 8.11 8.04 8.01 9/188 27984
/proc/meminfo: memFree=13877248/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=462472 CPUtime=4482.37 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 74018 0 0 0 448178 59 0 0 25 0 5 0 595782006 473571328 71856 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 115618 71856 419 389 0 111368 0
[pid=27946/tid=27947] ppid=27945 vsize=462472 CPUtime=1122.28 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 20463 0 0 0 112213 15 0 0 25 0 5 0 595782007 473571328 71856 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=462472 CPUtime=1121.78 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 17594 0 0 0 112162 16 0 0 25 0 5 0 595782007 473571328 71856 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=462472 CPUtime=1116.11 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 14047 0 0 0 111598 13 0 0 25 0 5 0 595782007 473571328 71856 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=462472 CPUtime=1122.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 20416 0 0 0 112204 14 0 0 25 0 5 0 595782007 473571328 71856 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 471172

[startup+1182.3 s]
/proc/loadavg: 8.14 8.06 8.01 9/188 27985
/proc/meminfo: memFree=13859984/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=467088 CPUtime=4722.05 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 77618 0 0 0 472141 64 0 0 25 0 5 0 595782006 478298112 75456 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 116772 75456 419 389 0 112522 0
[pid=27946/tid=27947] ppid=27945 vsize=467088 CPUtime=1182.27 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 21411 0 0 0 118211 16 0 0 25 0 5 0 595782007 478298112 75456 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=467088 CPUtime=1181.77 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 18660 0 0 0 118160 17 0 0 25 0 5 0 595782007 478298112 75456 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=467088 CPUtime=1175.78 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 14920 0 0 0 117564 14 0 0 25 0 5 0 595782007 478298112 75456 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=467088 CPUtime=1182.18 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 21129 0 0 0 118204 14 0 0 25 0 5 0 595782007 478298112 75456 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.05
Current children cumulated vsize (KiB) 475788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.10 8.06 8.01 5/178 28004
/proc/meminfo: memFree=14230404/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=468588 CPUtime=4800.38 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 78747 0 0 0 479972 66 0 0 25 0 5 0 595782006 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 117147 76585 419 389 0 112897 0
[pid=27946/tid=27947] ppid=27945 vsize=468588 CPUtime=1201.89 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 21720 0 0 0 120172 17 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=468588 CPUtime=1201.38 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 18948 0 0 0 120120 18 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=468588 CPUtime=1195.27 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 15239 0 0 0 119513 14 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=468588 CPUtime=1201.8 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 21342 0 0 0 120165 15 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 477288

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

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

[startup+1201.9 s]
/proc/loadavg: 8.10 8.06 8.01 5/178 28004
/proc/meminfo: memFree=14230404/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/27945/stat : 27945 (priss.sh) S 27943 27945 26812 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595782006 8908800 252 33554432000 4194304 4922060 140733835368848 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27945/statm: 2175 252 211 178 0 68 0
[pid=27946] ppid=27945 vsize=468588 CPUtime=4800.38 cores=0,2,4,6
/proc/27946/stat : 27946 (priss) S 27945 27945 26812 0 -1 4202496 78747 0 0 0 479972 66 0 0 25 0 5 0 595782006 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 117147 76585 419 389 0 112897 0
[pid=27946/tid=27947] ppid=27945 vsize=468588 CPUtime=1201.89 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (priss) R 27945 27945 26812 0 -1 4202560 21720 0 0 0 120172 17 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=27946/tid=27948] ppid=27945 vsize=468588 CPUtime=1201.38 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (priss) R 27945 27945 26812 0 -1 4202560 18948 0 0 0 120120 18 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=27946/tid=27949] ppid=27945 vsize=468588 CPUtime=1195.27 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (priss) R 27945 27945 26812 0 -1 4202560 15239 0 0 0 119513 14 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=27946/tid=27950] ppid=27945 vsize=468588 CPUtime=1201.8 cores=0,2,4,6
/proc/27946/task/27950/stat : 27950 (priss) R 27945 27945 26812 0 -1 4202560 21342 0 0 0 120165 15 0 0 25 0 5 0 595782007 479834112 76585 33554432000 4194304 5787044 140735017004640 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 477288

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.38
CPU user time (s): 4799.72
CPU system time (s): 0.66
CPU usage (%): 399.392
Max. virtual memory (cumulated for all children) (KiB): 477288

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= 4
involuntary context switches= 2

runsolver used 1.79773 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 07:38:33
IDJOB=3274095
IDBENCH=83153
IDSOLVER=1603
FILE ID=node112/3274095-1304055513
RUNJOBID= node112-1304053103-27683
PBS_JOBID= 13170402
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n260-s62321009-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274095-1304055513/watcher-3274095-1304055513 -o /tmp/evaluation-result-3274095-1304055513/solver-3274095-1304055513 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3274095-1304055513.cnf 272718693 4800 15500 4

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

MD5SUM BENCH= f2b430bdd9bc1c472e9e437567706bb7
RANDOM SEED=272718693

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14507216 kB
Buffers:       1995008 kB
Cached:       15799388 kB
SwapCached:          0 kB
Active:        7126372 kB
Inactive:     10762388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14507216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3236 kB
Writeback:           0 kB
AnonPages:       93868 kB
Mapped:          15700 kB
Slab:           492740 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   284740 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= 72560 MiB
End job on node112 at 2011-04-29 07:58:37