Trace number 3286858

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.29 1202.32

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 32677
0.00/0.00	c setup for 4cores
0.00/0.30	c parsetime: 295518us
0.00/0.30	c parsed 1076507 clauses with 360364 variables
0.00/0.36	c NW started thread 0 successfully (1110464832)
0.00/0.42	c NW started thread 1 successfully (1099381056)
0.00/0.49	c NW started thread 2 successfully (1120954688)
0.00/0.58	c NW started thread 3 successfully (1131444544)
53.78/13.92	c preprocessor returned 360364 variables
53.78/13.92	c preprocessing returned UNKNOWN
53.78/13.93	c PP set 597 variables
53.78/13.93	c pp time: 13410675us (13s)
53.78/13.99	c preprocessor returned 360364 variables
53.78/13.99	c preprocessing returned UNKNOWN
53.78/13.99	c PP set 597 variables
53.78/13.99	c pp time: 13373697us (13s)
54.17/14.01	c preprocessor returned 360364 variables
54.17/14.01	c preprocessing returned UNKNOWN
54.17/14.01	c PP set 597 variables
54.17/14.01	c pp time: 13570672us (13s)
54.17/14.06	c preprocessor returned 360364 variables
54.17/14.06	c preprocessing returned UNKNOWN
54.17/14.06	c PP set 597 variables
54.17/14.06	c pp time: 13393262us (13s)
58.17/15.09	c HTE
59.78/15.47	c subsumption
61.76/15.92	c simplified formula contains 0 unit clauses
4501.92/1127.61	c HTE
4510.32/1129.76	c subsumption
4518.70/1131.88	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286858-1304049495/watcher-3286858-1304049495 -o /tmp/evaluation-result-3286858-1304049495/solver-3286858-1304049495 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3286858-1304049495.cnf 978123940 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.97 8.00 8.00 5/182 32676
/proc/meminfo: memFree=22985840/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0

[startup+0.079777 s]
/proc/loadavg: 7.97 8.00 8.00 5/182 32676
/proc/meminfo: memFree=22985840/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10077 s]
/proc/loadavg: 7.97 8.00 8.00 5/182 32676
/proc/meminfo: memFree=22985840/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300735 s]
/proc/loadavg: 7.97 8.00 8.00 5/182 32676
/proc/meminfo: memFree=22985840/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700663 s]
/proc/loadavg: 7.97 8.00 8.00 5/182 32676
/proc/meminfo: memFree=22985840/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 7.97 8.00 8.00 9/188 32682
/proc/meminfo: memFree=22123240/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1008044 CPUtime=4.47 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 275735 0 0 0 381 66 0 0 18 0 5 0 595180292 1032237056 187321 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 252011 187321 348 389 0 247761 0
[pid=32677/tid=32679] ppid=32676 vsize=1008044 CPUtime=1.07 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 59964 0 0 0 93 14 0 0 18 0 5 0 595180328 1032237056 187321 33554432000 4194304 5787044 140733604148560 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1008044 CPUtime=1.02 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 57681 0 0 0 86 16 0 0 18 0 5 0 595180335 1032237056 187321 33554432000 4194304 5787044 140733604148560 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1008044 CPUtime=0.92 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 60440 0 0 0 77 15 0 0 18 0 5 0 595180342 1032237056 187321 33554432000 4194304 5787044 140733604148560 18446744073709551615 4331898 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1008044 CPUtime=0.88 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 49666 0 0 0 74 14 0 0 18 0 5 0 595180350 1032237056 187321 33554432000 4194304 5787044 140733604148560 18446744073709551615 260905042949 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1016744

[startup+3.10123 s]
/proc/loadavg: 7.97 8.00 8.00 9/188 32682
/proc/meminfo: memFree=22304776/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1132584 CPUtime=10.73 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 317100 0 0 0 976 97 0 0 18 0 5 0 595180292 1159766016 199643 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 283146 199643 350 389 0 278896 0
[pid=32677/tid=32679] ppid=32676 vsize=1132584 CPUtime=2.63 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) S 32676 32676 30862 0 -1 4202560 73463 0 0 0 240 23 0 0 18 0 5 0 595180328 1159766016 199643 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917219700 0 0 4096 0 18446604453654596352 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1132584 CPUtime=2.58 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) S 32676 32676 30862 0 -1 4202560 67764 0 0 0 234 24 0 0 18 0 5 0 595180335 1159766016 199643 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917219700 0 0 4096 0 18446604453654596352 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1132584 CPUtime=2.48 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) S 32676 32676 30862 0 -1 4202560 71706 0 0 0 225 23 0 0 18 0 5 0 595180342 1159766016 199643 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917219700 0 0 4096 0 18446604453654596352 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1132584 CPUtime=2.44 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 56183 0 0 0 225 19 0 0 18 0 5 0 595180350 1159766016 199643 33554432000 4194304 5787044 140733604148560 18446744073709551615 260905043032 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.73
Current children cumulated vsize (KiB) 1141284

[startup+6.30064 s]
/proc/loadavg: 7.98 8.00 8.00 9/188 32682
/proc/meminfo: memFree=22046732/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1156752 CPUtime=23.44 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 351934 0 0 0 2233 111 0 0 18 0 5 0 595180292 1184514048 234477 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 289188 234477 351 389 0 284938 0
[pid=32677/tid=32679] ppid=32676 vsize=1156752 CPUtime=5.8 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 82870 0 0 0 553 27 0 0 25 0 5 0 595180328 1184514048 234477 33554432000 4194304 5787044 140733604148560 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1156752 CPUtime=5.76 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 75859 0 0 0 550 26 0 0 25 0 5 0 595180335 1184514048 234477 33554432000 4194304 5787044 140733604148560 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1156752 CPUtime=5.66 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 80347 0 0 0 539 27 0 0 20 0 5 0 595180342 1184514048 234477 33554432000 4194304 5787044 140733604148560 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1156752 CPUtime=5.62 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 64874 0 0 0 540 22 0 0 25 0 5 0 595180350 1184514048 234477 33554432000 4194304 5787044 140733604148560 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 1165452

[startup+12.7005 s]
/proc/loadavg: 7.98 8.00 8.00 9/188 32682
/proc/meminfo: memFree=22046880/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1156752 CPUtime=49 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 351935 0 0 0 4789 111 0 0 18 0 5 0 595180292 1184514048 234478 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 289188 234478 352 389 0 284938 0
[pid=32677/tid=32679] ppid=32676 vsize=1156752 CPUtime=12.16 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 82870 0 0 0 1189 27 0 0 25 0 5 0 595180328 1184514048 234478 33554432000 4194304 5787044 140733604148560 18446744073709551615 4336206 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1156752 CPUtime=12.16 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 75860 0 0 0 1190 26 0 0 25 0 5 0 595180335 1184514048 234478 33554432000 4194304 5787044 140733604148560 18446744073709551615 260905061378 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1156752 CPUtime=12.06 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 80347 0 0 0 1179 27 0 0 25 0 5 0 595180342 1184514048 234478 33554432000 4194304 5787044 140733604148560 18446744073709551615 4336734 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1156752 CPUtime=12.02 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 64874 0 0 0 1180 22 0 0 25 0 5 0 595180350 1184514048 234478 33554432000 4194304 5787044 140733604148560 18446744073709551615 4321448 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49
Current children cumulated vsize (KiB) 1165452

[startup+25.5011 s]
/proc/loadavg: 7.98 8.00 8.00 9/188 32683
/proc/meminfo: memFree=21748896/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1499196 CPUtime=100.1 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 494439 0 0 0 9867 143 0 0 18 0 5 0 595180292 1535176704 307161 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 374799 307161 418 389 0 370549 0
[pid=32677/tid=32679] ppid=32676 vsize=1499196 CPUtime=24.87 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 118601 0 0 0 2452 35 0 0 25 0 5 0 595180328 1535176704 307161 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1499196 CPUtime=24.96 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 110797 0 0 0 2461 35 0 0 25 0 5 0 595180335 1535176704 307161 33554432000 4194304 5787044 140733604148560 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1499196 CPUtime=24.85 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 115987 0 0 0 2448 37 0 0 25 0 5 0 595180342 1535176704 307161 33554432000 4194304 5787044 140733604148560 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1499196 CPUtime=24.81 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 101070 0 0 0 2453 28 0 0 25 0 5 0 595180350 1535176704 307161 33554432000 4194304 5787044 140733604148560 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.1
Current children cumulated vsize (KiB) 1507896

[startup+51.1004 s]
/proc/loadavg: 8.20 8.05 8.02 9/188 32683
/proc/meminfo: memFree=21687688/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1630268 CPUtime=202.33 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 499821 0 0 0 20076 157 0 0 18 0 5 0 595180292 1669394432 312541 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 407567 312541 418 389 0 403317 0
[pid=32677/tid=32679] ppid=32676 vsize=1630268 CPUtime=50.33 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 119413 0 0 0 4994 39 0 0 20 0 5 0 595180328 1669394432 312541 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1630268 CPUtime=50.55 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 113067 0 0 0 5016 39 0 0 25 0 5 0 595180335 1669394432 312541 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1630268 CPUtime=50.45 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 117746 0 0 0 5004 41 0 0 25 0 5 0 595180342 1669394432 312541 33554432000 4194304 5787044 140733604148560 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1630268 CPUtime=50.41 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 101611 0 0 0 5010 31 0 0 25 0 5 0 595180350 1669394432 312541 33554432000 4194304 5787044 140733604148560 18446744073709551615 5526886 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.33
Current children cumulated vsize (KiB) 1638968

[startup+102.307 s]
/proc/loadavg: 8.16 8.06 8.02 9/188 32685
/proc/meminfo: memFree=21656124/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1630268 CPUtime=406.84 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 504997 0 0 0 40507 177 0 0 18 0 5 0 595180292 1669394432 317596 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 407567 317596 418 389 0 403317 0
[pid=32677/tid=32679] ppid=32676 vsize=1630268 CPUtime=101.24 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 120593 0 0 0 10081 43 0 0 25 0 5 0 595180328 1669394432 317596 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1630268 CPUtime=101.75 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 115153 0 0 0 10130 45 0 0 25 0 5 0 595180335 1669394432 317596 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1630268 CPUtime=101.64 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 118700 0 0 0 10118 46 0 0 25 0 5 0 595180342 1669394432 317596 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1630268 CPUtime=101.62 cores=0,2,4,6

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

/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 136747 0 0 0 88077 86 0 0 25 0 5 0 595180335 1985019904 404850 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1938496 CPUtime=880.49 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 138204 0 0 0 87965 84 0 0 25 0 5 0 595180342 1985019904 404850 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1938496 CPUtime=881.54 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 131588 0 0 0 88071 83 0 0 25 0 5 0 595180350 1985019904 404850 33554432000 4194304 5787044 140733604148560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.16
Current children cumulated vsize (KiB) 1947196

[startup+942.301 s]
/proc/loadavg: 8.15 8.11 8.04 9/188 32716
/proc/meminfo: memFree=21037992/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1946364 CPUtime=3761.83 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 603723 0 0 0 375818 365 0 0 18 0 5 0 595180292 1993076736 413489 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 486591 413489 418 389 0 482341 0
[pid=32677/tid=32679] ppid=32676 vsize=1946364 CPUtime=937.71 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 143721 0 0 0 93679 92 0 0 25 0 5 0 595180328 1993076736 413489 33554432000 4194304 5787044 140733604148560 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1946364 CPUtime=941.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 139412 0 0 0 94072 91 0 0 25 0 5 0 595180335 1993076736 413489 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1946364 CPUtime=940.49 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 140429 0 0 0 93960 89 0 0 25 0 5 0 595180342 1993076736 413489 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1946364 CPUtime=941.4 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 132177 0 0 0 94055 85 0 0 25 0 5 0 595180350 1993076736 413489 33554432000 4194304 5787044 140733604148560 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.83
Current children cumulated vsize (KiB) 1955064

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/188 32718
/proc/meminfo: memFree=20993688/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=1955112 CPUtime=4001.46 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 611044 0 0 0 399770 376 0 0 18 0 5 0 595180292 2002034688 420478 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 488778 420478 418 389 0 484528 0
[pid=32677/tid=32679] ppid=32676 vsize=1955112 CPUtime=997.71 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 146151 0 0 0 99676 95 0 0 25 0 5 0 595180328 2002034688 420478 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=1955112 CPUtime=1001.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 141959 0 0 0 100069 94 0 0 25 0 5 0 595180335 2002034688 420478 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=1955112 CPUtime=1000.47 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 141663 0 0 0 99955 92 0 0 25 0 5 0 595180342 2002034688 420478 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=1955112 CPUtime=1001.05 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 133287 0 0 0 100017 88 0 0 25 0 5 0 595180350 2002034688 420478 33554432000 4194304 5787044 140733604148560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.46
Current children cumulated vsize (KiB) 1963812

[startup+1062.3 s]
/proc/loadavg: 8.17 8.12 8.05 9/188 32719
/proc/meminfo: memFree=20952848/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=2021336 CPUtime=4241.13 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 617971 0 0 0 423727 386 0 0 18 0 5 0 595180292 2069848064 427405 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 505334 427405 418 389 0 501084 0
[pid=32677/tid=32679] ppid=32676 vsize=2021336 CPUtime=1057.71 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 149481 0 0 0 105672 99 0 0 25 0 5 0 595180328 2069848064 427405 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=2021336 CPUtime=1061.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 142260 0 0 0 106067 96 0 0 25 0 5 0 595180335 2069848064 427405 33554432000 4194304 5787044 140733604148560 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=2021336 CPUtime=1060.47 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 142333 0 0 0 105953 94 0 0 25 0 5 0 595180342 2069848064 427405 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=2021336 CPUtime=1060.73 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 135913 0 0 0 105982 91 0 0 25 0 5 0 595180350 2069848064 427405 33554432000 4194304 5787044 140733604148560 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.13
Current children cumulated vsize (KiB) 2030036

[startup+1122.3 s]
/proc/loadavg: 8.23 8.16 8.06 9/188 327
/proc/meminfo: memFree=21221136/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=2103996 CPUtime=4480.75 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 630849 0 0 0 447672 403 0 0 18 0 5 0 595180292 2154491904 440283 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 525999 440283 418 389 0 521749 0
[pid=32677/tid=32679] ppid=32676 vsize=2103996 CPUtime=1117.71 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 153344 0 0 0 111669 102 0 0 25 0 5 0 595180328 2154491904 440283 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=2103996 CPUtime=1121.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 146105 0 0 0 112062 101 0 0 25 0 5 0 595180335 2154491904 440283 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=2103996 CPUtime=1120.46 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 144477 0 0 0 111946 100 0 0 25 0 5 0 595180342 2154491904 440283 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=2103996 CPUtime=1120.36 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 138939 0 0 0 111943 93 0 0 25 0 5 0 595180350 2154491904 440283 33554432000 4194304 5787044 140733604148560 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.75
Current children cumulated vsize (KiB) 2112696

[startup+1182.3 s]
/proc/loadavg: 8.23 8.17 8.07 9/188 328
/proc/meminfo: memFree=21178096/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=2107996 CPUtime=4720.36 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 652788 0 0 0 471625 411 0 0 18 0 5 0 595180292 2158587904 447349 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 526999 447349 418 389 0 522749 0
[pid=32677/tid=32679] ppid=32676 vsize=2107996 CPUtime=1177.36 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 154053 0 0 0 117633 103 0 0 25 0 5 0 595180328 2158587904 447349 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=2107996 CPUtime=1181.62 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 146271 0 0 0 118060 102 0 0 25 0 5 0 595180335 2158587904 447349 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=2107996 CPUtime=1180.46 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 144606 0 0 0 117945 101 0 0 25 0 5 0 595180342 2158587904 447349 33554432000 4194304 5787044 140733604148560 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=2107996 CPUtime=1180.32 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 159874 0 0 0 117934 98 0 0 25 0 5 0 595180350 2158587904 447349 33554432000 4194304 5787044 140733604148560 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4720.36
Current children cumulated vsize (KiB) 2116696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.17 8.16 8.07 9/188 329
/proc/meminfo: memFree=21174236/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=2107996 CPUtime=4800.29 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 652849 0 0 0 479616 413 0 0 18 0 5 0 595180292 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 526999 447410 418 389 0 522749 0
[pid=32677/tid=32679] ppid=32676 vsize=2107996 CPUtime=1197.25 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 154053 0 0 0 119622 103 0 0 25 0 5 0 595180328 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=2107996 CPUtime=1201.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 146298 0 0 0 120061 102 0 0 25 0 5 0 595180335 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=2107996 CPUtime=1200.47 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 144640 0 0 0 119946 101 0 0 25 0 5 0 595180342 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5592653 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=2107996 CPUtime=1200.33 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 159874 0 0 0 119935 98 0 0 25 0 5 0 595180350 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2116696

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

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

[startup+1202.31 s]
/proc/loadavg: 8.17 8.16 8.07 9/188 329
/proc/meminfo: memFree=21174236/32950928 swapFree=67071984/67111528
[pid=32676] ppid=32674 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32676/stat : 32676 (prissAuto.sh) S 32674 32676 30862 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 595180292 8908800 251 33554432000 4194304 4922060 140736847309984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32676/statm: 2175 251 211 178 0 68 0
[pid=32677] ppid=32676 vsize=2107996 CPUtime=4800.29 cores=0,2,4,6
/proc/32677/stat : 32677 (priss) S 32676 32676 30862 0 -1 4202496 652849 0 0 0 479616 413 0 0 18 0 5 0 595180292 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/32677/statm: 526999 447410 418 389 0 522749 0
[pid=32677/tid=32679] ppid=32676 vsize=2107996 CPUtime=1197.25 cores=0,2,4,6
/proc/32677/task/32679/stat : 32679 (priss) R 32676 32676 30862 0 -1 4202560 154053 0 0 0 119622 103 0 0 25 0 5 0 595180328 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=32677/tid=32680] ppid=32676 vsize=2107996 CPUtime=1201.63 cores=0,2,4,6
/proc/32677/task/32680/stat : 32680 (priss) R 32676 32676 30862 0 -1 4202560 146298 0 0 0 120061 102 0 0 25 0 5 0 595180335 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=32677/tid=32681] ppid=32676 vsize=2107996 CPUtime=1200.47 cores=0,2,4,6
/proc/32677/task/32681/stat : 32681 (priss) R 32676 32676 30862 0 -1 4202560 144640 0 0 0 119946 101 0 0 25 0 5 0 595180342 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 5592653 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=32677/tid=32682] ppid=32676 vsize=2107996 CPUtime=1200.33 cores=0,2,4,6
/proc/32677/task/32682/stat : 32682 (priss) R 32676 32676 30862 0 -1 4202560 159874 0 0 0 119935 98 0 0 25 0 5 0 595180350 2158587904 447410 33554432000 4194304 5787044 140733604148560 18446744073709551615 4255000 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2116696

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32676 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.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.32
CPU time (s): 4800.29
CPU user time (s): 4796.16
CPU system time (s): 4.13
CPU usage (%): 399.251
Max. virtual memory (cumulated for all children) (KiB): 2146484

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= 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.78273 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 05:58:16
IDJOB=3286858
IDBENCH=82446
IDSOLVER=1602
FILE ID=node116/3286858-1304049495
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72484 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286858-1304049495/watcher-3286858-1304049495 -o /tmp/evaluation-result-3286858-1304049495/solver-3286858-1304049495 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3286858-1304049495.cnf 978123940 4800 15500 4

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=978123940

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22986112 kB
Buffers:       1899708 kB
Cached:        6951964 kB
SwapCached:       9732 kB
Active:        5049080 kB
Inactive:      4484072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22986112 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           21512 kB
Writeback:           0 kB
AnonPages:      674816 kB
Mapped:          14632 kB
Slab:           365080 kB
PageTables:       6116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   942100 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= 72484 MiB
End job on node116 at 2011-04-29 06:18:20