Trace number 3291459

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 1.0? (TO) 4800.33 1201.82

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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: 15783
0.00/0.04	c parsetime: 38621us
0.00/0.04	c parsed 108436 clauses with 28147 variables
0.00/0.05	c NW started thread 0 successfully (1086220608)
0.00/0.06	c NW started thread 1 successfully (1102145856)
0.00/0.07	c NW started thread 2 successfully (1112635712)
0.00/0.08	c NW started thread 3 successfully (1123125568)
7.00/1.81	c preprocessor returned 28147 variables
7.00/1.81	c preprocessing returned UNKNOWN
7.00/1.81	c PP set 439 variables
7.00/1.81	c pp time: 1752061us (1s)
7.00/1.82	c preprocessor returned 28147 variables
7.00/1.82	c preprocessing returned UNKNOWN
7.00/1.82	c PP set 439 variables
7.00/1.82	c pp time: 1752427us (1s)
7.00/1.83	c preprocessor returned 28147 variables
7.00/1.83	c preprocessing returned UNKNOWN
7.00/1.83	c PP set 439 variables
7.00/1.83	c pp time: 1771645us (1s)
8.19/2.14	c preprocessor returned 30147 variables
8.19/2.14	c preprocessing returned UNKNOWN
8.19/2.14	c PP set 439 variables
8.19/2.14	c pp time: 2057668us (2s)
9.00/2.39	c HTE
9.40/2.49	c subsumption
10.18/2.61	c simplified formula contains 0 unit 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-3291459-1304066383/watcher-3291459-1304066383 -o /tmp/evaluation-result-3291459-1304066383/solver-3291459-1304066383 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291459-1304066383.cnf 856277521 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.76 8.00 7.98 6/182 15782
/proc/meminfo: memFree=30054560/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0

[startup+0.0402749 s]
/proc/loadavg: 7.76 8.00 7.98 6/182 15782
/proc/meminfo: memFree=30054560/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.108125 s]
/proc/loadavg: 7.76 8.00 7.98 6/182 15782
/proc/meminfo: memFree=30054560/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.468514 s]
/proc/loadavg: 7.76 8.00 7.98 6/182 15782
/proc/meminfo: memFree=30054560/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701118 s]
/proc/loadavg: 7.76 8.00 7.98 6/182 15782
/proc/meminfo: memFree=30054560/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 7.76 8.00 7.98 9/188 15788
/proc/meminfo: memFree=29969076/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=309508 CPUtime=5.79 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 25469 0 0 0 574 5 0 0 18 0 5 0 518240673 316936192 21562 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 77377 21562 352 389 0 73127 0
[pid=15783/tid=15785] ppid=15782 vsize=309508 CPUtime=1.42 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 5391 0 0 0 142 0 0 0 18 0 5 0 518240678 316936192 21562 33554432000 4194304 5787044 140736516000992 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=309508 CPUtime=1.43 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 4733 0 0 0 142 1 0 0 19 0 5 0 518240679 316936192 21562 33554432000 4194304 5787044 140736516000992 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=309508 CPUtime=1.41 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 5104 0 0 0 141 0 0 0 20 0 5 0 518240680 316936192 21562 33554432000 4194304 5787044 140736516000992 18446744073709551615 4276224 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=309508 CPUtime=1.41 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 3943 0 0 0 140 1 0 0 23 0 5 0 518240681 316936192 21562 33554432000 4194304 5787044 140736516000992 18446744073709551615 4276271 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 318208

[startup+3.10066 s]
/proc/loadavg: 7.76 8.00 7.98 9/188 15788
/proc/meminfo: memFree=29942676/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=323908 CPUtime=12.17 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 35323 0 0 0 1132 85 0 0 18 0 5 0 518240673 331681792 29047 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 80977 29047 419 389 0 76727 0
[pid=15783/tid=15785] ppid=15782 vsize=323908 CPUtime=3.02 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 7337 0 0 0 280 22 0 0 18 0 5 0 518240678 331681792 29047 33554432000 4194304 5787044 140736516000992 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=323908 CPUtime=3.02 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 6988 0 0 0 276 26 0 0 19 0 5 0 518240679 331681792 29047 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=323908 CPUtime=3.01 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 7902 0 0 0 280 21 0 0 18 0 5 0 518240680 331681792 29047 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=323908 CPUtime=3.01 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 6798 0 0 0 288 13 0 0 25 0 5 0 518240681 331681792 29047 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 332608

[startup+6.30105 s]
/proc/loadavg: 7.78 8.00 7.98 9/188 15788
/proc/meminfo: memFree=29937644/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=323908 CPUtime=24.95 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 35468 0 0 0 2317 178 0 0 18 0 5 0 518240673 331681792 29192 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 80977 29192 419 389 0 76727 0
[pid=15783/tid=15785] ppid=15782 vsize=323908 CPUtime=6.21 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 7360 0 0 0 577 44 0 0 25 0 5 0 518240678 331681792 29192 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=323908 CPUtime=6.22 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 7058 0 0 0 570 52 0 0 19 0 5 0 518240679 331681792 29192 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=323908 CPUtime=6.21 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 7954 0 0 0 576 45 0 0 25 0 5 0 518240680 331681792 29192 33554432000 4194304 5787044 140736516000992 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=323908 CPUtime=6.2 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 6798 0 0 0 585 35 0 0 25 0 5 0 518240681 331681792 29192 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436122143 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 332608

[startup+12.7008 s]
/proc/loadavg: 7.79 8.00 7.98 9/188 15789
/proc/meminfo: memFree=29935540/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=323908 CPUtime=50.5 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 35595 0 0 0 4787 263 0 0 18 0 5 0 518240673 331681792 29319 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 80977 29319 419 389 0 76727 0
[pid=15783/tid=15785] ppid=15782 vsize=323908 CPUtime=12.56 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 7382 0 0 0 1193 63 0 0 25 0 5 0 518240678 331681792 29319 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=323908 CPUtime=12.62 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 7117 0 0 0 1187 75 0 0 25 0 5 0 518240679 331681792 29319 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254968 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=323908 CPUtime=12.62 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 8000 0 0 0 1194 68 0 0 25 0 5 0 518240680 331681792 29319 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=323908 CPUtime=12.6 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 6798 0 0 0 1205 55 0 0 25 0 5 0 518240681 331681792 29319 33554432000 4194304 5787044 140736516000992 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 332608

[startup+25.5074 s]
/proc/loadavg: 7.84 8.00 7.98 9/188 15789
/proc/meminfo: memFree=29931320/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=323908 CPUtime=101.64 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 36165 0 0 0 9800 364 0 0 18 0 5 0 518240673 331681792 29889 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 80977 29889 419 389 0 76727 0
[pid=15783/tid=15785] ppid=15782 vsize=323908 CPUtime=25.3 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 7468 0 0 0 2443 87 0 0 25 0 5 0 518240678 331681792 29889 33554432000 4194304 5787044 140736516000992 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=323908 CPUtime=25.42 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 7473 0 0 0 2439 103 0 0 25 0 5 0 518240679 331681792 29889 33554432000 4194304 5787044 140736516000992 18446744073709551615 212436060343 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=323908 CPUtime=25.41 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 8128 0 0 0 2447 94 0 0 25 0 5 0 518240680 331681792 29890 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=323908 CPUtime=25.4 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 6798 0 0 0 2462 78 0 0 25 0 5 0 518240681 331681792 29890 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 332608

[startup+51.1005 s]
/proc/loadavg: 7.89 8.00 7.98 9/188 15790
/proc/meminfo: memFree=29899892/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=330928 CPUtime=203.87 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 43145 0 0 0 20009 378 0 0 18 0 5 0 518240673 338870272 36869 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 82732 36869 419 389 0 78482 0
[pid=15783/tid=15785] ppid=15782 vsize=330928 CPUtime=50.75 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 9425 0 0 0 4984 91 0 0 25 0 5 0 518240678 338870272 36869 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=330928 CPUtime=51.01 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 10163 0 0 0 4994 107 0 0 25 0 5 0 518240679 338870272 36869 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=330928 CPUtime=51.01 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 9628 0 0 0 5004 97 0 0 25 0 5 0 518240680 338870272 36869 33554432000 4194304 5787044 140736516000992 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=330928 CPUtime=50.99 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 7631 0 0 0 5018 81 0 0 25 0 5 0 518240681 338870272 36869 33554432000 4194304 5787044 140736516000992 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 339628

[startup+102.301 s]
/proc/loadavg: 7.99 8.01 7.99 9/188 15791
/proc/meminfo: memFree=29835268/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=348208 CPUtime=408.38 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 57054 0 0 0 40439 399 0 0 18 0 5 0 518240673 356564992 50776 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 87052 50776 419 389 0 82802 0
[pid=15783/tid=15785] ppid=15782 vsize=348208 CPUtime=101.67 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 11989 0 0 0 10072 95 0 0 25 0 5 0 518240678 356564992 50776 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=348208 CPUtime=102.21 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 13827 0 0 0 10107 114 0 0 25 0 5 0 518240679 356564992 50776 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=348208 CPUtime=102.21 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 12863 0 0 0 10118 103 0 0 25 0 5 0 518240680 356564992 50776 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=348208 CPUtime=102.19 cores=1,3,5,7

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

/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 51278 0 0 0 82049 170 0 0 25 0 5 0 518240679 918290432 182047 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=896768 CPUtime=820.38 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 35976 0 0 0 81900 138 0 0 25 0 5 0 518240680 918290432 182047 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=896768 CPUtime=822.16 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 46355 0 0 0 82081 135 0 0 25 0 5 0 518240681 918290432 182047 33554432000 4194304 5787044 140736516000992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.37
Current children cumulated vsize (KiB) 905468

[startup+882.301 s]
/proc/loadavg: 8.03 8.08 8.02 9/188 15845
/proc/meminfo: memFree=29169608/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=896768 CPUtime=3524.07 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 189440 0 0 0 351817 590 0 0 18 0 5 0 518240673 918290432 182120 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 224192 182120 419 389 0 219942 0
[pid=15783/tid=15785] ppid=15782 vsize=896768 CPUtime=879.53 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 49460 0 0 0 87809 144 0 0 25 0 5 0 518240678 918290432 182120 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=896768 CPUtime=882.2 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 51280 0 0 0 88050 170 0 0 25 0 5 0 518240679 918290432 182120 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=896768 CPUtime=880.05 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 36045 0 0 0 87867 138 0 0 25 0 5 0 518240680 918290432 182120 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=896768 CPUtime=882.17 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 46357 0 0 0 88082 135 0 0 25 0 5 0 518240681 918290432 182120 33554432000 4194304 5787044 140736516000992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 905468

[startup+942.301 s]
/proc/loadavg: 8.01 8.06 8.01 9/188 15846
/proc/meminfo: memFree=29115272/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=907736 CPUtime=3763.73 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 192445 0 0 0 375780 593 0 0 18 0 5 0 518240673 929521664 185125 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 226934 185125 419 389 0 222684 0
[pid=15783/tid=15785] ppid=15782 vsize=907736 CPUtime=939.53 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 51252 0 0 0 93807 146 0 0 25 0 5 0 518240678 929521664 185125 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=907736 CPUtime=942.2 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 51283 0 0 0 94050 170 0 0 25 0 5 0 518240679 929521664 185125 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=907736 CPUtime=939.73 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 37248 0 0 0 93834 139 0 0 25 0 5 0 518240680 929521664 185125 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=907736 CPUtime=942.17 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 46364 0 0 0 94081 136 0 0 25 0 5 0 518240681 929521664 185125 33554432000 4194304 5787044 140736516000992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.73
Current children cumulated vsize (KiB) 916436

[startup+1002.31 s]
/proc/loadavg: 8.08 8.06 8.01 9/188 15848
/proc/meminfo: memFree=28982424/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=934452 CPUtime=4003.43 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 208960 0 0 0 399729 614 0 0 18 0 5 0 518240673 956878848 201640 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 233613 201640 419 389 0 229363 0
[pid=15783/tid=15785] ppid=15782 vsize=934452 CPUtime=999.54 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 57109 0 0 0 99801 153 0 0 25 0 5 0 518240678 956878848 201640 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=934452 CPUtime=1002.2 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 55930 0 0 0 100043 177 0 0 25 0 5 0 518240679 956878848 201640 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=934452 CPUtime=999.41 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 41433 0 0 0 99797 144 0 0 25 0 5 0 518240680 956878848 201640 33554432000 4194304 5787044 140736516000992 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=934452 CPUtime=1002.17 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 48190 0 0 0 100080 137 0 0 25 0 5 0 518240681 956878848 201640 33554432000 4194304 5787044 140736516000992 18446744073709551615 4254583 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 943152

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 8.01 9/188 15850
/proc/meminfo: memFree=28894120/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=1019448 CPUtime=4243.06 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 225001 0 0 0 423671 635 0 0 18 0 5 0 518240673 1043914752 217476 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 254862 217476 419 389 0 250612 0
[pid=15783/tid=15785] ppid=15782 vsize=1019448 CPUtime=1059.53 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 60983 0 0 0 105797 156 0 0 25 0 5 0 518240678 1043914752 217476 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=1019448 CPUtime=1062.2 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 59801 0 0 0 106036 184 0 0 25 0 5 0 518240679 1043914752 217476 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=1019448 CPUtime=1059.07 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 45922 0 0 0 105757 150 0 0 25 0 5 0 518240680 1043914752 217476 33554432000 4194304 5787044 140736516000992 18446744073709551615 5586747 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=1019448 CPUtime=1062.17 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 51997 0 0 0 106074 143 0 0 25 0 5 0 518240681 1043914752 217476 33554432000 4194304 5787044 140736516000992 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.06
Current children cumulated vsize (KiB) 1028148

[startup+1122.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/188 15851
/proc/meminfo: memFree=28492936/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=1100956 CPUtime=4482.74 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 232815 0 0 0 447629 645 0 0 18 0 5 0 518240673 1127378944 225290 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 275239 225290 419 389 0 270989 0
[pid=15783/tid=15785] ppid=15782 vsize=1100956 CPUtime=1119.53 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 61136 0 0 0 111797 156 0 0 25 0 5 0 518240678 1127378944 225290 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=1100956 CPUtime=1122.21 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 60027 0 0 0 112036 185 0 0 25 0 5 0 518240679 1127378944 225290 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=1100956 CPUtime=1118.74 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 49909 0 0 0 111721 153 0 0 25 0 5 0 518240680 1127378944 225290 33554432000 4194304 5787044 140736516000992 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=1100956 CPUtime=1122.18 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 55445 0 0 0 112068 150 0 0 25 0 5 0 518240681 1127378944 225290 33554432000 4194304 5787044 140736516000992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 1109656

[startup+1182.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15853
/proc/meminfo: memFree=28431136/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=1189196 CPUtime=4722.43 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 248327 0 0 0 471576 667 0 0 18 0 5 0 518240673 1217736704 240802 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 297299 240802 419 389 0 293049 0
[pid=15783/tid=15785] ppid=15782 vsize=1189196 CPUtime=1179.53 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 65974 0 0 0 117790 163 0 0 25 0 5 0 518240678 1217736704 240802 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=1189196 CPUtime=1182.21 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 60264 0 0 0 118036 185 0 0 25 0 5 0 518240679 1217736704 240802 33554432000 4194304 5787044 140736516000992 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=1189196 CPUtime=1178.42 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 55571 0 0 0 117685 157 0 0 25 0 5 0 518240680 1217736704 240802 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=1189196 CPUtime=1182.17 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 60220 0 0 0 118058 159 0 0 25 0 5 0 518240681 1217736704 240802 33554432000 4194304 5787044 140736516000992 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1197896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15853
/proc/meminfo: memFree=28421452/32951124 swapFree=67111416/67111528
[pid=15782] ppid=15780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15782/stat : 15782 (priss.sh) S 15780 15782 14674 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 518240673 8908800 252 33554432000 4194304 4922060 140734876825488 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15782/statm: 2175 252 211 178 0 68 0
[pid=15783] ppid=15782 vsize=1193852 CPUtime=4800.33 cores=1,3,5,7
/proc/15783/stat : 15783 (priss) S 15782 15782 14674 0 -1 4202496 250680 0 0 0 479364 669 0 0 18 0 5 0 518240673 1222504448 242949 33554432000 4194304 5787044 140736516000992 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 298463 242949 419 389 0 294213 0
[pid=15783/tid=15785] ppid=15782 vsize=1193852 CPUtime=1199.03 cores=1,3,5,7
/proc/15783/task/15785/stat : 15785 (priss) R 15782 15782 14674 0 -1 4202560 67184 0 0 0 119738 165 0 0 25 0 5 0 518240678 1222504448 242949 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15783/tid=15786] ppid=15782 vsize=1193852 CPUtime=1201.71 cores=1,3,5,7
/proc/15783/task/15786/stat : 15786 (priss) R 15782 15782 14674 0 -1 4202560 60398 0 0 0 119986 185 0 0 25 0 5 0 518240679 1222504448 242949 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15783/tid=15787] ppid=15782 vsize=1193852 CPUtime=1197.81 cores=1,3,5,7
/proc/15783/task/15787/stat : 15787 (priss) R 15782 15782 14674 0 -1 4202560 55993 0 0 0 119624 157 0 0 25 0 5 0 518240680 1222504448 242949 33554432000 4194304 5787044 140736516000992 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15783/tid=15788] ppid=15782 vsize=1193852 CPUtime=1201.68 cores=1,3,5,7
/proc/15783/task/15788/stat : 15788 (priss) R 15782 15782 14674 0 -1 4202560 60807 0 0 0 120008 160 0 0 25 0 5 0 518240681 1222504448 242949 33554432000 4194304 5787044 140736516000992 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1202552

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

Real time (s): 1201.82
CPU time (s): 4800.33
CPU user time (s): 4793.64
CPU system time (s): 6.69
CPU usage (%): 399.422
Max. virtual memory (cumulated for all children) (KiB): 1202552

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 1.71274 second user time and 4.85226 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 10:39:43
IDJOB=3291459
IDBENCH=84223
IDSOLVER=1603
FILE ID=node102/3291459-1304066383
RUNJOBID= node102-1304060360-15213
PBS_JOBID= 13170428
Free space on /tmp= 71556 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291459-1304066383/watcher-3291459-1304066383 -o /tmp/evaluation-result-3291459-1304066383/solver-3291459-1304066383 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291459-1304066383.cnf 856277521 4800 15500 4

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=856277521

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.82
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:     32951124 kB
MemFree:      30054584 kB
Buffers:        633688 kB
Cached:        1248152 kB
SwapCached:          8 kB
Active:         754508 kB
Inactive:      1718540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30054584 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:      591460 kB
Mapped:          15624 kB
Slab:           358392 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   796008 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= 71552 MiB
End job on node102 at 2011-04-29 10:59:47