Trace number 3250722

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.12 1202.12

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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: 9387
0.00/0.00	c parsetime: 4054us
0.00/0.00	c parsed 13362 clauses with 218 variables
0.00/0.00	c NW started thread 0 successfully (1086695744)
0.00/0.01	c NW started thread 1 successfully (1097185600)
0.00/0.01	c NW started thread 2 successfully (1107675456)
0.00/0.01	c NW started thread 3 successfully (1118165312)
0.00/0.95	c preprocessor returned 10008 variables
0.00/0.95	c preprocessing returned UNKNOWN
0.00/0.95	c PP set 0 variables
0.00/0.95	c pp time: 940871us (0s)
0.00/0.95	c preprocessor returned 10008 variables
0.00/0.95	c preprocessing returned UNKNOWN
0.00/0.95	c PP set 0 variables
0.00/0.95	c pp time: 940301us (0s)
0.00/0.95	c preprocessor returned 10008 variables
0.00/0.95	c preprocessing returned UNKNOWN
0.00/0.95	c PP set 0 variables
0.00/0.95	c pp time: 941172us (0s)
271.68/68.23	c preprocessor returned 30014 variables
271.68/68.23	c preprocessing returned UNKNOWN
271.68/68.23	c PP set 0 variables
271.68/68.23	c pp time: 68217682us (68s)

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-3250722-1304060986/watcher-3250722-1304060986 -o /tmp/evaluation-result-3250722-1304060986/solver-3250722-1304060986 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250722-1304060986.cnf 945874453 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.55 8.00 8.01 5/180 9386
/proc/meminfo: memFree=26602860/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0

[startup+0.220544 s]
/proc/loadavg: 7.55 8.00 8.01 5/180 9386
/proc/meminfo: memFree=26602860/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300529 s]
/proc/loadavg: 7.55 8.00 8.01 5/180 9386
/proc/meminfo: memFree=26602860/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.400513 s]
/proc/loadavg: 7.55 8.00 8.01 5/180 9386
/proc/meminfo: memFree=26602860/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70046 s]
/proc/loadavg: 7.55 8.00 8.01 5/180 9386
/proc/meminfo: memFree=26602860/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 7.55 8.00 8.01 9/186 9392
/proc/meminfo: memFree=26572804/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=279508 CPUtime=5.93 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 9840 0 0 0 591 2 0 0 18 0 5 0 517697278 286216192 7739 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 69877 7739 404 389 0 65627 0
[pid=9387/tid=9389] ppid=9386 vsize=279508 CPUtime=1.48 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 1951 0 0 0 148 0 0 0 18 0 5 0 517697279 286216192 7739 33554432000 4194304 5787044 140736666642912 18446744073709551615 5590340 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=279508 CPUtime=1.47 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 2137 0 0 0 147 0 0 0 19 0 5 0 517697279 286216192 7739 33554432000 4194304 5787044 140736666642912 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=279508 CPUtime=1.48 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 2075 0 0 0 148 0 0 0 18 0 5 0 517697279 286216192 7739 33554432000 4194304 5787044 140736666642912 18446744073709551615 5590400 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=279508 CPUtime=1.46 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 146 0 0 0 20 0 5 0 517697279 286216192 7739 33554432000 4194304 5787044 140736666642912 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 288208

[startup+3.10105 s]
/proc/loadavg: 7.55 8.00 8.01 9/186 9392
/proc/meminfo: memFree=26565480/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=280180 CPUtime=12.32 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 10368 0 0 0 1230 2 0 0 18 0 5 0 517697278 286904320 8267 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 70045 8267 404 389 0 65795 0
[pid=9387/tid=9389] ppid=9386 vsize=280180 CPUtime=3.08 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 2110 0 0 0 308 0 0 0 21 0 5 0 517697279 286904320 8267 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=280180 CPUtime=3.06 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 2309 0 0 0 306 0 0 0 23 0 5 0 517697279 286904320 8267 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=280180 CPUtime=3.08 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 2272 0 0 0 308 0 0 0 21 0 5 0 517697279 286904320 8267 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=280180 CPUtime=3.06 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 306 0 0 0 25 0 5 0 517697279 286904320 8267 33554432000 4194304 5787044 140736666642912 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 288880

[startup+6.3005 s]
/proc/loadavg: 7.58 8.00 8.01 9/186 9392
/proc/meminfo: memFree=26554644/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=285536 CPUtime=24.54 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 12345 0 0 0 2451 3 0 0 18 0 5 0 517697278 292388864 10244 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 71384 10244 404 389 0 67134 0
[pid=9387/tid=9389] ppid=9386 vsize=285536 CPUtime=6.28 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 2413 0 0 0 628 0 0 0 25 0 5 0 517697279 292388864 10244 33554432000 4194304 5787044 140736666642912 18446744073709551615 5590380 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=285536 CPUtime=6.24 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 2631 0 0 0 624 0 0 0 25 0 5 0 517697279 292388864 10244 33554432000 4194304 5787044 140736666642912 18446744073709551615 5601783 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=285536 CPUtime=5.99 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 3624 0 0 0 598 1 0 0 25 0 5 0 517697279 292388864 10244 33554432000 4194304 5787044 140736666642912 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=285536 CPUtime=5.98 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 598 0 0 0 25 0 5 0 517697279 292388864 10244 33554432000 4194304 5787044 140736666642912 18446744073709551615 4358967 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 294236

[startup+12.7004 s]
/proc/loadavg: 7.62 8.00 8.01 10/186 9393
/proc/meminfo: memFree=26539192/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=287612 CPUtime=50.06 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 14094 0 0 0 4997 9 0 0 18 0 5 0 517697278 294514688 11993 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 71903 11993 404 389 0 67653 0
[pid=9387/tid=9389] ppid=9386 vsize=287612 CPUtime=12.68 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 3106 0 0 0 1267 1 0 0 25 0 5 0 517697279 294514688 11993 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=287612 CPUtime=12.6 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 3094 0 0 0 1260 0 0 0 25 0 5 0 517697279 294514688 11993 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=287612 CPUtime=12.36 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 4217 0 0 0 1230 6 0 0 25 0 5 0 517697279 294514688 11993 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=287612 CPUtime=12.38 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 1238 0 0 0 25 0 5 0 517697279 294514688 11993 33554432000 4194304 5787044 140736666642912 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 296312

[startup+25.5062 s]
/proc/loadavg: 7.70 8.00 8.01 9/186 9393
/proc/meminfo: memFree=26511660/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=294344 CPUtime=101.2 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 17584 0 0 0 10109 11 0 0 18 0 5 0 517697278 301408256 15483 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 73586 15483 404 389 0 69336 0
[pid=9387/tid=9389] ppid=9386 vsize=294344 CPUtime=25.49 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 3455 0 0 0 2547 2 0 0 25 0 5 0 517697279 301408256 15483 33554432000 4194304 5787044 140736666642912 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=294344 CPUtime=25.34 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 3860 0 0 0 2533 1 0 0 25 0 5 0 517697279 301408256 15483 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=294344 CPUtime=25.15 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 6592 0 0 0 2508 7 0 0 25 0 5 0 517697279 301408256 15483 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=294344 CPUtime=25.19 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 2519 0 0 0 25 0 5 0 517697279 301408256 15483 33554432000 4194304 5787044 140736666642912 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 303044

[startup+51.1008 s]
/proc/loadavg: 7.80 8.00 8.01 9/186 9394
/proc/meminfo: memFree=26475400/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=301148 CPUtime=203.39 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 22297 0 0 0 20322 17 0 0 18 0 5 0 517697278 308375552 20195 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 75287 20195 404 389 0 71037 0
[pid=9387/tid=9389] ppid=9386 vsize=301148 CPUtime=51.07 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 4474 0 0 0 5104 3 0 0 25 0 5 0 517697279 308375552 20195 33554432000 4194304 5787044 140736666642912 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=301148 CPUtime=50.79 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 5167 0 0 0 5077 2 0 0 25 0 5 0 517697279 308375552 20195 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=301148 CPUtime=50.71 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 8979 0 0 0 5060 11 0 0 25 0 5 0 517697279 308375552 20195 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=301148 CPUtime=50.78 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 2031 0 0 0 5078 0 0 0 25 0 5 0 517697279 308375552 20195 33554432000 4194304 5787044 140736666642912 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 309848

[startup+102.301 s]
/proc/loadavg: 7.95 8.01 8.01 9/186 9395
/proc/meminfo: memFree=26403352/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=308776 CPUtime=407.85 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 29440 0 0 0 40760 25 0 0 18 0 5 0 517697278 316186624 26243 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 77194 26243 417 389 0 72944 0
[pid=9387/tid=9389] ppid=9386 vsize=308776 CPUtime=102.26 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 5167 0 0 0 10223 3 0 0 25 0 5 0 517697279 316186624 26243 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591619 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=308776 CPUtime=101.71 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 7795 0 0 0 10166 5 0 0 25 0 5 0 517697279 316186624 26243 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=308776 CPUtime=101.85 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 10153 0 0 0 10172 13 0 0 25 0 5 0 517697279 316186624 26243 33554432000 4194304 5787044 140736666642912 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=308776 CPUtime=101.98 cores=0,2,4,6

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

/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 18309 0 0 0 87876 15 0 0 25 0 5 0 517697279 396808192 75107 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=387508 CPUtime=881.27 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 24587 0 0 0 88082 45 0 0 25 0 5 0 517697279 396808192 75107 33554432000 4194304 5787044 140736666642912 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=387508 CPUtime=881.96 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 19824 0 0 0 88181 15 0 0 25 0 5 0 517697279 396808192 75107 33554432000 4194304 5787044 140736666642912 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3522.94
Current children cumulated vsize (KiB) 396208

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/186 9417
/proc/meminfo: memFree=25954884/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=402460 CPUtime=3762.55 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 83035 0 0 0 376158 97 0 0 18 0 5 0 517697278 412119040 78221 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 100615 78221 417 389 0 96365 0
[pid=9387/tid=9389] ppid=9386 vsize=402460 CPUtime=940.77 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 16253 0 0 0 94058 19 0 0 25 0 5 0 517697279 412119040 78221 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=402460 CPUtime=938.58 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 19058 0 0 0 93843 15 0 0 25 0 5 0 517697279 412119040 78221 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=402460 CPUtime=941.21 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 24589 0 0 0 94075 46 0 0 25 0 5 0 517697279 412119040 78221 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=402460 CPUtime=941.96 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 21489 0 0 0 94180 16 0 0 25 0 5 0 517697279 412119040 78221 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3762.55
Current children cumulated vsize (KiB) 411160

[startup+1002.31 s]
/proc/loadavg: 8.04 8.03 8.00 9/186 9419
/proc/meminfo: memFree=25920152/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=414916 CPUtime=4002.19 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 86613 0 0 0 400119 100 0 0 18 0 5 0 517697278 424873984 81799 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 103729 81799 417 389 0 99479 0
[pid=9387/tid=9389] ppid=9386 vsize=414916 CPUtime=1000.77 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 17417 0 0 0 100058 19 0 0 25 0 5 0 517697279 424873984 81799 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=414916 CPUtime=998.25 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 20434 0 0 0 99810 15 0 0 25 0 5 0 517697279 424873984 81799 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=414916 CPUtime=1001.18 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 24598 0 0 0 100071 47 0 0 25 0 5 0 517697279 424873984 81799 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=414916 CPUtime=1001.96 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 22518 0 0 0 100179 17 0 0 25 0 5 0 517697279 424873984 81799 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.19
Current children cumulated vsize (KiB) 423616

[startup+1062.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/186 9421
/proc/meminfo: memFree=25883316/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=488492 CPUtime=4241.8 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 90092 0 0 0 424075 105 0 0 18 0 5 0 517697278 500215808 85278 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 122123 85278 417 389 0 117873 0
[pid=9387/tid=9389] ppid=9386 vsize=488492 CPUtime=1060.76 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 17539 0 0 0 106057 19 0 0 25 0 5 0 517697279 500215808 85278 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=488492 CPUtime=1057.92 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 21398 0 0 0 105775 17 0 0 25 0 5 0 517697279 500215808 85278 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=488492 CPUtime=1061.12 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 24989 0 0 0 106063 49 0 0 25 0 5 0 517697279 500215808 85278 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=488492 CPUtime=1061.95 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 24520 0 0 0 106177 18 0 0 25 0 5 0 517697279 500215808 85278 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4241.8
Current children cumulated vsize (KiB) 497192

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/186 9422
/proc/meminfo: memFree=25855416/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=505280 CPUtime=4481.43 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 95013 0 0 0 448032 111 0 0 18 0 5 0 517697278 517406720 90199 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 126320 90199 417 389 0 122070 0
[pid=9387/tid=9389] ppid=9386 vsize=505280 CPUtime=1120.76 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 17995 0 0 0 112056 20 0 0 25 0 5 0 517697279 517406720 90199 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=505280 CPUtime=1117.59 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 23076 0 0 0 111740 19 0 0 25 0 5 0 517697279 517406720 90199 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=505280 CPUtime=1121.07 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 26166 0 0 0 112056 51 0 0 25 0 5 0 517697279 517406720 90199 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=505280 CPUtime=1121.96 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 26130 0 0 0 112177 19 0 0 25 0 5 0 517697279 517406720 90199 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4481.43
Current children cumulated vsize (KiB) 513980

[startup+1182.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/186 9424
/proc/meminfo: memFree=25846476/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=505852 CPUtime=4721.02 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 96955 0 0 0 471988 114 0 0 18 0 5 0 517697278 517992448 91691 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 126463 91691 417 389 0 122213 0
[pid=9387/tid=9389] ppid=9386 vsize=505852 CPUtime=1180.75 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 18623 0 0 0 118054 21 0 0 25 0 5 0 517697279 517992448 91691 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=505852 CPUtime=1177.25 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 23678 0 0 0 117706 19 0 0 25 0 5 0 517697279 517992448 91691 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=505852 CPUtime=1181.02 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 26492 0 0 0 118050 52 0 0 25 0 5 0 517697279 517992448 91691 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=505852 CPUtime=1181.96 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 26516 0 0 0 118176 20 0 0 25 0 5 0 517697279 517992448 91691 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.02
Current children cumulated vsize (KiB) 514552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 7.73 7.96 7.98 5/176 9442
/proc/meminfo: memFree=26282408/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=505852 CPUtime=4800.12 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 97145 0 0 0 479896 116 0 0 18 0 5 0 517697278 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 126463 91881 417 389 0 122213 0
[pid=9387/tid=9389] ppid=9386 vsize=505852 CPUtime=1200.56 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 18624 0 0 0 120035 21 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=505852 CPUtime=1196.94 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 23678 0 0 0 119674 20 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=505852 CPUtime=1200.8 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 26572 0 0 0 120027 53 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=505852 CPUtime=1201.77 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 26625 0 0 0 120157 20 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 514552

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

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

[startup+1202.1 s]
/proc/loadavg: 7.73 7.96 7.98 5/176 9442
/proc/meminfo: memFree=26282408/32951132 swapFree=67111364/67111528
[pid=9386] ppid=9384 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (priss.sh) S 9384 9386 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517697278 8908800 252 33554432000 4194304 4922060 140733939971968 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9386/statm: 2175 252 211 178 0 68 0
[pid=9387] ppid=9386 vsize=505852 CPUtime=4800.12 cores=0,2,4,6
/proc/9387/stat : 9387 (priss) S 9386 9386 7814 0 -1 4202496 97145 0 0 0 479896 116 0 0 18 0 5 0 517697278 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/9387/statm: 126463 91881 417 389 0 122213 0
[pid=9387/tid=9389] ppid=9386 vsize=505852 CPUtime=1200.56 cores=0,2,4,6
/proc/9387/task/9389/stat : 9389 (priss) R 9386 9386 7814 0 -1 4202560 18624 0 0 0 120035 21 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9387/tid=9390] ppid=9386 vsize=505852 CPUtime=1196.94 cores=0,2,4,6
/proc/9387/task/9390/stat : 9390 (priss) R 9386 9386 7814 0 -1 4202560 23678 0 0 0 119674 20 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9387/tid=9391] ppid=9386 vsize=505852 CPUtime=1200.8 cores=0,2,4,6
/proc/9387/task/9391/stat : 9391 (priss) R 9386 9386 7814 0 -1 4202560 26572 0 0 0 120027 53 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9387/tid=9392] ppid=9386 vsize=505852 CPUtime=1201.77 cores=0,2,4,6
/proc/9387/task/9392/stat : 9392 (priss) R 9386 9386 7814 0 -1 4202560 26625 0 0 0 120157 20 0 0 25 0 5 0 517697279 517992448 91881 33554432000 4194304 5787044 140736666642912 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 514552

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.12
CPU user time (s): 4798.96
CPU system time (s): 1.16
CPU usage (%): 399.306
Max. virtual memory (cumulated for all children) (KiB): 514552

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

runsolver used 1.72774 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 09:09:46
IDJOB=3250722
IDBENCH=83353
IDSOLVER=1603
FILE ID=node128/3250722-1304060986
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250722-1304060986/watcher-3250722-1304060986 -o /tmp/evaluation-result-3250722-1304060986/solver-3250722-1304060986 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250722-1304060986.cnf 945874453 4800 15500 4

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=945874453

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:      26603132 kB
Buffers:       1270216 kB
Cached:        4381208 kB
SwapCached:        160 kB
Active:         286492 kB
Inactive:      5476224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26603132 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4380 kB
Writeback:          20 kB
AnonPages:      111036 kB
Mapped:          15856 kB
Slab:           523740 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   297980 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:29:50