Trace number 3263263

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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: 16142
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 10251us
0.00/0.01	c parsed 46074 clauses with 600 variables
0.00/0.01	c NW started thread 0 successfully (1105180992)
0.00/0.02	c NW started thread 1 successfully (1115670848)
0.00/0.02	c NW started thread 2 successfully (1126160704)
0.00/0.04	c NW started thread 3 successfully (1136650560)
9.49/2.48	c preprocessor returned 10023 variables
9.49/2.48	c preprocessing returned UNKNOWN
9.49/2.48	c PP set 0 variables
9.49/2.48	c pp time: 2465783us (2s)
9.49/2.49	c preprocessor returned 10023 variables
9.49/2.49	c preprocessing returned UNKNOWN
9.49/2.49	c PP set 0 variables
9.49/2.49	c pp time: 2469940us (2s)
9.89/2.50	c preprocessor returned 10023 variables
9.89/2.50	c preprocessing returned UNKNOWN
9.89/2.50	c PP set 0 variables
9.89/2.50	c pp time: 2484120us (2s)
75.39/18.94	c preprocessor returned 30050 variables
75.39/18.94	c preprocessing returned UNKNOWN
75.39/18.94	c PP set 0 variables
75.39/18.94	c pp time: 18905442us (18s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0

[startup+0.0240469 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.865848 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900839 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00082 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 8.08 8.01 7.44 6/182 16141
/proc/meminfo: memFree=28266980/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10044 s]
/proc/loadavg: 8.16 8.03 7.45 9/188 16147
/proc/meminfo: memFree=28226840/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=288576 CPUtime=12.28 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 18389 0 0 0 1225 3 0 0 25 0 5 0 518021363 295501824 11428 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 72144 11428 404 389 0 67894 0
[pid=16142/tid=16144] ppid=16141 vsize=288576 CPUtime=3.05 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 4249 0 0 0 305 0 0 0 18 0 5 0 518021364 295501824 11428 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=288576 CPUtime=3.06 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 4324 0 0 0 306 0 0 0 25 0 5 0 518021365 295501824 11428 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=288576 CPUtime=3.05 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 4030 0 0 0 305 0 0 0 18 0 5 0 518021365 295501824 11428 33554432000 4194304 5787044 140737058789440 18446744073709551615 253640520737 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=288576 CPUtime=3.05 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 3005 0 0 0 305 0 0 0 25 0 5 0 518021367 295501824 11428 33554432000 4194304 5787044 140737058789440 18446744073709551615 253640553423 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 297276

[startup+6.30086 s]
/proc/loadavg: 8.14 8.03 7.45 9/188 16147
/proc/meminfo: memFree=28216672/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=288576 CPUtime=25.07 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 19841 0 0 0 2503 4 0 0 25 0 5 0 518021363 295501824 12880 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 72144 12880 404 389 0 67894 0
[pid=16142/tid=16144] ppid=16141 vsize=288576 CPUtime=6.23 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 4727 0 0 0 623 0 0 0 25 0 5 0 518021364 295501824 12880 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=288576 CPUtime=6.27 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 4766 0 0 0 626 1 0 0 25 0 5 0 518021365 295501824 12880 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=288576 CPUtime=6.26 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 4562 0 0 0 625 1 0 0 25 0 5 0 518021365 295501824 12880 33554432000 4194304 5787044 140737058789440 18446744073709551615 5590336 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=288576 CPUtime=6.25 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 3005 0 0 0 625 0 0 0 25 0 5 0 518021367 295501824 12880 33554432000 4194304 5787044 140737058789440 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 297276

[startup+12.7007 s]
/proc/loadavg: 8.13 8.03 7.45 9/188 16149
/proc/meminfo: memFree=28207364/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=288576 CPUtime=50.65 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 21894 0 0 0 5060 5 0 0 25 0 5 0 518021363 295501824 14933 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 72144 14933 404 389 0 67894 0
[pid=16142/tid=16144] ppid=16141 vsize=288576 CPUtime=12.61 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 5428 0 0 0 1260 1 0 0 25 0 5 0 518021364 295501824 14933 33554432000 4194304 5787044 140737058789440 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=288576 CPUtime=12.67 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 5423 0 0 0 1266 1 0 0 25 0 5 0 518021365 295501824 14933 33554432000 4194304 5787044 140737058789440 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=288576 CPUtime=12.65 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 5257 0 0 0 1264 1 0 0 25 0 5 0 518021365 295501824 14933 33554432000 4194304 5787044 140737058789440 18446744073709551615 5589792 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=288576 CPUtime=12.66 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 3005 0 0 0 1266 0 0 0 25 0 5 0 518021367 295501824 14933 33554432000 4194304 5787044 140737058789440 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 297276

[startup+25.5004 s]
/proc/loadavg: 8.03 8.01 7.45 9/188 16183
/proc/meminfo: memFree=30272220/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=299356 CPUtime=101.75 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 28993 0 0 0 10165 10 0 0 25 0 5 0 518021363 306540544 21327 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 74839 21327 417 389 0 70589 0
[pid=16142/tid=16144] ppid=16141 vsize=299356 CPUtime=25.33 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 6602 0 0 0 2531 2 0 0 25 0 5 0 518021364 306540544 21327 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=299356 CPUtime=25.46 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 6613 0 0 0 2544 2 0 0 25 0 5 0 518021365 306540544 21327 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=299356 CPUtime=25.45 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 7587 0 0 0 2542 3 0 0 25 0 5 0 518021365 306540544 21327 33554432000 4194304 5787044 140737058789440 18446744073709551615 4229363 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=299356 CPUtime=25.44 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 5410 0 0 0 2544 0 0 0 25 0 5 0 518021367 306540544 21327 33554432000 4194304 5787044 140737058789440 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 308056

[startup+51.1007 s]
/proc/loadavg: 8.09 8.03 7.47 9/188 16184
/proc/meminfo: memFree=30231644/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=316812 CPUtime=203.99 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 38808 0 0 0 20378 21 0 0 25 0 5 0 518021363 324415488 31075 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 79203 31075 417 389 0 74953 0
[pid=16142/tid=16144] ppid=16141 vsize=316812 CPUtime=50.8 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 9394 0 0 0 5075 5 0 0 25 0 5 0 518021364 324415488 31075 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=316812 CPUtime=51.06 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 9170 0 0 0 5101 5 0 0 25 0 5 0 518021365 324415488 31075 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591695 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=316812 CPUtime=51.04 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 9821 0 0 0 5097 7 0 0 25 0 5 0 518021365 324415488 31075 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=316812 CPUtime=51.05 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 7642 0 0 0 5102 3 0 0 25 0 5 0 518021367 324415488 31075 33554432000 4194304 5787044 140737058789440 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 325512

[startup+102.3 s]
/proc/loadavg: 8.10 8.04 7.50 9/188 16185
/proc/meminfo: memFree=30107156/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=336900 CPUtime=408.49 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 52799 0 0 0 40809 40 0 0 25 0 5 0 518021363 344985600 44967 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 84225 44967 417 389 0 79975 0
[pid=16142/tid=16144] ppid=16141 vsize=336900 CPUtime=101.71 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 13827 0 0 0 10161 10 0 0 25 0 5 0 518021364 344985600 44967 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=336900 CPUtime=102.26 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 13679 0 0 0 10214 12 0 0 25 0 5 0 518021365 344985600 44967 33554432000 4194304 5787044 140737058789440 18446744073709551615 253640520389 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=336900 CPUtime=102.23 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 12013 0 0 0 10212 11 0 0 25 0 5 0 518021365 344985600 44967 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=336900 CPUtime=102.24 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 10499 0 0 0 10219 5 0 0 25 0 5 0 518021367 344985600 44967 33554432000 4194304 5787044 140737058789440 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 345600

[startup+162.3 s]
/proc/loadavg: 8.04 8.03 7.53 9/188 16187
/proc/meminfo: memFree=30020220/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=348056 CPUtime=648.17 cores=1,3,5,7

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

/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 31714 0 0 0 87975 41 0 0 25 0 5 0 518021365 662532096 120310 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=647004 CPUtime=881.21 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36114 0 0 0 88066 55 0 0 25 0 5 0 518021365 662532096 120310 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=647004 CPUtime=882.19 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 27902 0 0 0 88200 19 0 0 25 0 5 0 518021367 662532096 120310 33554432000 4194304 5787044 140737058789440 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.13
Current children cumulated vsize (KiB) 655704

[startup+942.307 s]
/proc/loadavg: 8.06 8.06 7.81 9/188 16208
/proc/meminfo: memFree=29411684/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=657676 CPUtime=3763.82 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 135652 0 0 0 376219 163 0 0 25 0 5 0 518021363 673460224 126482 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 164419 126482 417 389 0 160169 0
[pid=16142/tid=16144] ppid=16141 vsize=657676 CPUtime=940.53 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 32742 0 0 0 94012 41 0 0 25 0 5 0 518021364 673460224 126482 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=657676 CPUtime=939.83 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 34455 0 0 0 93939 44 0 0 25 0 5 0 518021365 673460224 126482 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=657676 CPUtime=941.2 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36115 0 0 0 94065 55 0 0 25 0 5 0 518021365 673460224 126482 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=657676 CPUtime=942.2 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 29559 0 0 0 94199 21 0 0 25 0 5 0 518021367 673460224 126482 33554432000 4194304 5787044 140737058789440 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 666376

[startup+1002.3 s]
/proc/loadavg: 8.13 8.07 7.83 9/188 16209
/proc/meminfo: memFree=29365416/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=665100 CPUtime=4003.47 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 140421 0 0 0 400174 173 0 0 25 0 5 0 518021363 681062400 130801 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 166275 130801 417 389 0 162025 0
[pid=16142/tid=16144] ppid=16141 vsize=665100 CPUtime=1000.53 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34173 0 0 0 100008 45 0 0 25 0 5 0 518021364 681062400 130801 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=665100 CPUtime=999.5 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35955 0 0 0 99902 48 0 0 25 0 5 0 518021365 681062400 130801 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=665100 CPUtime=1001.18 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36118 0 0 0 100063 55 0 0 25 0 5 0 518021365 681062400 130801 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=665100 CPUtime=1002.2 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 31394 0 0 0 100197 23 0 0 25 0 5 0 518021367 681062400 130801 33554432000 4194304 5787044 140737058789440 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 673800

[startup+1062.3 s]
/proc/loadavg: 8.11 8.07 7.84 9/188 16211
/proc/meminfo: memFree=29338360/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=671656 CPUtime=4243.14 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 142054 0 0 0 424140 174 0 0 25 0 5 0 518021363 687775744 132434 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 167914 132434 417 389 0 163664 0
[pid=16142/tid=16144] ppid=16141 vsize=671656 CPUtime=1060.53 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34174 0 0 0 106008 45 0 0 25 0 5 0 518021364 687775744 132434 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=671656 CPUtime=1059.17 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35955 0 0 0 105869 48 0 0 25 0 5 0 518021365 687775744 132434 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=671656 CPUtime=1061.18 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36121 0 0 0 106063 55 0 0 25 0 5 0 518021365 687775744 132434 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=671656 CPUtime=1062.2 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 33023 0 0 0 106196 24 0 0 25 0 5 0 518021367 687775744 132434 33554432000 4194304 5787044 140737058789440 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 680356

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 7.86 9/188 16213
/proc/meminfo: memFree=29319572/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=674036 CPUtime=4482.81 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 142463 0 0 0 448106 175 0 0 25 0 5 0 518021363 690212864 132843 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 168509 132843 417 389 0 164259 0
[pid=16142/tid=16144] ppid=16141 vsize=674036 CPUtime=1120.53 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34177 0 0 0 112008 45 0 0 25 0 5 0 518021364 690212864 132843 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=674036 CPUtime=1118.84 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35957 0 0 0 111836 48 0 0 25 0 5 0 518021365 690212864 132843 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=674036 CPUtime=1121.17 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36138 0 0 0 112062 55 0 0 25 0 5 0 518021365 690212864 132843 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=674036 CPUtime=1122.2 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 33410 0 0 0 112195 25 0 0 25 0 5 0 518021367 690212864 132843 33554432000 4194304 5787044 140737058789440 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 682736

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 7.87 9/188 16214
/proc/meminfo: memFree=29302512/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=674036 CPUtime=4722.47 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 142517 0 0 0 472072 175 0 0 25 0 5 0 518021363 690212864 132897 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 168509 132897 417 389 0 164259 0
[pid=16142/tid=16144] ppid=16141 vsize=674036 CPUtime=1180.53 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34181 0 0 0 118008 45 0 0 25 0 5 0 518021364 690212864 132897 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=674036 CPUtime=1178.63 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35961 0 0 0 117815 48 0 0 25 0 5 0 518021365 690212864 132897 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=674036 CPUtime=1181.05 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36182 0 0 0 118050 55 0 0 25 0 5 0 518021365 690212864 132897 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=674036 CPUtime=1182.2 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 33412 0 0 0 118195 25 0 0 25 0 5 0 518021367 690212864 132897 33554432000 4194304 5787044 140737058789440 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 682736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.11 7.88 10/188 16215
/proc/meminfo: memFree=29301616/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=674036 CPUtime=4800.4 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 142568 0 0 0 479865 175 0 0 25 0 5 0 518021363 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 168509 132948 417 389 0 164259 0
[pid=16142/tid=16144] ppid=16141 vsize=674036 CPUtime=1200.04 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34189 0 0 0 119959 45 0 0 25 0 5 0 518021364 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=674036 CPUtime=1198.15 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35968 0 0 0 119767 48 0 0 25 0 5 0 518021365 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=674036 CPUtime=1200.44 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36216 0 0 0 119989 55 0 0 25 0 5 0 518021365 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=674036 CPUtime=1201.71 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 33414 0 0 0 120146 25 0 0 25 0 5 0 518021367 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 682736

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

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

[startup+1201.8 s]
/proc/loadavg: 8.16 8.11 7.88 10/188 16215
/proc/meminfo: memFree=29301616/32951124 swapFree=67111364/67111528
[pid=16141] ppid=16139 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16141/stat : 16141 (prissAuto.sh) S 16139 16141 13999 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 518021362 8908800 252 33554432000 4194304 4922060 140733785306880 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16141/statm: 2175 252 211 178 0 68 0
[pid=16142] ppid=16141 vsize=674036 CPUtime=4800.4 cores=1,3,5,7
/proc/16142/stat : 16142 (priss) S 16141 16141 13999 0 -1 4202496 142568 0 0 0 479865 175 0 0 25 0 5 0 518021363 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16142/statm: 168509 132948 417 389 0 164259 0
[pid=16142/tid=16144] ppid=16141 vsize=674036 CPUtime=1200.04 cores=1,3,5,7
/proc/16142/task/16144/stat : 16144 (priss) R 16141 16141 13999 0 -1 4202560 34189 0 0 0 119959 45 0 0 25 0 5 0 518021364 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16142/tid=16145] ppid=16141 vsize=674036 CPUtime=1198.15 cores=1,3,5,7
/proc/16142/task/16145/stat : 16145 (priss) R 16141 16141 13999 0 -1 4202560 35968 0 0 0 119767 48 0 0 25 0 5 0 518021365 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16142/tid=16146] ppid=16141 vsize=674036 CPUtime=1200.44 cores=1,3,5,7
/proc/16142/task/16146/stat : 16146 (priss) R 16141 16141 13999 0 -1 4202560 36216 0 0 0 119989 55 0 0 25 0 5 0 518021365 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16142/tid=16147] ppid=16141 vsize=674036 CPUtime=1201.71 cores=1,3,5,7
/proc/16142/task/16147/stat : 16147 (priss) R 16141 16141 13999 0 -1 4202560 33414 0 0 0 120146 25 0 0 25 0 5 0 518021367 690212864 132948 33554432000 4194304 5787044 140737058789440 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 682736

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16141 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.4
#
# 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.4
CPU user time (s): 4798.65
CPU system time (s): 1.75
CPU usage (%): 399.426
Max. virtual memory (cumulated for all children) (KiB): 682736

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.68574 second user time and 4.88026 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 10:03:30
IDJOB=3263263
IDBENCH=83949
IDSOLVER=1602
FILE ID=node106/3263263-1304064209
RUNJOBID= node106-1304063004-16010
PBS_JOBID= 13170400
Free space on /tmp= 72044 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263263-1304064209/watcher-3263263-1304064209 -o /tmp/evaluation-result-3263263-1304064209/solver-3263263-1304064209 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263263-1304064209.cnf 1531441685 4800 15500 4

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=1531441685

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28267260 kB
Buffers:        233136 kB
Cached:        2160104 kB
SwapCached:         88 kB
Active:        2887236 kB
Inactive:      1582232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28267260 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1964 kB
Writeback:           0 kB
AnonPages:     2075656 kB
Mapped:          15612 kB
Slab:           145652 kB
PageTables:       9044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2467228 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= 72152 MiB
End job on node106 at 2011-04-29 10:23:34