Trace number 3257895

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/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.284955
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 1229
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 11821us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.01	c NW started thread 0 successfully (1100286272)
0.00/0.02	c NW started thread 1 successfully (1110776128)
0.00/0.02	c NW started thread 2 successfully (1121265984)
0.00/0.03	c NW started thread 3 successfully (1131755840)
7.48/1.94	c preprocessor returned 10006 variables
7.48/1.94	c preprocessing returned UNKNOWN
7.48/1.94	c PP set 0 variables
7.48/1.94	c pp time: 1844166us (1s)
7.48/1.94	c preprocessor returned 10006 variables
7.48/1.94	c preprocessing returned UNKNOWN
7.48/1.94	c PP set 0 variables
7.48/1.94	c pp time: 1837727us (1s)
7.48/1.94	c preprocessor returned 10006 variables
7.48/1.94	c preprocessing returned UNKNOWN
7.48/1.94	c PP set 0 variables
7.48/1.94	c pp time: 1844799us (1s)
67.80/17.03	c preprocessor returned 30038 variables
67.80/17.03	c preprocessing returned UNKNOWN
67.80/17.03	c PP set 0 variables
67.80/17.03	c pp time: 16992852us (16s)

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-3257895-1304044046/watcher-3257895-1304044046 -o /tmp/evaluation-result-3257895-1304044046/solver-3257895-1304044046 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257895-1304044046.cnf 1750299390 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.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0

[startup+0.0915649 s]
/proc/loadavg: 7.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.238326 s]
/proc/loadavg: 7.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.972456 s]
/proc/loadavg: 7.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07244 s]
/proc/loadavg: 7.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 7.83 8.10 8.12 5/186 1228
/proc/meminfo: memFree=21788308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 7.83 8.10 8.12 9/192 1234
/proc/meminfo: memFree=21732348/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=355856 CPUtime=12.28 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 23300 0 0 0 1222 6 0 0 18 0 5 0 516002521 364396544 12425 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 88964 12425 404 389 0 84714 0
[pid=1229/tid=1231] ppid=1228 vsize=355856 CPUtime=3.05 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 5242 0 0 0 304 1 0 0 19 0 5 0 516002523 364396544 12425 33554432000 4194304 5787044 140736646564064 18446744073709551615 5589443 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=355856 CPUtime=3.05 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 5156 0 0 0 304 1 0 0 19 0 5 0 516002524 364396544 12425 33554432000 4194304 5787044 140736646564064 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=355856 CPUtime=3.05 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 5262 0 0 0 304 1 0 0 19 0 5 0 516002524 364396544 12425 33554432000 4194304 5787044 140736646564064 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=355856 CPUtime=3.05 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 3762 0 0 0 305 0 0 0 25 0 5 0 516002525 364396544 12425 33554432000 4194304 5787044 140736646564064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 364556

[startup+6.30047 s]
/proc/loadavg: 7.84 8.10 8.12 9/192 1235
/proc/meminfo: memFree=21723792/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=355856 CPUtime=25.05 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 24044 0 0 0 2499 6 0 0 18 0 5 0 516002521 364396544 13169 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 88964 13169 404 389 0 84714 0
[pid=1229/tid=1231] ppid=1228 vsize=355856 CPUtime=6.23 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 5479 0 0 0 622 1 0 0 25 0 5 0 516002523 364396544 13169 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=355856 CPUtime=6.25 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 5380 0 0 0 624 1 0 0 25 0 5 0 516002524 364396544 13169 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=355856 CPUtime=6.25 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 5545 0 0 0 624 1 0 0 25 0 5 0 516002524 364396544 13169 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=355856 CPUtime=6.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 3762 0 0 0 625 0 0 0 25 0 5 0 516002525 364396544 13169 33554432000 4194304 5787044 140736646564064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 364556

[startup+12.7003 s]
/proc/loadavg: 7.86 8.10 8.12 9/192 1235
/proc/meminfo: memFree=21703220/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=359956 CPUtime=50.63 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 26774 0 0 0 5056 7 0 0 18 0 5 0 516002521 368594944 15899 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 89989 15899 404 389 0 85739 0
[pid=1229/tid=1231] ppid=1228 vsize=359956 CPUtime=12.6 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 6029 0 0 0 1259 1 0 0 25 0 5 0 516002523 368594944 15899 33554432000 4194304 5787044 140736646564064 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=359956 CPUtime=12.66 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 5966 0 0 0 1264 2 0 0 25 0 5 0 516002524 368594944 15899 33554432000 4194304 5787044 140736646564064 18446744073709551615 4238793 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=359956 CPUtime=12.67 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 7139 0 0 0 1265 2 0 0 25 0 5 0 516002524 368594944 15899 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=359956 CPUtime=12.66 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 3762 0 0 0 1266 0 0 0 25 0 5 0 516002525 368594944 15899 33554432000 4194304 5787044 140736646564064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 368656

[startup+25.5009 s]
/proc/loadavg: 7.89 8.09 8.11 9/192 1235
/proc/meminfo: memFree=21666756/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=371284 CPUtime=101.73 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 34017 0 0 0 10163 10 0 0 18 0 5 0 516002521 380194816 20964 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 92821 20964 418 389 0 88571 0
[pid=1229/tid=1231] ppid=1228 vsize=371284 CPUtime=25.35 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 6759 0 0 0 2533 2 0 0 25 0 5 0 516002523 380194816 20964 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=371284 CPUtime=25.44 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 6698 0 0 0 2542 2 0 0 25 0 5 0 516002524 380194816 20964 33554432000 4194304 5787044 140736646564064 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=371284 CPUtime=25.43 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 8997 0 0 0 2540 3 0 0 25 0 5 0 516002524 380194816 20964 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=371284 CPUtime=25.45 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 7685 0 0 0 2543 2 0 0 25 0 5 0 516002525 380194816 20964 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 379984

[startup+51.1012 s]
/proc/loadavg: 7.92 8.08 8.11 9/192 1236
/proc/meminfo: memFree=21606868/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=381904 CPUtime=204 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 40603 0 0 0 20383 17 0 0 18 0 5 0 516002521 391069696 27546 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 95476 27546 418 389 0 91226 0
[pid=1229/tid=1231] ppid=1228 vsize=381904 CPUtime=50.95 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 8084 0 0 0 5092 3 0 0 25 0 5 0 516002523 391069696 27546 33554432000 4194304 5787044 140736646564064 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=381904 CPUtime=51.05 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 7960 0 0 0 5101 4 0 0 25 0 5 0 516002524 391069696 27546 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=381904 CPUtime=50.89 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 10424 0 0 0 5084 5 0 0 25 0 5 0 516002524 391069696 27546 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=381904 CPUtime=51.05 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 10257 0 0 0 5102 3 0 0 25 0 5 0 516002525 391069696 27546 33554432000 4194304 5787044 140736646564064 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 390604

[startup+102.301 s]
/proc/loadavg: 8.29 8.15 8.13 10/192 1237
/proc/meminfo: memFree=21539268/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=401540 CPUtime=408.49 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 52792 0 0 0 40816 33 0 0 18 0 5 0 516002521 411176960 39573 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 100385 39573 418 389 0 96135 0
[pid=1229/tid=1231] ppid=1228 vsize=401540 CPUtime=102.15 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 10400 0 0 0 10207 8 0 0 25 0 5 0 516002523 411176960 39573 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=401540 CPUtime=102.24 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 11182 0 0 0 10216 8 0 0 25 0 5 0 516002524 411176960 39573 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=401540 CPUtime=101.8 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 14313 0 0 0 10170 10 0 0 25 0 5 0 516002524 411176960 39573 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=401540 CPUtime=102.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 13019 0 0 0 10219 6 0 0 25 0 5 0 516002525 411176960 39573 33554432000 4194304 5787044 140736646564064 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) 410240

[startup+162.301 s]
/proc/loadavg: 8.26 8.16 8.13 9/192 1239
/proc/meminfo: memFree=21501308/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=412464 CPUtime=648.18 cores=1,3,5,7

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

/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 26654 0 0 0 82189 35 0 0 25 0 5 0 516002524 731652096 109561 33554432000 4194304 5787044 140736646564064 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=714504 CPUtime=817.85 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 34867 0 0 0 81743 42 0 0 25 0 5 0 516002524 731652096 109561 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=714504 CPUtime=822.26 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 31352 0 0 0 82208 18 0 0 25 0 5 0 516002525 731652096 109561 33554432000 4194304 5787044 140736646564064 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 723204

[startup+882.301 s]
/proc/loadavg: 8.34 8.22 8.15 9/192 1291
/proc/meminfo: memFree=21665384/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=734556 CPUtime=3524.2 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 132567 0 0 0 352278 142 0 0 18 0 5 0 516002521 752185344 118016 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 183639 118016 419 389 0 179389 0
[pid=1229/tid=1231] ppid=1228 vsize=734556 CPUtime=882.13 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 29295 0 0 0 88174 39 0 0 25 0 5 0 516002523 752185344 118016 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=734556 CPUtime=882.23 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 28579 0 0 0 88185 38 0 0 25 0 5 0 516002524 752185344 118016 33554432000 4194304 5787044 140736646564064 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=734556 CPUtime=877.51 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 35526 0 0 0 87709 42 0 0 25 0 5 0 516002524 752185344 118016 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=734556 CPUtime=882.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 35289 0 0 0 88205 20 0 0 25 0 5 0 516002525 752185344 118016 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 743256

[startup+942.307 s]
/proc/loadavg: 8.31 8.23 8.16 9/192 1293
/proc/meminfo: memFree=21623208/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=3763.88 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 138514 0 0 0 376236 152 0 0 18 0 5 0 516002521 759771136 123513 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 123513 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=942.14 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30161 0 0 0 94174 40 0 0 25 0 5 0 516002523 759771136 123513 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=942.23 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29323 0 0 0 94184 39 0 0 25 0 5 0 516002524 759771136 123513 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=937.19 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 38167 0 0 0 93670 49 0 0 25 0 5 0 516002524 759771136 123513 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=942.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 36985 0 0 0 94204 21 0 0 25 0 5 0 516002525 759771136 123513 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 750664

[startup+1002.3 s]
/proc/loadavg: 8.21 8.21 8.15 9/192 1294
/proc/meminfo: memFree=21577924/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=4003.54 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 141031 0 0 0 400196 158 0 0 18 0 5 0 516002521 759771136 126030 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 126030 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=1002.13 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30161 0 0 0 100173 40 0 0 25 0 5 0 516002523 759771136 126030 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=1002.23 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29323 0 0 0 100184 39 0 0 25 0 5 0 516002524 759771136 126030 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=996.86 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 40684 0 0 0 99631 55 0 0 25 0 5 0 516002524 759771136 126030 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=1002.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 36985 0 0 0 100203 22 0 0 25 0 5 0 516002525 759771136 126030 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.54
Current children cumulated vsize (KiB) 750664

[startup+1062.3 s]
/proc/loadavg: 8.14 8.19 8.15 9/192 1296
/proc/meminfo: memFree=21543936/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=4243.22 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 143259 0 0 0 424159 163 0 0 18 0 5 0 516002521 759771136 128033 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 128033 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=1062.14 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30166 0 0 0 106173 41 0 0 25 0 5 0 516002523 759771136 128033 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=1062.23 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29324 0 0 0 106184 39 0 0 25 0 5 0 516002524 759771136 128033 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=1056.53 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 42906 0 0 0 105594 59 0 0 25 0 5 0 516002524 759771136 128033 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=1062.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 36985 0 0 0 106203 22 0 0 25 0 5 0 516002525 759771136 128033 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 750664

[startup+1122.3 s]
/proc/loadavg: 8.16 8.18 8.15 9/192 1297
/proc/meminfo: memFree=21543048/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=4482.89 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 143298 0 0 0 448126 163 0 0 18 0 5 0 516002521 759771136 128072 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 128072 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=1122.14 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30188 0 0 0 112173 41 0 0 25 0 5 0 516002523 759771136 128072 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=1122.23 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29333 0 0 0 112184 39 0 0 25 0 5 0 516002524 759771136 128072 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=1116.21 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 42906 0 0 0 111562 59 0 0 25 0 5 0 516002524 759771136 128072 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=1122.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 36993 0 0 0 112203 22 0 0 25 0 5 0 516002525 759771136 128072 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.89
Current children cumulated vsize (KiB) 750664

[startup+1182.3 s]
/proc/loadavg: 8.17 8.18 8.15 9/192 1299
/proc/meminfo: memFree=21515244/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=4722.57 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 143383 0 0 0 472093 164 0 0 18 0 5 0 516002521 759771136 128157 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 128157 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=1182.15 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30225 0 0 0 118174 41 0 0 25 0 5 0 516002523 759771136 128157 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=1182.24 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29360 0 0 0 118184 40 0 0 25 0 5 0 516002524 759771136 128157 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=1175.87 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 42906 0 0 0 117528 59 0 0 25 0 5 0 516002524 759771136 128157 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=1182.25 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 37014 0 0 0 118203 22 0 0 25 0 5 0 516002525 759771136 128157 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 750664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.16 8.14 9/192 1299
/proc/meminfo: memFree=21499612/32951124 swapFree=67111524/67111528
[pid=1228] ppid=1226 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1228/stat : 1228 (prissAuto.sh) S 1226 1228 32466 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516002521 8908800 252 33554432000 4194304 4922060 140735809209872 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1228/statm: 2175 252 211 178 0 68 0
[pid=1229] ppid=1228 vsize=741964 CPUtime=4800.08 cores=1,3,5,7
/proc/1229/stat : 1229 (priss) S 1228 1228 32466 0 -1 4202496 143457 0 0 0 479844 164 0 0 18 0 5 0 516002521 759771136 128231 33554432000 4194304 5787044 140736646564064 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1229/statm: 185491 128231 419 389 0 181241 0
[pid=1229/tid=1231] ppid=1228 vsize=741964 CPUtime=1201.55 cores=1,3,5,7
/proc/1229/task/1231/stat : 1231 (priss) R 1228 1228 32466 0 -1 4202560 30260 0 0 0 120114 41 0 0 25 0 5 0 516002523 759771136 128231 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=1229/tid=1232] ppid=1228 vsize=741964 CPUtime=1201.64 cores=1,3,5,7
/proc/1229/task/1232/stat : 1232 (priss) R 1228 1228 32466 0 -1 4202560 29396 0 0 0 120124 40 0 0 25 0 5 0 516002524 759771136 128231 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=1229/tid=1233] ppid=1228 vsize=741964 CPUtime=1195.17 cores=1,3,5,7
/proc/1229/task/1233/stat : 1233 (priss) R 1228 1228 32466 0 -1 4202560 42906 0 0 0 119458 59 0 0 25 0 5 0 516002524 759771136 128231 33554432000 4194304 5787044 140736646564064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=1229/tid=1234] ppid=1228 vsize=741964 CPUtime=1201.66 cores=1,3,5,7
/proc/1229/task/1234/stat : 1234 (priss) R 1228 1228 32466 0 -1 4202560 37017 0 0 0 120144 22 0 0 25 0 5 0 516002525 759771136 128231 33554432000 4194304 5787044 140736646564064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 750664

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1228 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.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.44
CPU system time (s): 1.64
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 750664

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

runsolver used 1.71974 second user time and 4.84626 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 04:27:27
IDJOB=3257895
IDBENCH=71284
IDSOLVER=1602
FILE ID=node135/3257895-1304044046
RUNJOBID= node135-1304038950-32485
PBS_JOBID= 13170376
Free space on /tmp= 71116 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g7.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257895-1304044046/watcher-3257895-1304044046 -o /tmp/evaluation-result-3257895-1304044046/solver-3257895-1304044046 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257895-1304044046.cnf 1750299390 4800 15500 4

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=1750299390

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21788580 kB
Buffers:       1829048 kB
Cached:        8114968 kB
SwapCached:          4 kB
Active:        2966964 kB
Inactive:      7602920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21788580 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:      625676 kB
Mapped:          15624 kB
Slab:           528496 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   814824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71116 MiB
End job on node135 at 2011-04-29 04:47:30