Trace number 3259172

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.26 1201.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1235.8
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 20387
0.00/0.01	c parsetime: 8617us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1116014912)
0.00/0.01	c NW started thread 1 successfully (1126504768)
0.00/0.02	c NW started thread 2 successfully (1090070848)
0.00/0.02	c NW started thread 3 successfully (1100560704)
5.09/1.31	c preprocessor returned 10003 variables
5.09/1.31	c preprocessing returned UNKNOWN
5.09/1.31	c PP set 0 variables
5.09/1.31	c pp time: 1294956us (1s)
5.09/1.31	c preprocessor returned 10003 variables
5.09/1.31	c preprocessing returned UNKNOWN
5.09/1.31	c PP set 0 variables
5.09/1.31	c pp time: 1296734us (1s)
5.09/1.32	c preprocessor returned 10003 variables
5.09/1.32	c preprocessing returned UNKNOWN
5.09/1.32	c PP set 0 variables
5.09/1.32	c pp time: 1298868us (1s)
46.22/11.60	c preprocessor returned 30041 variables
46.22/11.60	c preprocessing returned UNKNOWN
46.22/11.60	c PP set 0 variables
46.22/11.60	c pp time: 11576768us (11s)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.72 8.00 8.06 5/180 20386
/proc/meminfo: memFree=24370072/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0

[startup+0.0188341 s]
/proc/loadavg: 7.72 8.00 8.06 5/180 20386
/proc/meminfo: memFree=24370072/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.154556 s]
/proc/loadavg: 7.72 8.00 8.06 5/180 20386
/proc/meminfo: memFree=24370072/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301116 s]
/proc/loadavg: 7.72 8.00 8.06 5/180 20386
/proc/meminfo: memFree=24370072/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701047 s]
/proc/loadavg: 7.72 8.00 8.06 5/180 20386
/proc/meminfo: memFree=24370072/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 7.72 8.00 8.06 9/186 20392
/proc/meminfo: memFree=24336308/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=344660 CPUtime=5.89 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 15853 0 0 0 587 2 0 0 20 0 5 0 516335517 352931840 10166 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 86165 10166 404 389 0 81915 0
[pid=20387/tid=20389] ppid=20386 vsize=344660 CPUtime=1.46 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 3773 0 0 0 146 0 0 0 20 0 5 0 516335518 352931840 10166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=344660 CPUtime=1.47 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 3273 0 0 0 147 0 0 0 20 0 5 0 516335518 352931840 10166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5590825 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=344660 CPUtime=1.44 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 3332 0 0 0 144 0 0 0 25 0 5 0 516335519 352931840 10166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=344660 CPUtime=1.46 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 2704 0 0 0 146 0 0 0 20 0 5 0 516335519 352931840 10166 33554432000 4194304 5787044 140734328756384 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 353360

[startup+3.10063 s]
/proc/loadavg: 7.72 8.00 8.06 9/186 20392
/proc/meminfo: memFree=24324920/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=349460 CPUtime=12.28 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 17463 0 0 0 1225 3 0 0 20 0 5 0 516335517 357847040 11776 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 87365 11776 404 389 0 83115 0
[pid=20387/tid=20389] ppid=20386 vsize=349460 CPUtime=3.05 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 5004 0 0 0 305 0 0 0 25 0 5 0 516335518 357847040 11776 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591034 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=349460 CPUtime=3.06 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 3453 0 0 0 306 0 0 0 25 0 5 0 516335518 357847040 11776 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=349460 CPUtime=3.04 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 3530 0 0 0 304 0 0 0 25 0 5 0 516335519 357847040 11776 33554432000 4194304 5787044 140734328756384 18446744073709551615 5590783 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=349460 CPUtime=3.06 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 2705 0 0 0 306 0 0 0 25 0 5 0 516335519 357847040 11776 33554432000 4194304 5787044 140734328756384 18446744073709551615 274664502233 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 358160

[startup+6.30108 s]
/proc/loadavg: 7.82 8.01 8.06 9/186 20392
/proc/meminfo: memFree=24320204/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=350676 CPUtime=25.06 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 18377 0 0 0 2503 3 0 0 20 0 5 0 516335517 359092224 12690 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 87669 12690 404 389 0 83419 0
[pid=20387/tid=20389] ppid=20386 vsize=350676 CPUtime=6.24 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 5291 0 0 0 623 1 0 0 25 0 5 0 516335518 359092224 12690 33554432000 4194304 5787044 140734328756384 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=350676 CPUtime=6.26 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 3751 0 0 0 626 0 0 0 25 0 5 0 516335518 359092224 12690 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=350676 CPUtime=6.24 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 3859 0 0 0 624 0 0 0 25 0 5 0 516335519 359092224 12690 33554432000 4194304 5787044 140734328756384 18446744073709551615 274664469537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=350676 CPUtime=6.25 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 2705 0 0 0 625 0 0 0 25 0 5 0 516335519 359092224 12690 33554432000 4194304 5787044 140734328756384 18446744073709551615 274664502253 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 359376

[startup+12.701 s]
/proc/loadavg: 7.84 8.01 8.06 9/186 20392
/proc/meminfo: memFree=24309672/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=353548 CPUtime=50.61 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 23111 0 0 0 5056 5 0 0 20 0 5 0 516335517 362033152 15665 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 88387 15665 417 389 0 84137 0
[pid=20387/tid=20389] ppid=20386 vsize=353548 CPUtime=12.6 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 5965 0 0 0 1259 1 0 0 25 0 5 0 516335518 362033152 15665 33554432000 4194304 5787044 140734328756384 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=353548 CPUtime=12.67 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 4427 0 0 0 1266 1 0 0 25 0 5 0 516335518 362033152 15665 33554432000 4194304 5787044 140734328756384 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=353548 CPUtime=12.64 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 4542 0 0 0 1263 1 0 0 25 0 5 0 516335519 362033152 15665 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=353548 CPUtime=12.65 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 5406 0 0 0 1264 1 0 0 25 0 5 0 516335519 362033152 15665 33554432000 4194304 5787044 140734328756384 18446744073709551615 5530835 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 362248

[startup+25.5008 s]
/proc/loadavg: 7.87 8.01 8.06 9/186 20393
/proc/meminfo: memFree=24288736/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=361460 CPUtime=101.72 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 28061 0 0 0 10161 11 0 0 20 0 5 0 516335517 370135040 20615 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 90365 20615 417 389 0 86115 0
[pid=20387/tid=20389] ppid=20386 vsize=361460 CPUtime=25.33 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 6859 0 0 0 2530 3 0 0 25 0 5 0 516335518 370135040 20615 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=361460 CPUtime=25.46 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 5316 0 0 0 2544 2 0 0 25 0 5 0 516335518 370135040 20615 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=361460 CPUtime=25.43 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 5548 0 0 0 2541 2 0 0 25 0 5 0 516335519 370135040 20615 33554432000 4194304 5787044 140734328756384 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=361460 CPUtime=25.44 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 7567 0 0 0 2542 2 0 0 25 0 5 0 516335519 370135040 20615 33554432000 4194304 5787044 140734328756384 18446744073709551615 4220166 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 370160

[startup+51.1003 s]
/proc/loadavg: 7.99 8.02 8.06 9/186 20393
/proc/meminfo: memFree=24254864/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=375804 CPUtime=203.94 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 36472 0 0 0 20366 28 0 0 20 0 5 0 516335517 384823296 28980 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 93951 28980 417 389 0 89701 0
[pid=20387/tid=20389] ppid=20386 vsize=375804 CPUtime=50.79 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 8373 0 0 0 5073 6 0 0 25 0 5 0 516335518 384823296 28980 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=375804 CPUtime=51.06 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 6922 0 0 0 5102 4 0 0 25 0 5 0 516335518 384823296 28980 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=375804 CPUtime=51.03 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 7359 0 0 0 5097 6 0 0 25 0 5 0 516335519 384823296 28980 33554432000 4194304 5787044 140734328756384 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=375804 CPUtime=51.01 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 11047 0 0 0 5091 10 0 0 25 0 5 0 516335519 384823296 28980 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527002 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 384504

[startup+102.306 s]
/proc/loadavg: 8.05 8.03 8.06 9/186 20395
/proc/meminfo: memFree=24217168/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=391076 CPUtime=408.44 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 45934 0 0 0 40802 42 0 0 20 0 5 0 516335517 400461824 38322 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 97769 38322 417 389 0 93519 0
[pid=20387/tid=20389] ppid=20386 vsize=391076 CPUtime=101.71 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 10334 0 0 0 10160 11 0 0 25 0 5 0 516335518 400461824 38322 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=391076 CPUtime=102.25 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 9618 0 0 0 10219 6 0 0 25 0 5 0 516335518 400461824 38322 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=391076 CPUtime=102.23 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 8980 0 0 0 10214 9 0 0 25 0 5 0 516335519 400461824 38322 33554432000 4194304 5787044 140734328756384 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=391076 CPUtime=102.17 cores=1,3,5,7

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

/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 28389 0 0 0 82199 23 0 0 25 0 5 0 516335518 736301056 112166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=719044 CPUtime=822.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 28488 0 0 0 82181 40 0 0 25 0 5 0 516335519 736301056 112166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=719044 CPUtime=822.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32187 0 0 0 82165 40 0 0 25 0 5 0 516335519 736301056 112166 33554432000 4194304 5787044 140734328756384 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.31
Current children cumulated vsize (KiB) 727744

[startup+882.301 s]
/proc/loadavg: 8.11 8.09 8.08 9/186 20448
/proc/meminfo: memFree=24377380/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=719044 CPUtime=3523.98 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 123948 0 0 0 352246 152 0 0 20 0 5 0 516335517 736301056 114522 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 179761 114522 417 389 0 175511 0
[pid=20387/tid=20389] ppid=20386 vsize=719044 CPUtime=877.43 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 29759 0 0 0 87702 41 0 0 25 0 5 0 516335518 736301056 114522 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=719044 CPUtime=882.23 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 28390 0 0 0 88199 24 0 0 25 0 5 0 516335518 736301056 114522 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=719044 CPUtime=882.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 30841 0 0 0 88176 45 0 0 25 0 5 0 516335519 736301056 114522 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=719044 CPUtime=882.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32187 0 0 0 88165 40 0 0 25 0 5 0 516335519 736301056 114522 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.98
Current children cumulated vsize (KiB) 727744

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.08 9/186 20450
/proc/meminfo: memFree=24348600/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=719044 CPUtime=3763.66 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 126198 0 0 0 376209 157 0 0 20 0 5 0 516335517 736301056 116772 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 179761 116772 417 389 0 175511 0
[pid=20387/tid=20389] ppid=20386 vsize=719044 CPUtime=937.12 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 29770 0 0 0 93670 42 0 0 25 0 5 0 516335518 736301056 116772 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=719044 CPUtime=942.23 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 28396 0 0 0 94199 24 0 0 25 0 5 0 516335518 736301056 116772 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=719044 CPUtime=942.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33070 0 0 0 94171 50 0 0 25 0 5 0 516335519 736301056 116772 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=719044 CPUtime=942.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32191 0 0 0 94165 40 0 0 25 0 5 0 516335519 736301056 116772 33554432000 4194304 5787044 140734328756384 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.66
Current children cumulated vsize (KiB) 727744

[startup+1002.3 s]
/proc/loadavg: 8.04 8.07 8.08 9/186 20452
/proc/meminfo: memFree=24307668/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=719044 CPUtime=4003.33 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 127123 0 0 0 400175 158 0 0 20 0 5 0 516335517 736301056 117472 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 179761 117472 417 389 0 175511 0
[pid=20387/tid=20389] ppid=20386 vsize=719044 CPUtime=996.79 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 29792 0 0 0 99637 42 0 0 25 0 5 0 516335518 736301056 117472 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=719044 CPUtime=1002.23 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 28406 0 0 0 100199 24 0 0 25 0 5 0 516335518 736301056 117472 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=719044 CPUtime=1002.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33948 0 0 0 100170 51 0 0 25 0 5 0 516335519 736301056 117472 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=719044 CPUtime=1002.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32206 0 0 0 100165 40 0 0 25 0 5 0 516335519 736301056 117472 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 727744

[startup+1062.3 s]
/proc/loadavg: 8.07 8.07 8.08 9/186 20453
/proc/meminfo: memFree=24268604/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=719044 CPUtime=4243.01 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 127234 0 0 0 424142 159 0 0 20 0 5 0 516335517 736301056 117583 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 179761 117583 417 389 0 175511 0
[pid=20387/tid=20389] ppid=20386 vsize=719044 CPUtime=1056.46 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 29821 0 0 0 105604 42 0 0 25 0 5 0 516335518 736301056 117583 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=719044 CPUtime=1062.23 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 28457 0 0 0 106199 24 0 0 25 0 5 0 516335518 736301056 117583 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=719044 CPUtime=1062.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33948 0 0 0 106170 51 0 0 25 0 5 0 516335519 736301056 117583 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591642 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=719044 CPUtime=1062.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32237 0 0 0 106165 40 0 0 25 0 5 0 516335519 736301056 117583 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 727744

[startup+1122.3 s]
/proc/loadavg: 8.02 8.05 8.07 9/186 20455
/proc/meminfo: memFree=24244788/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=726188 CPUtime=4482.69 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 130348 0 0 0 448106 163 0 0 20 0 5 0 516335517 743616512 120697 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 181547 120697 417 389 0 177297 0
[pid=20387/tid=20389] ppid=20386 vsize=726188 CPUtime=1116.13 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 30677 0 0 0 111570 43 0 0 25 0 5 0 516335518 743616512 120697 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=726188 CPUtime=1122.24 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 30196 0 0 0 112199 25 0 0 25 0 5 0 516335518 743616512 120697 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=726188 CPUtime=1122.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33948 0 0 0 112170 51 0 0 25 0 5 0 516335519 743616512 120697 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=726188 CPUtime=1122.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 32756 0 0 0 112164 41 0 0 25 0 5 0 516335519 743616512 120697 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 734888

[startup+1182.3 s]
/proc/loadavg: 8.01 8.04 8.06 9/186 20456
/proc/meminfo: memFree=24210064/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=740952 CPUtime=4722.35 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 137158 0 0 0 472064 171 0 0 20 0 5 0 516335517 758734848 127507 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 185238 127507 417 389 0 180988 0
[pid=20387/tid=20389] ppid=20386 vsize=740952 CPUtime=1175.91 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 32236 0 0 0 117545 46 0 0 25 0 5 0 516335518 758734848 127507 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=740952 CPUtime=1182.13 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 33916 0 0 0 118186 27 0 0 25 0 5 0 516335518 758734848 127507 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=740952 CPUtime=1182.21 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33949 0 0 0 118170 51 0 0 25 0 5 0 516335519 758734848 127507 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=740952 CPUtime=1182.05 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 34286 0 0 0 118160 45 0 0 25 0 5 0 516335519 758734848 127507 33554432000 4194304 5787044 140734328756384 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 749652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.05 8.07 9/186 20457
/proc/meminfo: memFree=24204236/32951132 swapFree=67111524/67111528
[pid=20386] ppid=20384 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20386/stat : 20386 (priss.sh) S 20384 20386 18837 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516335517 8908800 251 33554432000 4194304 4922060 140734366759520 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20386/statm: 2175 251 211 178 0 68 0
[pid=20387] ppid=20386 vsize=742680 CPUtime=4800.26 cores=1,3,5,7
/proc/20387/stat : 20387 (priss) S 20386 20386 18837 0 -1 4202496 138502 0 0 0 479852 174 0 0 20 0 5 0 516335517 760504320 128851 33554432000 4194304 5787044 140734328756384 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20387/statm: 185670 128851 417 389 0 181420 0
[pid=20387/tid=20389] ppid=20386 vsize=742680 CPUtime=1195.42 cores=1,3,5,7
/proc/20387/task/20389/stat : 20389 (priss) R 20386 20386 18837 0 -1 4202560 32691 0 0 0 119495 47 0 0 25 0 5 0 516335518 760504320 128851 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20387/tid=20390] ppid=20386 vsize=742680 CPUtime=1201.52 cores=1,3,5,7
/proc/20387/task/20390/stat : 20390 (priss) R 20386 20386 18837 0 -1 4202560 34374 0 0 0 120124 28 0 0 25 0 5 0 516335518 760504320 128851 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20387/tid=20391] ppid=20386 vsize=742680 CPUtime=1201.71 cores=1,3,5,7
/proc/20387/task/20391/stat : 20391 (priss) R 20386 20386 18837 0 -1 4202560 33950 0 0 0 120120 51 0 0 25 0 5 0 516335519 760504320 128851 33554432000 4194304 5787044 140734328756384 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20387/tid=20392] ppid=20386 vsize=742680 CPUtime=1201.56 cores=1,3,5,7
/proc/20387/task/20392/stat : 20392 (priss) R 20386 20386 18837 0 -1 4202560 34716 0 0 0 120110 46 0 0 25 0 5 0 516335519 760504320 128851 33554432000 4194304 5787044 140734328756384 18446744073709551615 4215354 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 751380

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 20386 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.26
CPU user time (s): 4798.52
CPU system time (s): 1.74
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 751380

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

runsolver used 1.60575 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 05:22:39
IDJOB=3259172
IDBENCH=71514
IDSOLVER=1603
FILE ID=node131/3259172-1304047359
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259172-1304047359/watcher-3259172-1304047359 -o /tmp/evaluation-result-3259172-1304047359/solver-3259172-1304047359 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259172-1304047359.cnf 672377749 4800 15500 4

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=672377749

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24370344 kB
Buffers:        949992 kB
Cached:        6221388 kB
SwapCached:          4 kB
Active:        1063384 kB
Inactive:      7024220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24370344 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:      916064 kB
Mapped:          15836 kB
Slab:           428268 kB
PageTables:       6552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1109936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 05:42:43