Trace number 3250501

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 Auto? (TO) 4800.06 1201.72

General information on the benchmark

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

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 21261
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11135us
0.00/0.01	c parsed 34661 clauses with 254 variables
0.00/0.01	c NW started thread 0 successfully (1098512704)
0.00/0.02	c NW started thread 1 successfully (1087805760)
0.00/0.03	c NW started thread 2 successfully (1109920064)
0.00/0.03	c NW started thread 3 successfully (1120409920)
12.73/3.28	c preprocessor returned 10044 variables
12.73/3.28	c preprocessing returned UNKNOWN
12.73/3.28	c PP set 0 variables
12.73/3.28	c pp time: 3266285us (3s)
12.73/3.29	c preprocessor returned 10044 variables
12.73/3.29	c preprocessing returned UNKNOWN
12.73/3.29	c PP set 0 variables
12.73/3.29	c pp time: 3271723us (3s)
13.12/3.31	c preprocessor returned 10044 variables
13.12/3.31	c preprocessing returned UNKNOWN
13.12/3.31	c PP set 0 variables
13.12/3.31	c pp time: 3287596us (3s)
450.90/112.91	c preprocessor returned 30050 variables
450.90/112.91	c preprocessing returned UNKNOWN
450.90/112.91	c PP set 0 variables
450.90/112.91	c pp time: 112888272us (112s)

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-3250501-1304060196/watcher-3250501-1304060196 -o /tmp/evaluation-result-3250501-1304060196/solver-3250501-1304060196 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250501-1304060196.cnf 318339404 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.08 8.07 8.01 6/182 21260
/proc/meminfo: memFree=17832808/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0

[startup+0.091201 s]
/proc/loadavg: 8.08 8.07 8.01 6/182 21260
/proc/meminfo: memFree=17832808/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100198 s]
/proc/loadavg: 8.08 8.07 8.01 6/182 21260
/proc/meminfo: memFree=17832808/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300165 s]
/proc/loadavg: 8.08 8.07 8.01 6/182 21260
/proc/meminfo: memFree=17832808/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701085 s]
/proc/loadavg: 8.08 8.07 8.01 6/182 21260
/proc/meminfo: memFree=17832808/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21266
/proc/meminfo: memFree=17816328/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=202680 CPUtime=5.92 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 4344 0 0 0 591 1 0 0 25 0 5 0 596250305 207544320 4156 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 50670 4156 350 389 0 46420 0
[pid=21261/tid=21263] ppid=21260 vsize=202680 CPUtime=1.47 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 393 0 0 0 147 0 0 0 20 0 5 0 596250307 207544320 4156 33554432000 4194304 5787044 140734079366496 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=202680 CPUtime=1.47 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 348 0 0 0 147 0 0 0 25 0 5 0 596250307 207544320 4156 33554432000 4194304 5787044 140734079366496 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=202680 CPUtime=1.46 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 322 0 0 0 146 0 0 0 20 0 5 0 596250308 207544320 4156 33554432000 4194304 5787044 140734079366496 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=202680 CPUtime=1.46 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 321 0 0 0 146 0 0 0 25 0 5 0 596250308 207544320 4156 33554432000 4194304 5787044 140734079366496 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 211380

[startup+3.10063 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21266
/proc/meminfo: memFree=17811244/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=216480 CPUtime=12.31 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 10160 0 0 0 1228 3 0 0 25 0 5 0 596250305 221675520 8998 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 54120 8998 355 389 0 49870 0
[pid=21261/tid=21263] ppid=21260 vsize=216480 CPUtime=3.07 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 1500 0 0 0 307 0 0 0 25 0 5 0 596250307 221675520 8998 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=216480 CPUtime=3.06 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 1502 0 0 0 306 0 0 0 25 0 5 0 596250307 221675520 8998 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=216480 CPUtime=3.06 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 1560 0 0 0 306 0 0 0 25 0 5 0 596250308 221675520 8998 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359008 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=216480 CPUtime=3.05 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 2638 0 0 0 305 0 0 0 25 0 5 0 596250308 221675520 8998 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 225180

[startup+6.30103 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 21266
/proc/meminfo: memFree=17784140/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=219984 CPUtime=25.09 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 12711 0 0 0 2505 4 0 0 25 0 5 0 596250305 225263616 11338 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 54996 11338 404 389 0 50746 0
[pid=21261/tid=21263] ppid=21260 vsize=219984 CPUtime=6.27 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 2254 0 0 0 627 0 0 0 25 0 5 0 596250307 225263616 11338 33554432000 4194304 5787044 140734079366496 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=219984 CPUtime=6.27 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 2474 0 0 0 626 1 0 0 25 0 5 0 596250307 225263616 11338 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=219984 CPUtime=6.26 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 2354 0 0 0 625 1 0 0 25 0 5 0 596250308 225263616 11338 33554432000 4194304 5787044 140734079366496 18446744073709551615 5576442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=219984 CPUtime=6.23 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 2669 0 0 0 623 0 0 0 25 0 5 0 596250308 225263616 11338 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 228684

[startup+12.7008 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 21266
/proc/meminfo: memFree=17766928/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=225844 CPUtime=50.65 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 15073 0 0 0 5060 5 0 0 25 0 5 0 596250305 231264256 13700 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 56461 13700 404 389 0 52211 0
[pid=21261/tid=21263] ppid=21260 vsize=225844 CPUtime=12.67 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 3731 0 0 0 1266 1 0 0 25 0 5 0 596250307 231264256 13700 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=225844 CPUtime=12.67 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 2871 0 0 0 1266 1 0 0 25 0 5 0 596250307 231264256 13700 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=225844 CPUtime=12.66 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 2841 0 0 0 1264 2 0 0 25 0 5 0 596250308 231264256 13700 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=225844 CPUtime=12.59 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 2670 0 0 0 1259 0 0 0 25 0 5 0 596250308 231264256 13700 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 234544

[startup+25.5004 s]
/proc/loadavg: 8.12 8.07 8.02 9/188 21267
/proc/meminfo: memFree=17740900/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=229088 CPUtime=101.78 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 17147 0 0 0 10170 8 0 0 25 0 5 0 596250305 234586112 15774 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 57272 15774 404 389 0 53022 0
[pid=21261/tid=21263] ppid=21260 vsize=229088 CPUtime=25.47 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 4468 0 0 0 2545 2 0 0 25 0 5 0 596250307 234586112 15774 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=229088 CPUtime=25.47 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 3430 0 0 0 2545 2 0 0 25 0 5 0 596250307 234586112 15774 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=229088 CPUtime=25.46 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 3619 0 0 0 2543 3 0 0 25 0 5 0 596250308 234586112 15774 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=229088 CPUtime=25.32 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 2670 0 0 0 2532 0 0 0 25 0 5 0 596250308 234586112 15774 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 237788

[startup+51.1006 s]
/proc/loadavg: 8.07 8.07 8.01 9/188 21267
/proc/meminfo: memFree=17717520/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=237916 CPUtime=204.03 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 21500 0 0 0 20390 13 0 0 25 0 5 0 596250305 243625984 20124 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 59479 20124 404 389 0 55229 0
[pid=21261/tid=21263] ppid=21260 vsize=237916 CPUtime=51.07 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 5544 0 0 0 5104 3 0 0 25 0 5 0 596250307 243625984 20124 33554432000 4194304 5787044 140734079366496 18446744073709551615 5590326 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=237916 CPUtime=51.07 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 5509 0 0 0 5103 4 0 0 25 0 5 0 596250307 243625984 20124 33554432000 4194304 5787044 140734079366496 18446744073709551615 256415058875 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=237916 CPUtime=51.06 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 4817 0 0 0 5102 4 0 0 25 0 5 0 596250308 243625984 20124 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=237916 CPUtime=50.79 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 2670 0 0 0 5079 0 0 0 25 0 5 0 596250308 243625984 20124 33554432000 4194304 5787044 140734079366496 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 246616

[startup+102.307 s]
/proc/loadavg: 8.03 8.05 8.01 9/188 21269
/proc/meminfo: memFree=17671384/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=254660 CPUtime=408.57 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 29445 0 0 0 40835 22 0 0 25 0 5 0 596250305 260771840 27926 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 63665 27926 404 389 0 59415 0
[pid=21261/tid=21263] ppid=21260 vsize=254660 CPUtime=102.27 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 7226 0 0 0 10221 6 0 0 25 0 5 0 596250307 260771840 27926 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=254660 CPUtime=102.27 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 7655 0 0 0 10219 8 0 0 25 0 5 0 596250307 260771840 27926 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=254660 CPUtime=102.26 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 8934 0 0 0 10220 6 0 0 25 0 5 0 596250308 260771840 27926 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=254660 CPUtime=101.71 cores=1,3,5,7

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

/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 18179 0 0 0 87973 25 0 0 25 0 5 0 596250307 415875072 78108 33554432000 4194304 5787044 140734079366496 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=406128 CPUtime=882.25 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 22073 0 0 0 88201 24 0 0 25 0 5 0 596250308 415875072 78108 33554432000 4194304 5787044 140734079366496 18446744073709551615 5388160 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=406128 CPUtime=881.14 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 15550 0 0 0 88098 16 0 0 25 0 5 0 596250308 415875072 78108 33554432000 4194304 5787044 140734079366496 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 414828

[startup+942.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 21333
/proc/meminfo: memFree=17912712/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=479864 CPUtime=3763.88 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 84729 0 0 0 376294 94 0 0 25 0 5 0 596250305 491380736 81255 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 119966 81255 417 389 0 115716 0
[pid=21261/tid=21263] ppid=21260 vsize=479864 CPUtime=940.45 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 25119 0 0 0 94019 26 0 0 25 0 5 0 596250307 491380736 81255 33554432000 4194304 5787044 140734079366496 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=479864 CPUtime=939.98 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 18512 0 0 0 93973 25 0 0 25 0 5 0 596250307 491380736 81255 33554432000 4194304 5787044 140734079366496 18446744073709551615 4240745 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=479864 CPUtime=942.25 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 22109 0 0 0 94201 24 0 0 25 0 5 0 596250308 491380736 81255 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=479864 CPUtime=941.13 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 16029 0 0 0 94097 16 0 0 25 0 5 0 596250308 491380736 81255 33554432000 4194304 5787044 140734079366496 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 488564

[startup+1002.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 21335
/proc/meminfo: memFree=17864204/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=554040 CPUtime=4003.55 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 90723 0 0 0 400250 105 0 0 25 0 5 0 596250305 567336960 87249 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 138510 87249 417 389 0 134260 0
[pid=21261/tid=21263] ppid=21260 vsize=554040 CPUtime=1000.13 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 27300 0 0 0 99985 28 0 0 25 0 5 0 596250307 567336960 87249 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=554040 CPUtime=999.98 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 19741 0 0 0 99970 28 0 0 25 0 5 0 596250307 567336960 87249 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=554040 CPUtime=1002.25 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 23343 0 0 0 100198 27 0 0 25 0 5 0 596250308 567336960 87249 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=554040 CPUtime=1001.14 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 17379 0 0 0 100094 20 0 0 25 0 5 0 596250308 567336960 87249 33554432000 4194304 5787044 140734079366496 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.55
Current children cumulated vsize (KiB) 562740

[startup+1062.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/188 21336
/proc/meminfo: memFree=17839004/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=567456 CPUtime=4243.21 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 96050 0 0 0 424210 111 0 0 25 0 5 0 596250305 581074944 92351 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 141864 92351 417 389 0 137614 0
[pid=21261/tid=21263] ppid=21260 vsize=567456 CPUtime=1059.79 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 28373 0 0 0 105950 29 0 0 25 0 5 0 596250307 581074944 92351 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=567456 CPUtime=1059.96 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 21912 0 0 0 105967 29 0 0 25 0 5 0 596250307 581074944 92351 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=567456 CPUtime=1062.25 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 24596 0 0 0 106197 28 0 0 25 0 5 0 596250308 581074944 92351 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=567456 CPUtime=1061.14 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 18209 0 0 0 106092 22 0 0 25 0 5 0 596250308 581074944 92351 33554432000 4194304 5787044 140734079366496 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 576156

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 8.01 9/188 21338
/proc/meminfo: memFree=17835616/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=567456 CPUtime=4482.86 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 96688 0 0 0 448174 112 0 0 25 0 5 0 596250305 581074944 92784 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 141864 92784 417 389 0 137614 0
[pid=21261/tid=21263] ppid=21260 vsize=567456 CPUtime=1119.46 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 28374 0 0 0 111917 29 0 0 25 0 5 0 596250307 581074944 92784 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=567456 CPUtime=1119.97 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 21912 0 0 0 111967 30 0 0 25 0 5 0 596250307 581074944 92784 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=567456 CPUtime=1122.26 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 24723 0 0 0 112197 29 0 0 25 0 5 0 596250308 581074944 92784 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=567456 CPUtime=1121.13 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 18719 0 0 0 112090 23 0 0 25 0 5 0 596250308 581074944 92784 33554432000 4194304 5787044 140734079366496 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 576156

[startup+1182.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/188 21340
/proc/meminfo: memFree=17825660/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=567456 CPUtime=4722.55 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 97073 0 0 0 472142 113 0 0 25 0 5 0 596250305 581074944 93169 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 141864 93169 417 389 0 137614 0
[pid=21261/tid=21263] ppid=21260 vsize=567456 CPUtime=1179.13 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 28376 0 0 0 117884 29 0 0 25 0 5 0 596250307 581074944 93169 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=567456 CPUtime=1179.97 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 21912 0 0 0 117967 30 0 0 25 0 5 0 596250307 581074944 93169 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=567456 CPUtime=1182.26 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 25106 0 0 0 118197 29 0 0 25 0 5 0 596250308 581074944 93169 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=567456 CPUtime=1181.13 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 18719 0 0 0 118090 23 0 0 25 0 5 0 596250308 581074944 93169 33554432000 4194304 5787044 140734079366496 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.55
Current children cumulated vsize (KiB) 576156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 21340
/proc/meminfo: memFree=17817344/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=567456 CPUtime=4800.06 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 97165 0 0 0 479893 113 0 0 25 0 5 0 596250305 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 141864 93261 417 389 0 137614 0
[pid=21261/tid=21263] ppid=21260 vsize=567456 CPUtime=1198.42 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 28378 0 0 0 119813 29 0 0 25 0 5 0 596250307 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=567456 CPUtime=1199.38 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 21912 0 0 0 119908 30 0 0 25 0 5 0 596250307 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=567456 CPUtime=1201.66 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 25195 0 0 0 120137 29 0 0 25 0 5 0 596250308 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=567456 CPUtime=1200.54 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 18720 0 0 0 120031 23 0 0 25 0 5 0 596250308 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 576156

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

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

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 21340
/proc/meminfo: memFree=17817344/32950928 swapFree=67111524/67111528
[pid=21260] ppid=21258 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21260/stat : 21260 (prissAuto.sh) S 21258 21260 20564 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 596250305 8908800 252 33554432000 4194304 4922060 140736321033808 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/21260/statm: 2175 252 211 178 0 68 0
[pid=21261] ppid=21260 vsize=567456 CPUtime=4800.06 cores=1,3,5,7
/proc/21261/stat : 21261 (priss) S 21260 21260 20564 0 -1 4202496 97165 0 0 0 479893 113 0 0 25 0 5 0 596250305 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21261/statm: 141864 93261 417 389 0 137614 0
[pid=21261/tid=21263] ppid=21260 vsize=567456 CPUtime=1198.42 cores=1,3,5,7
/proc/21261/task/21263/stat : 21263 (priss) R 21260 21260 20564 0 -1 4202560 28378 0 0 0 119813 29 0 0 25 0 5 0 596250307 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21261/tid=21264] ppid=21260 vsize=567456 CPUtime=1199.38 cores=1,3,5,7
/proc/21261/task/21264/stat : 21264 (priss) R 21260 21260 20564 0 -1 4202560 21912 0 0 0 119908 30 0 0 25 0 5 0 596250307 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21261/tid=21265] ppid=21260 vsize=567456 CPUtime=1201.66 cores=1,3,5,7
/proc/21261/task/21265/stat : 21265 (priss) R 21260 21260 20564 0 -1 4202560 25195 0 0 0 120137 29 0 0 25 0 5 0 596250308 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21261/tid=21266] ppid=21260 vsize=567456 CPUtime=1200.54 cores=1,3,5,7
/proc/21261/task/21266/stat : 21266 (priss) R 21260 21260 20564 0 -1 4202560 18720 0 0 0 120031 23 0 0 25 0 5 0 596250308 581074944 93261 33554432000 4194304 5787044 140734079366496 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 576156

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21260 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.06
CPU user time (s): 4798.93
CPU system time (s): 1.13
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 576156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.54676 second user time and 5.02024 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 08:56:36
IDJOB=3250501
IDBENCH=83275
IDSOLVER=1602
FILE ID=node115/3250501-1304060196
RUNJOBID= node115-1304054572-20583
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250501-1304060196/watcher-3250501-1304060196 -o /tmp/evaluation-result-3250501-1304060196/solver-3250501-1304060196 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250501-1304060196.cnf 318339404 4800 15500 4

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=318339404

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17833080 kB
Buffers:       2319340 kB
Cached:       11539028 kB
SwapCached:          4 kB
Active:        7453432 kB
Inactive:      7110724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17833080 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:      704912 kB
Mapped:          15768 kB
Slab:           489824 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   903712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72728 MiB
End job on node115 at 2011-04-29 09:16:40