Trace number 3282120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.35 1201.92

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 14795
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58111us
0.00/0.06	c parsed 225116 clauses with 75103 variables
0.00/0.07	c NW started thread 0 successfully (1105967424)
0.00/0.09	c NW started thread 1 successfully (1088293184)
0.00/0.10	c NW started thread 2 successfully (1116457280)
0.00/0.13	c NW started thread 3 successfully (1126947136)
5.47/1.51	c preprocessor returned 75103 variables
5.47/1.51	c preprocessing returned UNKNOWN
5.47/1.51	c PP set 12535 variables
5.47/1.51	c pp time: 1366434us (1s)
5.47/1.51	c preprocessor returned 75103 variables
5.47/1.51	c preprocessing returned UNKNOWN
5.47/1.51	c PP set 12535 variables
5.47/1.51	c pp time: 1363527us (1s)
5.47/1.51	c preprocessor returned 75103 variables
5.47/1.51	c preprocessing returned UNKNOWN
5.47/1.51	c PP set 12535 variables
5.47/1.51	c pp time: 1354547us (1s)
5.47/1.54	c preprocessor returned 75103 variables
5.47/1.54	c preprocessing returned UNKNOWN
5.47/1.54	c PP set 12535 variables
5.47/1.54	c pp time: 1447538us (1s)
5.83/1.66	c HTE
6.22/1.72	c subsumption
6.62/1.84	c simplified formula contains 0 unit clauses
7.01/1.95	c HTE
7.41/2.01	c subsumption
7.81/2.13	c simplified formula contains 0 unit clauses
13.81/3.60	c HTE
13.81/3.66	c subsumption
14.62/3.83	c simplified formula contains 0 unit clauses
40.17/10.28	c HTE
40.59/10.34	c subsumption
40.99/10.48	c simplified formula contains 0 unit clauses
192.74/48.42	c HTE
194.36/48.85	c subsumption
207.54/52.19	c simplified formula contains 0 unit clauses
3367.49/843.26	c added unsatisfied clause
3367.49/843.26	c failed to add network clauses

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

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

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


[startup+0 s]
/proc/loadavg: 3.78 4.04 4.80 1/171 14794
/proc/meminfo: memFree=24761076/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0

[startup+0.0978191 s]
/proc/loadavg: 3.78 4.04 4.80 1/171 14794
/proc/meminfo: memFree=24761076/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100815 s]
/proc/loadavg: 3.78 4.04 4.80 1/171 14794
/proc/meminfo: memFree=24761076/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.53686 s]
/proc/loadavg: 3.78 4.04 4.80 1/171 14794
/proc/meminfo: memFree=24761076/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.759753 s]
/proc/loadavg: 3.78 4.04 4.80 1/171 14794
/proc/meminfo: memFree=24761076/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50054 s]
/proc/loadavg: 3.78 4.04 4.80 6/177 14800
/proc/meminfo: memFree=24549608/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=406044 CPUtime=5.47 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 87649 0 0 0 513 34 0 0 18 0 5 0 496458289 415789056 53751 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 101511 53753 375 389 0 97261 0
[pid=14795/tid=14797] ppid=14794 vsize=406044 CPUtime=1.4 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 19647 0 0 0 135 5 0 0 18 0 5 0 496458297 415789056 53757 33554432000 4194304 5787044 140736627743536 18446744073709551615 4390862 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=406044 CPUtime=1.33 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 19886 0 0 0 126 7 0 0 18 0 5 0 496458298 415789056 53761 33554432000 4194304 5787044 140736627743536 18446744073709551615 5602395 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=406044 CPUtime=1.29 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 18762 0 0 0 122 7 0 0 18 0 5 0 496458300 415789056 53763 33554432000 4194304 5787044 140736627743536 18446744073709551615 212043113515 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=406044 CPUtime=1.3 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 18349 0 0 0 119 11 0 0 18 0 5 0 496458302 415789056 53765 33554432000 4194304 5787044 140736627743536 18446744073709551615 4250452 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 414744

[startup+3.10123 s]
/proc/loadavg: 3.78 4.04 4.80 5/177 14800
/proc/meminfo: memFree=24515016/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=410076 CPUtime=11.81 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 102745 0 0 0 1139 42 0 0 18 0 5 0 496458289 419917824 61677 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 102519 61677 418 389 0 98269 0
[pid=14795/tid=14797] ppid=14794 vsize=410076 CPUtime=3 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 20513 0 0 0 294 6 0 0 21 0 5 0 496458297 419917824 61677 33554432000 4194304 5787044 140736627743536 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=410076 CPUtime=2.92 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 21796 0 0 0 282 10 0 0 20 0 5 0 496458298 419917824 61677 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=410076 CPUtime=2.87 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 21884 0 0 0 277 10 0 0 20 0 5 0 496458300 419917824 61677 33554432000 4194304 5787044 140736627743536 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=410076 CPUtime=2.87 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 27537 0 0 0 274 13 0 0 20 0 5 0 496458302 419917824 61677 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527016 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 418776

[startup+6.30066 s]
/proc/loadavg: 3.80 4.04 4.79 5/177 14800
/proc/meminfo: memFree=24511608/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=410472 CPUtime=24.58 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 106952 0 0 0 2415 43 0 0 18 0 5 0 496458289 420323328 62329 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 102618 62329 418 389 0 98368 0
[pid=14795/tid=14797] ppid=14794 vsize=410472 CPUtime=6.2 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 20610 0 0 0 614 6 0 0 25 0 5 0 496458297 420323328 62329 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=410472 CPUtime=6.11 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 21983 0 0 0 601 10 0 0 25 0 5 0 496458298 420323328 62329 33554432000 4194304 5787044 140736627743536 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=410472 CPUtime=6.05 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 22042 0 0 0 594 11 0 0 25 0 5 0 496458300 420323328 62329 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=410472 CPUtime=6.07 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 31302 0 0 0 593 14 0 0 25 0 5 0 496458302 420323328 62329 33554432000 4194304 5787044 140736627743536 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 419172

[startup+12.7005 s]
/proc/loadavg: 3.81 4.04 4.79 5/177 14800
/proc/meminfo: memFree=24508068/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=411132 CPUtime=50.14 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 111263 0 0 0 4969 45 0 0 18 0 5 0 496458289 420999168 63220 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 102783 63220 418 389 0 98533 0
[pid=14795/tid=14797] ppid=14794 vsize=411132 CPUtime=12.59 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 20799 0 0 0 1253 6 0 0 25 0 5 0 496458297 420999168 63220 33554432000 4194304 5787044 140736627743536 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=411132 CPUtime=12.52 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 22227 0 0 0 1241 11 0 0 25 0 5 0 496458298 420999168 63220 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=411132 CPUtime=12.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 22248 0 0 0 1230 11 0 0 21 0 5 0 496458300 420999168 63220 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=411132 CPUtime=12.47 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 34974 0 0 0 1233 14 0 0 25 0 5 0 496458302 420999168 63220 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 419832

[startup+25.5012 s]
/proc/loadavg: 3.85 4.04 4.77 5/177 14801
/proc/meminfo: memFree=24503600/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=412904 CPUtime=101.28 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 112557 0 0 0 10080 48 0 0 18 0 5 0 496458289 422813696 64514 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 103226 64514 418 389 0 98976 0
[pid=14795/tid=14797] ppid=14794 vsize=412904 CPUtime=25.39 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 20960 0 0 0 2533 6 0 0 25 0 5 0 496458297 422813696 64514 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=412904 CPUtime=25.31 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 22431 0 0 0 2520 11 0 0 25 0 5 0 496458298 422813696 64514 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=412904 CPUtime=25.15 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 22997 0 0 0 2502 13 0 0 25 0 5 0 496458300 422813696 64514 33554432000 4194304 5787044 140736627743536 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=412904 CPUtime=25.27 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 35154 0 0 0 2513 14 0 0 25 0 5 0 496458302 422813696 64514 33554432000 4194304 5787044 140736627743536 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 421604

[startup+51.1067 s]
/proc/loadavg: 3.90 4.03 4.75 5/177 14801
/proc/meminfo: memFree=24476780/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=428064 CPUtime=203.55 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 120201 0 0 0 20300 55 0 0 18 0 5 0 496458289 438337536 70938 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 107016 70938 418 389 0 102766 0
[pid=14795/tid=14797] ppid=14794 vsize=428064 CPUtime=51 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 22576 0 0 0 5093 7 0 0 25 0 5 0 496458297 438337536 70938 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=428064 CPUtime=50.92 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 22748 0 0 0 5079 13 0 0 25 0 5 0 496458298 438337536 70938 33554432000 4194304 5787044 140736627743536 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=428064 CPUtime=50.6 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 23629 0 0 0 5045 15 0 0 25 0 5 0 496458300 438337536 70938 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=428064 CPUtime=50.87 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 40233 0 0 0 5070 17 0 0 25 0 5 0 496458302 438337536 70938 33554432000 4194304 5787044 140736627743536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 436764

[startup+102.301 s]
/proc/loadavg: 3.96 4.03 4.71 5/177 14803
/proc/meminfo: memFree=24464864/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=428064 CPUtime=408.05 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 123357 0 0 0 40743 62 0 0 18 0 5 0 496458289 438337536 74093 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 107016 74093 418 389 0 102766 0
[pid=14795/tid=14797] ppid=14794 vsize=428064 CPUtime=102.2 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 23600 0 0 0 10212 8 0 0 25 0 5 0 496458297 438337536 74093 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=428064 CPUtime=102.1 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 23347 0 0 0 10197 13 0 0 25 0 5 0 496458298 438337536 74093 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=428064 CPUtime=101.52 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 25024 0 0 0 10132 20 0 0 25 0 5 0 496458300 438337536 74093 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=428064 CPUtime=102.06 cores=0,2,4,6

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

/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 37519 0 0 0 82146 61 0 0 25 0 5 0 496458298 691175424 134601 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=674976 CPUtime=821.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 43948 0 0 0 82096 45 0 0 25 0 5 0 496458300 691175424 134601 33554432000 4194304 5787044 140736627743536 18446744073709551615 4215351 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=674976 CPUtime=819.49 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 54129 0 0 0 81894 55 0 0 25 0 5 0 496458302 691175424 134601 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284
Current children cumulated vsize (KiB) 683676

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 4.30 5/177 14824
/proc/meminfo: memFree=24217320/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=679860 CPUtime=3523.69 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 185663 0 0 0 352152 217 0 0 18 0 5 0 496458289 696176640 135923 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 169965 135923 418 389 0 165715 0
[pid=14795/tid=14797] ppid=14794 vsize=679860 CPUtime=880.87 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 38953 0 0 0 88034 53 0 0 25 0 5 0 496458297 696176640 135923 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=679860 CPUtime=882.08 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 37519 0 0 0 88147 61 0 0 25 0 5 0 496458298 696176640 135923 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=679860 CPUtime=881.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 43974 0 0 0 88096 45 0 0 25 0 5 0 496458300 696176640 135923 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=679860 CPUtime=879.17 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 54202 0 0 0 87862 55 0 0 25 0 5 0 496458302 696176640 135923 33554432000 4194304 5787044 140736627743536 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.69
Current children cumulated vsize (KiB) 688560

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 4.28 5/177 14825
/proc/meminfo: memFree=24201436/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=691212 CPUtime=3763.36 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 189609 0 0 0 376117 219 0 0 18 0 5 0 496458289 707801088 139869 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 172803 139869 418 389 0 168553 0
[pid=14795/tid=14797] ppid=14794 vsize=691212 CPUtime=940.87 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 40616 0 0 0 94033 54 0 0 25 0 5 0 496458297 707801088 139869 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=691212 CPUtime=942.08 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 37774 0 0 0 94146 62 0 0 25 0 5 0 496458298 707801088 139869 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=691212 CPUtime=941.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 45181 0 0 0 94096 45 0 0 25 0 5 0 496458300 707801088 139869 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=691212 CPUtime=938.84 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 55023 0 0 0 93829 55 0 0 25 0 5 0 496458302 707801088 139869 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.36
Current children cumulated vsize (KiB) 699912

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 4.27 5/177 14827
/proc/meminfo: memFree=24178340/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=702316 CPUtime=4003.04 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 195519 0 0 0 400078 226 0 0 18 0 5 0 496458289 719171584 145779 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 175579 145779 418 389 0 171329 0
[pid=14795/tid=14797] ppid=14794 vsize=702316 CPUtime=1000.87 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 41938 0 0 0 100033 54 0 0 25 0 5 0 496458297 719171584 145779 33554432000 4194304 5787044 140736627743536 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=702316 CPUtime=1002.08 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 38339 0 0 0 100144 64 0 0 25 0 5 0 496458298 719171584 145779 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=702316 CPUtime=1001.42 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 46447 0 0 0 100095 47 0 0 25 0 5 0 496458300 719171584 145779 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=702316 CPUtime=998.52 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 57780 0 0 0 99794 58 0 0 25 0 5 0 496458302 719171584 145779 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527430 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.04
Current children cumulated vsize (KiB) 711016

[startup+1062.3 s]
/proc/loadavg: 4.06 4.04 4.25 5/177 14828
/proc/meminfo: memFree=24156372/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=772908 CPUtime=4242.7 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 200924 0 0 0 424029 241 0 0 18 0 5 0 496458289 791457792 150980 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 193227 150980 418 389 0 188977 0
[pid=14795/tid=14797] ppid=14794 vsize=772908 CPUtime=1060.87 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 43147 0 0 0 106027 60 0 0 25 0 5 0 496458297 791457792 150980 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=772908 CPUtime=1062.07 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 39546 0 0 0 106137 70 0 0 25 0 5 0 496458298 791457792 150980 33554432000 4194304 5787044 140736627743536 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=772908 CPUtime=1061.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 48109 0 0 0 106092 49 0 0 25 0 5 0 496458300 791457792 150980 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=772908 CPUtime=1058.19 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 59107 0 0 0 105760 59 0 0 25 0 5 0 496458302 791457792 150980 33554432000 4194304 5787044 140736627743536 18446744073709551615 4254953 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.7
Current children cumulated vsize (KiB) 781608

[startup+1122.3 s]
/proc/loadavg: 4.07 4.05 4.24 5/177 14830
/proc/meminfo: memFree=24147296/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=774376 CPUtime=4482.38 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 203462 0 0 0 447990 248 0 0 18 0 5 0 496458289 792961024 153518 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 193594 153518 418 389 0 189344 0
[pid=14795/tid=14797] ppid=14794 vsize=774376 CPUtime=1120.86 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 43874 0 0 0 112022 64 0 0 25 0 5 0 496458297 792961024 153518 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=774376 CPUtime=1122.07 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 39696 0 0 0 112137 70 0 0 25 0 5 0 496458298 792961024 153518 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=774376 CPUtime=1121.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 49402 0 0 0 112090 51 0 0 25 0 5 0 496458300 792961024 153518 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=774376 CPUtime=1117.86 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 59475 0 0 0 111727 59 0 0 25 0 5 0 496458302 792961024 153518 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 783076

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 4.23 5/177 14832
/proc/meminfo: memFree=24131172/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=778556 CPUtime=4722.04 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 207287 0 0 0 471945 259 0 0 18 0 5 0 496458289 797241344 157343 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 194639 157343 418 389 0 190389 0
[pid=14795/tid=14797] ppid=14794 vsize=778556 CPUtime=1180.87 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 45385 0 0 0 118015 72 0 0 25 0 5 0 496458297 797241344 157343 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=778556 CPUtime=1182.07 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 39791 0 0 0 118137 70 0 0 25 0 5 0 496458298 797241344 157343 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=778556 CPUtime=1181.41 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 50590 0 0 0 118088 53 0 0 25 0 5 0 496458300 797241344 157343 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=778556 CPUtime=1177.52 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 60506 0 0 0 117692 60 0 0 25 0 5 0 496458302 797241344 157343 33554432000 4194304 5787044 140736627743536 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.04
Current children cumulated vsize (KiB) 787256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.12 4.06 4.23 5/177 14832
/proc/meminfo: memFree=24127448/32951124 swapFree=67111524/67111528
[pid=14794] ppid=14792 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14794/stat : 14794 (prissAuto.sh) S 14792 14794 13269 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496458289 8908800 252 33554432000 4194304 4922060 140733690066064 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14794/statm: 2175 252 211 178 0 68 0
[pid=14795] ppid=14794 vsize=778556 CPUtime=4800.35 cores=0,2,4,6
/proc/14795/stat : 14795 (priss) S 14794 14794 13269 0 -1 4202496 208175 0 0 0 479772 263 0 0 18 0 5 0 496458289 797241344 158231 33554432000 4194304 5787044 140736627743536 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/14795/statm: 194639 158231 418 389 0 190389 0
[pid=14795/tid=14797] ppid=14794 vsize=778556 CPUtime=1200.48 cores=0,2,4,6
/proc/14795/task/14797/stat : 14797 (priss) R 14794 14794 13269 0 -1 4202560 46259 0 0 0 119972 76 0 0 25 0 5 0 496458297 797241344 158231 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=14795/tid=14798] ppid=14794 vsize=778556 CPUtime=1201.68 cores=0,2,4,6
/proc/14795/task/14798/stat : 14798 (priss) R 14794 14794 13269 0 -1 4202560 39805 0 0 0 120098 70 0 0 25 0 5 0 496458298 797241344 158231 33554432000 4194304 5787044 140736627743536 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=14795/tid=14799] ppid=14794 vsize=778556 CPUtime=1201.02 cores=0,2,4,6
/proc/14795/task/14799/stat : 14799 (priss) R 14794 14794 13269 0 -1 4202560 50590 0 0 0 120049 53 0 0 25 0 5 0 496458300 797241344 158231 33554432000 4194304 5787044 140736627743536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=14795/tid=14800] ppid=14794 vsize=778556 CPUtime=1197.02 cores=0,2,4,6
/proc/14795/task/14800/stat : 14800 (priss) R 14794 14794 13269 0 -1 4202560 60506 0 0 0 119642 60 0 0 25 0 5 0 496458302 797241344 158231 33554432000 4194304 5787044 140736627743536 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 787256

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

Real time (s): 1201.92
CPU time (s): 4800.35
CPU user time (s): 4797.72
CPU system time (s): 2.63
CPU usage (%): 399.391
Max. virtual memory (cumulated for all children) (KiB): 787256

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= 332
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 2.25466 second user time and 4.27035 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 03:27:00
IDJOB=3282120
IDBENCH=70781
IDSOLVER=1602
FILE ID=node146/3282120-1304040420
RUNJOBID= node146-1304037954-14576
PBS_JOBID= 13170306
Free space on /tmp= 72992 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282120-1304040420/watcher-3282120-1304040420 -o /tmp/evaluation-result-3282120-1304040420/solver-3282120-1304040420 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282120-1304040420.cnf 656753462 4800 15500 4

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=656753462

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:     32951124 kB
MemFree:      24761356 kB
Buffers:       1636652 kB
Cached:        5973540 kB
SwapCached:          4 kB
Active:        1277056 kB
Inactive:      6396276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24761356 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5152 kB
Writeback:           0 kB
AnonPages:       62800 kB
Mapped:          14708 kB
Slab:           452724 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182948 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= 72992 MiB
End job on node146 at 2011-04-29 03:47:04