Trace number 3499563

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

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.579
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31465
0.00/0.00	c parsetime: 323us
0.00/0.00	c parsed 896 clauses with 184 variables
0.00/0.00	c NW started thread 0 successfully (1117231424)
0.00/0.00	c NW started thread 1 successfully (1127721280)
0.00/0.00	c NW started thread 2 successfully (1089145152)
0.00/0.00	c NW started thread 3 successfully (1099635008)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 597086us (0s)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 597166us (0s)
0.00/0.60	c preprocessor returned 10029 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 0 variables
0.00/0.60	c pp time: 602865us (0s)
27.55/6.92	c preprocessor returned 30171 variables
27.55/6.92	c preprocessing returned UNKNOWN
27.55/6.92	c PP set 0 variables
27.55/6.92	c pp time: 6921883us (6s)
18537.15/4634.24	c HTE
18568.73/4642.10	c subsumption

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-3499563-1308004835/watcher-3499563-1308004835 -o /var/tmp/evaluation-result-3499563-1308004835/solver-3499563-1308004835 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499563-1308004835.cnf 87935706 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: 4.05 4.01 3.99 1/167 31464
/proc/meminfo: memFree=7405220/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0

[startup+0.0847279 s]
/proc/loadavg: 4.05 4.01 3.99 1/167 31464
/proc/meminfo: memFree=7405220/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100724 s]
/proc/loadavg: 4.05 4.01 3.99 1/167 31464
/proc/meminfo: memFree=7405220/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300686 s]
/proc/loadavg: 4.05 4.01 3.99 1/167 31464
/proc/meminfo: memFree=7405220/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700613 s]
/proc/loadavg: 4.05 4.01 3.99 1/167 31464
/proc/meminfo: memFree=7405220/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 4.05 4.01 3.99 5/173 31470
/proc/meminfo: memFree=7381652/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=275396 CPUtime=5.96 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 8003 0 0 0 593 3 0 0 18 0 5 0 912083976 282005504 6625 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 68849 6625 405 389 0 64599 0
[pid=31465/tid=31467] ppid=31464 vsize=275396 CPUtime=1.48 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 1641 0 0 0 148 0 0 0 18 0 5 0 912083976 282005504 6625 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=275396 CPUtime=1.48 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 1581 0 0 0 147 1 0 0 18 0 5 0 912083977 282005504 6625 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=275396 CPUtime=1.48 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 1254 0 0 0 148 0 0 0 18 0 5 0 912083977 282005504 6625 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=275396 CPUtime=1.49 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 2026 0 0 0 149 0 0 0 20 0 5 0 912083977 282005504 6625 33554432000 4194304 5787044 140734046626080 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 284096

[startup+3.1012 s]
/proc/loadavg: 4.05 4.01 3.99 5/173 31470
/proc/meminfo: memFree=7378952/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=276216 CPUtime=12.36 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 8794 0 0 0 1232 4 0 0 18 0 5 0 912083976 282845184 7416 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 69054 7416 405 389 0 64804 0
[pid=31465/tid=31467] ppid=31464 vsize=276216 CPUtime=3.08 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 1942 0 0 0 307 1 0 0 18 0 5 0 912083976 282845184 7416 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=276216 CPUtime=3.08 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 1860 0 0 0 307 1 0 0 18 0 5 0 912083977 282845184 7416 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=276216 CPUtime=3.07 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 1465 0 0 0 307 0 0 0 18 0 5 0 912083977 282845184 7416 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=276216 CPUtime=3.09 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 2026 0 0 0 309 0 0 0 25 0 5 0 912083977 282845184 7416 33554432000 4194304 5787044 140734046626080 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284916

[startup+6.3006 s]
/proc/loadavg: 4.04 4.01 3.99 5/173 31470
/proc/meminfo: memFree=7373640/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=277668 CPUtime=25.16 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 9810 0 0 0 2510 6 0 0 18 0 5 0 912083976 284332032 8432 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 69417 8432 405 389 0 65167 0
[pid=31465/tid=31467] ppid=31464 vsize=277668 CPUtime=6.28 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 2275 0 0 0 626 2 0 0 21 0 5 0 912083976 284332032 8432 33554432000 4194304 5787044 140734046626080 18446744073709551615 4234656 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=277668 CPUtime=6.28 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 2184 0 0 0 626 2 0 0 18 0 5 0 912083977 284332032 8432 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=277668 CPUtime=6.28 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 1824 0 0 0 627 1 0 0 19 0 5 0 912083977 284332032 8432 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=277668 CPUtime=6.29 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 2026 0 0 0 629 0 0 0 25 0 5 0 912083977 284332032 8432 33554432000 4194304 5787044 140734046626080 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 286368

[startup+12.7004 s]
/proc/loadavg: 4.04 4.01 3.99 5/173 31470
/proc/meminfo: memFree=7357428/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=283896 CPUtime=50.75 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 14929 0 0 0 5063 12 0 0 18 0 5 0 912083976 290709504 12581 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 70974 12581 418 389 0 66724 0
[pid=31465/tid=31467] ppid=31464 vsize=283896 CPUtime=12.67 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 2842 0 0 0 1264 3 0 0 20 0 5 0 912083976 290709504 12581 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=283896 CPUtime=12.67 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 2761 0 0 0 1264 3 0 0 18 0 5 0 912083977 290709504 12581 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=283896 CPUtime=12.67 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 2338 0 0 0 1266 1 0 0 20 0 5 0 912083977 290709504 12581 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=283896 CPUtime=12.68 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 5487 0 0 0 1266 2 0 0 19 0 5 0 912083977 290709504 12581 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 292596

[startup+25.501 s]
/proc/loadavg: 4.03 4.01 3.99 5/173 31471
/proc/meminfo: memFree=7341112/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=291148 CPUtime=101.92 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 19254 0 0 0 10173 19 0 0 18 0 5 0 912083976 298135552 16903 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 72787 16903 418 389 0 68537 0
[pid=31465/tid=31467] ppid=31464 vsize=291148 CPUtime=25.48 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 3675 0 0 0 2542 6 0 0 19 0 5 0 912083976 298135552 16903 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=291148 CPUtime=25.48 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 4423 0 0 0 2543 5 0 0 18 0 5 0 912083977 298135552 16903 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=291148 CPUtime=25.47 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 3018 0 0 0 2545 2 0 0 18 0 5 0 912083977 298135552 16903 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=291148 CPUtime=25.47 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 6637 0 0 0 2542 5 0 0 25 0 5 0 912083977 298135552 16903 33554432000 4194304 5787044 140734046626080 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 299848

[startup+51.1013 s]
/proc/loadavg: 4.02 4.01 3.99 5/173 31472
/proc/meminfo: memFree=7320344/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=297924 CPUtime=204.31 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 24449 0 0 0 20402 29 0 0 18 0 5 0 912083976 305074176 22053 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 74481 22053 418 389 0 70231 0
[pid=31465/tid=31467] ppid=31464 vsize=297924 CPUtime=51.07 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 4918 0 0 0 5098 9 0 0 18 0 5 0 912083976 305074176 22053 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=297924 CPUtime=51.07 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 5818 0 0 0 5098 9 0 0 18 0 5 0 912083977 305074176 22053 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=297924 CPUtime=51.07 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 3698 0 0 0 5105 2 0 0 18 0 5 0 912083977 305074176 22053 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=297924 CPUtime=51.07 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 8514 0 0 0 5100 7 0 0 25 0 5 0 912083977 305074176 22053 33554432000 4194304 5787044 140734046626080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.31
Current children cumulated vsize (KiB) 306624

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.99 5/173 31473
/proc/meminfo: memFree=7294764/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=305980 CPUtime=409.11 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 30838 0 0 0 40871 40 0 0 18 0 5 0 912083976 313323520 28322 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 76495 28322 418 389 0 72245 0
[pid=31465/tid=31467] ppid=31464 vsize=305980 CPUtime=102.27 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 7218 0 0 0 10215 12 0 0 25 0 5 0 912083976 313323520 28322 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=305980 CPUtime=102.26 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 7071 0 0 0 10214 12 0 0 25 0 5 0 912083977 313323520 28322 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=305980 CPUtime=102.26 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 4691 0 0 0 10223 3 0 0 25 0 5 0 912083977 313323520 28322 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=305980 CPUtime=102.27 cores=0-7

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

/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 472129 111 0 0 25 0 5 0 912083977 1021743104 188238 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=997796 CPUtime=4722.36 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 29171 0 0 0 472206 30 0 0 25 0 5 0 912083977 1021743104 188238 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=997796 CPUtime=4722.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 472150 91 0 0 25 0 5 0 912083977 1021743104 188238 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18889.6
Current children cumulated vsize (KiB) 1006496

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 31610
/proc/meminfo: memFree=6646748/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=999160 CPUtime=19129.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 199737 0 0 0 1912644 311 0 0 18 0 5 0 912083976 1023139840 189259 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 249790 189259 419 389 0 245540 0
[pid=31465/tid=31467] ppid=31464 vsize=999160 CPUtime=4782.35 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 48298 0 0 0 478158 77 0 0 25 0 5 0 912083976 1023139840 189259 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=999160 CPUtime=4782.39 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 478128 111 0 0 25 0 5 0 912083977 1023139840 189259 33554432000 4194304 5787044 140734046626080 18446744073709551615 4732533 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=999160 CPUtime=4782.36 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 29552 0 0 0 478206 30 0 0 25 0 5 0 912083977 1023139840 189259 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=999160 CPUtime=4782.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 478150 91 0 0 25 0 5 0 912083977 1023139840 189259 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19129.5
Current children cumulated vsize (KiB) 1007860

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 31620
/proc/meminfo: memFree=6642692/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1000732 CPUtime=19369.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 200519 0 0 0 1936642 314 0 0 18 0 5 0 912083976 1024749568 190041 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 250183 190041 419 389 0 245933 0
[pid=31465/tid=31467] ppid=31464 vsize=1000732 CPUtime=4842.36 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 48718 0 0 0 484157 79 0 0 25 0 5 0 912083976 1024749568 190041 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1000732 CPUtime=4842.4 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 484129 111 0 0 25 0 5 0 912083977 1024749568 190041 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1000732 CPUtime=4842.36 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 29914 0 0 0 484205 31 0 0 25 0 5 0 912083977 1024749568 190041 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1000732 CPUtime=4842.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 484150 91 0 0 25 0 5 0 912083977 1024749568 190041 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19369.6
Current children cumulated vsize (KiB) 1009432

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 31622
/proc/meminfo: memFree=6638572/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1002632 CPUtime=19609.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 201521 0 0 0 1960642 315 0 0 18 0 5 0 912083976 1026695168 191043 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 250658 191043 419 389 0 246408 0
[pid=31465/tid=31467] ppid=31464 vsize=1002632 CPUtime=4902.36 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 49360 0 0 0 490156 80 0 0 25 0 5 0 912083976 1026695168 191043 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1002632 CPUtime=4902.4 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 490129 111 0 0 25 0 5 0 912083977 1026695168 191043 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1002632 CPUtime=4902.36 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 30274 0 0 0 490205 31 0 0 25 0 5 0 912083977 1026695168 191043 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1002632 CPUtime=4902.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 490150 91 0 0 25 0 5 0 912083977 1026695168 191043 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19609.6
Current children cumulated vsize (KiB) 1011332

[startup+4962.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/173 31623
/proc/meminfo: memFree=6634428/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1004468 CPUtime=19849.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 203016 0 0 0 1984642 316 0 0 18 0 5 0 912083976 1028575232 192057 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 251117 192057 419 389 0 246867 0
[pid=31465/tid=31467] ppid=31464 vsize=1004468 CPUtime=4962.36 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 50495 0 0 0 496156 80 0 0 21 0 5 0 912083976 1028575232 192057 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1004468 CPUtime=4962.4 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 496129 111 0 0 21 0 5 0 912083977 1028575232 192057 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1004468 CPUtime=4962.36 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 30634 0 0 0 496205 31 0 0 25 0 5 0 912083977 1028575232 192057 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1004468 CPUtime=4962.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 496150 91 0 0 25 0 5 0 912083977 1028575232 192057 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19849.6
Current children cumulated vsize (KiB) 1013168

[startup+5022.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/173 31628
/proc/meminfo: memFree=6632748/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1006124 CPUtime=20089.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 203385 0 0 0 2008643 316 0 0 18 0 5 0 912083976 1030270976 192426 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 251531 192426 419 389 0 247281 0
[pid=31465/tid=31467] ppid=31464 vsize=1006124 CPUtime=5022.36 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 50495 0 0 0 502156 80 0 0 25 0 5 0 912083976 1030270976 192426 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1006124 CPUtime=5022.4 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 502129 111 0 0 25 0 5 0 912083977 1030270976 192426 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1006124 CPUtime=5022.37 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 31003 0 0 0 502205 32 0 0 25 0 5 0 912083977 1030270976 192426 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1006124 CPUtime=5022.41 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 502150 91 0 0 25 0 5 0 912083977 1030270976 192426 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20089.6
Current children cumulated vsize (KiB) 1014824

[startup+5082.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/173 31630
/proc/meminfo: memFree=6631324/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1007620 CPUtime=20329.6 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 203754 0 0 0 2032643 316 0 0 18 0 5 0 912083976 1031802880 192795 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 251905 192795 419 389 0 247655 0
[pid=31465/tid=31467] ppid=31464 vsize=1007620 CPUtime=5082.37 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 50495 0 0 0 508157 80 0 0 25 0 5 0 912083976 1031802880 192795 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1007620 CPUtime=5082.4 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 508129 111 0 0 25 0 5 0 912083977 1031802880 192795 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1007620 CPUtime=5082.37 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 31372 0 0 0 508205 32 0 0 25 0 5 0 912083977 1031802880 192795 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1007620 CPUtime=5082.42 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 508151 91 0 0 25 0 5 0 912083977 1031802880 192795 33554432000 4194304 5787044 140734046626080 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20329.6
Current children cumulated vsize (KiB) 1016320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/173 31630
/proc/meminfo: memFree=6630820/32951124 swapFree=67064380/67111528
[pid=31464] ppid=31462 vsize=8700 CPUtime=0 cores=0-7
/proc/31464/stat : 31464 (priss.sh) S 31462 31464 30793 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912083976 8908800 252 33554432000 4194304 4922060 140734895580624 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31464/statm: 2175 252 211 178 0 68 0
[pid=31465] ppid=31464 vsize=1008084 CPUtime=20400.4 cores=0-7
/proc/31465/stat : 31465 (priss) S 31464 31464 30793 0 -1 4202496 203857 0 0 0 2039726 316 0 0 18 0 5 0 912083976 1032278016 192898 33554432000 4194304 5787044 140734046626080 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31465/statm: 252021 192898 419 389 0 247771 0
[pid=31465/tid=31467] ppid=31464 vsize=1008084 CPUtime=5100.07 cores=0-7
/proc/31465/task/31467/stat : 31467 (priss) R 31464 31464 30793 0 -1 4202560 50495 0 0 0 509927 80 0 0 25 0 5 0 912083976 1032278016 192898 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31465/tid=31468] ppid=31464 vsize=1008084 CPUtime=5100.11 cores=0-7
/proc/31465/task/31468/stat : 31468 (priss) R 31464 31464 30793 0 -1 4202560 52811 0 0 0 509900 111 0 0 25 0 5 0 912083977 1032278016 192898 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31465/tid=31469] ppid=31464 vsize=1008084 CPUtime=5100.08 cores=0-7
/proc/31465/task/31469/stat : 31469 (priss) R 31464 31464 30793 0 -1 4202560 31475 0 0 0 509976 32 0 0 25 0 5 0 912083977 1032278016 192898 33554432000 4194304 5787044 140734046626080 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31465/tid=31470] ppid=31464 vsize=1008084 CPUtime=5100.12 cores=0-7
/proc/31465/task/31470/stat : 31470 (priss) R 31464 31464 30793 0 -1 4202560 67575 0 0 0 509921 91 0 0 25 0 5 0 912083977 1032278016 192898 33554432000 4194304 5787044 140734046626080 18446744073709551615 4337424 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20400.4
Current children cumulated vsize (KiB) 1016784

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 31464 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.4
#
# 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): 20400.4
CPU user time (s): 20397.3
CPU system time (s): 3.16
CPU usage (%): 400.007
Max. virtual memory (cumulated for all children) (KiB): 1016784

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

runsolver used 7.43987 second user time and 20.2889 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-14 00:40:35
IDJOB=3499563
IDBENCH=84030
IDSOLVER=1994
FILE ID=node105/3499563-1308004835
RUNJOBID= node105-1307989165-30807
PBS_JOBID= 13559823
Free space on /var/tmp= 2860 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499563-1308004835/watcher-3499563-1308004835 -o /var/tmp/evaluation-result-3499563-1308004835/solver-3499563-1308004835 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499563-1308004835.cnf 87935706 40000 31000 8

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=87935706

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:       7405764 kB
Buffers:        120280 kB
Cached:       24582620 kB
SwapCached:      19904 kB
Active:        9224964 kB
Inactive:     15506224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7405764 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:            1600 kB
Writeback:          12 kB
AnonPages:       25792 kB
Mapped:          10240 kB
Slab:           748828 kB
PageTables:       3824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   152624 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 /var/tmp at the end= 2856 MiB
End job on node105 at 2011-06-14 02:05:37