Trace number 3283822

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.16 1201.73

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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: 31999
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 15708us
0.00/0.02	c parsed 68055 clauses with 1278 variables
0.00/0.02	c NW started thread 0 successfully (1096943936)
0.00/0.02	c NW started thread 1 successfully (1107433792)
0.00/0.03	c NW started thread 2 successfully (1117923648)
0.00/0.09	c NW started thread 3 successfully (1128413504)
0.00/1.58	c preprocessor returned 10001 variablesc preprocessor returned 10001 variables
0.00/1.58	c preprocessing returned UNKNOWN
0.00/1.58	c PP set 0 variables
0.00/1.58	c preprocessing returned UNKNOWN
0.00/1.58	
0.00/1.58	c pp time: c PP set 0 variables
0.00/1.58	c pp time: 15571841556195us (1s)
0.00/1.58	us (1s)
0.00/1.59	c preprocessor returned 10001 variables
0.00/1.59	c preprocessing returned UNKNOWN
0.00/1.59	c PP set 0 variables
0.00/1.59	c pp time: 1555217us (1s)
8.68/2.24	c preprocessor returned 30005 variables
8.68/2.24	c preprocessing returned UNKNOWN
8.68/2.24	c PP set 0 variables
8.68/2.24	c pp time: 2192209us (2s)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0

[startup+0.0383629 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10878 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.52971 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.94984 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.00084 s]
/proc/loadavg: 8.06 8.08 8.08 5/182 31998
/proc/meminfo: memFree=22920972/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10063 s]
/proc/loadavg: 8.14 8.10 8.08 9/188 32004
/proc/meminfo: memFree=22859056/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=297180 CPUtime=12.27 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 20090 0 0 0 1223 4 0 0 18 0 5 0 594539678 304312320 15915 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 74295 15915 417 389 0 70045 0
[pid=31999/tid=32001] ppid=31998 vsize=297180 CPUtime=3.06 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 3938 0 0 0 305 1 0 0 22 0 5 0 594539680 304312320 15915 33554432000 4194304 5787044 140733761508832 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=297180 CPUtime=3.05 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 3580 0 0 0 304 1 0 0 21 0 5 0 594539681 304312320 15915 33554432000 4194304 5787044 140733761508832 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=297180 CPUtime=3.05 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 4648 0 0 0 305 0 0 0 25 0 5 0 594539682 304312320 15915 33554432000 4194304 5787044 140733761508832 18446744073709551615 4218220 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=297180 CPUtime=3.04 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 3950 0 0 0 304 0 0 0 18 0 5 0 594539683 304312320 15915 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 305880

[startup+6.30105 s]
/proc/loadavg: 8.13 8.10 8.08 9/188 32004
/proc/meminfo: memFree=22855212/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=298488 CPUtime=25.06 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 21001 0 0 0 2501 5 0 0 18 0 5 0 594539678 305651712 16826 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 74622 16826 417 389 0 70372 0
[pid=31999/tid=32001] ppid=31998 vsize=298488 CPUtime=6.26 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 4201 0 0 0 625 1 0 0 25 0 5 0 594539680 305651712 16826 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=298488 CPUtime=6.23 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 3753 0 0 0 622 1 0 0 25 0 5 0 594539681 305651712 16826 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=298488 CPUtime=6.26 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 4949 0 0 0 625 1 0 0 25 0 5 0 594539682 305651712 16826 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=298488 CPUtime=6.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 4124 0 0 0 624 0 0 0 25 0 5 0 594539683 305651712 16826 33554432000 4194304 5787044 140733761508832 18446744073709551615 5526752 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 307188

[startup+12.7009 s]
/proc/loadavg: 8.12 8.10 8.08 9/188 32004
/proc/meminfo: memFree=22843524/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=305324 CPUtime=50.62 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 23882 0 0 0 5055 7 0 0 18 0 5 0 594539678 312651776 19707 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 76331 19707 417 389 0 72081 0
[pid=31999/tid=32001] ppid=31998 vsize=305324 CPUtime=12.66 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 5611 0 0 0 1264 2 0 0 25 0 5 0 594539680 312651776 19707 33554432000 4194304 5787044 140733761508832 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=305324 CPUtime=12.59 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 4146 0 0 0 1258 1 0 0 25 0 5 0 594539681 312651776 19707 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=305324 CPUtime=12.65 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 5641 0 0 0 1264 1 0 0 25 0 5 0 594539682 312651776 19707 33554432000 4194304 5787044 140733761508832 18446744073709551615 5592115 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=305324 CPUtime=12.64 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 4510 0 0 0 1263 1 0 0 25 0 5 0 594539683 312651776 19707 33554432000 4194304 5787044 140733761508832 18446744073709551615 5524576 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 314024

[startup+25.5005 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 32005
/proc/meminfo: memFree=22827832/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=313604 CPUtime=101.74 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 28292 0 0 0 10161 13 0 0 18 0 5 0 594539678 321130496 24116 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 78401 24116 417 389 0 74151 0
[pid=31999/tid=32001] ppid=31998 vsize=313604 CPUtime=25.45 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 6427 0 0 0 2542 3 0 0 25 0 5 0 594539680 321130496 24116 33554432000 4194304 5787044 140733761508832 18446744073709551615 4254387 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=313604 CPUtime=25.32 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 5100 0 0 0 2530 2 0 0 25 0 5 0 594539681 321130496 24116 33554432000 4194304 5787044 140733761508832 18446744073709551615 5588685 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=313604 CPUtime=25.45 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 7657 0 0 0 2543 2 0 0 25 0 5 0 594539682 321130496 24116 33554432000 4194304 5787044 140733761508832 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=313604 CPUtime=25.43 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 5134 0 0 0 2541 2 0 0 25 0 5 0 594539683 321130496 24116 33554432000 4194304 5787044 140733761508832 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 322304

[startup+51.1068 s]
/proc/loadavg: 8.13 8.10 8.08 9/188 32005
/proc/meminfo: memFree=22804628/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=321324 CPUtime=204.02 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 33757 0 0 0 20382 20 0 0 18 0 5 0 594539678 329035776 29577 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 80331 29577 417 389 0 76081 0
[pid=31999/tid=32001] ppid=31998 vsize=321324 CPUtime=50.99 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 7723 0 0 0 5094 5 0 0 25 0 5 0 594539680 329035776 29577 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=321324 CPUtime=50.84 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 7239 0 0 0 5079 5 0 0 25 0 5 0 594539681 329035776 29577 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=321324 CPUtime=51.06 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 8592 0 0 0 5103 3 0 0 25 0 5 0 594539682 329035776 29577 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=321324 CPUtime=51.04 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 6229 0 0 0 5100 4 0 0 25 0 5 0 594539683 329035776 29577 33554432000 4194304 5787044 140733761508832 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 330024

[startup+102.3 s]
/proc/loadavg: 8.14 8.10 8.08 9/188 32007
/proc/meminfo: memFree=22763436/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=334852 CPUtime=408.51 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 41465 0 0 0 40822 29 0 0 18 0 5 0 594539678 342888448 37121 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 83713 37121 417 389 0 79463 0
[pid=31999/tid=32001] ppid=31998 vsize=334852 CPUtime=101.92 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 9085 0 0 0 10184 8 0 0 25 0 5 0 594539680 342888448 37121 33554432000 4194304 5787044 140733761508832 18446744073709551615 4219838 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=334852 CPUtime=102.04 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 9594 0 0 0 10196 8 0 0 25 0 5 0 594539681 342888448 37121 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=334852 CPUtime=102.25 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 10808 0 0 0 10221 4 0 0 25 0 5 0 594539682 342888448 37121 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=334852 CPUtime=102.23 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 8004 0 0 0 10216 7 0 0 25 0 5 0 594539683 342888448 37121 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 343552

[startup+162.3 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 32008
/proc/meminfo: memFree=22682436/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0

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

/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 25744 0 0 0 88139 29 0 0 25 0 5 0 594539681 663347200 97411 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=647800 CPUtime=882.26 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 25412 0 0 0 88209 17 0 0 25 0 5 0 594539682 663347200 97411 33554432000 4194304 5787044 140733761508832 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=647800 CPUtime=882.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 24717 0 0 0 88196 28 0 0 25 0 5 0 594539683 663347200 97411 33554432000 4194304 5787044 140733761508832 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 656500

[startup+942.301 s]
/proc/loadavg: 8.07 8.07 8.07 9/188 32062
/proc/meminfo: memFree=22988172/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=651900 CPUtime=3763.91 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 108235 0 0 0 376281 110 0 0 18 0 5 0 594539678 667545600 102102 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 162975 102102 417 389 0 158725 0
[pid=31999/tid=32001] ppid=31998 vsize=651900 CPUtime=937.66 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24536 0 0 0 93738 28 0 0 25 0 5 0 594539680 667545600 102102 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=651900 CPUtime=941.68 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28334 0 0 0 94136 32 0 0 25 0 5 0 594539681 667545600 102102 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=651900 CPUtime=942.25 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 25414 0 0 0 94208 17 0 0 25 0 5 0 594539682 667545600 102102 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=651900 CPUtime=942.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 25977 0 0 0 94194 30 0 0 25 0 5 0 594539683 667545600 102102 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 660600

[startup+1002.3 s]
/proc/loadavg: 8.07 8.07 8.07 9/188 32064
/proc/meminfo: memFree=22966312/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=651900 CPUtime=4003.59 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109249 0 0 0 400247 112 0 0 18 0 5 0 594539678 667545600 102891 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 162975 102891 417 389 0 158725 0
[pid=31999/tid=32001] ppid=31998 vsize=651900 CPUtime=997.33 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24536 0 0 0 99705 28 0 0 25 0 5 0 594539680 667545600 102891 33554432000 4194304 5787044 140733761508832 18446744073709551615 5578224 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=651900 CPUtime=1001.67 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28334 0 0 0 100135 32 0 0 25 0 5 0 594539681 667545600 102891 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=651900 CPUtime=1002.25 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 25417 0 0 0 100208 17 0 0 25 0 5 0 594539682 667545600 102891 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=651900 CPUtime=1002.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 26988 0 0 0 100193 31 0 0 25 0 5 0 594539683 667545600 102891 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 660600

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 8.06 9/188 32065
/proc/meminfo: memFree=22954864/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=651900 CPUtime=4243.26 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109260 0 0 0 424214 112 0 0 18 0 5 0 594539678 667545600 102902 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 162975 102902 417 389 0 158725 0
[pid=31999/tid=32001] ppid=31998 vsize=651900 CPUtime=1057.01 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24539 0 0 0 105672 29 0 0 25 0 5 0 594539680 667545600 102902 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=651900 CPUtime=1061.67 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28335 0 0 0 106135 32 0 0 25 0 5 0 594539681 667545600 102902 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=651900 CPUtime=1062.25 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 25424 0 0 0 106208 17 0 0 25 0 5 0 594539682 667545600 102902 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=651900 CPUtime=1062.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 26988 0 0 0 106193 31 0 0 25 0 5 0 594539683 667545600 102902 33554432000 4194304 5787044 140733761508832 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 660600

[startup+1122.3 s]
/proc/loadavg: 8.04 8.06 8.06 9/188 32067
/proc/meminfo: memFree=22946128/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=651900 CPUtime=4482.93 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109288 0 0 0 448181 112 0 0 18 0 5 0 594539678 667545600 102930 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 162975 102930 417 389 0 158725 0
[pid=31999/tid=32001] ppid=31998 vsize=651900 CPUtime=1116.69 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24548 0 0 0 111640 29 0 0 25 0 5 0 594539680 667545600 102930 33554432000 4194304 5787044 140733761508832 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=651900 CPUtime=1121.67 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28341 0 0 0 112135 32 0 0 25 0 5 0 594539681 667545600 102930 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=651900 CPUtime=1122.26 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 25435 0 0 0 112208 18 0 0 25 0 5 0 594539682 667545600 102930 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=651900 CPUtime=1122.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 26990 0 0 0 112193 31 0 0 25 0 5 0 594539683 667545600 102930 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 660600

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.07 9/188 32069
/proc/meminfo: memFree=22942476/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=656000 CPUtime=4722.62 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109916 0 0 0 472149 113 0 0 18 0 5 0 594539678 671744000 103558 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 164000 103558 417 389 0 159750 0
[pid=31999/tid=32001] ppid=31998 vsize=656000 CPUtime=1176.36 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24576 0 0 0 117607 29 0 0 25 0 5 0 594539680 671744000 103558 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=656000 CPUtime=1181.67 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28355 0 0 0 118135 32 0 0 25 0 5 0 594539681 671744000 103558 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=656000 CPUtime=1182.26 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 26011 0 0 0 118208 18 0 0 25 0 5 0 594539682 671744000 103558 33554432000 4194304 5787044 140733761508832 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=656000 CPUtime=1182.24 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 27000 0 0 0 118193 31 0 0 25 0 5 0 594539683 671744000 103558 33554432000 4194304 5787044 140733761508832 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 664700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.71 s]
/proc/loadavg: 8.14 8.08 8.07 9/188 32069
/proc/meminfo: memFree=22941848/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=656144 CPUtime=4800.16 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109981 0 0 0 479903 113 0 0 18 0 5 0 594539678 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 164036 103623 417 389 0 159786 0
[pid=31999/tid=32001] ppid=31998 vsize=656144 CPUtime=1195.66 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24589 0 0 0 119537 29 0 0 25 0 5 0 594539680 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=656144 CPUtime=1201.08 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28360 0 0 0 120076 32 0 0 25 0 5 0 594539681 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=656144 CPUtime=1201.67 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 26055 0 0 0 120149 18 0 0 25 0 5 0 594539682 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=656144 CPUtime=1201.66 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 27003 0 0 0 120135 31 0 0 25 0 5 0 594539683 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5524724 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 664844

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

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

[startup+1201.71 s]
/proc/loadavg: 8.14 8.08 8.07 9/188 32069
/proc/meminfo: memFree=22941848/32950928 swapFree=67071984/67111528
[pid=31998] ppid=31996 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31998/stat : 31998 (prissAuto.sh) S 31996 31998 30862 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594539678 8908800 251 33554432000 4194304 4922060 140736755908352 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31998/statm: 2175 251 211 178 0 68 0
[pid=31999] ppid=31998 vsize=656144 CPUtime=4800.16 cores=1,3,5,7
/proc/31999/stat : 31999 (priss) S 31998 31998 30862 0 -1 4202496 109981 0 0 0 479903 113 0 0 18 0 5 0 594539678 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31999/statm: 164036 103623 417 389 0 159786 0
[pid=31999/tid=32001] ppid=31998 vsize=656144 CPUtime=1195.66 cores=1,3,5,7
/proc/31999/task/32001/stat : 32001 (priss) R 31998 31998 30862 0 -1 4202560 24589 0 0 0 119537 29 0 0 25 0 5 0 594539680 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31999/tid=32002] ppid=31998 vsize=656144 CPUtime=1201.08 cores=1,3,5,7
/proc/31999/task/32002/stat : 32002 (priss) R 31998 31998 30862 0 -1 4202560 28360 0 0 0 120076 32 0 0 25 0 5 0 594539681 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31999/tid=32003] ppid=31998 vsize=656144 CPUtime=1201.67 cores=1,3,5,7
/proc/31999/task/32003/stat : 32003 (priss) R 31998 31998 30862 0 -1 4202560 26055 0 0 0 120149 18 0 0 25 0 5 0 594539682 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31999/tid=32004] ppid=31998 vsize=656144 CPUtime=1201.66 cores=1,3,5,7
/proc/31999/task/32004/stat : 32004 (priss) R 31998 31998 30862 0 -1 4202560 27003 0 0 0 120135 31 0 0 25 0 5 0 594539683 671891456 103623 33554432000 4194304 5787044 140733761508832 18446744073709551615 5524724 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 664844

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31998 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.73
CPU time (s): 4800.16
CPU user time (s): 4799.03
CPU system time (s): 1.13
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 664844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 6
involuntary context switches= 3

runsolver used 1.57476 second user time and 4.99124 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 04:11:30
IDJOB=3283822
IDBENCH=71078
IDSOLVER=1602
FILE ID=node116/3283822-1304043090
RUNJOBID= node116-1304036428-30881
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283822-1304043090/watcher-3283822-1304043090 -o /tmp/evaluation-result-3283822-1304043090/solver-3283822-1304043090 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3283822-1304043090.cnf 740712600 4800 15500 4

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=740712600

node116.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.826
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.65
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.826
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.826
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.826
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.826
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.826
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22921252 kB
Buffers:       1893908 kB
Cached:        6899780 kB
SwapCached:       9732 kB
Active:        5095484 kB
Inactive:      4509832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22921252 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2296 kB
Writeback:           0 kB
AnonPages:      805560 kB
Mapped:          14648 kB
Slab:           358760 kB
PageTables:       6012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1035460 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= 72508 MiB
End job on node116 at 2011-04-29 04:31:34