Trace number 3259435

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.08 1201.72

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 28205
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8410us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1093675328)
0.00/0.01	c NW started thread 1 successfully (1104165184)
0.00/0.02	c NW started thread 2 successfully (1114655040)
0.00/0.02	c NW started thread 3 successfully (1125144896)
0.00/1.33	c preprocessor returned 10003 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 0 variables
0.00/1.33	c pp time: 1295655us (1s)
0.00/1.33	c preprocessor returned 10003 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 0 variables
0.00/1.33	c pp time: 1293204us (1s)
0.00/1.33	c preprocessor returned 10003 variables
0.00/1.33	c preprocessing returned UNKNOWN
0.00/1.33	c PP set 0 variables
0.00/1.33	c pp time: 1296185us (1s)
49.43/12.47	c preprocessor returned 30041 variables
49.43/12.47	c preprocessing returned UNKNOWN
49.43/12.47	c PP set 0 variables
49.43/12.47	c pp time: 12442021us (12s)

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-3259435-1304046442/watcher-3259435-1304046442 -o /tmp/evaluation-result-3259435-1304046442/solver-3259435-1304046442 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3259435-1304046442.cnf 1086860647 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: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0

[startup+0.15837 s]
/proc/loadavg: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.943671 s]
/proc/loadavg: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04365 s]
/proc/loadavg: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.14364 s]
/proc/loadavg: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 7.72 8.04 7.98 4/181 28204
/proc/meminfo: memFree=24426348/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10028 s]
/proc/loadavg: 7.82 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24358588/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=288716 CPUtime=12.28 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 19534 0 0 0 1224 4 0 0 20 0 5 0 516241975 295645184 11553 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 72179 11553 404 389 0 67929 0
[pid=28205/tid=28207] ppid=28204 vsize=288716 CPUtime=3.05 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 3992 0 0 0 304 1 0 0 25 0 5 0 516241977 295645184 11553 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=288716 CPUtime=3.05 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 4251 0 0 0 305 0 0 0 20 0 5 0 516241977 295645184 11553 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591102 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=288716 CPUtime=3.06 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 5039 0 0 0 305 1 0 0 20 0 5 0 516241978 295645184 11553 33554432000 4194304 5787044 140733973856544 18446744073709551615 5586765 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=288716 CPUtime=3.05 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 3483 0 0 0 305 0 0 0 25 0 5 0 516241978 295645184 11553 33554432000 4194304 5787044 140733973856544 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 297416

[startup+6.3067 s]
/proc/loadavg: 7.82 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24347732/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=289948 CPUtime=25.08 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 20478 0 0 0 2504 4 0 0 20 0 5 0 516241975 296906752 12497 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 72487 12497 404 389 0 68237 0
[pid=28205/tid=28207] ppid=28204 vsize=289948 CPUtime=6.24 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 4283 0 0 0 623 1 0 0 25 0 5 0 516241977 296906752 12497 33554432000 4194304 5787044 140733973856544 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=289948 CPUtime=6.27 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 4550 0 0 0 626 1 0 0 25 0 5 0 516241977 296906752 12497 33554432000 4194304 5787044 140733973856544 18446744073709551615 4213648 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=289948 CPUtime=6.27 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 5393 0 0 0 626 1 0 0 25 0 5 0 516241978 296906752 12497 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=289948 CPUtime=6.26 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 3483 0 0 0 626 0 0 0 25 0 5 0 516241978 296906752 12497 33554432000 4194304 5787044 140733973856544 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 298648

[startup+12.7005 s]
/proc/loadavg: 7.83 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24299780/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=292780 CPUtime=50.63 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 25120 0 0 0 5057 6 0 0 20 0 5 0 516241975 299806720 15378 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 73195 15378 417 389 0 68945 0
[pid=28205/tid=28207] ppid=28204 vsize=292780 CPUtime=12.6 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 4985 0 0 0 1259 1 0 0 25 0 5 0 516241977 299806720 15378 33554432000 4194304 5787044 140733973856544 18446744073709551615 4213832 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=292780 CPUtime=12.66 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 5231 0 0 0 1265 1 0 0 25 0 5 0 516241977 299806720 15378 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=292780 CPUtime=12.66 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 6071 0 0 0 1265 1 0 0 25 0 5 0 516241978 299806720 15378 33554432000 4194304 5787044 140733973856544 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=292780 CPUtime=12.65 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 6064 0 0 0 1265 0 0 0 25 0 5 0 516241978 299806720 15378 33554432000 4194304 5787044 140733973856544 18446744073709551615 212687336481 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 301480

[startup+25.5012 s]
/proc/loadavg: 7.87 8.05 7.98 9/188 28211
/proc/meminfo: memFree=24256008/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=301064 CPUtime=101.75 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 30209 0 0 0 10164 11 0 0 20 0 5 0 516241975 308289536 20466 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 75266 20466 417 389 0 71016 0
[pid=28205/tid=28207] ppid=28204 vsize=301064 CPUtime=25.33 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 5946 0 0 0 2531 2 0 0 25 0 5 0 516241977 308289536 20466 33554432000 4194304 5787044 140733973856544 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=301064 CPUtime=25.46 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 6163 0 0 0 2543 3 0 0 25 0 5 0 516241977 308289536 20466 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=301064 CPUtime=25.46 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 7084 0 0 0 2543 3 0 0 25 0 5 0 516241978 308289536 20466 33554432000 4194304 5787044 140733973856544 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=301064 CPUtime=25.45 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 8247 0 0 0 2543 2 0 0 25 0 5 0 516241978 308289536 20466 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 309764

[startup+51.1005 s]
/proc/loadavg: 7.91 8.04 7.98 9/188 28212
/proc/meminfo: memFree=24186068/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=314656 CPUtime=203.99 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 38645 0 0 0 20377 22 0 0 20 0 5 0 516241975 322207744 28857 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 78664 28857 417 389 0 74414 0
[pid=28205/tid=28207] ppid=28204 vsize=314656 CPUtime=50.79 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 8386 0 0 0 5075 4 0 0 25 0 5 0 516241977 322207744 28857 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=314656 CPUtime=51.04 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 7737 0 0 0 5099 5 0 0 25 0 5 0 516241977 322207744 28857 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=314656 CPUtime=51.05 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 8833 0 0 0 5099 6 0 0 25 0 5 0 516241978 322207744 28857 33554432000 4194304 5787044 140733973856544 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=314656 CPUtime=51.05 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 10920 0 0 0 5100 5 0 0 25 0 5 0 516241978 322207744 28857 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 323356

[startup+102.301 s]
/proc/loadavg: 7.96 8.03 7.98 9/188 28213
/proc/meminfo: memFree=24089468/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=331316 CPUtime=408.49 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 49218 0 0 0 40815 34 0 0 20 0 5 0 516241975 339267584 39310 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 82829 39310 417 389 0 78579 0
[pid=28205/tid=28207] ppid=28204 vsize=331316 CPUtime=101.7 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 10416 0 0 0 10165 5 0 0 25 0 5 0 516241977 339267584 39310 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=331316 CPUtime=102.24 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 9937 0 0 0 10215 9 0 0 25 0 5 0 516241977 339267584 39310 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=331316 CPUtime=102.25 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 11962 0 0 0 10215 10 0 0 25 0 5 0 516241978 339267584 39310 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=331316 CPUtime=102.24 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 14134 0 0 0 10216 8 0 0 25 0 5 0 516241978 339267584 39310 33554432000 4194304 5787044 140733973856544 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 340016

[startup+162.3 s]
/proc/loadavg: 7.98 8.03 7.98 9/188 28215
/proc/meminfo: memFree=23985044/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=346184 CPUtime=648.16 cores=1,3,5,7

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

/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 28738 0 0 0 88189 34 0 0 25 0 5 0 516241977 660353024 113120 33554432000 4194304 5787044 140733973856544 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=644876 CPUtime=882.24 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 33252 0 0 0 88177 47 0 0 25 0 5 0 516241978 660353024 113120 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=644876 CPUtime=881.63 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 33366 0 0 0 88126 37 0 0 25 0 5 0 516241978 660353024 113120 33554432000 4194304 5787044 140733973856544 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 653576

[startup+942.301 s]
/proc/loadavg: 8.00 8.01 8.00 9/188 28236
/proc/meminfo: memFree=23276556/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=654868 CPUtime=3763.88 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 127856 0 0 0 376245 143 0 0 20 0 5 0 516241975 670584832 115937 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 163717 115937 418 389 0 159467 0
[pid=28205/tid=28207] ppid=28204 vsize=654868 CPUtime=938.04 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 28970 0 0 0 93782 22 0 0 25 0 5 0 516241977 670584832 115937 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=654868 CPUtime=942.24 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 28746 0 0 0 94190 34 0 0 25 0 5 0 516241977 670584832 115937 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=654868 CPUtime=942.24 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34005 0 0 0 94177 47 0 0 25 0 5 0 516241978 670584832 115937 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=654868 CPUtime=941.3 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 33366 0 0 0 94093 37 0 0 25 0 5 0 516241978 670584832 115937 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 663568

[startup+1002.3 s]
/proc/loadavg: 8.04 8.02 8.00 9/188 28237
/proc/meminfo: memFree=23276548/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=654868 CPUtime=4003.54 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 127883 0 0 0 400211 143 0 0 20 0 5 0 516241975 670584832 115964 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 163717 115964 418 389 0 159467 0
[pid=28205/tid=28207] ppid=28204 vsize=654868 CPUtime=998.04 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 28970 0 0 0 99781 23 0 0 25 0 5 0 516241977 670584832 115964 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=654868 CPUtime=1002.23 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 28758 0 0 0 100189 34 0 0 25 0 5 0 516241977 670584832 115964 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=654868 CPUtime=1002.24 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34005 0 0 0 100176 48 0 0 25 0 5 0 516241978 670584832 115964 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=654868 CPUtime=1000.97 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 33381 0 0 0 100060 37 0 0 25 0 5 0 516241978 670584832 115964 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 663568

[startup+1062.31 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 28239
/proc/meminfo: memFree=23269084/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=654868 CPUtime=4243.24 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 127968 0 0 0 424180 144 0 0 20 0 5 0 516241975 670584832 116049 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 163717 116049 418 389 0 159467 0
[pid=28205/tid=28207] ppid=28204 vsize=654868 CPUtime=1058.05 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 28972 0 0 0 105782 23 0 0 25 0 5 0 516241977 670584832 116049 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=654868 CPUtime=1062.24 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 28823 0 0 0 106190 34 0 0 25 0 5 0 516241977 670584832 116049 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=654868 CPUtime=1062.25 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34005 0 0 0 106177 48 0 0 25 0 5 0 516241978 670584832 116049 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=654868 CPUtime=1060.65 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 33399 0 0 0 106028 37 0 0 25 0 5 0 516241978 670584832 116049 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.24
Current children cumulated vsize (KiB) 663568

[startup+1122.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 28241
/proc/meminfo: memFree=23216740/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=658968 CPUtime=4482.89 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 130015 0 0 0 448144 145 0 0 20 0 5 0 516241975 674783232 118096 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 164742 118096 418 389 0 160492 0
[pid=28205/tid=28207] ppid=28204 vsize=658968 CPUtime=1118.04 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 30002 0 0 0 111781 23 0 0 25 0 5 0 516241977 674783232 118096 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=658968 CPUtime=1122.23 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 29655 0 0 0 112188 35 0 0 25 0 5 0 516241977 674783232 118096 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=658968 CPUtime=1122.24 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34008 0 0 0 112176 48 0 0 25 0 5 0 516241978 674783232 118096 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=658968 CPUtime=1120.32 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 33581 0 0 0 111995 37 0 0 25 0 5 0 516241978 674783232 118096 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.89
Current children cumulated vsize (KiB) 667668

[startup+1182.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 28242
/proc/meminfo: memFree=23126568/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=667168 CPUtime=4722.56 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 134737 0 0 0 472105 151 0 0 20 0 5 0 516241975 683180032 122818 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 166792 122818 418 389 0 162542 0
[pid=28205/tid=28207] ppid=28204 vsize=667168 CPUtime=1178.04 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 31034 0 0 0 117781 23 0 0 25 0 5 0 516241977 683180032 122818 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=667168 CPUtime=1182.23 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 32300 0 0 0 118185 38 0 0 25 0 5 0 516241977 683180032 122818 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=667168 CPUtime=1182.23 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34013 0 0 0 118175 48 0 0 25 0 5 0 516241978 683180032 122818 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=667168 CPUtime=1179.99 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 34621 0 0 0 117960 39 0 0 25 0 5 0 516241978 683180032 122818 33554432000 4194304 5787044 140733973856544 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.56
Current children cumulated vsize (KiB) 675868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.05 8.00 6/185 28244
/proc/meminfo: memFree=23342828/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=667168 CPUtime=4800.08 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 135887 0 0 0 479855 153 0 0 20 0 5 0 516241975 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 166792 123968 418 389 0 162542 0
[pid=28205/tid=28207] ppid=28204 vsize=667168 CPUtime=1197.45 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 31040 0 0 0 119722 23 0 0 25 0 5 0 516241977 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=667168 CPUtime=1201.64 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 32856 0 0 0 120125 39 0 0 25 0 5 0 516241977 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=667168 CPUtime=1201.64 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34013 0 0 0 120116 48 0 0 25 0 5 0 516241978 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=667168 CPUtime=1199.29 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 35209 0 0 0 119889 40 0 0 25 0 5 0 516241978 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 675868

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.09 8.05 8.00 6/185 28244
/proc/meminfo: memFree=23342828/32951124 swapFree=67111524/67111528
[pid=28204] ppid=28202 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/28204/stat : 28204 (prissAuto.sh) S 28202 28204 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516241975 8908800 252 33554432000 4194304 4922060 140737429252048 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28204/statm: 2175 252 211 178 0 68 0
[pid=28205] ppid=28204 vsize=667168 CPUtime=4800.08 cores=1,3,5,7
/proc/28205/stat : 28205 (priss) S 28204 28204 28051 0 -1 4202496 135887 0 0 0 479855 153 0 0 20 0 5 0 516241975 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28205/statm: 166792 123968 418 389 0 162542 0
[pid=28205/tid=28207] ppid=28204 vsize=667168 CPUtime=1197.45 cores=1,3,5,7
/proc/28205/task/28207/stat : 28207 (priss) R 28204 28204 28051 0 -1 4202560 31040 0 0 0 119722 23 0 0 25 0 5 0 516241977 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=28205/tid=28209] ppid=28204 vsize=667168 CPUtime=1201.64 cores=1,3,5,7
/proc/28205/task/28209/stat : 28209 (priss) R 28204 28204 28051 0 -1 4202560 32856 0 0 0 120125 39 0 0 25 0 5 0 516241977 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=28205/tid=28210] ppid=28204 vsize=667168 CPUtime=1201.64 cores=1,3,5,7
/proc/28205/task/28210/stat : 28210 (priss) R 28204 28204 28051 0 -1 4202560 34013 0 0 0 120116 48 0 0 25 0 5 0 516241978 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=28205/tid=28211] ppid=28204 vsize=667168 CPUtime=1199.29 cores=1,3,5,7
/proc/28205/task/28211/stat : 28211 (priss) R 28204 28204 28051 0 -1 4202560 35209 0 0 0 119889 40 0 0 25 0 5 0 516241978 683180032 123968 33554432000 4194304 5787044 140733973856544 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 675868

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28204 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.08
#
# 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.08
CPU user time (s): 4798.55
CPU system time (s): 1.53
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 675868

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

runsolver used 1.69574 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 05:07:22
IDJOB=3259435
IDBENCH=71572
IDSOLVER=1602
FILE ID=node139/3259435-1304046442
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72548 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259435-1304046442/watcher-3259435-1304046442 -o /tmp/evaluation-result-3259435-1304046442/solver-3259435-1304046442 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3259435-1304046442.cnf 1086860647 4800 15500 4

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=1086860647

node139.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.74
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	: 5321.49
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24428852 kB
Buffers:       2021940 kB
Cached:        5867340 kB
SwapCached:          4 kB
Active:         809660 kB
Inactive:      7195932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24428852 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:      116592 kB
Mapped:          15084 kB
Slab:           452176 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296188 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= 72548 MiB
End job on node139 at 2011-04-29 05:27:26