Trace number 3262120

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.19 1202.32

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

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: 9244
0.00/0.00	c parsetime: 5011us
0.00/0.00	c parsed 16458 clauses with 174 variables
0.00/0.01	c NW started thread 0 successfully (1093482816)
0.00/0.01	c NW started thread 1 successfully (1103972672)
0.00/0.01	c NW started thread 2 successfully (1114462528)
0.00/0.01	c NW started thread 3 successfully (1124952384)
5.53/1.45	c preprocessor returned 10053 variables
5.53/1.45	c preprocessing returned UNKNOWN
5.53/1.45	c PP set 0 variables
5.53/1.45	c pp time: 1440275us (1s)
5.53/1.45	c preprocessor returned 10053 variables
5.53/1.45	c preprocessing returned UNKNOWN
5.53/1.45	c PP set 0 variables
5.53/1.45	c pp time: 1445985us (1s)
5.53/1.45	c preprocessor returned 10053 variables
5.53/1.45	c preprocessing returned UNKNOWN
5.53/1.45	c PP set 0 variables
5.53/1.45	c pp time: 1446695us (1s)
292.16/73.46	c preprocessor returned 30161 variables
292.16/73.46	c preprocessing returned UNKNOWN
292.16/73.46	c PP set 0 variables
292.16/73.46	c pp time: 73447910us (73s)
403.56/101.33	c added unsatisfied clause
403.56/101.33	c failed to add network clauses
4730.26/1184.87	c added unsatisfied clause
4730.26/1184.87	c failed to add network 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.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-3262120-1304059777/watcher-3262120-1304059777 -o /tmp/evaluation-result-3262120-1304059777/solver-3262120-1304059777 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262120-1304059777.cnf 1113697782 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: 8.13 8.10 8.04 5/180 9243
/proc/meminfo: memFree=25901160/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0

[startup+0.058907 s]
/proc/loadavg: 8.13 8.10 8.04 5/180 9243
/proc/meminfo: memFree=25901160/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.158889 s]
/proc/loadavg: 8.13 8.10 8.04 5/180 9243
/proc/meminfo: memFree=25901160/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300866 s]
/proc/loadavg: 8.13 8.10 8.04 5/180 9243
/proc/meminfo: memFree=25901160/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700796 s]
/proc/loadavg: 8.13 8.10 8.04 5/180 9243
/proc/meminfo: memFree=25901160/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 8.13 8.10 8.04 10/186 9249
/proc/meminfo: memFree=25875940/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=278864 CPUtime=5.94 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 9502 0 0 0 592 2 0 0 25 0 5 0 517576388 285556736 8854 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 69716 8854 402 389 0 65466 0
[pid=9244/tid=9246] ppid=9243 vsize=278864 CPUtime=1.47 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 1738 0 0 0 147 0 0 0 25 0 5 0 517576389 285556736 8854 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591139 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=278864 CPUtime=1.47 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 1935 0 0 0 147 0 0 0 25 0 5 0 517576389 285556736 8854 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=278864 CPUtime=1.47 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 1885 0 0 0 147 0 0 0 18 0 5 0 517576390 285556736 8854 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=278864 CPUtime=1.48 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2254 0 0 0 148 0 0 0 19 0 5 0 517576390 285556736 8854 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 287564

[startup+3.10038 s]
/proc/loadavg: 8.13 8.10 8.04 10/186 9249
/proc/meminfo: memFree=25864904/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=282964 CPUtime=11.86 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 10805 0 0 0 1164 22 0 0 25 0 5 0 517576388 289755136 10157 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 70741 10157 404 389 0 66491 0
[pid=9244/tid=9246] ppid=9243 vsize=282964 CPUtime=3.03 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 1852 0 0 0 295 8 0 0 25 0 5 0 517576389 289755136 10157 33554432000 4194304 5787044 140737281102736 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=282964 CPUtime=3.04 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 1954 0 0 0 304 0 0 0 25 0 5 0 517576389 289755136 10157 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590453 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=282964 CPUtime=3.03 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 3051 0 0 0 294 9 0 0 21 0 5 0 517576390 289755136 10157 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=282964 CPUtime=2.71 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2258 0 0 0 268 3 0 0 21 0 5 0 517576390 289755136 10157 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 291664

[startup+6.30083 s]
/proc/loadavg: 7.80 8.03 8.02 10/186 9282
/proc/meminfo: memFree=26590816/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=282964 CPUtime=24.63 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 11279 0 0 0 2440 23 0 0 25 0 5 0 517576388 289755136 10631 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 70741 10631 404 389 0 66491 0
[pid=9244/tid=9246] ppid=9243 vsize=282964 CPUtime=6.2 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 1920 0 0 0 612 8 0 0 25 0 5 0 517576389 289755136 10631 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=282964 CPUtime=6.24 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 2173 0 0 0 624 0 0 0 25 0 5 0 517576389 289755136 10631 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=282964 CPUtime=6.23 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 3236 0 0 0 614 9 0 0 25 0 5 0 517576390 289755136 10631 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590876 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=282964 CPUtime=5.9 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2260 0 0 0 587 3 0 0 25 0 5 0 517576390 289755136 10631 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 291664

[startup+12.7007 s]
/proc/loadavg: 7.82 8.03 8.02 9/186 9282
/proc/meminfo: memFree=26552648/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=284436 CPUtime=49.72 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 12622 0 0 0 4943 29 0 0 25 0 5 0 517576388 291262464 11974 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 71109 11974 404 389 0 66859 0
[pid=9244/tid=9246] ppid=9243 vsize=284436 CPUtime=12.57 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 2362 0 0 0 1248 9 0 0 25 0 5 0 517576389 291262464 11974 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=284436 CPUtime=12.65 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 2499 0 0 0 1264 1 0 0 25 0 5 0 517576389 291262464 11974 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=284436 CPUtime=12.63 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 3811 0 0 0 1253 10 0 0 25 0 5 0 517576390 291262464 11974 33554432000 4194304 5787044 140737281102736 18446744073709551615 4692655 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=284436 CPUtime=11.83 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2260 0 0 0 1177 6 0 0 25 0 5 0 517576390 291262464 11974 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 293136

[startup+25.5005 s]
/proc/loadavg: 7.86 8.03 8.02 9/186 9283
/proc/meminfo: memFree=26529736/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=291188 CPUtime=100.84 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 15987 0 0 0 10053 31 0 0 25 0 5 0 517576388 298176512 15338 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 72797 15338 404 389 0 68547 0
[pid=9244/tid=9246] ppid=9243 vsize=291188 CPUtime=25.29 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 3222 0 0 0 2519 10 0 0 25 0 5 0 517576389 298176512 15338 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=291188 CPUtime=25.45 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 4284 0 0 0 2543 2 0 0 25 0 5 0 517576389 298176512 15338 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=291188 CPUtime=25.43 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 4531 0 0 0 2533 10 0 0 25 0 5 0 517576390 298176512 15338 33554432000 4194304 5787044 140737281102736 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=291188 CPUtime=24.63 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2260 0 0 0 2456 7 0 0 25 0 5 0 517576390 298176512 15338 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.84
Current children cumulated vsize (KiB) 299888

[startup+51.1011 s]
/proc/loadavg: 7.97 8.04 8.02 9/186 9283
/proc/meminfo: memFree=26493100/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=298888 CPUtime=203.08 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 19932 0 0 0 20272 36 0 0 25 0 5 0 517576388 306061312 19281 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 74722 19281 404 389 0 70472 0
[pid=9244/tid=9246] ppid=9243 vsize=298888 CPUtime=50.76 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 5149 0 0 0 5064 12 0 0 25 0 5 0 517576389 306061312 19281 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=298888 CPUtime=51.04 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 5496 0 0 0 5100 4 0 0 25 0 5 0 517576389 306061312 19281 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=298888 CPUtime=51.03 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 5337 0 0 0 5092 11 0 0 25 0 5 0 517576390 306061312 19281 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=298888 CPUtime=50.21 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 2260 0 0 0 5014 7 0 0 25 0 5 0 517576390 306061312 19281 33554432000 4194304 5787044 140737281102736 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 307588

[startup+102.306 s]
/proc/loadavg: 8.05 8.05 8.02 9/186 9285
/proc/meminfo: memFree=26435804/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=306512 CPUtime=407.58 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 27307 0 0 0 40714 44 0 0 25 0 5 0 517576388 313868288 25785 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 76628 25785 418 389 0 72378 0
[pid=9244/tid=9246] ppid=9243 vsize=306512 CPUtime=101.66 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 6980 0 0 0 10152 14 0 0 25 0 5 0 517576389 313868288 25785 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=306512 CPUtime=102.25 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 6790 0 0 0 10218 7 0 0 25 0 5 0 517576389 313868288 25785 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=306512 CPUtime=102.23 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 6884 0 0 0 10210 13 0 0 25 0 5 0 517576390 313868288 25785 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=306512 CPUtime=101.4 cores=1,3,5,7

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

/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 15327 0 0 0 88202 18 0 0 25 0 5 0 517576389 404283392 69997 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=394808 CPUtime=882.2 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 17636 0 0 0 88195 25 0 0 25 0 5 0 517576390 404283392 69997 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=394808 CPUtime=881.17 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 17418 0 0 0 88092 25 0 0 25 0 5 0 517576390 404283392 69997 33554432000 4194304 5787044 140737281102736 18446744073709551615 5521936 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.9
Current children cumulated vsize (KiB) 403508

[startup+942.301 s]
/proc/loadavg: 8.18 8.11 8.04 9/186 9316
/proc/meminfo: memFree=26026000/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=401352 CPUtime=3762.54 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 75062 0 0 0 376155 99 0 0 25 0 5 0 517576388 410984448 71989 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 100338 71989 419 389 0 96088 0
[pid=9244/tid=9246] ppid=9243 vsize=401352 CPUtime=936.97 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 21309 0 0 0 93669 28 0 0 25 0 5 0 517576389 410984448 71989 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=401352 CPUtime=942.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 16438 0 0 0 94201 18 0 0 25 0 5 0 517576389 410984448 71989 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=401352 CPUtime=942.18 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 18207 0 0 0 94192 26 0 0 25 0 5 0 517576390 410984448 71989 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=401352 CPUtime=941.15 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 17418 0 0 0 94090 25 0 0 25 0 5 0 517576390 410984448 71989 33554432000 4194304 5787044 140737281102736 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.54
Current children cumulated vsize (KiB) 410052

[startup+1002.3 s]
/proc/loadavg: 8.19 8.12 8.04 10/187 9321
/proc/meminfo: memFree=25984836/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=405452 CPUtime=4001.93 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 75802 0 0 0 400094 99 0 0 25 0 5 0 517576388 415182848 72729 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 101363 72729 419 389 0 97113 0
[pid=9244/tid=9246] ppid=9243 vsize=405452 CPUtime=996.63 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 21937 0 0 0 99635 28 0 0 25 0 5 0 517576389 415182848 72729 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=405452 CPUtime=1002.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 16545 0 0 0 100201 18 0 0 25 0 5 0 517576389 415182848 72729 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=405452 CPUtime=1001.91 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 18207 0 0 0 100165 26 0 0 25 0 5 0 517576390 415182848 72729 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=405452 CPUtime=1001.15 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 17423 0 0 0 100090 25 0 0 25 0 5 0 517576390 415182848 72729 33554432000 4194304 5787044 140737281102736 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.93
Current children cumulated vsize (KiB) 414152

[startup+1062.3 s]
/proc/loadavg: 8.27 8.17 8.06 9/186 9322
/proc/meminfo: memFree=25983588/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=405984 CPUtime=4240.96 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 76676 0 0 0 423996 100 0 0 25 0 5 0 517576388 415727616 73603 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 101496 73603 419 389 0 97246 0
[pid=9244/tid=9246] ppid=9243 vsize=405984 CPUtime=1056.3 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 22289 0 0 0 105602 28 0 0 25 0 5 0 517576389 415727616 73603 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=405984 CPUtime=1062.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 16730 0 0 0 106201 18 0 0 25 0 5 0 517576389 415727616 73603 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=405984 CPUtime=1061.27 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 18538 0 0 0 106101 26 0 0 25 0 5 0 517576390 415727616 73603 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=405984 CPUtime=1061.15 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 17429 0 0 0 106090 25 0 0 25 0 5 0 517576390 415727616 73603 33554432000 4194304 5787044 140737281102736 18446744073709551615 5530957 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4240.96
Current children cumulated vsize (KiB) 414684

[startup+1122.3 s]
/proc/loadavg: 8.10 8.13 8.06 9/186 9324
/proc/meminfo: memFree=25964360/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=414952 CPUtime=4480.62 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 81035 0 0 0 447956 106 0 0 25 0 5 0 517576388 424910848 77962 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 103738 77962 419 389 0 99488 0
[pid=9244/tid=9246] ppid=9243 vsize=414952 CPUtime=1115.96 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 23131 0 0 0 111566 30 0 0 25 0 5 0 517576389 424910848 77962 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=414952 CPUtime=1122.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 16938 0 0 0 112201 18 0 0 25 0 5 0 517576389 424910848 77962 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=414952 CPUtime=1121.27 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 20356 0 0 0 112098 29 0 0 25 0 5 0 517576390 424910848 77962 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=414952 CPUtime=1121.14 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 18920 0 0 0 112088 26 0 0 25 0 5 0 517576390 424910848 77962 33554432000 4194304 5787044 140737281102736 18446744073709551615 5530830 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4480.62
Current children cumulated vsize (KiB) 423652

[startup+1182.3 s]
/proc/loadavg: 8.03 8.11 8.05 9/186 9326
/proc/meminfo: memFree=25949360/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=422332 CPUtime=4720.27 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 84346 0 0 0 471917 110 0 0 25 0 5 0 517576388 432467968 81273 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 105583 81273 419 389 0 101333 0
[pid=9244/tid=9246] ppid=9243 vsize=422332 CPUtime=1175.63 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 23454 0 0 0 117532 31 0 0 25 0 5 0 517576389 432467968 81273 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=422332 CPUtime=1182.17 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 17490 0 0 0 118198 19 0 0 25 0 5 0 517576389 432467968 81273 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=422332 CPUtime=1181.28 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 21031 0 0 0 118097 31 0 0 25 0 5 0 517576390 432467968 81273 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=422332 CPUtime=1181.15 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 20681 0 0 0 118087 28 0 0 25 0 5 0 517576390 432467968 81273 33554432000 4194304 5787044 140737281102736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.27
Current children cumulated vsize (KiB) 431032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.10 8.11 8.05 9/186 9326
/proc/meminfo: memFree=25944768/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=491968 CPUtime=4800.19 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 85567 0 0 0 479908 111 0 0 25 0 5 0 517576388 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 122992 82236 419 389 0 118742 0
[pid=9244/tid=9246] ppid=9243 vsize=491968 CPUtime=1195.51 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 24110 0 0 0 119520 31 0 0 25 0 5 0 517576389 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=491968 CPUtime=1202.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 17490 0 0 0 120200 19 0 0 25 0 5 0 517576389 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=491968 CPUtime=1201.29 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 21039 0 0 0 120098 31 0 0 25 0 5 0 517576390 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=491968 CPUtime=1201.16 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 21238 0 0 0 120088 28 0 0 25 0 5 0 517576390 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 500668

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

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

[startup+1202.31 s]
/proc/loadavg: 8.10 8.11 8.05 9/186 9326
/proc/meminfo: memFree=25944768/32951132 swapFree=67111364/67111528
[pid=9243] ppid=9241 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9243/stat : 9243 (priss.sh) S 9241 9243 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517576388 8908800 251 33554432000 4194304 4922060 140734879584912 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9243/statm: 2175 251 211 178 0 68 0
[pid=9244] ppid=9243 vsize=491968 CPUtime=4800.19 cores=1,3,5,7
/proc/9244/stat : 9244 (priss) S 9243 9243 7814 0 -1 4202496 85567 0 0 0 479908 111 0 0 25 0 5 0 517576388 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9244/statm: 122992 82236 419 389 0 118742 0
[pid=9244/tid=9246] ppid=9243 vsize=491968 CPUtime=1195.51 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (priss) R 9243 9243 7814 0 -1 4202560 24110 0 0 0 119520 31 0 0 25 0 5 0 517576389 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9244/tid=9247] ppid=9243 vsize=491968 CPUtime=1202.19 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (priss) R 9243 9243 7814 0 -1 4202560 17490 0 0 0 120200 19 0 0 25 0 5 0 517576389 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9244/tid=9248] ppid=9243 vsize=491968 CPUtime=1201.29 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (priss) R 9243 9243 7814 0 -1 4202560 21039 0 0 0 120098 31 0 0 25 0 5 0 517576390 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9244/tid=9249] ppid=9243 vsize=491968 CPUtime=1201.16 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (priss) R 9243 9243 7814 0 -1 4202560 21238 0 0 0 120088 28 0 0 25 0 5 0 517576390 503775232 82236 33554432000 4194304 5787044 140737281102736 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 500668

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9243 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.32
CPU time (s): 4800.19
CPU user time (s): 4799.08
CPU system time (s): 1.11
CPU usage (%): 399.243
Max. virtual memory (cumulated for all children) (KiB): 500668

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

runsolver used 1.60476 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 08:49:37
IDJOB=3262120
IDBENCH=83273
IDSOLVER=1603
FILE ID=node128/3262120-1304059777
RUNJOBID= node128-1304045274-7833
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262120-1304059777/watcher-3262120-1304059777 -o /tmp/evaluation-result-3262120-1304059777/solver-3262120-1304059777 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262120-1304059777.cnf 1113697782 4800 15500 4

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=1113697782

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25901308 kB
Buffers:       1269872 kB
Cached:        4382584 kB
SwapCached:        160 kB
Active:         987080 kB
Inactive:      5476476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25901308 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1864 kB
Writeback:          16 kB
AnonPages:      809960 kB
Mapped:          15856 kB
Slab:           523252 kB
PageTables:       6588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1016992 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= 66972 MiB
End job on node128 at 2011-04-29 09:09:42