Trace number 3499281

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

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.70998
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
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: 20740
0.00/0.00	c parsetime: 206us
0.00/0.00	c parsed 528 clauses with 220 variables
0.00/0.00	c NW started thread 0 successfully (1115560256)
0.00/0.00	c NW started thread 1 successfully (1126050112)
0.00/0.00	c NW started thread 2 successfully (1136539968)
0.00/0.00	c NW started thread 3 successfully (1147029824)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 369335us (0s)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 369054us (0s)
0.00/0.37	c preprocessor returned 10010 variables
0.00/0.37	c preprocessing returned UNKNOWN
0.00/0.37	c PP set 0 variables
0.00/0.37	c pp time: 368957us (0s)
14.75/3.80	c preprocessor returned 30016 variables
14.75/3.80	c preprocessing returned UNKNOWN
14.75/3.80	c PP set 0 variables
14.75/3.80	c pp time: 3793057us (3s)

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-3499281-1307996010/watcher-3499281-1307996010 -o /var/tmp/evaluation-result-3499281-1307996010/solver-3499281-1307996010 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499281-1307996010.cnf 506711460 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.00 4.00 3.94 1/170 20739
/proc/meminfo: memFree=13977632/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0

[startup+0.072413 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 20739
/proc/meminfo: memFree=13977632/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100409 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 20739
/proc/meminfo: memFree=13977632/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300368 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 20739
/proc/meminfo: memFree=13977632/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700298 s]
/proc/loadavg: 4.00 4.00 3.94 1/170 20739
/proc/meminfo: memFree=13977632/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20745
/proc/meminfo: memFree=13952072/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=275544 CPUtime=5.95 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 7670 0 0 0 591 4 0 0 18 0 5 0 911199017 282157056 7012 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 68886 7012 405 389 0 64636 0
[pid=20740/tid=20742] ppid=20739 vsize=275544 CPUtime=1.48 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 1684 0 0 0 147 1 0 0 18 0 5 0 911199018 282157056 7012 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=275544 CPUtime=1.48 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 1131 0 0 0 148 0 0 0 18 0 5 0 911199018 282157056 7012 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=275544 CPUtime=1.48 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 1345 0 0 0 146 2 0 0 18 0 5 0 911199018 282157056 7012 33554432000 4194304 5787044 140734120125424 18446744073709551615 4213825 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=275544 CPUtime=1.49 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 2013 0 0 0 149 0 0 0 20 0 5 0 911199018 282157056 7012 33554432000 4194304 5787044 140734120125424 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 284244

[startup+3.10086 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20745
/proc/meminfo: memFree=13949340/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=276600 CPUtime=12.35 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 8553 0 0 0 1229 6 0 0 18 0 5 0 911199017 283238400 7895 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 69150 7895 405 389 0 64900 0
[pid=20740/tid=20742] ppid=20739 vsize=276600 CPUtime=3.08 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 1986 0 0 0 306 2 0 0 18 0 5 0 911199018 283238400 7895 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=276600 CPUtime=3.08 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 1429 0 0 0 308 0 0 0 18 0 5 0 911199018 283238400 7895 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=276600 CPUtime=3.08 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 1628 0 0 0 305 3 0 0 19 0 5 0 911199018 283238400 7895 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=276600 CPUtime=3.09 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 2013 0 0 0 309 0 0 0 25 0 5 0 911199018 283238400 7895 33554432000 4194304 5787044 140734120125424 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285300

[startup+6.30029 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20745
/proc/meminfo: memFree=13940824/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=280676 CPUtime=25.14 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 11469 0 0 0 2505 9 0 0 18 0 5 0 911199017 287412224 10107 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 70169 10107 418 389 0 65919 0
[pid=20740/tid=20742] ppid=20739 vsize=280676 CPUtime=6.27 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 2275 0 0 0 624 3 0 0 20 0 5 0 911199018 287412224 10107 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=280676 CPUtime=6.28 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 1994 0 0 0 627 1 0 0 18 0 5 0 911199018 287412224 10107 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=280676 CPUtime=6.28 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 1903 0 0 0 624 4 0 0 20 0 5 0 911199018 287412224 10107 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=280676 CPUtime=6.28 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 3800 0 0 0 628 0 0 0 18 0 5 0 911199018 287412224 10107 33554432000 4194304 5787044 140734120125424 18446744073709551615 5527464 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289376

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20745
/proc/meminfo: memFree=13926384/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=287636 CPUtime=50.74 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 14900 0 0 0 5060 14 0 0 18 0 5 0 911199017 294539264 13538 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 71909 13538 418 389 0 67659 0
[pid=20740/tid=20742] ppid=20739 vsize=287636 CPUtime=12.67 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 2878 0 0 0 1263 4 0 0 19 0 5 0 911199018 294539264 13538 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=287636 CPUtime=12.67 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 2682 0 0 0 1266 1 0 0 18 0 5 0 911199018 294539264 13538 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=287636 CPUtime=12.67 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 2435 0 0 0 1263 4 0 0 18 0 5 0 911199018 294539264 13538 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=287636 CPUtime=12.68 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 5408 0 0 0 1266 2 0 0 18 0 5 0 911199018 294539264 13538 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 296336

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20746
/proc/meminfo: memFree=13918796/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=288816 CPUtime=101.93 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 16862 0 0 0 10175 18 0 0 18 0 5 0 911199017 295747584 15500 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 72204 15500 418 389 0 67954 0
[pid=20740/tid=20742] ppid=20739 vsize=288816 CPUtime=25.47 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 3201 0 0 0 2542 5 0 0 25 0 5 0 911199018 295747584 15500 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=288816 CPUtime=25.48 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 2983 0 0 0 2546 2 0 0 25 0 5 0 911199018 295747584 15500 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=288816 CPUtime=25.47 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 3050 0 0 0 2541 6 0 0 25 0 5 0 911199018 295747584 15500 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=288816 CPUtime=25.48 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 6131 0 0 0 2545 3 0 0 25 0 5 0 911199018 295747584 15500 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 297516

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.94 6/176 20746
/proc/meminfo: memFree=13898324/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=298636 CPUtime=204.32 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 21975 0 0 0 20405 27 0 0 18 0 5 0 911199017 305803264 20611 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 74659 20611 418 389 0 70409 0
[pid=20740/tid=20742] ppid=20739 vsize=298636 CPUtime=51.06 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 4367 0 0 0 5099 7 0 0 25 0 5 0 911199018 305803264 20611 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=298636 CPUtime=51.07 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 4474 0 0 0 5102 5 0 0 25 0 5 0 911199018 305803264 20611 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=298636 CPUtime=51.08 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 3656 0 0 0 5100 8 0 0 25 0 5 0 911199018 305803264 20611 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=298636 CPUtime=51.08 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 7981 0 0 0 5102 6 0 0 25 0 5 0 911199018 305803264 20611 33554432000 4194304 5787044 140734120125424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.32
Current children cumulated vsize (KiB) 307336

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 20748
/proc/meminfo: memFree=13873968/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=307888 CPUtime=409.13 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 27916 0 0 0 40871 42 0 0 18 0 5 0 911199017 315277312 26549 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 76972 26549 418 389 0 72722 0
[pid=20740/tid=20742] ppid=20739 vsize=307888 CPUtime=102.26 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 5221 0 0 0 10218 8 0 0 25 0 5 0 911199018 315277312 26549 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=307888 CPUtime=102.27 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 6102 0 0 0 10217 10 0 0 25 0 5 0 911199018 315277312 26549 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=307888 CPUtime=102.28 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 5105 0 0 0 10216 12 0 0 25 0 5 0 911199018 315277312 26549 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=307888 CPUtime=102.28 cores=0-7

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

/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36082 0 0 0 472175 62 0 0 25 0 5 0 911199018 706469888 139638 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=689912 CPUtime=4722.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 27765 0 0 0 472197 41 0 0 25 0 5 0 911199018 706469888 139638 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=689912 CPUtime=4722.4 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 472148 92 0 0 25 0 5 0 911199018 706469888 139638 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18889.6
Current children cumulated vsize (KiB) 698612

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20884
/proc/meminfo: memFree=13417432/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=691312 CPUtime=19129.5 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 143505 0 0 0 1912696 257 0 0 18 0 5 0 911199017 707903488 140021 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 172828 140021 418 389 0 168578 0
[pid=20740/tid=20742] ppid=20739 vsize=691312 CPUtime=4782.35 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 478175 60 0 0 25 0 5 0 911199018 707903488 140021 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=691312 CPUtime=4782.37 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36082 0 0 0 478175 62 0 0 25 0 5 0 911199018 707903488 140021 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=691312 CPUtime=4782.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 28148 0 0 0 478196 42 0 0 25 0 5 0 911199018 707903488 140021 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=691312 CPUtime=4782.4 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 478148 92 0 0 25 0 5 0 911199018 707903488 140021 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19129.5
Current children cumulated vsize (KiB) 700012

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20886
/proc/meminfo: memFree=13415500/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=693344 CPUtime=19369.5 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 143971 0 0 0 1936697 257 0 0 18 0 5 0 911199017 709984256 140487 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 173336 140487 418 389 0 169086 0
[pid=20740/tid=20742] ppid=20739 vsize=693344 CPUtime=4842.35 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 484175 60 0 0 25 0 5 0 911199018 709984256 140487 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=693344 CPUtime=4842.37 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36082 0 0 0 484175 62 0 0 25 0 5 0 911199018 709984256 140487 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=693344 CPUtime=4842.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 28614 0 0 0 484196 42 0 0 25 0 5 0 911199018 709984256 140487 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=693344 CPUtime=4842.4 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 484148 92 0 0 25 0 5 0 911199018 709984256 140487 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528415 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19369.5
Current children cumulated vsize (KiB) 702044

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20888
/proc/meminfo: memFree=13414072/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=694532 CPUtime=19609.5 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 144312 0 0 0 1960697 257 0 0 18 0 5 0 911199017 711200768 140828 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 173633 140828 418 389 0 169383 0
[pid=20740/tid=20742] ppid=20739 vsize=694532 CPUtime=4902.36 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 490176 60 0 0 25 0 5 0 911199018 711200768 140828 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=694532 CPUtime=4902.37 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36083 0 0 0 490175 62 0 0 25 0 5 0 911199018 711200768 140828 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=694532 CPUtime=4902.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 28954 0 0 0 490196 42 0 0 25 0 5 0 911199018 711200768 140828 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=694532 CPUtime=4902.4 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 490148 92 0 0 25 0 5 0 911199018 711200768 140828 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19609.5
Current children cumulated vsize (KiB) 703232

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20889
/proc/meminfo: memFree=13412760/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=695852 CPUtime=19849.6 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 144661 0 0 0 1984698 258 0 0 18 0 5 0 911199017 712552448 141177 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 173963 141177 418 389 0 169713 0
[pid=20740/tid=20742] ppid=20739 vsize=695852 CPUtime=4962.36 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 496176 60 0 0 25 0 5 0 911199018 712552448 141177 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=695852 CPUtime=4962.37 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36083 0 0 0 496175 62 0 0 25 0 5 0 911199018 712552448 141177 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=695852 CPUtime=4962.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 29303 0 0 0 496196 42 0 0 25 0 5 0 911199018 712552448 141177 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=695852 CPUtime=4962.4 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 496148 92 0 0 25 0 5 0 911199018 712552448 141177 33554432000 4194304 5787044 140734120125424 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19849.6
Current children cumulated vsize (KiB) 704552

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20891
/proc/meminfo: memFree=13411200/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=697552 CPUtime=20089.6 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 145098 0 0 0 2008698 258 0 0 18 0 5 0 911199017 714293248 141614 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 174388 141614 418 389 0 170138 0
[pid=20740/tid=20742] ppid=20739 vsize=697552 CPUtime=5022.36 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 502176 60 0 0 25 0 5 0 911199018 714293248 141614 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=697552 CPUtime=5022.37 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36083 0 0 0 502175 62 0 0 25 0 5 0 911199018 714293248 141614 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=697552 CPUtime=5022.38 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 29740 0 0 0 502196 42 0 0 25 0 5 0 911199018 714293248 141614 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=697552 CPUtime=5022.41 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 502149 92 0 0 25 0 5 0 911199018 714293248 141614 33554432000 4194304 5787044 140734120125424 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20089.6
Current children cumulated vsize (KiB) 706252

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20892
/proc/meminfo: memFree=13409260/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=699204 CPUtime=20329.6 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 145546 0 0 0 2032698 258 0 0 18 0 5 0 911199017 715984896 142062 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 174801 142062 418 389 0 170551 0
[pid=20740/tid=20742] ppid=20739 vsize=699204 CPUtime=5082.36 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 508176 60 0 0 25 0 5 0 911199018 715984896 142062 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=699204 CPUtime=5082.38 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36126 0 0 0 508176 62 0 0 25 0 5 0 911199018 715984896 142062 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=699204 CPUtime=5082.39 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 30145 0 0 0 508196 43 0 0 25 0 5 0 911199018 715984896 142062 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=699204 CPUtime=5082.41 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 508149 92 0 0 25 0 5 0 911199018 715984896 142062 33554432000 4194304 5787044 140734120125424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20329.6
Current children cumulated vsize (KiB) 707904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/176 20893
/proc/meminfo: memFree=13408860/32951124 swapFree=67051728/67111528
[pid=20739] ppid=20737 vsize=8700 CPUtime=0 cores=0-7
/proc/20739/stat : 20739 (priss.sh) S 20737 20739 20415 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 911199017 8908800 251 33554432000 4194304 4922060 140736839163104 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20739/statm: 2175 251 211 178 0 68 0
[pid=20740] ppid=20739 vsize=699468 CPUtime=20400.4 cores=0-7
/proc/20740/stat : 20740 (priss) S 20739 20739 20415 0 -1 4202496 145651 0 0 0 2039781 258 0 0 18 0 5 0 911199017 716255232 142167 33554432000 4194304 5787044 140734120125424 18446744073709551615 228134537649 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20740/statm: 174867 142167 418 389 0 170617 0
[pid=20740/tid=20742] ppid=20739 vsize=699468 CPUtime=5100.07 cores=0-7
/proc/20740/task/20742/stat : 20742 (priss) R 20739 20739 20415 0 -1 4202560 34005 0 0 0 509947 60 0 0 25 0 5 0 911199018 716255232 142167 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20740/tid=20743] ppid=20739 vsize=699468 CPUtime=5100.08 cores=0-7
/proc/20740/task/20743/stat : 20743 (priss) R 20739 20739 20415 0 -1 4202560 36126 0 0 0 509946 62 0 0 25 0 5 0 911199018 716255232 142167 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20740/tid=20744] ppid=20739 vsize=699468 CPUtime=5100.1 cores=0-7
/proc/20740/task/20744/stat : 20744 (priss) R 20739 20739 20415 0 -1 4202560 30250 0 0 0 509967 43 0 0 25 0 5 0 911199018 716255232 142167 33554432000 4194304 5787044 140734120125424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20740/tid=20745] ppid=20739 vsize=699468 CPUtime=5100.11 cores=0-7
/proc/20740/task/20745/stat : 20745 (priss) R 20739 20739 20415 0 -1 4202560 43773 0 0 0 509919 92 0 0 25 0 5 0 911199018 716255232 142167 33554432000 4194304 5787044 140734120125424 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20400.4
Current children cumulated vsize (KiB) 708168

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 20739 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 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.8
CPU system time (s): 2.58
CPU usage (%): 400.006
Max. virtual memory (cumulated for all children) (KiB): 708168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
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 7.49486 second user time and 18.0273 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-13 22:13:30
IDJOB=3499281
IDBENCH=83146
IDSOLVER=1994
FILE ID=node138/3499281-1307996010
RUNJOBID= node138-1307989142-20429
PBS_JOBID= 13559820
Free space on /var/tmp= 2864 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499281-1307996010/watcher-3499281-1307996010 -o /var/tmp/evaluation-result-3499281-1307996010/solver-3499281-1307996010 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499281-1307996010.cnf 506711460 40000 31000 8

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=506711460

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.75
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.854
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.854
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:      13977944 kB
Buffers:        117804 kB
Cached:       18188256 kB
SwapCached:      13160 kB
Active:        2875176 kB
Inactive:     15448360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13977944 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:       15032 kB
Mapped:           8604 kB
Slab:           583692 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186812 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= 2864 MiB
End job on node138 at 2011-06-13 23:38:32