Trace number 3250238

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.18 1202.22

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

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: 9147
0.00/0.03	c parsetime: 30899us
0.00/0.03	c parsed 100397 clauses with 4229 variables
0.00/0.04	c NW started thread 0 successfully (1098701120)
0.00/0.05	c NW started thread 1 successfully (1109190976)
0.00/0.06	c NW started thread 2 successfully (1085151552)
0.00/0.91	c NW started thread 3 successfully (1119680832)
8.61/2.29	c preprocessor returned 10001 variables
8.61/2.29	c preprocessing returned UNKNOWN
8.61/2.29	c PP set 2 variables
8.61/2.29	c pp time: 2244744us (2s)
9.01/2.33	c preprocessor returned 10001 variables
9.01/2.33	c preprocessing returned UNKNOWN
9.01/2.33	c PP set 2 variables
9.01/2.33	c pp time: 2276948us (2s)
9.01/2.33	c preprocessor returned 10001 variables
9.01/2.33	c preprocessing returned UNKNOWN
9.01/2.33	c PP set 2 variables
9.01/2.33	c pp time: 2267584us (2s)
20.58/5.29	c preprocessor returned 30002 variables
20.58/5.29	c preprocessing returned UNKNOWN
20.58/5.29	c PP set 2 variables
20.58/5.29	c pp time: 5213167us (5s)

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-3250238-1304058578/watcher-3250238-1304058578 -o /tmp/evaluation-result-3250238-1304058578/solver-3250238-1304058578 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250238-1304058578.cnf 193446755 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.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0

[startup+0.0110049 s]
/proc/loadavg: 7.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.866825 s]
/proc/loadavg: 7.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.90082 s]
/proc/loadavg: 7.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0008 s]
/proc/loadavg: 7.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 7.45 7.89 7.97 6/180 9146
/proc/meminfo: memFree=26580220/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10044 s]
/proc/loadavg: 7.45 7.89 7.97 10/186 9152
/proc/meminfo: memFree=26512720/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=298180 CPUtime=12.19 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 19282 0 0 0 1217 2 0 0 25 0 5 0 517456416 305336320 16959 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 74545 16959 404 389 0 70295 0
[pid=9147/tid=9149] ppid=9146 vsize=298180 CPUtime=3.04 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 4938 0 0 0 304 0 0 0 25 0 5 0 517456421 305336320 16959 33554432000 4194304 5787044 140736146666368 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=298180 CPUtime=3.02 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 3088 0 0 0 302 0 0 0 25 0 5 0 517456422 305336320 16959 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=298180 CPUtime=3.02 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 2466 0 0 0 302 0 0 0 18 0 5 0 517456423 305336320 16959 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=298180 CPUtime=3.01 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 3296 0 0 0 301 0 0 0 21 0 5 0 517456424 305336320 16959 33554432000 4194304 5787044 140736146666368 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 306880

[startup+6.30089 s]
/proc/loadavg: 7.49 7.90 7.97 9/186 9152
/proc/meminfo: memFree=26490024/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=302732 CPUtime=24.98 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 24312 0 0 0 2493 5 0 0 25 0 5 0 517456416 309997568 21285 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 75683 21285 417 389 0 71433 0
[pid=9147/tid=9149] ppid=9146 vsize=302732 CPUtime=6.24 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 5996 0 0 0 623 1 0 0 25 0 5 0 517456421 309997568 21285 33554432000 4194304 5787044 140736146666368 18446744073709551615 242970247835 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=302732 CPUtime=6.2 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 4021 0 0 0 619 1 0 0 25 0 5 0 517456422 309997568 21285 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=302732 CPUtime=6.22 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 3674 0 0 0 621 1 0 0 25 0 5 0 517456423 309997568 21285 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=302732 CPUtime=6.21 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 5127 0 0 0 621 0 0 0 25 0 5 0 517456424 309997568 21285 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 311432

[startup+12.7008 s]
/proc/loadavg: 7.53 7.90 7.97 9/186 9152
/proc/meminfo: memFree=26456808/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=313152 CPUtime=50.54 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 30911 0 0 0 5044 10 0 0 25 0 5 0 517456416 320667648 27884 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 78288 27884 417 389 0 74038 0
[pid=9147/tid=9149] ppid=9146 vsize=313152 CPUtime=12.63 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 8432 0 0 0 1261 2 0 0 25 0 5 0 517456421 320667648 27884 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=313152 CPUtime=12.56 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 5452 0 0 0 1254 2 0 0 25 0 5 0 517456422 320667648 27884 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=313152 CPUtime=12.62 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 4869 0 0 0 1260 2 0 0 21 0 5 0 517456423 320667648 27884 33554432000 4194304 5787044 140736146666368 18446744073709551615 4229309 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=313152 CPUtime=12.61 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 6664 0 0 0 1260 1 0 0 25 0 5 0 517456424 320667648 27884 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 321852

[startup+25.5006 s]
/proc/loadavg: 7.64 7.90 7.97 9/186 9153
/proc/meminfo: memFree=26415648/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=323780 CPUtime=101.63 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 38941 0 0 0 10145 18 0 0 25 0 5 0 517456416 331550720 35911 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 80945 35911 417 389 0 76695 0
[pid=9147/tid=9149] ppid=9146 vsize=323780 CPUtime=25.43 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 10185 0 0 0 2538 5 0 0 25 0 5 0 517456421 331550720 35911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=323780 CPUtime=25.29 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 7002 0 0 0 2525 4 0 0 25 0 5 0 517456422 331550720 35911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=323780 CPUtime=25.4 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 6974 0 0 0 2536 4 0 0 25 0 5 0 517456423 331550720 35911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=323780 CPUtime=25.4 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 9286 0 0 0 2538 2 0 0 25 0 5 0 517456424 331550720 35911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 332480

[startup+51.1012 s]
/proc/loadavg: 7.82 7.92 7.98 9/186 9153
/proc/meminfo: memFree=26361080/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=339216 CPUtime=203.86 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 50307 0 0 0 20357 29 0 0 25 0 5 0 517456416 347357184 47210 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 84804 47210 417 389 0 80554 0
[pid=9147/tid=9149] ppid=9146 vsize=339216 CPUtime=51.03 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 13763 0 0 0 5093 10 0 0 25 0 5 0 517456421 347357184 47210 33554432000 4194304 5787044 140736146666368 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=339216 CPUtime=50.75 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 9247 0 0 0 5068 7 0 0 25 0 5 0 517456422 347357184 47210 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=339216 CPUtime=51 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 9650 0 0 0 5093 7 0 0 25 0 5 0 517456423 347357184 47210 33554432000 4194304 5787044 140736146666368 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=339216 CPUtime=50.99 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 12153 0 0 0 5095 4 0 0 25 0 5 0 517456424 347357184 47210 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 347916

[startup+102.3 s]
/proc/loadavg: 7.99 7.95 7.98 9/186 9155
/proc/meminfo: memFree=26262484/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=356944 CPUtime=408.34 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 66615 0 0 0 40785 49 0 0 25 0 5 0 517456416 365510656 63323 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 89236 63323 418 389 0 84986 0
[pid=9147/tid=9149] ppid=9146 vsize=356944 CPUtime=102.22 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 19175 0 0 0 10206 16 0 0 25 0 5 0 517456421 365510656 63323 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=356944 CPUtime=101.66 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 11727 0 0 0 10155 11 0 0 25 0 5 0 517456422 365510656 63323 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=356944 CPUtime=102.19 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 15820 0 0 0 10205 14 0 0 25 0 5 0 517456423 365510656 63323 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=356944 CPUtime=102.16 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 14399 0 0 0 10210 6 0 0 25 0 5 0 517456424 365510656 63323 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527495 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 365644

[startup+162.301 s]
/proc/loadavg: 8.09 7.99 7.99 9/186 9156
/proc/meminfo: memFree=26172680/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=507984 CPUtime=647.98 cores=0,2,4,6

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

/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 32101 0 0 0 88023 46 0 0 25 0 5 0 517456422 839700480 165492 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=820020 CPUtime=882.16 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 45939 0 0 0 88164 52 0 0 25 0 5 0 517456423 839700480 165492 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=820020 CPUtime=878.53 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 37607 0 0 0 87829 24 0 0 25 0 5 0 517456424 839700480 165492 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.31
Current children cumulated vsize (KiB) 828720

[startup+942.307 s]
/proc/loadavg: 8.05 8.07 8.03 9/186 9177
/proc/meminfo: memFree=25680680/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=820020 CPUtime=3762.95 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 171011 0 0 0 376107 188 0 0 25 0 5 0 517456416 839700480 166026 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 205005 166026 418 389 0 200755 0
[pid=9147/tid=9149] ppid=9146 vsize=820020 CPUtime=941.77 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 49709 0 0 0 94115 62 0 0 25 0 5 0 517456421 839700480 166026 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=820020 CPUtime=940.7 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 32102 0 0 0 94024 46 0 0 25 0 5 0 517456422 839700480 166026 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=820020 CPUtime=942.18 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 46097 0 0 0 94165 53 0 0 25 0 5 0 517456423 839700480 166026 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=820020 CPUtime=938.2 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 37609 0 0 0 93796 24 0 0 25 0 5 0 517456424 839700480 166026 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 828720

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.03 9/186 9179
/proc/meminfo: memFree=25668520/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=820020 CPUtime=4002.54 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 171344 0 0 0 400065 189 0 0 25 0 5 0 517456416 839700480 166359 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 205005 166359 418 389 0 200755 0
[pid=9147/tid=9149] ppid=9146 vsize=820020 CPUtime=1001.71 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 50010 0 0 0 100108 63 0 0 25 0 5 0 517456421 839700480 166359 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=820020 CPUtime=1000.47 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 32126 0 0 0 100001 46 0 0 25 0 5 0 517456422 839700480 166359 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=820020 CPUtime=1002.17 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 46101 0 0 0 100164 53 0 0 25 0 5 0 517456423 839700480 166359 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=820020 CPUtime=998.09 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 37613 0 0 0 99784 25 0 0 25 0 5 0 517456424 839700480 166359 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.54
Current children cumulated vsize (KiB) 828720

[startup+1062.3 s]
/proc/loadavg: 8.13 8.09 8.03 9/186 9180
/proc/meminfo: memFree=25644680/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=828220 CPUtime=4242.15 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 173896 0 0 0 424024 191 0 0 25 0 5 0 517456416 848097280 168911 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 207055 168911 418 389 0 202805 0
[pid=9147/tid=9149] ppid=9146 vsize=828220 CPUtime=1061.65 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 50356 0 0 0 106101 64 0 0 25 0 5 0 517456421 848097280 168911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=828220 CPUtime=1060.13 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 32245 0 0 0 105967 46 0 0 25 0 5 0 517456422 848097280 168911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=828220 CPUtime=1062.17 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 47147 0 0 0 106164 53 0 0 25 0 5 0 517456423 848097280 168911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=828220 CPUtime=1058.09 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 38654 0 0 0 105784 25 0 0 25 0 5 0 517456424 848097280 168911 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.15
Current children cumulated vsize (KiB) 836920

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 8.04 9/186 9182
/proc/meminfo: memFree=25617752/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=836420 CPUtime=4481.76 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 176906 0 0 0 447981 195 0 0 25 0 5 0 517456416 856494080 171921 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 209105 171921 418 389 0 204855 0
[pid=9147/tid=9149] ppid=9146 vsize=836420 CPUtime=1121.6 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 51531 0 0 0 112093 67 0 0 25 0 5 0 517456421 856494080 171921 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=836420 CPUtime=1119.8 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 33943 0 0 0 111933 47 0 0 25 0 5 0 517456422 856494080 171921 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=836420 CPUtime=1122.17 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 47247 0 0 0 112164 53 0 0 25 0 5 0 517456423 856494080 171921 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=836420 CPUtime=1118.09 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 38691 0 0 0 111783 26 0 0 25 0 5 0 517456424 856494080 171921 33554432000 4194304 5787044 140736146666368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.76
Current children cumulated vsize (KiB) 845120

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.04 5/179 9185
/proc/meminfo: memFree=25919724/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=841136 CPUtime=4721.37 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 186348 0 0 0 471924 213 0 0 25 0 5 0 517456416 861323264 181363 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 210284 181363 418 389 0 206034 0
[pid=9147/tid=9149] ppid=9146 vsize=841136 CPUtime=1181.54 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 53558 0 0 0 118083 71 0 0 25 0 5 0 517456421 861323264 181363 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=841136 CPUtime=1179.46 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 34880 0 0 0 117898 48 0 0 25 0 5 0 517456422 861323264 181363 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=841136 CPUtime=1182.17 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 53548 0 0 0 118152 65 0 0 25 0 5 0 517456423 861323264 181363 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=841136 CPUtime=1178.09 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 38868 0 0 0 117783 26 0 0 25 0 5 0 517456424 861323264 181363 33554432000 4194304 5787044 140736146666368 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.37
Current children cumulated vsize (KiB) 849836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.13 8.10 8.04 9/186 9249
/proc/meminfo: memFree=25860316/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=849496 CPUtime=4800.18 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 191616 0 0 0 479793 225 0 0 25 0 5 0 517456416 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 212374 186631 418 389 0 208124 0
[pid=9147/tid=9149] ppid=9146 vsize=849496 CPUtime=1201.12 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 54212 0 0 0 120039 73 0 0 25 0 5 0 517456421 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=849496 CPUtime=1199.3 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 36669 0 0 0 119880 50 0 0 25 0 5 0 517456422 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=849496 CPUtime=1201.76 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 55824 0 0 0 120103 73 0 0 25 0 5 0 517456423 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5590275 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=849496 CPUtime=1197.88 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 39417 0 0 0 119762 26 0 0 25 0 5 0 517456424 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 858196

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

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

[startup+1202.2 s]
/proc/loadavg: 8.13 8.10 8.04 9/186 9249
/proc/meminfo: memFree=25860316/32951132 swapFree=67111364/67111528
[pid=9146] ppid=9144 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9146/stat : 9146 (priss.sh) S 9144 9146 7814 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 517456416 8908800 251 33554432000 4194304 4922060 140734059208560 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9146/statm: 2175 251 211 178 0 68 0
[pid=9147] ppid=9146 vsize=849496 CPUtime=4800.18 cores=0,2,4,6
/proc/9147/stat : 9147 (priss) S 9146 9146 7814 0 -1 4202496 191616 0 0 0 479793 225 0 0 25 0 5 0 517456416 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9147/statm: 212374 186631 418 389 0 208124 0
[pid=9147/tid=9149] ppid=9146 vsize=849496 CPUtime=1201.12 cores=0,2,4,6
/proc/9147/task/9149/stat : 9149 (priss) R 9146 9146 7814 0 -1 4202560 54212 0 0 0 120039 73 0 0 25 0 5 0 517456421 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9147/tid=9150] ppid=9146 vsize=849496 CPUtime=1199.3 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (priss) R 9146 9146 7814 0 -1 4202560 36669 0 0 0 119880 50 0 0 25 0 5 0 517456422 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9147/tid=9151] ppid=9146 vsize=849496 CPUtime=1201.76 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (priss) R 9146 9146 7814 0 -1 4202560 55824 0 0 0 120103 73 0 0 25 0 5 0 517456423 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5590275 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9147/tid=9152] ppid=9146 vsize=849496 CPUtime=1197.88 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (priss) R 9146 9146 7814 0 -1 4202560 39417 0 0 0 119762 26 0 0 25 0 5 0 517456424 869883904 186631 33554432000 4194304 5787044 140736146666368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 858196

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.22
CPU time (s): 4800.18
CPU user time (s): 4797.93
CPU system time (s): 2.25
CPU usage (%): 399.277
Max. virtual memory (cumulated for all children) (KiB): 858196

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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.70274 second user time and 4.86126 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 08:29:38
IDJOB=3250238
IDBENCH=83248
IDSOLVER=1603
FILE ID=node128/3250238-1304058578
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66972 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250238-1304058578/watcher-3250238-1304058578 -o /tmp/evaluation-result-3250238-1304058578/solver-3250238-1304058578 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250238-1304058578.cnf 193446755 4800 15500 4

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=193446755

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:      26580376 kB
Buffers:       1269476 kB
Cached:        4381896 kB
SwapCached:        160 kB
Active:         309076 kB
Inactive:      5476556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26580376 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5288 kB
Writeback:           0 kB
AnonPages:      134064 kB
Mapped:          15908 kB
Slab:           523260 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   319284 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= 66968 MiB
End job on node128 at 2011-04-29 08:49:42