Trace number 3283914

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
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: 29915
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 20044us
0.00/0.02	c parsed 87044 clauses with 1430 variables
0.00/0.03	c NW started thread 0 successfully (1097939264)
0.00/0.03	c NW started thread 1 successfully (1112123712)
0.00/0.04	c NW started thread 2 successfully (1122613568)
0.00/0.06	c NW started thread 3 successfully (1133103424)
10.26/2.66	c preprocessor returned 10010 variables
10.26/2.66	c preprocessing returned UNKNOWN
10.26/2.66	c PP set 0 variables
10.26/2.66	c pp time: 2628274us (2s)
10.26/2.67	c preprocessor returned 10010 variables
10.26/2.67	c preprocessing returned UNKNOWN
10.26/2.67	c PP set 0 variables
10.26/2.67	c pp time: 2632852us (2s)
10.26/2.68	c preprocessor returned 10010 variables
10.26/2.68	c preprocessing returned UNKNOWN
10.26/2.68	c PP set 0 variables
10.26/2.68	c pp time: 2633652us (2s)
13.45/3.44	c preprocessor returned 30019 variables
13.45/3.44	c preprocessing returned UNKNOWN
13.45/3.44	c PP set 0 variables
13.45/3.44	c pp time: 3380347us (3s)

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-3283914-1304043098/watcher-3283914-1304043098 -o /tmp/evaluation-result-3283914-1304043098/solver-3283914-1304043098 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3283914-1304043098.cnf 481226924 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: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0

[startup+0.088122 s]
/proc/loadavg: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.196665 s]
/proc/loadavg: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300648 s]
/proc/loadavg: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.39645 s]
/proc/loadavg: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 4.12 4.93 6.22 1/171 29914
/proc/meminfo: memFree=15167140/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10118 s]
/proc/loadavg: 4.11 4.91 6.21 5/177 29920
/proc/meminfo: memFree=15094748/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=309848 CPUtime=12.25 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 22301 0 0 0 1221 4 0 0 25 0 5 0 515909424 317284352 18323 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 77462 18323 404 389 0 73212 0
[pid=29915/tid=29917] ppid=29914 vsize=309848 CPUtime=3.05 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 4818 0 0 0 305 0 0 0 25 0 5 0 515909427 317284352 18323 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590874 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=309848 CPUtime=3.06 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 3914 0 0 0 305 1 0 0 25 0 5 0 515909428 317284352 18323 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=309848 CPUtime=3.02 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 4882 0 0 0 302 0 0 0 22 0 5 0 515909429 317284352 18323 33554432000 4194304 5787044 140735675467600 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=309848 CPUtime=3.03 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 3593 0 0 0 302 1 0 0 25 0 5 0 515909430 317284352 18323 33554432000 4194304 5787044 140735675467600 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 318548

[startup+6.30059 s]
/proc/loadavg: 4.11 4.91 6.21 5/177 29920
/proc/meminfo: memFree=15089788/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=311056 CPUtime=25.04 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 24374 0 0 0 2499 5 0 0 25 0 5 0 515909424 318521344 19607 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 77764 19607 417 389 0 73514 0
[pid=29915/tid=29917] ppid=29914 vsize=311056 CPUtime=6.25 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 5110 0 0 0 625 0 0 0 25 0 5 0 515909427 318521344 19607 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=311056 CPUtime=6.25 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 4221 0 0 0 624 1 0 0 25 0 5 0 515909428 318521344 19607 33554432000 4194304 5787044 140735675467600 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=311056 CPUtime=6.21 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 5195 0 0 0 620 1 0 0 25 0 5 0 515909429 318521344 19607 33554432000 4194304 5787044 140735675467600 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=311056 CPUtime=6.23 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 4754 0 0 0 622 1 0 0 25 0 5 0 515909430 318521344 19607 33554432000 4194304 5787044 140735675467600 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 319756

[startup+12.7005 s]
/proc/loadavg: 4.09 4.88 6.19 5/177 29920
/proc/meminfo: memFree=15082692/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=312912 CPUtime=50.62 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 26026 0 0 0 5054 8 0 0 25 0 5 0 515909424 320421888 21259 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 78228 21259 417 389 0 73978 0
[pid=29915/tid=29917] ppid=29914 vsize=312912 CPUtime=12.66 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 5616 0 0 0 1265 1 0 0 25 0 5 0 515909427 320421888 21259 33554432000 4194304 5787044 140735675467600 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=312912 CPUtime=12.66 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 4688 0 0 0 1264 2 0 0 25 0 5 0 515909428 320421888 21259 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=312912 CPUtime=12.58 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 5753 0 0 0 1256 2 0 0 25 0 5 0 515909429 320421888 21259 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=312912 CPUtime=12.64 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 4875 0 0 0 1262 2 0 0 25 0 5 0 515909430 320421888 21259 33554432000 4194304 5787044 140735675467600 18446744073709551615 4228046 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 321612

[startup+25.5012 s]
/proc/loadavg: 4.08 4.85 6.16 5/177 29920
/proc/meminfo: memFree=15066812/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=319960 CPUtime=101.72 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 30171 0 0 0 10158 14 0 0 25 0 5 0 515909424 327639040 25404 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 79990 25404 417 389 0 75740 0
[pid=29915/tid=29917] ppid=29914 vsize=319960 CPUtime=25.45 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 6231 0 0 0 2543 2 0 0 20 0 5 0 515909427 327639040 25404 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=319960 CPUtime=25.43 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 5389 0 0 0 2541 2 0 0 25 0 5 0 515909428 327639040 25404 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=319960 CPUtime=25.31 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 6718 0 0 0 2528 3 0 0 25 0 5 0 515909429 327639040 25406 33554432000 4194304 5787044 140735675467600 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=319960 CPUtime=25.43 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 6739 0 0 0 2539 4 0 0 25 0 5 0 515909430 327639040 25406 33554432000 4194304 5787044 140735675467600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 328660

[startup+51.1007 s]
/proc/loadavg: 4.05 4.78 6.10 5/177 29921
/proc/meminfo: memFree=15042328/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=328944 CPUtime=203.96 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 36182 0 0 0 20367 29 0 0 25 0 5 0 515909424 336838656 31410 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 82236 31410 417 389 0 77986 0
[pid=29915/tid=29917] ppid=29914 vsize=328944 CPUtime=51.05 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 7460 0 0 0 5099 6 0 0 25 0 5 0 515909427 336838656 31410 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=328944 CPUtime=50.89 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 6565 0 0 0 5086 3 0 0 25 0 5 0 515909428 336838656 31410 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=328944 CPUtime=50.91 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 9036 0 0 0 5082 9 0 0 25 0 5 0 515909429 336838656 31410 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=328944 CPUtime=51.02 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 8027 0 0 0 5093 9 0 0 25 0 5 0 515909430 336838656 31410 33554432000 4194304 5787044 140735675467600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 337644

[startup+102.301 s]
/proc/loadavg: 4.06 4.67 6.00 5/177 29922
/proc/meminfo: memFree=14997908/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=345988 CPUtime=408.46 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 47354 0 0 0 40788 58 0 0 25 0 5 0 515909424 354291712 42418 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 86497 42418 417 389 0 82247 0
[pid=29915/tid=29917] ppid=29914 vsize=345988 CPUtime=102.24 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 9488 0 0 0 10211 13 0 0 25 0 5 0 515909427 354291712 42418 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=345988 CPUtime=101.81 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 9669 0 0 0 10176 5 0 0 25 0 5 0 515909428 354291712 42418 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=345988 CPUtime=102.11 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 12845 0 0 0 10190 21 0 0 25 0 5 0 515909429 354291712 42418 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=345988 CPUtime=102.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 10258 0 0 0 10205 17 0 0 25 0 5 0 515909430 354291712 42418 33554432000 4194304 5787044 140735675467600 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 354688

[startup+162.301 s]
/proc/loadavg: 4.05 4.56 5.87 5/177 29924
/proc/meminfo: memFree=14965764/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=356112 CPUtime=648.12 cores=1,3,5,7

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

/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 23163 0 0 0 81774 12 0 0 25 0 5 0 515909428 637792256 94325 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=622844 CPUtime=822.1 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 26437 0 0 0 82137 73 0 0 25 0 5 0 515909429 637792256 94325 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=622844 CPUtime=822.23 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 21826 0 0 0 82169 54 0 0 25 0 5 0 515909430 637792256 94325 33554432000 4194304 5787044 140735675467600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.5
Current children cumulated vsize (KiB) 631544

[startup+882.3 s]
/proc/loadavg: 4.06 4.11 4.89 5/177 29943
/proc/meminfo: memFree=14772904/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=635472 CPUtime=3524.15 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 104842 0 0 0 352220 195 0 0 25 0 5 0 515909424 650723328 98532 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 158868 98532 417 389 0 154618 0
[pid=29915/tid=29917] ppid=29914 vsize=635472 CPUtime=882.22 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 24854 0 0 0 88175 47 0 0 25 0 5 0 515909427 650723328 98532 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=635472 CPUtime=877.53 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 24876 0 0 0 87741 12 0 0 25 0 5 0 515909428 650723328 98532 33554432000 4194304 5787044 140735675467600 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=635472 CPUtime=882.1 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28039 0 0 0 88131 79 0 0 25 0 5 0 515909429 650723328 98532 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=635472 CPUtime=882.21 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 21979 0 0 0 88167 54 0 0 25 0 5 0 515909430 650723328 98532 33554432000 4194304 5787044 140735675467600 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 644172

[startup+942.307 s]
/proc/loadavg: 4.06 4.10 4.83 5/177 29945
/proc/meminfo: memFree=14766664/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=639180 CPUtime=3763.85 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 106415 0 0 0 376188 197 0 0 25 0 5 0 515909424 654520320 100105 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 159795 100105 417 389 0 155545 0
[pid=29915/tid=29917] ppid=29914 vsize=639180 CPUtime=942.23 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 25343 0 0 0 94175 48 0 0 25 0 5 0 515909427 654520320 100105 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=639180 CPUtime=937.2 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 25801 0 0 0 93707 13 0 0 25 0 5 0 515909428 654520320 100105 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=639180 CPUtime=942.1 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28039 0 0 0 94131 79 0 0 25 0 5 0 515909429 654520320 100105 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=639180 CPUtime=942.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 22138 0 0 0 94168 54 0 0 25 0 5 0 515909430 654520320 100105 33554432000 4194304 5787044 140735675467600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.85
Current children cumulated vsize (KiB) 647880

[startup+1002.3 s]
/proc/loadavg: 4.13 4.11 4.79 5/177 29946
/proc/meminfo: memFree=14749772/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=652564 CPUtime=4003.51 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 110664 0 0 0 400148 203 0 0 25 0 5 0 515909424 668225536 104354 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 163141 104354 417 389 0 158891 0
[pid=29915/tid=29917] ppid=29914 vsize=652564 CPUtime=1002.22 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 26531 0 0 0 100170 52 0 0 25 0 5 0 515909427 668225536 104354 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=652564 CPUtime=996.88 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 27069 0 0 0 99674 14 0 0 25 0 5 0 515909428 668225536 104354 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=652564 CPUtime=1002.1 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28039 0 0 0 100131 79 0 0 25 0 5 0 515909429 668225536 104354 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=652564 CPUtime=1002.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 23931 0 0 0 100167 55 0 0 25 0 5 0 515909430 668225536 104354 33554432000 4194304 5787044 140735675467600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 661264

[startup+1062.3 s]
/proc/loadavg: 4.12 4.11 4.74 5/177 29948
/proc/meminfo: memFree=14731256/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=661864 CPUtime=4243.18 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 115241 0 0 0 424107 211 0 0 25 0 5 0 515909424 677748736 108931 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 165466 108931 417 389 0 161216 0
[pid=29915/tid=29917] ppid=29914 vsize=661864 CPUtime=1062.22 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 28747 0 0 0 106167 55 0 0 25 0 5 0 515909427 677748736 108931 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=661864 CPUtime=1056.55 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 28208 0 0 0 105640 15 0 0 25 0 5 0 515909428 677748736 108931 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=661864 CPUtime=1062.09 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28041 0 0 0 106130 79 0 0 25 0 5 0 515909429 677748736 108931 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=661864 CPUtime=1062.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 25151 0 0 0 106163 59 0 0 25 0 5 0 515909430 677748736 108931 33554432000 4194304 5787044 140735675467600 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 670564

[startup+1122.3 s]
/proc/loadavg: 4.04 4.08 4.69 5/177 29950
/proc/meminfo: memFree=14716844/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=669316 CPUtime=4482.85 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 119016 0 0 0 448069 216 0 0 25 0 5 0 515909424 685379584 112481 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 167329 112481 417 389 0 163079 0
[pid=29915/tid=29917] ppid=29914 vsize=669316 CPUtime=1122.22 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 29554 0 0 0 112166 56 0 0 25 0 5 0 515909427 685379584 112481 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=669316 CPUtime=1116.22 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 28905 0 0 0 111607 15 0 0 25 0 5 0 515909428 685379584 112481 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=669316 CPUtime=1122.09 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28069 0 0 0 112130 79 0 0 25 0 5 0 515909429 685379584 112481 33554432000 4194304 5787044 140735675467600 18446744073709551615 274473658320 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=669316 CPUtime=1122.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 27394 0 0 0 112159 63 0 0 25 0 5 0 515909430 685379584 112481 33554432000 4194304 5787044 140735675467600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 678016

[startup+1182.3 s]
/proc/loadavg: 4.01 4.07 4.64 5/177 29951
/proc/meminfo: memFree=14712588/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=669316 CPUtime=4722.52 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 120170 0 0 0 472034 218 0 0 25 0 5 0 515909424 685379584 113635 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 167329 113635 417 389 0 163079 0
[pid=29915/tid=29917] ppid=29914 vsize=669316 CPUtime=1182.22 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 29554 0 0 0 118166 56 0 0 25 0 5 0 515909427 685379584 113635 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=669316 CPUtime=1175.89 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 28905 0 0 0 117574 15 0 0 25 0 5 0 515909428 685379584 113635 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=669316 CPUtime=1182.09 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28136 0 0 0 118130 79 0 0 25 0 5 0 515909429 685379584 113635 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=669316 CPUtime=1182.22 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 28481 0 0 0 118157 65 0 0 25 0 5 0 515909430 685379584 113635 33554432000 4194304 5787044 140735675467600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 678016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.01 4.06 4.63 5/177 29952
/proc/meminfo: memFree=14710720/32950928 swapFree=67111528/67111528
[pid=29914] ppid=29912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29914/stat : 29914 (prissAuto.sh) S 29912 29914 27798 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 515909424 8908800 252 33554432000 4194304 4922060 140735245362928 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29914/statm: 2175 252 211 178 0 68 0
[pid=29915] ppid=29914 vsize=669316 CPUtime=4800.04 cores=1,3,5,7
/proc/29915/stat : 29915 (priss) S 29914 29914 27798 0 -1 4202496 120853 0 0 0 479785 219 0 0 25 0 5 0 515909424 685379584 114093 33554432000 4194304 5787044 140735675467600 18446744073709551615 274485791153 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29915/statm: 167329 114093 417 389 0 163079 0
[pid=29915/tid=29917] ppid=29914 vsize=669316 CPUtime=1201.62 cores=1,3,5,7
/proc/29915/task/29917/stat : 29917 (priss) R 29914 29914 27798 0 -1 4202560 29554 0 0 0 120106 56 0 0 25 0 5 0 515909427 685379584 114093 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29915/tid=29918] ppid=29914 vsize=669316 CPUtime=1195.19 cores=1,3,5,7
/proc/29915/task/29918/stat : 29918 (priss) R 29914 29914 27798 0 -1 4202560 28905 0 0 0 119504 15 0 0 25 0 5 0 515909428 685379584 114093 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29915/tid=29919] ppid=29914 vsize=669316 CPUtime=1201.5 cores=1,3,5,7
/proc/29915/task/29919/stat : 29919 (priss) R 29914 29914 27798 0 -1 4202560 28173 0 0 0 120071 79 0 0 25 0 5 0 515909429 685379584 114093 33554432000 4194304 5787044 140735675467600 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29915/tid=29920] ppid=29914 vsize=669316 CPUtime=1201.62 cores=1,3,5,7
/proc/29915/task/29920/stat : 29920 (priss) R 29914 29914 27798 0 -1 4202560 29127 0 0 0 120097 65 0 0 25 0 5 0 515909430 685379584 114093 33554432000 4194304 5787044 140735675467600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 678016

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 29914 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.04
CPU user time (s): 4797.85
CPU system time (s): 2.19
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 678016

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

runsolver used 1.89571 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 04:11:38
IDJOB=3283914
IDBENCH=71089
IDSOLVER=1602
FILE ID=node125/3283914-1304043098
RUNJOBID= node125-1304040581-29100
PBS_JOBID= 13170327
Free space on /tmp= 72764 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=481226924

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      15167412 kB
Buffers:       2217948 kB
Cached:       14971452 kB
SwapCached:          0 kB
Active:        9032240 kB
Inactive:      8221004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15167412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2764 kB
Writeback:          36 kB
AnonPages:       63108 kB
Mapped:          14640 kB
Slab:           468520 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187228 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= 72760 MiB
End job on node125 at 2011-04-29 04:31:41