Trace number 3249401

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.06 1201.83

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
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: 4967
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 20061us
0.00/0.02	c parsed 78498 clauses with 1176 variables
0.00/0.03	c NW started thread 0 successfully (1109293376)
0.00/0.03	c NW started thread 1 successfully (1098533184)
0.00/0.04	c NW started thread 2 successfully (1119783232)
0.00/0.05	c NW started thread 3 successfully (1087416640)
23.43/5.92	c preprocessor returned 10003 variables
23.43/5.92	c preprocessing returned UNKNOWN
23.43/5.92	c PP set 0 variables
23.43/5.92	c pp time: 5877254us (5s)
23.43/5.95	c preprocessor returned 10003 variables
23.43/5.95	c preprocessing returned UNKNOWN
23.43/5.95	c PP set 0 variables
23.43/5.95	c pp time: 5924779us (5s)
23.43/5.96	c preprocessor returned 10003 variables
23.43/5.96	c preprocessing returned UNKNOWN
23.43/5.96	c PP set 0 variables
23.43/5.96	c pp time: 5929778us (5s)
61.76/15.55	c preprocessor returned 30034 variables
61.76/15.55	c preprocessing returned UNKNOWN
61.76/15.55	c PP set 0 variables
61.76/15.55	c pp time: 15499577us (15s)

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-3249401-1304056417/watcher-3249401-1304056417 -o /tmp/evaluation-result-3249401-1304056417/solver-3249401-1304056417 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249401-1304056417.cnf 139486232 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: 6.58 7.76 7.82 6/182 4966
/proc/meminfo: memFree=22198320/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0

[startup+0.0284109 s]
/proc/loadavg: 6.58 7.76 7.82 6/182 4966
/proc/meminfo: memFree=22198320/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.106611 s]
/proc/loadavg: 6.58 7.76 7.82 6/182 4966
/proc/meminfo: memFree=22198320/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.911904 s]
/proc/loadavg: 6.58 7.76 7.82 6/182 4966
/proc/meminfo: memFree=22198320/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.16999 s]
/proc/loadavg: 6.58 7.76 7.82 6/182 4966
/proc/meminfo: memFree=22198320/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+2.27597 s]
/proc/loadavg: 6.94 7.82 7.84 9/188 5004
/proc/meminfo: memFree=22121632/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=290992 CPUtime=8.96 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 15929 0 0 0 890 6 0 0 18 0 5 0 498057042 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 72748 15039 350 389 0 68498 0
[pid=4967/tid=4969] ppid=4966 vsize=290992 CPUtime=2.22 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 3279 0 0 0 221 1 0 0 19 0 5 0 498057045 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=290992 CPUtime=2.22 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 3258 0 0 0 222 0 0 0 25 0 5 0 498057046 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=290992 CPUtime=2.21 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 3149 0 0 0 220 1 0 0 20 0 5 0 498057047 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=290992 CPUtime=2.2 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 2218 0 0 0 220 0 0 0 19 0 5 0 498057048 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 299692

[startup+3.10088 s]
/proc/loadavg: 6.94 7.82 7.84 9/188 5004
/proc/meminfo: memFree=22120764/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=290992 CPUtime=12.25 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 15929 0 0 0 1219 6 0 0 18 0 5 0 498057042 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 72748 15039 350 389 0 68498 0
[pid=4967/tid=4969] ppid=4966 vsize=290992 CPUtime=3.04 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 3279 0 0 0 303 1 0 0 20 0 5 0 498057045 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=290992 CPUtime=3.05 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 3258 0 0 0 305 0 0 0 25 0 5 0 498057046 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=290992 CPUtime=3.03 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 3149 0 0 0 302 1 0 0 22 0 5 0 498057047 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=290992 CPUtime=3.03 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 2218 0 0 0 303 0 0 0 20 0 5 0 498057048 297975808 15039 33554432000 4194304 5787044 140735462879008 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 299692

[startup+6.30026 s]
/proc/loadavg: 7.02 7.82 7.84 9/188 5036
/proc/meminfo: memFree=22074664/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=297400 CPUtime=25.03 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 25794 0 0 0 2494 9 0 0 18 0 5 0 498057042 304537600 21602 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 74350 21602 404 389 0 70100 0
[pid=4967/tid=4969] ppid=4966 vsize=297400 CPUtime=6.22 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 5637 0 0 0 620 2 0 0 25 0 5 0 498057045 304537600 21602 33554432000 4194304 5787044 140735462879008 18446744073709551615 4234867 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=297400 CPUtime=6.24 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 6229 0 0 0 623 1 0 0 25 0 5 0 498057046 304537600 21602 33554432000 4194304 5787044 140735462879008 18446744073709551615 5586605 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=297400 CPUtime=6.23 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 5432 0 0 0 621 2 0 0 25 0 5 0 498057047 304537600 21602 33554432000 4194304 5787044 140735462879008 18446744073709551615 4238745 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=297400 CPUtime=6.23 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 4471 0 0 0 623 0 0 0 25 0 5 0 498057048 304537600 21602 33554432000 4194304 5787044 140735462879008 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 306100

[startup+12.7011 s]
/proc/loadavg: 7.10 7.82 7.84 9/188 5036
/proc/meminfo: memFree=22001644/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=301500 CPUtime=50.6 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 31252 0 0 0 5049 11 0 0 18 0 5 0 498057042 308736000 27060 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 75375 27060 404 389 0 71125 0
[pid=4967/tid=4969] ppid=4966 vsize=301500 CPUtime=12.6 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 7146 0 0 0 1257 3 0 0 25 0 5 0 498057045 308736000 27061 33554432000 4194304 5787044 140735462879008 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=301500 CPUtime=12.65 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 8693 0 0 0 1263 2 0 0 25 0 5 0 498057046 308736000 27061 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=301500 CPUtime=12.64 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 6899 0 0 0 1261 3 0 0 25 0 5 0 498057047 308736000 27061 33554432000 4194304 5787044 140735462879008 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=301500 CPUtime=12.64 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 4490 0 0 0 1263 1 0 0 25 0 5 0 498057048 308736000 27061 33554432000 4194304 5787044 140735462879008 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 310200

[startup+25.5008 s]
/proc/loadavg: 7.24 7.83 7.84 9/188 5037
/proc/meminfo: memFree=21918044/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=321312 CPUtime=101.68 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 45657 0 0 0 10147 21 0 0 18 0 5 0 498057042 329023488 39051 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 80328 39051 417 389 0 76078 0
[pid=4967/tid=4969] ppid=4966 vsize=321312 CPUtime=25.31 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 10709 0 0 0 2525 6 0 0 25 0 5 0 498057045 329023488 39051 33554432000 4194304 5787044 140735462879008 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=321312 CPUtime=25.44 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 11159 0 0 0 2539 5 0 0 25 0 5 0 498057046 329023488 39051 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=321312 CPUtime=25.42 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 9010 0 0 0 2537 5 0 0 25 0 5 0 498057047 329023488 39051 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=321312 CPUtime=25.43 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 10754 0 0 0 2540 3 0 0 25 0 5 0 498057048 329023488 39051 33554432000 4194304 5787044 140735462879008 18446744073709551615 4213836 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 330012

[startup+51.1003 s]
/proc/loadavg: 7.56 7.86 7.85 9/188 5037
/proc/meminfo: memFree=21749344/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=337948 CPUtime=203.9 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 60897 0 0 0 20354 36 0 0 18 0 5 0 498057042 346058752 54127 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 84487 54127 417 389 0 80237 0
[pid=4967/tid=4969] ppid=4966 vsize=337948 CPUtime=50.76 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 14436 0 0 0 5066 10 0 0 25 0 5 0 498057045 346058752 54127 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=337948 CPUtime=51.03 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 16004 0 0 0 5094 9 0 0 25 0 5 0 498057046 346058752 54127 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=337948 CPUtime=51.01 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 12587 0 0 0 5090 11 0 0 25 0 5 0 498057047 346058752 54127 33554432000 4194304 5787044 140735462879008 18446744073709551615 4229270 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=337948 CPUtime=51.01 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 13845 0 0 0 5097 4 0 0 25 0 5 0 498057048 346058752 54127 33554432000 4194304 5787044 140735462879008 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 346648

[startup+102.301 s]
/proc/loadavg: 7.92 7.91 7.87 9/188 5039
/proc/meminfo: memFree=21512872/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=564616 CPUtime=408.38 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 88861 0 0 0 40773 65 0 0 18 0 5 0 498057042 578166784 81655 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 141154 81655 417 389 0 136904 0
[pid=4967/tid=4969] ppid=4966 vsize=564616 CPUtime=101.67 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 21524 0 0 0 10148 19 0 0 25 0 5 0 498057045 578166784 81655 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=564616 CPUtime=102.22 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 23124 0 0 0 10205 17 0 0 25 0 5 0 498057046 578166784 81655 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=564616 CPUtime=102.19 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 20961 0 0 0 10200 19 0 0 25 0 5 0 498057047 578166784 81655 33554432000 4194304 5787044 140735462879008 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 2 0 0 0

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

/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 63656 0 0 0 82151 68 0 0 25 0 5 0 498057046 1175007232 239395 33554432000 4194304 5787044 140735462879008 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1147468 CPUtime=819.89 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 69275 0 0 0 81909 80 0 0 25 0 5 0 498057047 1175007232 239395 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1147468 CPUtime=822.13 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 45732 0 0 0 82181 32 0 0 25 0 5 0 498057048 1175007232 239395 33554432000 4194304 5787044 140735462879008 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.2
Current children cumulated vsize (KiB) 1156168

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.97 9/188 5068
/proc/meminfo: memFree=19892124/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1165588 CPUtime=3523.83 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 262857 0 0 0 352113 270 0 0 18 0 5 0 498057042 1193562112 252058 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 291397 252058 417 389 0 287147 0
[pid=4967/tid=4969] ppid=4966 vsize=1165588 CPUtime=879.91 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 67685 0 0 0 87916 75 0 0 25 0 5 0 498057045 1193562112 252058 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1165588 CPUtime=882.17 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 63661 0 0 0 88149 68 0 0 25 0 5 0 498057046 1193562112 252058 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1165588 CPUtime=879.56 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 77177 0 0 0 87866 90 0 0 25 0 5 0 498057047 1193562112 252058 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1165588 CPUtime=882.11 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 50309 0 0 0 88176 35 0 0 25 0 5 0 498057048 1193562112 252058 33554432000 4194304 5787044 140735462879008 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.83
Current children cumulated vsize (KiB) 1174288

[startup+942.307 s]
/proc/loadavg: 8.06 8.07 7.98 9/188 5070
/proc/meminfo: memFree=19821544/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1250964 CPUtime=3763.51 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 277112 0 0 0 376066 285 0 0 18 0 5 0 498057042 1280987136 265832 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 312741 265832 417 389 0 308491 0
[pid=4967/tid=4969] ppid=4966 vsize=1250964 CPUtime=939.91 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 72514 0 0 0 93909 82 0 0 25 0 5 0 498057045 1280987136 265832 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1250964 CPUtime=942.18 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 63863 0 0 0 94149 69 0 0 25 0 5 0 498057046 1280987136 265832 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1250964 CPUtime=939.23 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81395 0 0 0 93829 94 0 0 25 0 5 0 498057047 1280987136 265832 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1250964 CPUtime=942.11 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 55315 0 0 0 94173 38 0 0 25 0 5 0 498057048 1280987136 265832 33554432000 4194304 5787044 140735462879008 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.51
Current children cumulated vsize (KiB) 1259664

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 7.98 9/188 5072
/proc/meminfo: memFree=19746512/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1335980 CPUtime=4003.17 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 293527 0 0 0 400010 307 0 0 18 0 5 0 498057042 1368043520 281222 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 333995 281222 417 389 0 329745 0
[pid=4967/tid=4969] ppid=4966 vsize=1335980 CPUtime=999.9 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 80315 0 0 0 99898 92 0 0 25 0 5 0 498057045 1368043520 281222 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1335980 CPUtime=1002.17 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 68635 0 0 0 100141 76 0 0 25 0 5 0 498057046 1368043520 281222 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1335980 CPUtime=998.9 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81395 0 0 0 99796 94 0 0 25 0 5 0 498057047 1368043520 281222 33554432000 4194304 5787044 140735462879008 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1335980 CPUtime=1002.11 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 59157 0 0 0 100169 42 0 0 25 0 5 0 498057048 1368043520 281222 33554432000 4194304 5787044 140735462879008 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.17
Current children cumulated vsize (KiB) 1344680

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 7.98 9/188 5073
/proc/meminfo: memFree=19665516/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1409676 CPUtime=4242.81 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 308453 0 0 0 423951 330 0 0 18 0 5 0 498057042 1443508224 295123 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 352419 295123 417 389 0 348169 0
[pid=4967/tid=4969] ppid=4966 vsize=1409676 CPUtime=1059.89 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 86708 0 0 0 105886 103 0 0 25 0 5 0 498057045 1443508224 295123 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1409676 CPUtime=1062.17 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 76336 0 0 0 106130 87 0 0 25 0 5 0 498057046 1443508224 295123 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1409676 CPUtime=1058.57 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81395 0 0 0 105762 95 0 0 25 0 5 0 498057047 1443508224 295123 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1409676 CPUtime=1062.1 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 59989 0 0 0 106167 43 0 0 25 0 5 0 498057048 1443508224 295123 33554432000 4194304 5787044 140735462879008 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.81
Current children cumulated vsize (KiB) 1418376

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 7.99 9/188 5075
/proc/meminfo: memFree=19562084/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1409676 CPUtime=4482.47 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 317453 0 0 0 447904 343 0 0 18 0 5 0 498057042 1443508224 303642 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 352419 303642 417 389 0 348169 0
[pid=4967/tid=4969] ppid=4966 vsize=1409676 CPUtime=1119.89 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 89350 0 0 0 111882 107 0 0 25 0 5 0 498057045 1443508224 303642 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1409676 CPUtime=1122.17 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 82692 0 0 0 112121 96 0 0 25 0 5 0 498057046 1443508224 303642 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1409676 CPUtime=1118.24 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81397 0 0 0 111729 95 0 0 25 0 5 0 498057047 1443508224 303642 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1409676 CPUtime=1122.08 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 59989 0 0 0 112165 43 0 0 25 0 5 0 498057048 1443508224 303642 33554432000 4194304 5787044 140735462879008 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 1418376

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 8.00 9/188 5077
/proc/meminfo: memFree=19443900/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1409676 CPUtime=4722.13 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 320191 0 0 0 471866 347 0 0 18 0 5 0 498057042 1443508224 305899 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 352419 305899 417 389 0 348169 0
[pid=4967/tid=4969] ppid=4966 vsize=1409676 CPUtime=1179.89 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 89350 0 0 0 117882 107 0 0 25 0 5 0 498057045 1443508224 305899 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1409676 CPUtime=1182.17 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 85425 0 0 0 118118 99 0 0 25 0 5 0 498057046 1443508224 305899 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1409676 CPUtime=1177.91 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81399 0 0 0 117696 95 0 0 25 0 5 0 498057047 1443508224 305899 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1409676 CPUtime=1182.08 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 59992 0 0 0 118165 43 0 0 25 0 5 0 498057048 1443508224 305899 33554432000 4194304 5787044 140735462879008 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 1418376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.08 8.00 9/188 5077
/proc/meminfo: memFree=19407940/32951124 swapFree=67111528/67111528
[pid=4966] ppid=4964 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4966/stat : 4966 (prissAuto.sh) S 4964 4966 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498057042 8908800 252 33554432000 4194304 4922060 140737340029232 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4966/statm: 2175 252 211 178 0 68 0
[pid=4967] ppid=4966 vsize=1409676 CPUtime=4800.06 cores=0,2,4,6
/proc/4967/stat : 4967 (priss) S 4966 4966 4923 0 -1 4202496 320193 0 0 0 479659 347 0 0 18 0 5 0 498057042 1443508224 305901 33554432000 4194304 5787044 140735462879008 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4967/statm: 352419 305901 417 389 0 348169 0
[pid=4967/tid=4969] ppid=4966 vsize=1409676 CPUtime=1199.4 cores=0,2,4,6
/proc/4967/task/4969/stat : 4969 (priss) R 4966 4966 4923 0 -1 4202560 89350 0 0 0 119833 107 0 0 25 0 5 0 498057045 1443508224 305901 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4967/tid=4970] ppid=4966 vsize=1409676 CPUtime=1201.68 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (priss) R 4966 4966 4923 0 -1 4202560 85425 0 0 0 120069 99 0 0 25 0 5 0 498057046 1443508224 305901 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=4967/tid=4971] ppid=4966 vsize=1409676 CPUtime=1197.3 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (priss) R 4966 4966 4923 0 -1 4202560 81400 0 0 0 119635 95 0 0 25 0 5 0 498057047 1443508224 305901 33554432000 4194304 5787044 140735462879008 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4967/tid=4972] ppid=4966 vsize=1409676 CPUtime=1201.59 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (priss) R 4966 4966 4923 0 -1 4202560 59993 0 0 0 120116 43 0 0 25 0 5 0 498057048 1443508224 305901 33554432000 4194304 5787044 140735462879008 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 1418376

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

Real time (s): 1201.83
CPU time (s): 4800.06
CPU user time (s): 4796.59
CPU system time (s): 3.47
CPU usage (%): 399.398
Max. virtual memory (cumulated for all children) (KiB): 1418376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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.83272 second user time and 4.73228 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 07:53:37
IDJOB=3249401
IDBENCH=83167
IDSOLVER=1602
FILE ID=node140/3249401-1304056417
RUNJOBID= node140-1304056417-4941
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249401-1304056417/watcher-3249401-1304056417 -o /tmp/evaluation-result-3249401-1304056417/solver-3249401-1304056417 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249401-1304056417.cnf 139486232 4800 15500 4

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=139486232

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      22198468 kB
Buffers:       2297452 kB
Cached:        7816912 kB
SwapCached:          0 kB
Active:        2659780 kB
Inactive:      7524436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22198468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4816 kB
Writeback:           0 kB
AnonPages:       68432 kB
Mapped:          14708 kB
Slab:           504076 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   249820 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= 72656 MiB
End job on node140 at 2011-04-29 08:13:41