Trace number 3264144

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29267
0.00/0.01	c parsetime: 11636us
0.00/0.01	c parsed 61855 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1114761536)
0.00/0.02	c NW started thread 1 successfully (1100175680)
0.00/0.03	c NW started thread 2 successfully (1125251392)
0.00/0.04	c NW started thread 3 successfully (1084283200)
7.35/1.92	c preprocessor returned 10006 variables
7.35/1.92	c preprocessing returned UNKNOWN
7.35/1.92	c PP set 0 variables
7.35/1.92	c pp time: 1880449us (1s)
7.35/1.92	c preprocessor returned 10006 variables
7.35/1.92	c preprocessing returned UNKNOWN
7.35/1.92	c PP set 0 variables
7.35/1.92	c pp time: 1878815us (1s)
7.35/1.92	c preprocessor returned 10006 variables
7.35/1.92	c preprocessing returned UNKNOWN
7.35/1.92	c PP set 0 variables
7.35/1.92	c pp time: 1885413us (1s)
69.67/17.54	c preprocessor returned 30038 variables
69.67/17.54	c preprocessing returned UNKNOWN
69.67/17.54	c PP set 0 variables
69.67/17.54	c pp time: 17502193us (17s)

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-3264144-1304067473/watcher-3264144-1304067473 -o /tmp/evaluation-result-3264144-1304067473/solver-3264144-1304067473 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3264144-1304067473.cnf 1793170666 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.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0

[startup+0.0597859 s]
/proc/loadavg: 7.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.262384 s]
/proc/loadavg: 7.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.991614 s]
/proc/loadavg: 7.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0916 s]
/proc/loadavg: 7.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 7.80 8.03 8.00 6/182 29266
/proc/meminfo: memFree=14301724/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10025 s]
/proc/loadavg: 7.80 8.03 8.00 9/188 29272
/proc/meminfo: memFree=14252076/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=289992 CPUtime=12.15 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 22086 0 0 0 1210 5 0 0 18 0 5 0 596977984 296951808 12704 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 72498 12704 404 389 0 68248 0
[pid=29267/tid=29269] ppid=29266 vsize=289992 CPUtime=3.03 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 4602 0 0 0 302 1 0 0 19 0 5 0 596977985 296951808 12704 33554432000 4194304 5787044 140737178979600 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=289992 CPUtime=3.02 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 4482 0 0 0 301 1 0 0 19 0 5 0 596977986 296951808 12704 33554432000 4194304 5787044 140737178979600 18446744073709551615 5585216 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=289992 CPUtime=3.01 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 5063 0 0 0 300 1 0 0 19 0 5 0 596977986 296951808 12704 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=289992 CPUtime=3.01 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 4052 0 0 0 301 0 0 0 20 0 5 0 596977988 296951808 12704 33554432000 4194304 5787044 140737178979600 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 298692

[startup+6.30069 s]
/proc/loadavg: 7.82 8.03 8.00 9/188 29272
/proc/meminfo: memFree=14248560/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=291064 CPUtime=24.93 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 22890 0 0 0 2487 6 0 0 18 0 5 0 596977984 298049536 13508 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 72766 13508 404 389 0 68516 0
[pid=29267/tid=29269] ppid=29266 vsize=291064 CPUtime=6.21 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 4875 0 0 0 620 1 0 0 25 0 5 0 596977985 298049536 13508 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=291064 CPUtime=6.22 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 4739 0 0 0 621 1 0 0 25 0 5 0 596977986 298049536 13508 33554432000 4194304 5787044 140737178979600 18446744073709551615 218879965680 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=291064 CPUtime=6.21 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 5337 0 0 0 620 1 0 0 25 0 5 0 596977986 298049536 13508 33554432000 4194304 5787044 140737178979600 18446744073709551615 4228556 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=291064 CPUtime=6.21 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 4052 0 0 0 621 0 0 0 25 0 5 0 596977988 298049536 13508 33554432000 4194304 5787044 140737178979600 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 299764

[startup+12.7006 s]
/proc/loadavg: 7.83 8.03 8.00 9/188 29272
/proc/meminfo: memFree=14237148/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=297452 CPUtime=50.52 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 25652 0 0 0 5045 7 0 0 18 0 5 0 596977984 304590848 16270 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 74363 16270 404 389 0 70113 0
[pid=29267/tid=29269] ppid=29266 vsize=297452 CPUtime=12.58 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 6467 0 0 0 1256 2 0 0 25 0 5 0 596977985 304590848 16270 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=297452 CPUtime=12.62 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 5327 0 0 0 1261 1 0 0 25 0 5 0 596977986 304590848 16270 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=297452 CPUtime=12.63 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 5919 0 0 0 1261 2 0 0 25 0 5 0 596977986 304590848 16270 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=297452 CPUtime=12.62 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 4052 0 0 0 1262 0 0 0 25 0 5 0 596977988 304590848 16270 33554432000 4194304 5787044 140737178979600 18446744073709551615 218880259058 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 306152

[startup+25.5003 s]
/proc/loadavg: 7.94 8.04 8.00 9/188 29272
/proc/meminfo: memFree=14222020/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=304412 CPUtime=101.62 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 32626 0 0 0 10153 9 0 0 18 0 5 0 596977984 311717888 21106 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 76103 21106 417 389 0 71853 0
[pid=29267/tid=29269] ppid=29266 vsize=304412 CPUtime=25.3 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 7174 0 0 0 2528 2 0 0 25 0 5 0 596977985 311717888 21106 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=304412 CPUtime=25.42 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 6004 0 0 0 2540 2 0 0 25 0 5 0 596977986 311717888 21106 33554432000 4194304 5787044 140737178979600 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=304412 CPUtime=25.41 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 7739 0 0 0 2539 2 0 0 25 0 5 0 596977986 311717888 21106 33554432000 4194304 5787044 140737178979600 18446744073709551615 5590480 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=304412 CPUtime=25.41 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 7822 0 0 0 2540 1 0 0 25 0 5 0 596977988 311717888 21106 33554432000 4194304 5787044 140737178979600 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 313112

[startup+51.1009 s]
/proc/loadavg: 7.96 8.04 8.00 9/188 29273
/proc/meminfo: memFree=14181036/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=313652 CPUtime=203.87 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 39124 0 0 0 20373 14 0 0 18 0 5 0 596977984 321179648 27602 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 78413 27602 417 389 0 74163 0
[pid=29267/tid=29269] ppid=29266 vsize=313652 CPUtime=50.76 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 9472 0 0 0 5073 3 0 0 25 0 5 0 596977985 321179648 27602 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=313652 CPUtime=51.02 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 7249 0 0 0 5099 3 0 0 25 0 5 0 596977986 321179648 27602 33554432000 4194304 5787044 140737178979600 18446744073709551615 4229592 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=313652 CPUtime=51.02 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 9214 0 0 0 5098 4 0 0 25 0 5 0 596977986 321179648 27602 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=313652 CPUtime=51.01 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 9302 0 0 0 5099 2 0 0 25 0 5 0 596977988 321179648 27602 33554432000 4194304 5787044 140737178979600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 322352

[startup+102.301 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 29275
/proc/meminfo: memFree=14097204/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=331036 CPUtime=408.36 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 51532 0 0 0 40810 26 0 0 18 0 5 0 596977984 338980864 39848 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 82759 39848 418 389 0 78509 0
[pid=29267/tid=29269] ppid=29266 vsize=331036 CPUtime=101.67 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 11813 0 0 0 10160 7 0 0 25 0 5 0 596977985 338980864 39848 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=331036 CPUtime=102.21 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 11505 0 0 0 10217 4 0 0 25 0 5 0 596977986 338980864 39848 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=331036 CPUtime=102.21 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 11999 0 0 0 10213 8 0 0 25 0 5 0 596977986 338980864 39848 33554432000 4194304 5787044 140737178979600 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=331036 CPUtime=102.2 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 12328 0 0 0 10215 5 0 0 25 0 5 0 596977988 338980864 39848 33554432000 4194304 5787044 140737178979600 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 339736

[startup+162.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/188 29276
/proc/meminfo: memFree=14052792/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=341696 CPUtime=648.03 cores=0,2,4,6

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

/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29629 0 0 0 88199 20 0 0 25 0 5 0 596977986 684597248 119398 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668552 CPUtime=880.85 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 32508 0 0 0 88050 35 0 0 25 0 5 0 596977986 684597248 119398 33554432000 4194304 5787044 140737178979600 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668552 CPUtime=882.19 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 33520 0 0 0 88188 31 0 0 25 0 5 0 596977988 684597248 119398 33554432000 4194304 5787044 140737178979600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 677252

[startup+942.307 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 29306
/proc/meminfo: memFree=13551972/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=668552 CPUtime=3763.61 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 136287 0 0 0 376238 123 0 0 18 0 5 0 596977984 684597248 122823 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167138 122823 419 389 0 162888 0
[pid=29267/tid=29269] ppid=29266 vsize=668552 CPUtime=938.3 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33093 0 0 0 93798 32 0 0 25 0 5 0 596977985 684597248 122823 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=668552 CPUtime=942.19 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29629 0 0 0 94199 20 0 0 25 0 5 0 596977986 684597248 122823 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668552 CPUtime=940.86 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 35201 0 0 0 94048 38 0 0 25 0 5 0 596977986 684597248 122823 33554432000 4194304 5787044 140737178979600 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668552 CPUtime=942.2 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34477 0 0 0 94189 31 0 0 25 0 5 0 596977988 684597248 122823 33554432000 4194304 5787044 140737178979600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 677252

[startup+1002.3 s]
/proc/loadavg: 7.91 8.03 8.00 9/188 29373
/proc/meminfo: memFree=13677292/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=668552 CPUtime=4003.26 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 138804 0 0 0 400197 129 0 0 18 0 5 0 596977984 684597248 125340 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167138 125340 419 389 0 162888 0
[pid=29267/tid=29269] ppid=29266 vsize=668552 CPUtime=997.97 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33094 0 0 0 99765 32 0 0 25 0 5 0 596977985 684597248 125340 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=668552 CPUtime=1002.17 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29630 0 0 0 100197 20 0 0 25 0 5 0 596977986 684597248 125340 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668552 CPUtime=1000.85 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 37715 0 0 0 100043 42 0 0 25 0 5 0 596977986 684597248 125340 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668552 CPUtime=1002.19 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34478 0 0 0 100187 32 0 0 25 0 5 0 596977988 684597248 125340 33554432000 4194304 5787044 140737178979600 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.26
Current children cumulated vsize (KiB) 677252

[startup+1062.3 s]
/proc/loadavg: 8.14 8.07 8.01 9/188 29374
/proc/meminfo: memFree=13606936/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=668552 CPUtime=4242.93 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 140519 0 0 0 424162 131 0 0 18 0 5 0 596977984 684597248 126830 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167138 126830 419 389 0 162888 0
[pid=29267/tid=29269] ppid=29266 vsize=668552 CPUtime=1057.63 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33095 0 0 0 105731 32 0 0 25 0 5 0 596977985 684597248 126830 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=668552 CPUtime=1062.17 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29643 0 0 0 106197 20 0 0 25 0 5 0 596977986 684597248 126830 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668552 CPUtime=1060.85 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 39415 0 0 0 106041 44 0 0 25 0 5 0 596977986 684597248 126830 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668552 CPUtime=1062.19 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34479 0 0 0 106187 32 0 0 25 0 5 0 596977988 684597248 126830 33554432000 4194304 5787044 140737178979600 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 677252

[startup+1122.3 s]
/proc/loadavg: 7.95 8.03 8.00 9/188 29408
/proc/meminfo: memFree=13962960/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=668552 CPUtime=4482.6 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 140564 0 0 0 448129 131 0 0 18 0 5 0 596977984 684597248 126875 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167138 126875 419 389 0 162888 0
[pid=29267/tid=29269] ppid=29266 vsize=668552 CPUtime=1117.3 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33109 0 0 0 111698 32 0 0 25 0 5 0 596977985 684597248 126875 33554432000 4194304 5787044 140737178979600 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=668552 CPUtime=1122.18 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29665 0 0 0 112197 21 0 0 25 0 5 0 596977986 684597248 126875 33554432000 4194304 5787044 140737178979600 18446744073709551615 4254982 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668552 CPUtime=1120.86 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 39415 0 0 0 112042 44 0 0 25 0 5 0 596977986 684597248 126875 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668552 CPUtime=1122.2 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34488 0 0 0 112188 32 0 0 25 0 5 0 596977988 684597248 126875 33554432000 4194304 5787044 140737178979600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 677252

[startup+1182.3 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 29409
/proc/meminfo: memFree=13914452/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=668744 CPUtime=4722.26 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 140735 0 0 0 472095 131 0 0 18 0 5 0 596977984 684793856 127046 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167186 127046 419 389 0 162936 0
[pid=29267/tid=29269] ppid=29266 vsize=668744 CPUtime=1176.97 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33165 0 0 0 117665 32 0 0 25 0 5 0 596977985 684793856 127046 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=668744 CPUtime=1182.17 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29720 0 0 0 118196 21 0 0 25 0 5 0 596977986 684793856 127046 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=668744 CPUtime=1180.86 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 39415 0 0 0 118042 44 0 0 25 0 5 0 596977986 684793856 127046 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=668744 CPUtime=1182.2 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34548 0 0 0 118188 32 0 0 25 0 5 0 596977988 684793856 127046 33554432000 4194304 5787044 140737178979600 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 677444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.07 8.05 8.01 9/188 29410
/proc/meminfo: memFree=13892372/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=669224 CPUtime=4800.2 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 140937 0 0 0 479889 131 0 0 18 0 5 0 596977984 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167306 127248 419 389 0 163056 0
[pid=29267/tid=29269] ppid=29266 vsize=669224 CPUtime=1196.37 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33193 0 0 0 119605 32 0 0 25 0 5 0 596977985 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=669224 CPUtime=1201.69 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29812 0 0 0 120148 21 0 0 25 0 5 0 596977986 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=669224 CPUtime=1200.37 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 39415 0 0 0 119993 44 0 0 25 0 5 0 596977986 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=669224 CPUtime=1201.71 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34630 0 0 0 120139 32 0 0 25 0 5 0 596977988 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 677924

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

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

[startup+1201.8 s]
/proc/loadavg: 8.07 8.05 8.01 9/188 29410
/proc/meminfo: memFree=13892372/32950928 swapFree=67111528/67111528
[pid=29266] ppid=29264 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29266/stat : 29266 (priss.sh) S 29264 29266 28330 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596977983 8908800 252 33554432000 4194304 4922060 140735980586256 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29266/statm: 2175 252 211 178 0 68 0
[pid=29267] ppid=29266 vsize=669224 CPUtime=4800.2 cores=0,2,4,6
/proc/29267/stat : 29267 (priss) S 29266 29266 28330 0 -1 4202496 140937 0 0 0 479889 131 0 0 18 0 5 0 596977984 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29267/statm: 167306 127248 419 389 0 163056 0
[pid=29267/tid=29269] ppid=29266 vsize=669224 CPUtime=1196.37 cores=0,2,4,6
/proc/29267/task/29269/stat : 29269 (priss) R 29266 29266 28330 0 -1 4202560 33193 0 0 0 119605 32 0 0 25 0 5 0 596977985 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29267/tid=29270] ppid=29266 vsize=669224 CPUtime=1201.69 cores=0,2,4,6
/proc/29267/task/29270/stat : 29270 (priss) R 29266 29266 28330 0 -1 4202560 29812 0 0 0 120148 21 0 0 25 0 5 0 596977986 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29267/tid=29271] ppid=29266 vsize=669224 CPUtime=1200.37 cores=0,2,4,6
/proc/29267/task/29271/stat : 29271 (priss) R 29266 29266 28330 0 -1 4202560 39415 0 0 0 119993 44 0 0 25 0 5 0 596977986 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29267/tid=29272] ppid=29266 vsize=669224 CPUtime=1201.71 cores=0,2,4,6
/proc/29267/task/29272/stat : 29272 (priss) R 29266 29266 28330 0 -1 4202560 34630 0 0 0 120139 32 0 0 25 0 5 0 596977988 685285376 127248 33554432000 4194304 5787044 140737178979600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 677924

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.2
CPU user time (s): 4798.89
CPU system time (s): 1.31
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 677924

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

runsolver used 1.74273 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:57:53
IDJOB=3264144
IDBENCH=84559
IDSOLVER=1603
FILE ID=node112/3264144-1304067473
RUNJOBID= node112-1304062780-28650
PBS_JOBID= 13170443
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264144-1304067473/watcher-3264144-1304067473 -o /tmp/evaluation-result-3264144-1304067473/solver-3264144-1304067473 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3264144-1304067473.cnf 1793170666 4800 15500 4

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
RANDOM SEED=1793170666

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:      14301996 kB
Buffers:       1995644 kB
Cached:       15803912 kB
SwapCached:          0 kB
Active:        7337292 kB
Inactive:     10755952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14301996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2396 kB
Writeback:           0 kB
AnonPages:      292852 kB
Mapped:          15628 kB
Slab:           492792 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   484160 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 11:17:57