Trace number 3274094

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n260-s62321009-sat.cnf
MD5SUMf2b430bdd9bc1c472e9e437567706bb7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.48747
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
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: 29545
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 231us
0.00/0.00	c parsed 624 clauses with 260 variables
0.00/0.00	c NW started thread 0 successfully (1098443072)
0.00/0.00	c NW started thread 1 successfully (1108932928)
0.00/0.00	c NW started thread 2 successfully (1119422784)
0.00/0.00	c NW started thread 3 successfully (1129912640)
0.00/0.45	c preprocessor returned 10050 variables
0.00/0.45	c preprocessing returned UNKNOWN
0.00/0.45	c PP set 0 variables
0.00/0.45	c pp time: 437999us (0s)
0.00/0.45	c preprocessor returned 10050 variables
0.00/0.45	c preprocessing returned UNKNOWN
0.00/0.45	c PP set 0 variables
0.00/0.45	c pp time: 439605us (0s)
0.00/0.45	c preprocessor returned 10050 variables
0.00/0.45	c preprocessing returned UNKNOWN
0.00/0.45	c PP set 0 variables
0.00/0.45	c pp time: 439856us (0s)
17.94/4.52	c preprocessor returned 30056 variables
17.94/4.52	c preprocessing returned UNKNOWN
17.94/4.52	c PP set 0 variables
17.94/4.52	c pp time: 4512064us (4s)

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-3274094-1304055660/watcher-3274094-1304055660 -o /tmp/evaluation-result-3274094-1304055660/solver-3274094-1304055660 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3274094-1304055660.cnf 878626838 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.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0

[startup+0.815536 s]
/proc/loadavg: 8.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900519 s]
/proc/loadavg: 8.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0005 s]
/proc/loadavg: 8.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10048 s]
/proc/loadavg: 8.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 8.22 8.09 8.08 6/182 29544
/proc/meminfo: memFree=24237576/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10112 s]
/proc/loadavg: 8.22 8.09 8.08 9/188 29550
/proc/meminfo: memFree=24206592/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=211164 CPUtime=12.35 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 9014 0 0 0 1232 3 0 0 25 0 5 0 517163772 216231936 8016 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 52791 8016 405 389 0 48541 0
[pid=29545/tid=29546] ppid=29544 vsize=211164 CPUtime=3.08 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 1964 0 0 0 307 1 0 0 25 0 5 0 517163773 216231936 8016 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=211164 CPUtime=3.08 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 1841 0 0 0 308 0 0 0 25 0 5 0 517163773 216231936 8016 33554432000 4194304 5787044 140735773438144 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=211164 CPUtime=3.08 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 1747 0 0 0 308 0 0 0 25 0 5 0 517163773 216231936 8016 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=211164 CPUtime=3.07 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 1966 0 0 0 307 0 0 0 25 0 5 0 517163773 216231936 8016 33554432000 4194304 5787044 140735773438144 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 219864

[startup+6.30655 s]
/proc/loadavg: 8.20 8.09 8.08 9/188 29551
/proc/meminfo: memFree=24196548/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=213872 CPUtime=25.15 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 12415 0 0 0 2510 5 0 0 25 0 5 0 517163772 219004928 10451 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 53468 10451 418 389 0 49218 0
[pid=29545/tid=29546] ppid=29544 vsize=213872 CPUtime=6.29 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 2449 0 0 0 628 1 0 0 25 0 5 0 517163773 219004928 10451 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=213872 CPUtime=6.29 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 2333 0 0 0 628 1 0 0 25 0 5 0 517163773 219004928 10451 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=213872 CPUtime=6.29 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 2171 0 0 0 628 1 0 0 25 0 5 0 517163773 219004928 10451 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=213872 CPUtime=6.25 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 3966 0 0 0 625 0 0 0 25 0 5 0 517163773 219004928 10451 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527118 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 222572

[startup+12.7004 s]
/proc/loadavg: 8.18 8.09 8.08 9/188 29551
/proc/meminfo: memFree=24184048/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=220992 CPUtime=50.69 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 15397 0 0 0 5062 7 0 0 25 0 5 0 517163772 226295808 13433 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 55248 13433 418 389 0 50998 0
[pid=29545/tid=29546] ppid=29544 vsize=220992 CPUtime=12.68 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 2980 0 0 0 1266 2 0 0 25 0 5 0 517163773 226295808 13433 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=220992 CPUtime=12.68 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 2867 0 0 0 1267 1 0 0 25 0 5 0 517163773 226295808 13433 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=220992 CPUtime=12.67 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 2627 0 0 0 1266 1 0 0 25 0 5 0 517163773 226295808 13433 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=220992 CPUtime=12.62 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 5427 0 0 0 1261 1 0 0 25 0 5 0 517163773 226295808 13433 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 229692

[startup+25.5011 s]
/proc/loadavg: 8.14 8.08 8.08 9/188 29551
/proc/meminfo: memFree=24174008/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=223540 CPUtime=101.81 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 17555 0 0 0 10171 10 0 0 25 0 5 0 517163772 228904960 15591 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 55885 15591 419 389 0 51635 0
[pid=29545/tid=29546] ppid=29544 vsize=223540 CPUtime=25.48 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 3482 0 0 0 2545 3 0 0 25 0 5 0 517163773 228904960 15591 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=223540 CPUtime=25.48 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 3377 0 0 0 2546 2 0 0 25 0 5 0 517163773 228904960 15591 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=223540 CPUtime=25.48 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 3178 0 0 0 2546 2 0 0 25 0 5 0 517163773 228904960 15591 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=223540 CPUtime=25.35 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 6022 0 0 0 2533 2 0 0 25 0 5 0 517163773 228904960 15591 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 232240

[startup+51.1004 s]
/proc/loadavg: 8.09 8.08 8.08 9/188 29552
/proc/meminfo: memFree=24151920/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=232180 CPUtime=204.07 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 22610 0 0 0 20391 16 0 0 25 0 5 0 517163772 237752320 20644 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 58045 20644 419 389 0 53795 0
[pid=29545/tid=29546] ppid=29544 vsize=232180 CPUtime=51.07 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 4715 0 0 0 5103 4 0 0 25 0 5 0 517163773 237752320 20644 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=232180 CPUtime=51.08 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 5595 0 0 0 5104 4 0 0 25 0 5 0 517163773 237752320 20644 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=232180 CPUtime=51.07 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 4001 0 0 0 5104 3 0 0 25 0 5 0 517163773 237752320 20644 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=232180 CPUtime=50.81 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 6803 0 0 0 5078 3 0 0 25 0 5 0 517163773 237752320 20644 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 240880

[startup+102.301 s]
/proc/loadavg: 8.11 8.08 8.08 9/188 29553
/proc/meminfo: memFree=24119424/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=244040 CPUtime=408.57 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 29553 0 0 0 40831 26 0 0 25 0 5 0 517163772 249896960 27583 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 61010 27583 419 389 0 56760 0
[pid=29545/tid=29546] ppid=29544 vsize=244040 CPUtime=102.27 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 6299 0 0 0 10220 7 0 0 25 0 5 0 517163773 249896960 27583 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=244040 CPUtime=102.21 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 7138 0 0 0 10214 7 0 0 25 0 5 0 517163773 249896960 27583 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=244040 CPUtime=102.27 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 5577 0 0 0 10222 5 0 0 25 0 5 0 517163773 249896960 27583 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=244040 CPUtime=101.79 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 9043 0 0 0 10174 5 0 0 25 0 5 0 517163773 249896960 27583 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 252740

[startup+162.3 s]
/proc/loadavg: 8.11 8.08 8.08 9/188 29555
/proc/meminfo: memFree=24080712/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=246700 CPUtime=648.24 cores=1,3,5,7

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

/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 15351 0 0 0 87776 18 0 0 25 0 5 0 517163773 452198400 63421 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=441600 CPUtime=882.28 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 15976 0 0 0 88210 18 0 0 25 0 5 0 517163773 452198400 63421 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=441600 CPUtime=881.79 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 16060 0 0 0 88165 14 0 0 25 0 5 0 517163773 452198400 63421 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528380 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 450300

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.07 9/188 29576
/proc/meminfo: memFree=23823744/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=441792 CPUtime=3764.02 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 65916 0 0 0 376330 72 0 0 25 0 5 0 517163772 452395008 63539 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 110448 63539 419 389 0 106198 0
[pid=29545/tid=29546] ppid=29544 vsize=441792 CPUtime=942.28 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 16961 0 0 0 94208 20 0 0 25 0 5 0 517163773 452395008 63539 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=441792 CPUtime=937.62 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 15400 0 0 0 93744 18 0 0 25 0 5 0 517163773 452395008 63539 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=441792 CPUtime=942.29 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 15976 0 0 0 94211 18 0 0 25 0 5 0 517163773 452395008 63539 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=441792 CPUtime=941.8 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 16083 0 0 0 94166 14 0 0 25 0 5 0 517163773 452395008 63539 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 450492

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 29642
/proc/meminfo: memFree=24023960/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=442176 CPUtime=4003.68 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 66260 0 0 0 400296 72 0 0 25 0 5 0 517163772 452788224 63883 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 110544 63883 419 389 0 106294 0
[pid=29545/tid=29546] ppid=29544 vsize=442176 CPUtime=1002.27 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 17103 0 0 0 100207 20 0 0 25 0 5 0 517163773 452788224 63883 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=442176 CPUtime=997.29 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 15544 0 0 0 99711 18 0 0 25 0 5 0 517163773 452788224 63883 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=442176 CPUtime=1002.28 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 15976 0 0 0 100210 18 0 0 25 0 5 0 517163773 452788224 63883 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=442176 CPUtime=1001.8 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 16141 0 0 0 100166 14 0 0 25 0 5 0 517163773 452788224 63883 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 450876

[startup+1062.31 s]
/proc/loadavg: 8.02 8.06 8.07 9/188 29644
/proc/meminfo: memFree=23813236/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=443328 CPUtime=4243.38 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 66980 0 0 0 424266 72 0 0 25 0 5 0 517163772 453967872 64603 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 110832 64603 419 389 0 106582 0
[pid=29545/tid=29546] ppid=29544 vsize=443328 CPUtime=1062.28 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 17320 0 0 0 106208 20 0 0 25 0 5 0 517163773 453967872 64603 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=443328 CPUtime=1056.98 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 15833 0 0 0 105679 19 0 0 25 0 5 0 517163773 453967872 64603 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=443328 CPUtime=1062.29 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 16073 0 0 0 106211 18 0 0 25 0 5 0 517163773 453967872 64603 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=443328 CPUtime=1061.8 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 16258 0 0 0 106166 14 0 0 25 0 5 0 517163773 453967872 64603 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 452028

[startup+1122.3 s]
/proc/loadavg: 8.12 8.08 8.07 9/188 29645
/proc/meminfo: memFree=23662920/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=449060 CPUtime=4483.03 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 70186 0 0 0 448228 75 0 0 25 0 5 0 517163772 459837440 67809 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 112265 67809 419 389 0 108015 0
[pid=29545/tid=29546] ppid=29544 vsize=449060 CPUtime=1122.27 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 17995 0 0 0 112206 21 0 0 25 0 5 0 517163773 459837440 67809 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=449060 CPUtime=1116.65 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 16535 0 0 0 111645 20 0 0 25 0 5 0 517163773 459837440 67809 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=449060 CPUtime=1122.28 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 16555 0 0 0 112210 18 0 0 25 0 5 0 517163773 459837440 67809 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=449060 CPUtime=1121.8 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 17605 0 0 0 112166 14 0 0 25 0 5 0 517163773 459837440 67809 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 457760

[startup+1182.3 s]
/proc/loadavg: 8.15 8.09 8.08 9/188 29647
/proc/meminfo: memFree=23540752/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=453876 CPUtime=4722.72 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 73756 0 0 0 472192 80 0 0 25 0 5 0 517163772 464769024 71379 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 113469 71379 419 389 0 109219 0
[pid=29545/tid=29546] ppid=29544 vsize=453876 CPUtime=1182.27 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 18924 0 0 0 118205 22 0 0 25 0 5 0 517163773 464769024 71379 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=453876 CPUtime=1176.31 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 17491 0 0 0 117610 21 0 0 25 0 5 0 517163773 464769024 71379 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=453876 CPUtime=1182.28 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 17474 0 0 0 118209 19 0 0 25 0 5 0 517163773 464769024 71379 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=453876 CPUtime=1181.8 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 18371 0 0 0 118165 15 0 0 25 0 5 0 517163773 464769024 71379 33554432000 4194304 5787044 140735773438144 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 462576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.08 8.08 9/188 29656
/proc/meminfo: memFree=23527592/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=459776 CPUtime=4800.21 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 75878 0 0 0 479940 81 0 0 25 0 5 0 517163772 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 114944 73501 419 389 0 110694 0
[pid=29545/tid=29546] ppid=29544 vsize=459776 CPUtime=1201.68 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 19248 0 0 0 120145 23 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=459776 CPUtime=1195.61 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 17816 0 0 0 119539 22 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 4220190 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=459776 CPUtime=1201.68 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 18760 0 0 0 120148 20 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=459776 CPUtime=1201.21 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 18558 0 0 0 120106 15 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 468476

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.08 8.08 9/188 29656
/proc/meminfo: memFree=23527592/32951124 swapFree=67111524/67111528
[pid=29544] ppid=29542 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29544/stat : 29544 (prissAuto.sh) S 29542 29544 28051 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517163772 8908800 251 33554432000 4194304 4922060 140734549334608 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29544/statm: 2175 251 211 178 0 68 0
[pid=29545] ppid=29544 vsize=459776 CPUtime=4800.21 cores=1,3,5,7
/proc/29545/stat : 29545 (priss) S 29544 29544 28051 0 -1 4202496 75878 0 0 0 479940 81 0 0 25 0 5 0 517163772 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29545/statm: 114944 73501 419 389 0 110694 0
[pid=29545/tid=29546] ppid=29544 vsize=459776 CPUtime=1201.68 cores=1,3,5,7
/proc/29545/task/29546/stat : 29546 (priss) R 29544 29544 28051 0 -1 4202560 19248 0 0 0 120145 23 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29545/tid=29547] ppid=29544 vsize=459776 CPUtime=1195.61 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (priss) R 29544 29544 28051 0 -1 4202560 17816 0 0 0 119539 22 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 4220190 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29545/tid=29548] ppid=29544 vsize=459776 CPUtime=1201.68 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (priss) R 29544 29544 28051 0 -1 4202560 18760 0 0 0 120148 20 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29545/tid=29549] ppid=29544 vsize=459776 CPUtime=1201.21 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (priss) R 29544 29544 28051 0 -1 4202560 18558 0 0 0 120106 15 0 0 25 0 5 0 517163773 470810624 73501 33554432000 4194304 5787044 140735773438144 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 468476

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29544 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.21
CPU user time (s): 4799.4
CPU system time (s): 0.81
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 468476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
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= 5
involuntary context switches= 2

runsolver used 1.58376 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 07:41:00
IDJOB=3274094
IDBENCH=83153
IDSOLVER=1602
FILE ID=node139/3274094-1304055660
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n260-s62321009-sat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274094-1304055660/watcher-3274094-1304055660 -o /tmp/evaluation-result-3274094-1304055660/solver-3274094-1304055660 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3274094-1304055660.cnf 878626838 4800 15500 4

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

MD5SUM BENCH= f2b430bdd9bc1c472e9e437567706bb7
RANDOM SEED=878626838

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24237848 kB
Buffers:       2030896 kB
Cached:        5895232 kB
SwapCached:          4 kB
Active:        1074844 kB
Inactive:      7121280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24237848 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1808 kB
Writeback:           0 kB
AnonPages:      269372 kB
Mapped:          15764 kB
Slab:           453084 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   464116 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= 72544 MiB
End job on node139 at 2011-04-29 08:01:04