Trace number 3499225

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) 20398.3 5100.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 11361
0.00/0.06	c parsetime: 57129us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1088678208)
0.00/0.11	c NW started thread 1 successfully (1110878528)
0.00/0.14	c NW started thread 2 successfully (1099168064)
0.00/0.18	c NW started thread 3 successfully (1121368384)
46.99/11.97	c preprocessor returned 10005 variables
46.99/11.97	c preprocessing returned UNKNOWN
46.99/11.97	c PP set 0 variables
46.99/11.97	c pp time: 11893950us (11s)
47.81/12.10	c preprocessor returned 10005 variables
47.81/12.10	c preprocessing returned UNKNOWN
47.81/12.10	c PP set 0 variables
47.81/12.10	c pp time: 11958544us (11s)
50.19/12.77	c preprocessor returned 10005 variables
50.19/12.77	c preprocessing returned UNKNOWN
50.19/12.77	c PP set 0 variables
50.19/12.77	c pp time: 12656239us (12s)
82.15/20.76	c preprocessor returned 30023 variables
82.15/20.76	c preprocessing returned UNKNOWN
82.15/20.76	c PP set 0 variables
82.15/20.76	c pp time: 20575795us (20s)
10056.56/2514.51	c HTE
10087.72/2522.34	c subsumption
10499.63/2625.31	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3499225-1307992180/watcher-3499225-1307992180 -o /var/tmp/evaluation-result-3499225-1307992180/solver-3499225-1307992180 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499225-1307992180.cnf 1075261011 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.76 3.97 3.95 2/174 11360
/proc/meminfo: memFree=12159824/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0

[startup+0.0204001 s]
/proc/loadavg: 3.76 3.97 3.95 2/174 11360
/proc/meminfo: memFree=12159824/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100364 s]
/proc/loadavg: 3.76 3.97 3.95 2/174 11360
/proc/meminfo: memFree=12159824/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300351 s]
/proc/loadavg: 3.76 3.97 3.95 2/174 11360
/proc/meminfo: memFree=12159824/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700255 s]
/proc/loadavg: 3.76 3.97 3.95 2/174 11360
/proc/meminfo: memFree=12159824/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 3.76 3.97 3.95 5/180 11366
/proc/meminfo: memFree=12075728/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=325520 CPUtime=5.39 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 44946 0 0 0 528 11 0 0 18 0 5 0 910815869 333332480 21365 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 81380 21365 350 389 0 77130 0
[pid=11361/tid=11363] ppid=11360 vsize=325520 CPUtime=1.39 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 7796 0 0 0 137 2 0 0 19 0 5 0 910815877 333332480 21365 33554432000 4194304 5787044 140736763370320 18446744073709551615 18446744073699065904 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=325520 CPUtime=1.33 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 8456 0 0 0 128 5 0 0 19 0 5 0 910815881 333332480 21366 33554432000 4194304 5787044 140736763370320 18446744073709551615 271550235258 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=325520 CPUtime=1.31 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 8127 0 0 0 128 3 0 0 19 0 5 0 910815884 333332480 21367 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=325520 CPUtime=1.17 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 7037 0 0 0 117 0 0 0 19 0 5 0 910815888 333332480 21368 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 334220

[startup+3.10081 s]
/proc/loadavg: 3.76 3.97 3.95 5/180 11366
/proc/meminfo: memFree=12068784/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=322388 CPUtime=11.79 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 47235 0 0 0 1167 12 0 0 18 0 5 0 910815869 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 80597 22871 350 389 0 76347 0
[pid=11361/tid=11363] ppid=11360 vsize=322388 CPUtime=2.99 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 8686 0 0 0 297 2 0 0 19 0 5 0 910815877 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=322388 CPUtime=2.93 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 9253 0 0 0 288 5 0 0 22 0 5 0 910815881 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4335744 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=322388 CPUtime=2.91 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 8127 0 0 0 288 3 0 0 20 0 5 0 910815884 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=322388 CPUtime=2.77 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 7639 0 0 0 277 0 0 0 19 0 5 0 910815888 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 331088

[startup+6.30123 s]
/proc/loadavg: 3.78 3.97 3.95 5/180 11366
/proc/meminfo: memFree=12069180/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=322388 CPUtime=24.59 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 47235 0 0 0 2447 12 0 0 18 0 5 0 910815869 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 80597 22871 350 389 0 76347 0
[pid=11361/tid=11363] ppid=11360 vsize=322388 CPUtime=6.19 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 8686 0 0 0 617 2 0 0 25 0 5 0 910815877 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=322388 CPUtime=6.13 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 9253 0 0 0 608 5 0 0 25 0 5 0 910815881 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=322388 CPUtime=6.11 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 8127 0 0 0 608 3 0 0 25 0 5 0 910815884 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=322388 CPUtime=5.97 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 7639 0 0 0 597 0 0 0 25 0 5 0 910815888 330125312 22871 33554432000 4194304 5787044 140736763370320 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 331088

[startup+12.7011 s]
/proc/loadavg: 3.80 3.97 3.95 5/180 11366
/proc/meminfo: memFree=12013652/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=343844 CPUtime=50.19 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 73711 0 0 0 5001 18 0 0 18 0 5 0 910815869 352096256 38319 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 85961 38319 404 389 0 81711 0
[pid=11361/tid=11363] ppid=11360 vsize=343844 CPUtime=12.58 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 17347 0 0 0 1254 4 0 0 18 0 5 0 910815877 352096256 38319 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=343844 CPUtime=12.53 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 16188 0 0 0 1247 6 0 0 25 0 5 0 910815881 352096256 38319 33554432000 4194304 5787044 140736763370320 18446744073709551615 271550186549 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=343844 CPUtime=12.51 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 14397 0 0 0 1247 4 0 0 18 0 5 0 910815884 352096256 38319 33554432000 4194304 5787044 140736763370320 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=343844 CPUtime=12.37 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 12249 0 0 0 1236 1 0 0 18 0 5 0 910815888 352096256 38319 33554432000 4194304 5787044 140736763370320 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 352544

[startup+25.5007 s]
/proc/loadavg: 3.84 3.97 3.95 5/180 11366
/proc/meminfo: memFree=11996524/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=348596 CPUtime=101.34 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 83822 0 0 0 10114 20 0 0 18 0 5 0 910815869 356962304 41738 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 87149 41738 417 389 0 82899 0
[pid=11361/tid=11363] ppid=11360 vsize=348596 CPUtime=25.38 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 18067 0 0 0 2533 5 0 0 19 0 5 0 910815877 356962304 41738 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=348596 CPUtime=25.32 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 18331 0 0 0 2525 7 0 0 25 0 5 0 910815881 356962304 41738 33554432000 4194304 5787044 140736763370320 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=348596 CPUtime=25.28 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 15089 0 0 0 2524 4 0 0 19 0 5 0 910815884 356962304 41738 33554432000 4194304 5787044 140736763370320 18446744073709551615 5576639 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=348596 CPUtime=25.17 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 18805 0 0 0 2515 2 0 0 18 0 5 0 910815888 356962304 41738 33554432000 4194304 5787044 140736763370320 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 357296

[startup+51.1011 s]
/proc/loadavg: 3.89 3.97 3.95 5/180 11367
/proc/meminfo: memFree=11966088/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=358804 CPUtime=203.72 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 91646 0 0 0 20347 25 0 0 18 0 5 0 910815869 367415296 49561 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 89701 49561 417 389 0 85451 0
[pid=11361/tid=11363] ppid=11360 vsize=358804 CPUtime=50.98 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 20149 0 0 0 5091 7 0 0 18 0 5 0 910815877 367415296 49561 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=358804 CPUtime=50.91 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 19868 0 0 0 5083 8 0 0 25 0 5 0 910815881 367415296 49561 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=358804 CPUtime=50.88 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 17352 0 0 0 5082 6 0 0 18 0 5 0 910815884 367415296 49561 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=358804 CPUtime=50.76 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 20747 0 0 0 5074 2 0 0 25 0 5 0 910815888 367415296 49561 33554432000 4194304 5787044 140736763370320 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 367504

[startup+102.307 s]
/proc/loadavg: 3.95 3.97 3.95 5/180 11368
/proc/meminfo: memFree=11903076/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=379232 CPUtime=408.49 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 107413 0 0 0 40805 44 0 0 18 0 5 0 910815869 388333568 65262 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 94808 65262 417 389 0 90558 0
[pid=11361/tid=11363] ppid=11360 vsize=379232 CPUtime=102.17 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 24747 0 0 0 10207 10 0 0 18 0 5 0 910815877 388333568 65262 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=379232 CPUtime=102.11 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 23278 0 0 0 10198 13 0 0 25 0 5 0 910815881 388333568 65262 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=379232 CPUtime=102.07 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 22397 0 0 0 10197 10 0 0 18 0 5 0 910815884 388333568 65262 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=379232 CPUtime=101.94 cores=0-7

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

/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126641 0 0 0 472052 138 0 0 25 0 5 0 910815881 2226098176 499280 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2173924 CPUtime=4721.88 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 142399 0 0 0 472022 166 0 0 25 0 5 0 910815884 2226098176 499280 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2173924 CPUtime=4721.59 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132058 0 0 0 471920 239 0 0 25 0 5 0 910815888 2226098176 499280 33554432000 4194304 5787044 140736763370320 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18887.5
Current children cumulated vsize (KiB) 2182624

[startup+4782.3 s]
/proc/loadavg: 4.09 4.04 4.01 5/180 11505
/proc/meminfo: memFree=10156036/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182020 CPUtime=19127.4 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564416 0 0 0 1912031 712 0 0 18 0 5 0 910815869 2234388480 500670 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545505 500670 417 389 0 541255 0
[pid=11361/tid=11363] ppid=11360 vsize=2182020 CPUtime=4781.94 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147405 0 0 0 478031 163 0 0 25 0 5 0 910815877 2234388480 500670 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182020 CPUtime=4781.88 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126641 0 0 0 478049 139 0 0 25 0 5 0 910815881 2234388480 500670 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182020 CPUtime=4781.83 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144695 0 0 0 478015 168 0 0 25 0 5 0 910815884 2234388480 500670 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182020 CPUtime=4781.58 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132145 0 0 0 477919 239 0 0 25 0 5 0 910815888 2234388480 500670 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19127.4
Current children cumulated vsize (KiB) 2190720

[startup+4842.3 s]
/proc/loadavg: 4.15 4.08 4.02 5/180 11507
/proc/meminfo: memFree=10155508/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182020 CPUtime=19367.4 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564503 0 0 0 1936031 712 0 0 18 0 5 0 910815869 2234388480 500757 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545505 500757 417 389 0 541255 0
[pid=11361/tid=11363] ppid=11360 vsize=2182020 CPUtime=4841.95 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147405 0 0 0 484032 163 0 0 18 0 5 0 910815877 2234388480 500757 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182020 CPUtime=4841.89 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126641 0 0 0 484050 139 0 0 25 0 5 0 910815881 2234388480 500757 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182020 CPUtime=4841.83 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144695 0 0 0 484015 168 0 0 25 0 5 0 910815884 2234388480 500757 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182020 CPUtime=4841.58 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132232 0 0 0 483919 239 0 0 25 0 5 0 910815888 2234388480 500757 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19367.4
Current children cumulated vsize (KiB) 2190720

[startup+4902.3 s]
/proc/loadavg: 4.06 4.06 4.01 5/180 11508
/proc/meminfo: memFree=10155204/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182020 CPUtime=19607.4 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564578 0 0 0 1960031 713 0 0 18 0 5 0 910815869 2234388480 500832 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545505 500832 417 389 0 541255 0
[pid=11361/tid=11363] ppid=11360 vsize=2182020 CPUtime=4901.95 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147416 0 0 0 490032 163 0 0 25 0 5 0 910815877 2234388480 500832 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182020 CPUtime=4901.89 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126642 0 0 0 490049 140 0 0 25 0 5 0 910815881 2234388480 500832 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182020 CPUtime=4901.83 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144695 0 0 0 490015 168 0 0 25 0 5 0 910815884 2234388480 500832 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182020 CPUtime=4901.59 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132295 0 0 0 489919 240 0 0 25 0 5 0 910815888 2234388480 500832 33554432000 4194304 5787044 140736763370320 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19607.4
Current children cumulated vsize (KiB) 2190720

[startup+4962.3 s]
/proc/loadavg: 4.02 4.05 4.00 5/180 11510
/proc/meminfo: memFree=10154908/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182180 CPUtime=19847.4 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564660 0 0 0 1984031 713 0 0 18 0 5 0 910815869 2234552320 500914 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545545 500914 417 389 0 541295 0
[pid=11361/tid=11363] ppid=11360 vsize=2182180 CPUtime=4961.95 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147421 0 0 0 496032 163 0 0 25 0 5 0 910815877 2234552320 500914 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182180 CPUtime=4961.89 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126642 0 0 0 496049 140 0 0 25 0 5 0 910815881 2234552320 500914 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182180 CPUtime=4961.83 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144695 0 0 0 496015 168 0 0 25 0 5 0 910815884 2234552320 500914 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182180 CPUtime=4961.58 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132372 0 0 0 495918 240 0 0 25 0 5 0 910815888 2234552320 500914 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19847.4
Current children cumulated vsize (KiB) 2190880

[startup+5022.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/180 11512
/proc/meminfo: memFree=10154480/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182340 CPUtime=20087.4 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564712 0 0 0 2008031 713 0 0 18 0 5 0 910815869 2234716160 500966 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545585 500966 417 389 0 541335 0
[pid=11361/tid=11363] ppid=11360 vsize=2182340 CPUtime=5021.95 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147425 0 0 0 502032 163 0 0 25 0 5 0 910815877 2234716160 500966 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182340 CPUtime=5021.89 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126642 0 0 0 502049 140 0 0 25 0 5 0 910815881 2234716160 500966 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182340 CPUtime=5021.83 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144696 0 0 0 502015 168 0 0 25 0 5 0 910815884 2234716160 500966 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182340 CPUtime=5021.58 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132419 0 0 0 501918 240 0 0 25 0 5 0 910815888 2234716160 500966 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20087.4
Current children cumulated vsize (KiB) 2191040

[startup+5082.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/180 11513
/proc/meminfo: memFree=10154188/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182532 CPUtime=20327.5 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564821 0 0 0 2032032 714 0 0 18 0 5 0 910815869 2234912768 501075 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545633 501075 417 389 0 541383 0
[pid=11361/tid=11363] ppid=11360 vsize=2182532 CPUtime=5081.95 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147432 0 0 0 508032 163 0 0 25 0 5 0 910815877 2234912768 501075 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182532 CPUtime=5081.89 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126642 0 0 0 508049 140 0 0 25 0 5 0 910815881 2234912768 501075 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182532 CPUtime=5081.84 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144696 0 0 0 508015 169 0 0 25 0 5 0 910815884 2234912768 501075 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182532 CPUtime=5081.58 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132521 0 0 0 507918 240 0 0 25 0 5 0 910815888 2234912768 501075 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20327.5
Current children cumulated vsize (KiB) 2191232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.02 4.00 5/180 11514
/proc/meminfo: memFree=10153796/32951124 swapFree=67054536/67111528
[pid=11360] ppid=11358 vsize=8700 CPUtime=0 cores=0-7
/proc/11360/stat : 11360 (priss.sh) S 11358 11360 11126 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 910815869 8908800 252 33554432000 4194304 4922060 140733392655808 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11360/statm: 2175 252 211 178 0 68 0
[pid=11361] ppid=11360 vsize=2182692 CPUtime=20398.3 cores=0-7
/proc/11361/stat : 11361 (priss) S 11360 11360 11126 0 -1 4202496 564878 0 0 0 2039114 714 0 0 18 0 5 0 910815869 2235076608 501132 33554432000 4194304 5787044 140736763370320 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/11361/statm: 545673 501132 417 389 0 541423 0
[pid=11361/tid=11363] ppid=11360 vsize=2182692 CPUtime=5099.66 cores=0-7
/proc/11361/task/11363/stat : 11363 (priss) R 11360 11360 11126 0 -1 4202560 147448 0 0 0 509803 163 0 0 25 0 5 0 910815877 2235076608 501132 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11361/tid=11364] ppid=11360 vsize=2182692 CPUtime=5099.6 cores=0-7
/proc/11361/task/11364/stat : 11364 (priss) R 11360 11360 11126 0 -1 4202560 126642 0 0 0 509820 140 0 0 25 0 5 0 910815881 2235076608 501132 33554432000 4194304 5787044 140736763370320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=11361/tid=11365] ppid=11360 vsize=2182692 CPUtime=5099.55 cores=0-7
/proc/11361/task/11365/stat : 11365 (priss) R 11360 11360 11126 0 -1 4202560 144696 0 0 0 509786 169 0 0 25 0 5 0 910815884 2235076608 501132 33554432000 4194304 5787044 140736763370320 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11361/tid=11366] ppid=11360 vsize=2182692 CPUtime=5099.29 cores=0-7
/proc/11361/task/11366/stat : 11366 (priss) R 11360 11360 11126 0 -1 4202560 132562 0 0 0 509689 240 0 0 25 0 5 0 910815888 2235076608 501132 33554432000 4194304 5787044 140736763370320 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20398.3
Current children cumulated vsize (KiB) 2191392

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.02
CPU time (s): 20398.3
CPU user time (s): 20391.1
CPU system time (s): 7.14
CPU usage (%): 399.965
Max. virtual memory (cumulated for all children) (KiB): 2191392

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

runsolver used 8.21775 second user time and 19.61 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-13 21:09:40
IDJOB=3499225
IDBENCH=71471
IDSOLVER=1994
FILE ID=node133/3499225-1307992180
RUNJOBID= node133-1307987077-11140
PBS_JOBID= 13559799
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499225-1307992180/watcher-3499225-1307992180 -o /var/tmp/evaluation-result-3499225-1307992180/solver-3499225-1307992180 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499225-1307992180.cnf 1075261011 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=1075261011

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12160988 kB
Buffers:        118820 kB
Cached:       19971776 kB
SwapCached:      10288 kB
Active:        4306944 kB
Inactive:     15802952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12160988 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:       17368 kB
Mapped:          12528 kB
Slab:           614644 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node133 at 2011-06-13 22:34:42