Trace number 3273624

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.35 1201.82

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20595
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 144us
0.00/0.00	c parsed 316 clauses with 153 variables
0.00/0.00	c NW started thread 0 successfully (1100900672)
0.00/0.00	c NW started thread 1 successfully (1111390528)
0.00/0.00	c NW started thread 2 successfully (1121880384)
0.00/0.00	c NW started thread 3 successfully (1132370240)
0.00/1.02	c preprocessor returned 10032 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 0 variables
0.00/1.02	c pp time: 1022641us (1s)
0.00/1.02	c preprocessor returned 10032 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 0 variables
0.00/1.02	c pp time: 1024273us (1s)
0.00/1.09	c preprocessor returned 10032 variables
0.00/1.09	c preprocessing returned UNKNOWN
0.00/1.09	c PP set 0 variables
0.00/1.09	c pp time: 1086550us (1s)
42.66/10.72	c preprocessor returned 30027 variables
42.66/10.72	c preprocessing returned UNKNOWN
42.66/10.72	c PP set 0 variables
42.66/10.72	c pp time: 10721105us (10s)

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-3273624-1304054572/watcher-3273624-1304054572 -o /tmp/evaluation-result-3273624-1304054572/solver-3273624-1304054572 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3273624-1304054572.cnf 761410911 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0

[startup+0.810723 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900706 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00069 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10067 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 3.95 4.85 5.35 1/172 20594
/proc/meminfo: memFree=18479228/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10029 s]
/proc/loadavg: 4.51 4.95 5.38 9/188 20613
/proc/meminfo: memFree=18417108/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=211360 CPUtime=12.29 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 8941 0 0 0 1227 2 0 0 18 0 5 0 595687875 216432640 7785 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 52840 7785 404 389 0 48590 0
[pid=20595/tid=20596] ppid=20594 vsize=211360 CPUtime=3.08 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 1997 0 0 0 308 0 0 0 25 0 5 0 595687875 216432640 7785 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=211360 CPUtime=3.02 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 1770 0 0 0 302 0 0 0 25 0 5 0 595687875 216432640 7785 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=211360 CPUtime=3.07 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 1682 0 0 0 307 0 0 0 25 0 5 0 595687875 216432640 7785 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=211360 CPUtime=3.09 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 1996 0 0 0 309 0 0 0 25 0 5 0 595687875 216432640 7785 33554432000 4194304 5787044 140735091934608 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 220060

[startup+6.30669 s]
/proc/loadavg: 4.79 5.00 5.39 9/188 20613
/proc/meminfo: memFree=18401496/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=213596 CPUtime=25.1 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 10570 0 0 0 2507 3 0 0 18 0 5 0 595687875 218722304 9414 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 53399 9414 404 389 0 49149 0
[pid=20595/tid=20596] ppid=20594 vsize=213596 CPUtime=6.29 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 2535 0 0 0 628 1 0 0 25 0 5 0 595687875 218722304 9414 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=213596 CPUtime=6.22 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 2318 0 0 0 622 0 0 0 25 0 5 0 595687875 218722304 9414 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=213596 CPUtime=6.26 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 2225 0 0 0 626 0 0 0 25 0 5 0 595687875 218722304 9414 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=213596 CPUtime=6.29 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 1996 0 0 0 629 0 0 0 25 0 5 0 595687875 218722304 9414 33554432000 4194304 5787044 140735091934608 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 222296

[startup+12.7005 s]
/proc/loadavg: 5.05 5.05 5.40 9/188 20613
/proc/meminfo: memFree=18369668/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=224140 CPUtime=50.62 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 15638 0 0 0 5057 5 0 0 18 0 5 0 595687875 229519360 13778 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 56035 13778 418 389 0 51785 0
[pid=20595/tid=20596] ppid=20594 vsize=224140 CPUtime=12.67 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 3406 0 0 0 1266 1 0 0 25 0 5 0 595687875 229519360 13778 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=224140 CPUtime=12.61 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 3166 0 0 0 1260 1 0 0 25 0 5 0 595687875 229519360 13778 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=224140 CPUtime=12.63 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 3793 0 0 0 1262 1 0 0 25 0 5 0 595687875 229519360 13778 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=224140 CPUtime=12.68 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 3777 0 0 0 1268 0 0 0 25 0 5 0 595687875 229519360 13778 33554432000 4194304 5787044 140735091934608 18446744073709551615 4234928 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 232840

[startup+25.5011 s]
/proc/loadavg: 5.50 5.15 5.43 9/188 20614
/proc/meminfo: memFree=18337332/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=231560 CPUtime=101.74 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 19407 0 0 0 10165 9 0 0 18 0 5 0 595687875 237117440 17544 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 57890 17544 418 389 0 53640 0
[pid=20595/tid=20596] ppid=20594 vsize=231560 CPUtime=25.47 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 4023 0 0 0 2545 2 0 0 25 0 5 0 595687875 237117440 17544 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=231560 CPUtime=25.41 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 3718 0 0 0 2539 2 0 0 25 0 5 0 595687875 237117440 17544 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=231560 CPUtime=25.35 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 5534 0 0 0 2533 2 0 0 25 0 5 0 595687875 237117440 17544 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=231560 CPUtime=25.48 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 4636 0 0 0 2547 1 0 0 25 0 5 0 595687875 237117440 17544 33554432000 4194304 5787044 140735091934608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 240260

[startup+51.1012 s]
/proc/loadavg: 6.43 5.39 5.50 9/188 20614
/proc/meminfo: memFree=18294956/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=241296 CPUtime=203.99 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 24624 0 0 0 20385 14 0 0 18 0 5 0 595687875 247087104 22761 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 60324 22761 419 389 0 56074 0
[pid=20595/tid=20596] ppid=20594 vsize=241296 CPUtime=51.07 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 6085 0 0 0 5104 3 0 0 25 0 5 0 595687875 247087104 22761 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=241296 CPUtime=51.01 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 4855 0 0 0 5097 4 0 0 25 0 5 0 595687875 247087104 22761 33554432000 4194304 5787044 140735091934608 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=241296 CPUtime=50.81 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 6533 0 0 0 5078 3 0 0 25 0 5 0 595687875 247087104 22761 33554432000 4194304 5787044 140735091934608 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=241296 CPUtime=51.08 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 5655 0 0 0 5105 3 0 0 25 0 5 0 595687875 247087104 22761 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 249996

[startup+102.301 s]
/proc/loadavg: 7.49 5.86 5.65 9/188 20616
/proc/meminfo: memFree=18237652/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=251448 CPUtime=408.46 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 30215 0 0 0 40828 18 0 0 18 0 5 0 595687875 257482752 28220 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 62862 28220 419 389 0 58612 0
[pid=20595/tid=20596] ppid=20594 vsize=251448 CPUtime=102.01 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 7256 0 0 0 10198 3 0 0 25 0 5 0 595687875 257482752 28220 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=251448 CPUtime=102.2 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 6055 0 0 0 10214 6 0 0 25 0 5 0 595687875 257482752 28220 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=251448 CPUtime=101.96 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 8629 0 0 0 10192 4 0 0 25 0 5 0 595687875 257482752 28220 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=251448 CPUtime=102.26 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 6779 0 0 0 10223 3 0 0 25 0 5 0 595687875 257482752 28220 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 260148

[startup+162.301 s]
/proc/loadavg: 7.92 6.28 5.81 9/188 20617
/proc/meminfo: memFree=18194956/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=264308 CPUtime=648.12 cores=0,2,4,6

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

/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 14787 0 0 0 82196 15 0 0 25 0 5 0 595687875 467083264 63807 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=456136 CPUtime=819.31 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 15660 0 0 0 81917 14 0 0 25 0 5 0 595687875 467083264 63807 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=456136 CPUtime=822.26 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 15124 0 0 0 82215 11 0 0 25 0 5 0 595687875 467083264 63807 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.44
Current children cumulated vsize (KiB) 464836

[startup+882.301 s]
/proc/loadavg: 8.11 7.94 7.03 9/188 20637
/proc/meminfo: memFree=17902952/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=465424 CPUtime=3524.1 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 71147 0 0 0 352350 60 0 0 18 0 5 0 595687875 476594176 68763 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 116356 68763 419 389 0 112106 0
[pid=20595/tid=20596] ppid=20594 vsize=465424 CPUtime=880.73 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 20298 0 0 0 88058 15 0 0 25 0 5 0 595687875 476594176 68763 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=465424 CPUtime=882.11 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 15841 0 0 0 88194 17 0 0 25 0 5 0 595687875 476594176 68763 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=465424 CPUtime=878.98 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 17600 0 0 0 87883 15 0 0 25 0 5 0 595687875 476594176 68763 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=465424 CPUtime=882.25 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 15912 0 0 0 88214 11 0 0 25 0 5 0 595687875 476594176 68763 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.1
Current children cumulated vsize (KiB) 474124

[startup+942.301 s]
/proc/loadavg: 8.19 7.99 7.11 9/188 20638
/proc/meminfo: memFree=17882964/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=475156 CPUtime=3763.8 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 75908 0 0 0 376313 67 0 0 18 0 5 0 595687875 486559744 73524 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 118789 73524 419 389 0 114539 0
[pid=20595/tid=20596] ppid=20594 vsize=475156 CPUtime=940.74 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 21246 0 0 0 94057 17 0 0 25 0 5 0 595687875 486559744 73524 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=475156 CPUtime=942.11 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 16923 0 0 0 94192 19 0 0 25 0 5 0 595687875 486559744 73524 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=475156 CPUtime=938.66 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 19504 0 0 0 93849 17 0 0 25 0 5 0 595687875 486559744 73524 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=475156 CPUtime=942.26 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 16739 0 0 0 94213 13 0 0 25 0 5 0 595687875 486559744 73524 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527179 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.8
Current children cumulated vsize (KiB) 483856

[startup+1002.3 s]
/proc/loadavg: 8.32 8.07 7.19 9/188 20643
/proc/meminfo: memFree=17866416/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=483772 CPUtime=4003.43 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 79738 0 0 0 400272 71 0 0 18 0 5 0 595687875 495382528 77354 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 120943 77354 419 389 0 116693 0
[pid=20595/tid=20596] ppid=20594 vsize=483772 CPUtime=1000.72 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 22081 0 0 0 100053 19 0 0 25 0 5 0 595687875 495382528 77354 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=483772 CPUtime=1002.09 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 17875 0 0 0 100190 19 0 0 25 0 5 0 595687875 495382528 77354 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=483772 CPUtime=998.33 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 20060 0 0 0 99815 18 0 0 25 0 5 0 595687875 495382528 77354 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=483772 CPUtime=1002.26 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 18226 0 0 0 100212 14 0 0 25 0 5 0 595687875 495382528 77354 33554432000 4194304 5787044 140735091934608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 492472

[startup+1062.31 s]
/proc/loadavg: 8.12 8.05 7.23 9/188 20644
/proc/meminfo: memFree=17863388/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=483772 CPUtime=4243.13 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 80265 0 0 0 424241 72 0 0 18 0 5 0 595687875 495382528 77881 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 120943 77881 419 389 0 116693 0
[pid=20595/tid=20596] ppid=20594 vsize=483772 CPUtime=1060.73 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 22082 0 0 0 106054 19 0 0 25 0 5 0 595687875 495382528 77881 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=483772 CPUtime=1062.09 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 17875 0 0 0 106190 19 0 0 25 0 5 0 595687875 495382528 77881 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=483772 CPUtime=1058 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 20250 0 0 0 105782 18 0 0 25 0 5 0 595687875 495382528 77881 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=483772 CPUtime=1062.26 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 18562 0 0 0 106212 14 0 0 25 0 5 0 595687875 495382528 77881 33554432000 4194304 5787044 140735091934608 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 492472

[startup+1122.3 s]
/proc/loadavg: 8.14 8.07 7.29 9/188 20646
/proc/meminfo: memFree=17856288/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=484324 CPUtime=4482.77 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 80847 0 0 0 448205 72 0 0 18 0 5 0 595687875 495947776 78258 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 121081 78258 419 389 0 116831 0
[pid=20595/tid=20596] ppid=20594 vsize=484324 CPUtime=1120.72 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 22082 0 0 0 112053 19 0 0 25 0 5 0 595687875 495947776 78258 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=484324 CPUtime=1122.09 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 17875 0 0 0 112190 19 0 0 25 0 5 0 595687875 495947776 78258 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=484324 CPUtime=1117.67 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 20532 0 0 0 111749 18 0 0 25 0 5 0 595687875 495947776 78258 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=484324 CPUtime=1122.24 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 18862 0 0 0 112210 14 0 0 25 0 5 0 595687875 495947776 78258 33554432000 4194304 5787044 140735091934608 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 493024

[startup+1182.3 s]
/proc/loadavg: 8.14 8.08 7.34 9/188 20648
/proc/meminfo: memFree=17843008/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=484836 CPUtime=4722.43 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 81120 0 0 0 472171 72 0 0 18 0 5 0 595687875 496472064 78531 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 121209 78531 419 389 0 116959 0
[pid=20595/tid=20596] ppid=20594 vsize=484836 CPUtime=1180.73 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 22082 0 0 0 118054 19 0 0 25 0 5 0 595687875 496472064 78531 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=484836 CPUtime=1182.08 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 17875 0 0 0 118189 19 0 0 25 0 5 0 595687875 496472064 78531 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=484836 CPUtime=1177.34 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 20805 0 0 0 117716 18 0 0 25 0 5 0 595687875 496472064 78531 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=484836 CPUtime=1182.24 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 18862 0 0 0 118210 14 0 0 25 0 5 0 595687875 496472064 78531 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 493536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.09 7.36 9/188 20648
/proc/meminfo: memFree=17835924/32950928 swapFree=67111524/67111528
[pid=20594] ppid=20592 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (prissAuto.sh) S 20592 20594 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595687875 8908800 251 33554432000 4194304 4922060 140737185548832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20594/statm: 2175 251 211 178 0 68 0
[pid=20595] ppid=20594 vsize=484836 CPUtime=4800.35 cores=0,2,4,6
/proc/20595/stat : 20595 (priss) S 20594 20594 20564 0 -1 4202496 81214 0 0 0 479963 72 0 0 18 0 5 0 595687875 496472064 78625 33554432000 4194304 5787044 140735091934608 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20595/statm: 121209 78625 419 389 0 116959 0
[pid=20595/tid=20596] ppid=20594 vsize=484836 CPUtime=1200.23 cores=0,2,4,6
/proc/20595/task/20596/stat : 20596 (priss) R 20594 20594 20564 0 -1 4202560 22087 0 0 0 120004 19 0 0 25 0 5 0 595687875 496472064 78625 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20595/tid=20597] ppid=20594 vsize=484836 CPUtime=1201.59 cores=0,2,4,6
/proc/20595/task/20597/stat : 20597 (priss) R 20594 20594 20564 0 -1 4202560 17915 0 0 0 120140 19 0 0 25 0 5 0 595687875 496472064 78625 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20595/tid=20598] ppid=20594 vsize=484836 CPUtime=1196.74 cores=0,2,4,6
/proc/20595/task/20598/stat : 20598 (priss) R 20594 20594 20564 0 -1 4202560 20854 0 0 0 119656 18 0 0 25 0 5 0 595687875 496472064 78625 33554432000 4194304 5787044 140735091934608 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20595/tid=20599] ppid=20594 vsize=484836 CPUtime=1201.75 cores=0,2,4,6
/proc/20595/task/20599/stat : 20599 (priss) R 20594 20594 20564 0 -1 4202560 18862 0 0 0 120161 14 0 0 25 0 5 0 595687875 496472064 78625 33554432000 4194304 5787044 140735091934608 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 493536

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 20594 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.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4799.63
CPU system time (s): 0.72
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 493536

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= 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= 5
involuntary context switches= 2

runsolver used 1.76273 second user time and 4.80427 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 07:22:52
IDJOB=3273624
IDBENCH=83143
IDSOLVER=1602
FILE ID=node115/3273624-1304054572
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72732 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273624-1304054572/watcher-3273624-1304054572 -o /tmp/evaluation-result-3273624-1304054572/solver-3273624-1304054572 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3273624-1304054572.cnf 761410911 4800 15500 4

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=761410911

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18479500 kB
Buffers:       2319104 kB
Cached:       11533732 kB
SwapCached:          4 kB
Active:        6804676 kB
Inactive:      7112096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18479500 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1676 kB
Writeback:           0 kB
AnonPages:       63900 kB
Mapped:          14516 kB
Slab:           489632 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72728 MiB
End job on node115 at 2011-04-29 07:42:56