Trace number 3263264

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.15 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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: 22785
0.00/0.01	c parsetime: 10350us
0.00/0.01	c parsed 46074 clauses with 600 variables
0.00/0.01	c NW started thread 0 successfully (1103661376)
0.00/0.02	c NW started thread 1 successfully (1090410816)
0.00/0.02	c NW started thread 2 successfully (1116141888)
0.00/0.02	c NW started thread 3 successfully (1126631744)
9.90/2.57	c preprocessor returned 10023 variables
9.90/2.57	c preprocessing returned UNKNOWN
9.90/2.57	c PP set 0 variables
9.90/2.57	c pp time: 2483193us (2s)
9.90/2.57	c preprocessor returned 10023 variables
9.90/2.57	c preprocessing returned UNKNOWN
9.90/2.57	c PP set 0 variables
9.90/2.57	c pp time: 2491494us (2s)
9.90/2.57	c preprocessor returned 10023 variables
9.90/2.57	c preprocessing returned UNKNOWN
9.90/2.57	c PP set 0 variables
9.90/2.57	c pp time: 2512474us (2s)
74.61/18.71	c preprocessor returned 30050 variables
74.61/18.71	c preprocessing returned UNKNOWN
74.61/18.71	c PP set 0 variables
74.61/18.71	c pp time: 18685032us (18s)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263264-1307639326/watcher-3263264-1307639326 -o /tmp/evaluation-result-3263264-1307639326/solver-3263264-1307639326 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263264-1307639326.cnf 762371016 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.03 8.06 8.01 6/182 22784
/proc/meminfo: memFree=31253112/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0

[startup+0.263858 s]
/proc/loadavg: 8.03 8.06 8.01 6/182 22784
/proc/meminfo: memFree=31253112/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300557 s]
/proc/loadavg: 8.03 8.06 8.01 6/182 22784
/proc/meminfo: memFree=31253112/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.40054 s]
/proc/loadavg: 8.03 8.06 8.01 6/182 22784
/proc/meminfo: memFree=31253112/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700484 s]
/proc/loadavg: 8.03 8.06 8.01 6/182 22784
/proc/meminfo: memFree=31253112/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 22790
/proc/meminfo: memFree=31234488/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=345576 CPUtime=5.9 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 13002 0 0 0 587 3 0 0 19 0 5 0 954163147 353869824 8502 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 86394 8502 355 389 0 82144 0
[pid=22785/tid=22787] ppid=22784 vsize=345576 CPUtime=1.45 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 2587 0 0 0 145 0 0 0 25 0 5 0 954163149 353869824 8502 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=345576 CPUtime=1.46 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 2035 0 0 0 146 0 0 0 20 0 5 0 954163149 353869824 8502 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=345576 CPUtime=1.46 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 2298 0 0 0 146 0 0 0 19 0 5 0 954163150 353869824 8502 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=345576 CPUtime=1.46 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 3306 0 0 0 146 0 0 0 20 0 5 0 954163150 353869824 8502 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 354276

[startup+3.10104 s]
/proc/loadavg: 8.11 8.08 8.02 9/188 22790
/proc/meminfo: memFree=31219856/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=349676 CPUtime=12.3 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 19829 0 0 0 1225 5 0 0 19 0 5 0 954163147 358068224 11486 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 87419 11486 404 389 0 83169 0
[pid=22785/tid=22787] ppid=22784 vsize=349676 CPUtime=3.06 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 5530 0 0 0 305 1 0 0 18 0 5 0 954163149 358068224 11486 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591049 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=349676 CPUtime=3.05 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 3850 0 0 0 305 0 0 0 25 0 5 0 954163149 358068224 11486 33554432000 4194304 5787044 140734979462048 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=349676 CPUtime=3.06 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 4364 0 0 0 305 1 0 0 18 0 5 0 954163150 358068224 11486 33554432000 4194304 5787044 140734979462048 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=349676 CPUtime=3.06 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 3309 0 0 0 306 0 0 0 25 0 5 0 954163150 358068224 11486 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 358376

[startup+6.30045 s]
/proc/loadavg: 8.10 8.08 8.02 9/188 22790
/proc/meminfo: memFree=31202932/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=349676 CPUtime=25.08 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 21306 0 0 0 2502 6 0 0 19 0 5 0 954163147 358068224 12963 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 87419 12964 404 389 0 83169 0
[pid=22785/tid=22787] ppid=22784 vsize=349676 CPUtime=6.26 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 6015 0 0 0 624 2 0 0 25 0 5 0 954163149 358068224 12964 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=349676 CPUtime=6.24 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 4292 0 0 0 623 1 0 0 25 0 5 0 954163149 358068224 12964 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=349676 CPUtime=6.27 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 4915 0 0 0 625 2 0 0 25 0 5 0 954163150 358068224 12964 33554432000 4194304 5787044 140734979462048 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=349676 CPUtime=6.26 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 3309 0 0 0 626 0 0 0 25 0 5 0 954163150 358068224 12964 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 358376

[startup+12.7003 s]
/proc/loadavg: 8.09 8.08 8.01 9/188 22790
/proc/meminfo: memFree=31194136/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=349676 CPUtime=50.64 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 23241 0 0 0 5057 7 0 0 19 0 5 0 954163147 358068224 14898 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 87419 14898 404 389 0 83169 0
[pid=22785/tid=22787] ppid=22784 vsize=349676 CPUtime=12.66 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 6659 0 0 0 1264 2 0 0 25 0 5 0 954163149 358068224 14898 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=349676 CPUtime=12.6 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 4933 0 0 0 1259 1 0 0 25 0 5 0 954163149 358068224 14898 33554432000 4194304 5787044 140734979462048 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=349676 CPUtime=12.66 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 5564 0 0 0 1264 2 0 0 25 0 5 0 954163150 358068224 14898 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=349676 CPUtime=12.66 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 3309 0 0 0 1266 0 0 0 25 0 5 0 954163150 358068224 14898 33554432000 4194304 5787044 140734979462048 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 358376

[startup+25.5069 s]
/proc/loadavg: 8.07 8.07 8.01 9/188 22790
/proc/meminfo: memFree=31169484/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=360524 CPUtime=101.79 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 30298 0 0 0 10166 13 0 0 19 0 5 0 954163147 369176576 21250 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 90131 21250 417 389 0 85881 0
[pid=22785/tid=22787] ppid=22784 vsize=360524 CPUtime=25.46 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 7854 0 0 0 2543 3 0 0 25 0 5 0 954163149 369176576 21250 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=360524 CPUtime=25.33 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 7120 0 0 0 2530 3 0 0 25 0 5 0 954163149 369176576 21250 33554432000 4194304 5787044 140734979462048 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=360524 CPUtime=25.47 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 6834 0 0 0 2543 4 0 0 25 0 5 0 954163150 369176576 21250 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=360524 CPUtime=25.47 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 5714 0 0 0 2546 1 0 0 25 0 5 0 954163150 369176576 21250 33554432000 4194304 5787044 140734979462048 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 369224

[startup+51.1012 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 22791
/proc/meminfo: memFree=31129836/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=377728 CPUtime=204.02 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 40071 0 0 0 20376 26 0 0 19 0 5 0 954163147 386793472 30956 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 94432 30956 417 389 0 90182 0
[pid=22785/tid=22787] ppid=22784 vsize=377728 CPUtime=51.06 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 11521 0 0 0 5099 7 0 0 25 0 5 0 954163149 386793472 30956 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=377728 CPUtime=50.79 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 8819 0 0 0 5073 6 0 0 25 0 5 0 954163149 386793472 30956 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=377728 CPUtime=51.06 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 9062 0 0 0 5097 9 0 0 25 0 5 0 954163150 386793472 30956 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=377728 CPUtime=51.06 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 7893 0 0 0 5103 3 0 0 25 0 5 0 954163150 386793472 30956 33554432000 4194304 5787044 140734979462048 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 386428

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 8.01 9/188 22792
/proc/meminfo: memFree=31077444/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=397364 CPUtime=408.53 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 53456 0 0 0 40805 48 0 0 19 0 5 0 954163147 406900736 44242 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 99341 44242 417 389 0 95091 0
[pid=22785/tid=22787] ppid=22784 vsize=397364 CPUtime=102.25 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 14829 0 0 0 10210 15 0 0 25 0 5 0 954163149 406900736 44242 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=397364 CPUtime=101.71 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 12780 0 0 0 10159 12 0 0 25 0 5 0 954163149 406900736 44242 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=397364 CPUtime=102.25 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 12415 0 0 0 10213 12 0 0 25 0 5 0 954163150 406900736 44242 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=397364 CPUtime=102.26 cores=1,3,5,7

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

/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 32956 0 0 0 88012 40 0 0 25 0 5 0 954163149 725647360 120868 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=708640 CPUtime=882.23 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 32977 0 0 0 88168 55 0 0 25 0 5 0 954163150 725647360 120868 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=708640 CPUtime=879.21 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 31468 0 0 0 87900 21 0 0 25 0 5 0 954163150 725647360 120868 33554432000 4194304 5787044 140734979462048 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 717340

[startup+942.301 s]
/proc/loadavg: 8.15 8.10 8.02 9/188 22859
/proc/meminfo: memFree=31154416/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=719468 CPUtime=3763.93 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 137836 0 0 0 376222 171 0 0 19 0 5 0 954163147 736735232 127281 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 179867 127281 417 389 0 175617 0
[pid=22785/tid=22787] ppid=22784 vsize=719468 CPUtime=942.24 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 33208 0 0 0 94177 47 0 0 25 0 5 0 954163149 736735232 127281 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=719468 CPUtime=940.51 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 34737 0 0 0 94007 44 0 0 25 0 5 0 954163149 736735232 127281 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=719468 CPUtime=942.23 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 34002 0 0 0 94168 55 0 0 25 0 5 0 954163150 736735232 127281 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=719468 CPUtime=938.88 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 33113 0 0 0 93866 22 0 0 25 0 5 0 954163150 736735232 127281 33554432000 4194304 5787044 140734979462048 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 728168

[startup+1002.31 s]
/proc/loadavg: 8.22 8.12 8.03 9/188 22860
/proc/meminfo: memFree=31136136/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=728028 CPUtime=4003.62 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 141516 0 0 0 400187 175 0 0 19 0 5 0 954163147 745500672 130511 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 182007 130511 417 389 0 177757 0
[pid=22785/tid=22787] ppid=22784 vsize=728028 CPUtime=1002.25 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34151 0 0 0 100177 48 0 0 25 0 5 0 954163149 745500672 130511 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=728028 CPUtime=1000.52 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35544 0 0 0 100007 45 0 0 25 0 5 0 954163149 745500672 130511 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=728028 CPUtime=1002.23 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 34007 0 0 0 100168 55 0 0 25 0 5 0 954163150 745500672 130511 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=728028 CPUtime=998.56 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 35038 0 0 0 99831 25 0 0 25 0 5 0 954163150 745500672 130511 33554432000 4194304 5787044 140734979462048 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 736728

[startup+1062.3 s]
/proc/loadavg: 8.21 8.13 8.04 9/188 22862
/proc/meminfo: memFree=31107540/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=734712 CPUtime=4243.28 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 143224 0 0 0 424151 177 0 0 19 0 5 0 954163147 752345088 132219 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 183678 132219 417 389 0 179428 0
[pid=22785/tid=22787] ppid=22784 vsize=734712 CPUtime=1062.25 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34151 0 0 0 106176 49 0 0 25 0 5 0 954163149 752345088 132219 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=734712 CPUtime=1060.52 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35544 0 0 0 106007 45 0 0 25 0 5 0 954163149 752345088 132219 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=734712 CPUtime=1062.22 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 34015 0 0 0 106167 55 0 0 25 0 5 0 954163150 752345088 132219 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=734712 CPUtime=1058.23 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 36738 0 0 0 105797 26 0 0 25 0 5 0 954163150 752345088 132219 33554432000 4194304 5787044 140734979462048 18446744073709551615 5527113 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 743412

[startup+1122.3 s]
/proc/loadavg: 8.27 8.15 8.05 9/188 22864
/proc/meminfo: memFree=31084304/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=738232 CPUtime=4482.95 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 143994 0 0 0 448117 178 0 0 19 0 5 0 954163147 755949568 132989 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 184558 132989 417 389 0 180308 0
[pid=22785/tid=22787] ppid=22784 vsize=738232 CPUtime=1122.25 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34165 0 0 0 112176 49 0 0 25 0 5 0 954163149 755949568 132989 33554432000 4194304 5787044 140734979462048 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=738232 CPUtime=1120.52 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35545 0 0 0 112007 45 0 0 25 0 5 0 954163149 755949568 132989 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=738232 CPUtime=1122.23 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 34056 0 0 0 112167 56 0 0 25 0 5 0 954163150 755949568 132989 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=738232 CPUtime=1117.9 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 37452 0 0 0 111763 27 0 0 25 0 5 0 954163150 755949568 132989 33554432000 4194304 5787044 140734979462048 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 746932

[startup+1182.3 s]
/proc/loadavg: 8.17 8.14 8.04 9/188 22865
/proc/meminfo: memFree=31069244/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=738232 CPUtime=4722.63 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 144120 0 0 0 472085 178 0 0 19 0 5 0 954163147 755949568 133115 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 184558 133115 417 389 0 180308 0
[pid=22785/tid=22787] ppid=22784 vsize=738232 CPUtime=1182.25 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34205 0 0 0 118176 49 0 0 25 0 5 0 954163149 755949568 133115 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=738232 CPUtime=1180.52 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35553 0 0 0 118007 45 0 0 25 0 5 0 954163149 755949568 133115 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=738232 CPUtime=1182.23 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 34134 0 0 0 118167 56 0 0 25 0 5 0 954163150 755949568 133115 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=738232 CPUtime=1177.58 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 37452 0 0 0 117731 27 0 0 25 0 5 0 954163150 755949568 133115 33554432000 4194304 5787044 140734979462048 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 746932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.13 8.04 9/188 22866
/proc/meminfo: memFree=31061540/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=742332 CPUtime=4800.15 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 145100 0 0 0 479835 180 0 0 19 0 5 0 954163147 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 185583 134095 417 389 0 181333 0
[pid=22785/tid=22787] ppid=22784 vsize=742332 CPUtime=1201.66 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34228 0 0 0 120117 49 0 0 25 0 5 0 954163149 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=742332 CPUtime=1199.93 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35561 0 0 0 119948 45 0 0 25 0 5 0 954163149 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=742332 CPUtime=1201.64 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 35083 0 0 0 120107 57 0 0 25 0 5 0 954163150 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=742332 CPUtime=1196.87 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 37452 0 0 0 119660 27 0 0 25 0 5 0 954163150 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 751032

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.13 8.04 9/188 22866
/proc/meminfo: memFree=31061540/32951124 swapFree=67056304/67111528
[pid=22784] ppid=22782 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22784/stat : 22784 (priss.sh) S 22782 22784 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954163147 8908800 252 33554432000 4194304 4922060 140736106893584 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22784/statm: 2175 252 211 178 0 68 0
[pid=22785] ppid=22784 vsize=742332 CPUtime=4800.15 cores=1,3,5,7
/proc/22785/stat : 22785 (priss) S 22784 22784 21841 0 -1 4202496 145100 0 0 0 479835 180 0 0 19 0 5 0 954163147 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22785/statm: 185583 134095 417 389 0 181333 0
[pid=22785/tid=22787] ppid=22784 vsize=742332 CPUtime=1201.66 cores=1,3,5,7
/proc/22785/task/22787/stat : 22787 (priss) R 22784 22784 21841 0 -1 4202560 34228 0 0 0 120117 49 0 0 25 0 5 0 954163149 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22785/tid=22788] ppid=22784 vsize=742332 CPUtime=1199.93 cores=1,3,5,7
/proc/22785/task/22788/stat : 22788 (priss) R 22784 22784 21841 0 -1 4202560 35561 0 0 0 119948 45 0 0 25 0 5 0 954163149 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22785/tid=22789] ppid=22784 vsize=742332 CPUtime=1201.64 cores=1,3,5,7
/proc/22785/task/22789/stat : 22789 (priss) R 22784 22784 21841 0 -1 4202560 35083 0 0 0 120107 57 0 0 25 0 5 0 954163150 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22785/tid=22790] ppid=22784 vsize=742332 CPUtime=1196.87 cores=1,3,5,7
/proc/22785/task/22790/stat : 22790 (priss) R 22784 22784 21841 0 -1 4202560 37452 0 0 0 119660 27 0 0 25 0 5 0 954163150 760147968 134095 33554432000 4194304 5787044 140734979462048 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 751032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.15
CPU user time (s): 4798.35
CPU system time (s): 1.8
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 751032

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= 6
involuntary context switches= 3

runsolver used 1.53777 second user time and 5.02724 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 19:08:46
IDJOB=3263264
IDBENCH=83949
IDSOLVER=1603
FILE ID=node110/3263264-1307639326
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263264-1307639326/watcher-3263264-1307639326 -o /tmp/evaluation-result-3263264-1307639326/solver-3263264-1307639326 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263264-1307639326.cnf 762371016 4800 15500 4

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=762371016

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31253904 kB
Buffers:        221452 kB
Cached:         371112 kB
SwapCached:       8464 kB
Active:        1181964 kB
Inactive:       289204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31253904 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:      877036 kB
Mapped:          13888 kB
Slab:           160140 kB
PageTables:       6528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1114568 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= 74168 MiB
End job on node110 at 2011-06-09 19:28:49