Trace number 3499469

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29393.6
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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: 1001
0.00/0.01	c parsetime: 11111us
0.00/0.01	c parsed 34661 clauses with 254 variables
0.00/0.01	c NW started thread 0 successfully (1107581248)
0.00/0.02	c NW started thread 1 successfully (1118071104)
0.00/0.02	c NW started thread 2 successfully (1128560960)
0.00/0.04	c NW started thread 3 successfully (1087818048)
12.69/3.28	c preprocessor returned 10044 variables
12.69/3.28	c preprocessing returned UNKNOWN
12.69/3.28	c PP set 0 variables
12.69/3.28	c pp time: 3266471us (3s)
12.69/3.28	c preprocessor returned 10044 variables
12.69/3.28	c preprocessing returned UNKNOWN
12.69/3.28	c PP set 0 variables
12.69/3.28	c pp time: 3256908us (3s)
13.11/3.31	c preprocessor returned 10044 variables
13.11/3.31	c preprocessing returned UNKNOWN
13.11/3.31	c PP set 0 variables
13.11/3.31	c pp time: 3286514us (3s)
441.05/110.33	c preprocessor returned 30050 variables
441.05/110.33	c preprocessing returned UNKNOWN
441.05/110.33	c PP set 0 variables
441.05/110.33	c pp time: 110292983us (110s)
14102.47/3525.73	c HTE
14139.67/3535.00	c subsumption
14314.87/3578.82	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499469-1308001466/watcher-3499469-1308001466 -o /var/tmp/evaluation-result-3499469-1308001466/solver-3499469-1308001466 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499469-1308001466.cnf 2080108606 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.71 3.95 3.95 1/170 1000
/proc/meminfo: memFree=10919092/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0

[startup+0.095342 s]
/proc/loadavg: 3.71 3.95 3.95 1/170 1000
/proc/meminfo: memFree=10919092/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100337 s]
/proc/loadavg: 3.71 3.95 3.95 1/170 1000
/proc/meminfo: memFree=10919092/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300304 s]
/proc/loadavg: 3.71 3.95 3.95 1/170 1000
/proc/meminfo: memFree=10919092/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700228 s]
/proc/loadavg: 3.71 3.95 3.95 1/170 1000
/proc/meminfo: memFree=10919092/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 3.71 3.95 3.95 5/176 1006
/proc/meminfo: memFree=10903444/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=201816 CPUtime=5.9 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 4385 0 0 0 589 1 0 0 18 0 5 0 990377156 206659584 4197 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 50454 4197 350 389 0 46204 0
[pid=1001/tid=1003] ppid=1000 vsize=201816 CPUtime=1.47 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 384 0 0 0 147 0 0 0 18 0 5 0 990377158 206659584 4197 33554432000 4194304 5787044 140734258338976 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=201816 CPUtime=1.46 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 351 0 0 0 146 0 0 0 18 0 5 0 990377158 206659584 4197 33554432000 4194304 5787044 140734258338976 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=201816 CPUtime=1.46 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 311 0 0 0 146 0 0 0 18 0 5 0 990377159 206659584 4197 33554432000 4194304 5787044 140734258338976 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=201816 CPUtime=1.46 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 361 0 0 0 146 0 0 0 18 0 5 0 990377160 206659584 4197 33554432000 4194304 5787044 140734258338976 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 210516

[startup+3.10079 s]
/proc/loadavg: 3.71 3.95 3.95 5/176 1006
/proc/meminfo: memFree=10899724/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=283408 CPUtime=12.28 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 10549 0 0 0 1224 4 0 0 18 0 5 0 990377156 290209792 9381 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 70852 9381 355 389 0 66602 0
[pid=1001/tid=1003] ppid=1000 vsize=283408 CPUtime=3.07 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 1840 0 0 0 306 1 0 0 18 0 5 0 990377158 290209792 9381 33554432000 4194304 5787044 140734258338976 18446744073709551615 4358977 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=283408 CPUtime=3.06 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 1768 0 0 0 305 1 0 0 18 0 5 0 990377158 290209792 9381 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=283408 CPUtime=3.06 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 1282 0 0 0 305 1 0 0 18 0 5 0 990377159 290209792 9381 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=283408 CPUtime=3.04 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 2681 0 0 0 304 0 0 0 18 0 5 0 990377160 290209792 9381 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 292108

[startup+6.3012 s]
/proc/loadavg: 3.74 3.95 3.95 5/176 1006
/proc/meminfo: memFree=10874000/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=286620 CPUtime=25.09 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 12931 0 0 0 2504 5 0 0 18 0 5 0 990377156 293498880 11754 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 71655 11754 404 389 0 67405 0
[pid=1001/tid=1003] ppid=1000 vsize=286620 CPUtime=6.27 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 2632 0 0 0 626 1 0 0 18 0 5 0 990377158 293498880 11754 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=286620 CPUtime=6.25 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 2307 0 0 0 624 1 0 0 18 0 5 0 990377158 293498880 11754 33554432000 4194304 5787044 140734258338976 18446744073709551615 4218705 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=286620 CPUtime=6.26 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 2296 0 0 0 625 1 0 0 18 0 5 0 990377159 293498880 11754 33554432000 4194304 5787044 140734258338976 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=286620 CPUtime=6.25 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 2718 0 0 0 625 0 0 0 20 0 5 0 990377160 293498880 11754 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 295320

[startup+12.701 s]
/proc/loadavg: 3.76 3.95 3.95 5/176 1006
/proc/meminfo: memFree=10866828/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=291252 CPUtime=50.68 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 15024 0 0 0 5061 7 0 0 18 0 5 0 990377156 298242048 13847 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 72813 13847 404 389 0 68563 0
[pid=1001/tid=1003] ppid=1000 vsize=291252 CPUtime=12.66 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 2924 0 0 0 1265 1 0 0 19 0 5 0 990377158 298242048 13847 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=291252 CPUtime=12.65 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 3482 0 0 0 1263 2 0 0 18 0 5 0 990377158 298242048 13847 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=291252 CPUtime=12.66 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 2921 0 0 0 1264 2 0 0 22 0 5 0 990377159 298242048 13847 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=291252 CPUtime=12.65 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 2719 0 0 0 1265 0 0 0 25 0 5 0 990377160 298242048 13847 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 299952

[startup+25.5006 s]
/proc/loadavg: 3.81 3.95 3.95 5/176 1006
/proc/meminfo: memFree=10858388/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=293292 CPUtime=101.88 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 17153 0 0 0 10176 12 0 0 18 0 5 0 990377156 300331008 15976 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 73323 15976 404 389 0 69073 0
[pid=1001/tid=1003] ppid=1000 vsize=293292 CPUtime=25.46 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 3745 0 0 0 2543 3 0 0 21 0 5 0 990377158 300331008 15976 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=293292 CPUtime=25.45 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 4196 0 0 0 2541 4 0 0 21 0 5 0 990377158 300331008 15976 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=293292 CPUtime=25.46 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 3515 0 0 0 2543 3 0 0 21 0 5 0 990377159 300331008 15976 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=293292 CPUtime=25.45 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 2719 0 0 0 2545 0 0 0 25 0 5 0 990377160 300331008 15976 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 301992

[startup+51.1009 s]
/proc/loadavg: 3.87 3.95 3.95 5/176 1007
/proc/meminfo: memFree=10840464/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=301052 CPUtime=204.27 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 21627 0 0 0 20406 21 0 0 18 0 5 0 990377156 308277248 20447 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 75263 20447 404 389 0 71013 0
[pid=1001/tid=1003] ppid=1000 vsize=301052 CPUtime=51.05 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 5134 0 0 0 5097 8 0 0 25 0 5 0 990377158 308277248 20447 33554432000 4194304 5787044 140734258338976 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=301052 CPUtime=51.04 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 5213 0 0 0 5099 5 0 0 25 0 5 0 990377158 308277248 20447 33554432000 4194304 5787044 140734258338976 18446744073709551615 260020051368 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=301052 CPUtime=51.05 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 5583 0 0 0 5100 5 0 0 25 0 5 0 990377159 308277248 20447 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=301052 CPUtime=51.05 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 2719 0 0 0 5105 0 0 0 25 0 5 0 990377160 308277248 20447 33554432000 4194304 5787044 140734258338976 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 309752

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.95 5/176 1008
/proc/meminfo: memFree=10812740/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=314820 CPUtime=409.07 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 28566 0 0 0 40872 35 0 0 18 0 5 0 990377156 322375680 27277 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 78705 27277 404 389 0 74455 0
[pid=1001/tid=1003] ppid=1000 vsize=314820 CPUtime=102.26 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 7619 0 0 0 10214 12 0 0 25 0 5 0 990377158 322375680 27277 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=314820 CPUtime=102.24 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 7973 0 0 0 10215 9 0 0 25 0 5 0 990377158 322375680 27277 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=314820 CPUtime=102.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 7277 0 0 0 10213 12 0 0 25 0 5 0 990377159 322375680 27277 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=314820 CPUtime=102.25 cores=0-7

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

/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 53441 0 0 0 472135 82 0 0 25 0 5 0 990377158 1070530560 209170 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1045440 CPUtime=4722.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 53423 0 0 0 472107 118 0 0 25 0 5 0 990377159 1070530560 209170 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1045440 CPUtime=4722.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 64986 0 0 0 472136 91 0 0 25 0 5 0 990377160 1070530560 209170 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18889
Current children cumulated vsize (KiB) 1054140

[startup+4782.3 s]
/proc/loadavg: 4.02 4.01 3.98 5/176 1154
/proc/meminfo: memFree=10070972/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1048468 CPUtime=19128.9 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 225413 0 0 0 1912502 392 0 0 18 0 5 0 990377156 1073631232 211657 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 262117 211657 417 389 0 257867 0
[pid=1001/tid=1003] ppid=1000 vsize=1048468 CPUtime=4782.22 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 48099 0 0 0 478125 97 0 0 25 0 5 0 990377158 1073631232 211657 33554432000 4194304 5787044 140734258338976 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1048468 CPUtime=4782.15 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 54076 0 0 0 478132 83 0 0 25 0 5 0 990377158 1073631232 211657 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1048468 CPUtime=4782.24 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 54185 0 0 0 478106 118 0 0 25 0 5 0 990377159 1073631232 211657 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1048468 CPUtime=4782.26 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66075 0 0 0 478135 91 0 0 25 0 5 0 990377160 1073631232 211657 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.9
Current children cumulated vsize (KiB) 1057168

[startup+4842.3 s]
/proc/loadavg: 4.01 4.00 3.98 5/176 1156
/proc/meminfo: memFree=10064724/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1051884 CPUtime=19368.9 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 226950 0 0 0 1936500 395 0 0 18 0 5 0 990377156 1077129216 213194 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 262971 213194 417 389 0 258721 0
[pid=1001/tid=1003] ppid=1000 vsize=1051884 CPUtime=4842.22 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 48100 0 0 0 484125 97 0 0 25 0 5 0 990377158 1077129216 213194 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1051884 CPUtime=4842.16 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 54709 0 0 0 484130 86 0 0 25 0 5 0 990377158 1077129216 213194 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1051884 CPUtime=4842.24 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 54978 0 0 0 484105 119 0 0 25 0 5 0 990377159 1077129216 213194 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1051884 CPUtime=4842.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66185 0 0 0 484135 92 0 0 25 0 5 0 990377160 1077129216 213194 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527722 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.9
Current children cumulated vsize (KiB) 1060584

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 1157
/proc/meminfo: memFree=10054500/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1059400 CPUtime=19608.9 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 229551 0 0 0 1960496 399 0 0 18 0 5 0 990377156 1084825600 215795 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 264850 215795 417 389 0 260600 0
[pid=1001/tid=1003] ppid=1000 vsize=1059400 CPUtime=4902.22 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 48100 0 0 0 490125 97 0 0 25 0 5 0 990377158 1084825600 215795 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1059400 CPUtime=4902.16 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 55323 0 0 0 490127 89 0 0 25 0 5 0 990377158 1084825600 215795 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1059400 CPUtime=4902.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 56813 0 0 0 490105 120 0 0 25 0 5 0 990377159 1084825600 215795 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1059400 CPUtime=4902.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66337 0 0 0 490135 92 0 0 25 0 5 0 990377160 1084825600 215795 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19609
Current children cumulated vsize (KiB) 1068100

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 1159
/proc/meminfo: memFree=10044284/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1062504 CPUtime=19849 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 232108 0 0 0 1984493 403 0 0 18 0 5 0 990377156 1088004096 218352 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 265626 218352 417 389 0 261376 0
[pid=1001/tid=1003] ppid=1000 vsize=1062504 CPUtime=4962.22 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 49125 0 0 0 496125 97 0 0 25 0 5 0 990377158 1088004096 218352 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1062504 CPUtime=4962.16 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 55954 0 0 0 496125 91 0 0 25 0 5 0 990377158 1088004096 218352 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1062504 CPUtime=4962.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 57606 0 0 0 496104 121 0 0 25 0 5 0 990377159 1088004096 218352 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1062504 CPUtime=4962.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66445 0 0 0 496135 92 0 0 25 0 5 0 990377160 1088004096 218352 33554432000 4194304 5787044 140734258338976 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19849
Current children cumulated vsize (KiB) 1071204

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 1161
/proc/meminfo: memFree=10033572/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1065640 CPUtime=20089 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 234717 0 0 0 2008489 407 0 0 18 0 5 0 990377156 1091215360 220961 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 266410 220961 417 389 0 262160 0
[pid=1001/tid=1003] ppid=1000 vsize=1065640 CPUtime=5022.22 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 50156 0 0 0 502125 97 0 0 25 0 5 0 990377158 1091215360 220961 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1065640 CPUtime=5022.16 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 56611 0 0 0 502122 94 0 0 25 0 5 0 990377158 1091215360 220961 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1065640 CPUtime=5022.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 58398 0 0 0 502103 122 0 0 25 0 5 0 990377159 1091215360 220961 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1065640 CPUtime=5022.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66574 0 0 0 502135 92 0 0 25 0 5 0 990377160 1091215360 220961 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 1074340

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 1162
/proc/meminfo: memFree=10021744/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1068956 CPUtime=20329 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 237686 0 0 0 2032485 412 0 0 18 0 5 0 990377156 1094610944 223930 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 267239 223930 417 389 0 262989 0
[pid=1001/tid=1003] ppid=1000 vsize=1068956 CPUtime=5082.23 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 51681 0 0 0 508123 100 0 0 25 0 5 0 990377158 1094610944 223930 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1068956 CPUtime=5082.16 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 57204 0 0 0 508120 96 0 0 25 0 5 0 990377158 1094610944 223930 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1068956 CPUtime=5082.25 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 59189 0 0 0 508103 122 0 0 25 0 5 0 990377159 1094610944 223930 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1068956 CPUtime=5082.27 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66634 0 0 0 508135 92 0 0 25 0 5 0 990377160 1094610944 223930 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20329
Current children cumulated vsize (KiB) 1077656



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 1163
/proc/meminfo: memFree=10019360/32951124 swapFree=67056304/67111528
[pid=1000] ppid=998 vsize=8700 CPUtime=0 cores=0-7
/proc/1000/stat : 1000 (priss.sh) S 998 1000 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990377156 8908800 252 33554432000 4194304 4922060 140733604883984 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1000/statm: 2175 252 211 178 0 68 0
[pid=1001] ppid=1000 vsize=1069732 CPUtime=20399.8 cores=0-7
/proc/1001/stat : 1001 (priss) S 1000 1000 326 0 -1 4202496 238330 0 0 0 2039565 414 0 0 18 0 5 0 990377156 1095405568 224574 33554432000 4194304 5787044 140734258338976 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1001/statm: 267433 224574 417 389 0 263183 0
[pid=1001/tid=1003] ppid=1000 vsize=1069732 CPUtime=5099.93 cores=0-7
/proc/1001/task/1003/stat : 1003 (priss) R 1000 1000 326 0 -1 4202560 51874 0 0 0 509892 101 0 0 25 0 5 0 990377158 1095405568 224574 33554432000 4194304 5787044 140734258338976 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1001/tid=1004] ppid=1000 vsize=1069732 CPUtime=5099.87 cores=0-7
/proc/1001/task/1004/stat : 1004 (priss) R 1000 1000 326 0 -1 4202560 57387 0 0 0 509891 96 0 0 25 0 5 0 990377158 1095405568 224574 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=1001/tid=1005] ppid=1000 vsize=1069732 CPUtime=5099.96 cores=0-7
/proc/1001/task/1005/stat : 1005 (priss) R 1000 1000 326 0 -1 4202560 59358 0 0 0 509873 123 0 0 25 0 5 0 990377159 1095405568 224574 33554432000 4194304 5787044 140734258338976 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1001/tid=1006] ppid=1000 vsize=1069732 CPUtime=5099.98 cores=0-7
/proc/1001/task/1006/stat : 1006 (priss) R 1000 1000 326 0 -1 4202560 66733 0 0 0 509906 92 0 0 25 0 5 0 990377160 1095405568 224574 33554432000 4194304 5787044 140734258338976 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.8
Current children cumulated vsize (KiB) 1078432

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 1000 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 20399.8
#
# 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): 20399.8
CPU user time (s): 20395.7
CPU system time (s): 4.14
CPU usage (%): 399.994
Max. virtual memory (cumulated for all children) (KiB): 1078432

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

runsolver used 7.2539 second user time and 20.5579 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 23:44:26
IDJOB=3499469
IDBENCH=83275
IDSOLVER=1994
FILE ID=node110/3499469-1308001466
RUNJOBID= node110-1307987150-340
PBS_JOBID= 13559801
Free space on /var/tmp= 2884 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499469-1308001466/watcher-3499469-1308001466 -o /var/tmp/evaluation-result-3499469-1308001466/solver-3499469-1308001466 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499469-1308001466.cnf 2080108606 40000 31000 8

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=2080108606

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10919636 kB
Buffers:        118400 kB
Cached:       21171296 kB
SwapCached:       9184 kB
Active:        5790696 kB
Inactive:     15518032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10919636 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:       17092 kB
Mapped:          12844 kB
Slab:           657764 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184236 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= 2880 MiB
End job on node110 at 2011-06-14 01:09:28