Trace number 3281062

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.08 1201.82

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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: 19844
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 51865us
0.00/0.05	c parsed 166840 clauses with 45937 variables
0.00/0.06	c NW started thread 0 successfully (1099913536)
0.00/0.07	c NW started thread 1 successfully (1110403392)
0.00/0.09	c NW started thread 2 successfully (1120893248)
0.00/0.11	c NW started thread 3 successfully (1131383104)
6.52/1.79	c preprocessor returned 45937 variables
6.52/1.79	c preprocessing returned UNKNOWN
6.52/1.79	c PP set 1064 variables
6.52/1.79	c pp time: 1709685us (1s)
6.52/1.80	c preprocessor returned 45937 variables
6.52/1.80	c preprocessing returned UNKNOWN
6.52/1.80	c PP set 1064 variables
6.52/1.80	c pp time: 1711826us (1s)
6.92/1.82	c preprocessor returned 45937 variables
6.92/1.82	c preprocessing returned UNKNOWN
6.92/1.82	c PP set 1064 variables
6.92/1.82	c pp time: 1712553us (1s)
21.67/5.55	c preprocessor returned 47937 variables
21.67/5.55	c preprocessing returned UNKNOWN
21.67/5.55	c PP set 1064 variables
21.67/5.55	c pp time: 5428008us (5s)
22.86/5.80	c HTE
23.26/5.97	c subsumption
23.67/6.07	c simplified formula contains 0 unit clauses
26.86/6.86	c added unsatisfied clause
26.86/6.86	c failed to add network clauses
30.86/7.84	c added unsatisfied clause
30.86/7.84	c failed to add network clauses
73.58/18.59	c added unsatisfied clause
73.58/18.59	c failed to add network clauses
96.75/24.30	c added unsatisfied clause
96.75/24.30	c failed to add network clauses
124.71/31.31	c added unsatisfied clause
124.71/31.31	c failed to add network clauses
160.28/40.21	c added unsatisfied clause
160.28/40.21	c failed to add network clauses
168.25/42.22	c added unsatisfied clause
168.25/42.22	c failed to add network clauses
171.44/43.06	c added unsatisfied clause
171.44/43.06	c failed to add network clauses
186.22/46.75	c added unsatisfied clause
186.22/46.75	c failed to add network 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-3281062-1304038533/watcher-3281062-1304038533 -o /tmp/evaluation-result-3281062-1304038533/solver-3281062-1304038533 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3281062-1304038533.cnf 1173822859 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0

[startup+0.0993529 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103637 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05331 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15329 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 7.80 7.98 7.53 6/182 19843
/proc/meminfo: memFree=13497264/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10096 s]
/proc/loadavg: 7.80 7.98 7.53 9/188 19849
/proc/meminfo: memFree=13334680/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=357628 CPUtime=12.08 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 53283 0 0 0 1191 17 0 0 21 0 5 0 515454217 366211072 40923 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 89407 40923 405 389 0 85157 0
[pid=19844/tid=19846] ppid=19843 vsize=357628 CPUtime=3.01 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 11817 0 0 0 298 3 0 0 22 0 5 0 515454224 366211072 40923 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=357628 CPUtime=2.99 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 13516 0 0 0 295 4 0 0 20 0 5 0 515454225 366211072 40923 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=357628 CPUtime=2.97 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 11714 0 0 0 293 4 0 0 24 0 5 0 515454226 366211072 40923 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=357628 CPUtime=2.97 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 7359 0 0 0 295 2 0 0 22 0 5 0 515454228 366211072 40923 33554432000 4194304 5787044 140735335194576 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 366328

[startup+6.30039 s]
/proc/loadavg: 7.81 7.98 7.53 9/188 19849
/proc/meminfo: memFree=13313448/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=362124 CPUtime=24.86 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 61169 0 0 0 2466 20 0 0 21 0 5 0 515454217 370814976 45987 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 90531 45987 419 389 0 86281 0
[pid=19844/tid=19846] ppid=19843 vsize=362124 CPUtime=6.21 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 11837 0 0 0 617 4 0 0 25 0 5 0 515454224 370814976 45987 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=362124 CPUtime=6.19 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 14912 0 0 0 614 5 0 0 25 0 5 0 515454225 370814976 45987 33554432000 4194304 5787044 140735335194576 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=362124 CPUtime=6.15 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 11862 0 0 0 611 4 0 0 25 0 5 0 515454226 370814976 45987 33554432000 4194304 5787044 140735335194576 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=362124 CPUtime=6.17 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 13681 0 0 0 613 4 0 0 19 0 5 0 515454228 370814976 45987 33554432000 4194304 5787044 140735335194576 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 370824

[startup+12.7013 s]
/proc/loadavg: 7.83 7.98 7.53 9/188 19850
/proc/meminfo: memFree=13309256/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=362124 CPUtime=50.45 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 62246 0 0 0 5023 22 0 0 21 0 5 0 515454217 370814976 47064 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 90531 47064 419 389 0 86281 0
[pid=19844/tid=19846] ppid=19843 vsize=362124 CPUtime=12.61 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 12050 0 0 0 1257 4 0 0 25 0 5 0 515454224 370814976 47064 33554432000 4194304 5787044 140735335194576 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=362124 CPUtime=12.59 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 15134 0 0 0 1254 5 0 0 25 0 5 0 515454225 370814976 47064 33554432000 4194304 5787044 140735335194576 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=362124 CPUtime=12.52 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 12140 0 0 0 1247 5 0 0 25 0 5 0 515454226 370814976 47064 33554432000 4194304 5787044 140735335194576 18446744073709551615 5589443 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=362124 CPUtime=12.58 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 14045 0 0 0 1253 5 0 0 25 0 5 0 515454228 370814976 47064 33554432000 4194304 5787044 140735335194576 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 370824

[startup+25.501 s]
/proc/loadavg: 7.87 7.98 7.54 9/188 19850
/proc/meminfo: memFree=13295004/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=362124 CPUtime=101.54 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 66010 0 0 0 10127 27 0 0 21 0 5 0 515454217 370814976 50828 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 90531 50828 419 389 0 86281 0
[pid=19844/tid=19846] ppid=19843 vsize=362124 CPUtime=25.4 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 12476 0 0 0 2535 5 0 0 25 0 5 0 515454224 370814976 50828 33554432000 4194304 5787044 140735335194576 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=362124 CPUtime=25.39 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 16840 0 0 0 2532 7 0 0 25 0 5 0 515454225 370814976 50828 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=362124 CPUtime=25.24 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 13124 0 0 0 2518 6 0 0 25 0 5 0 515454226 370814976 50828 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=362124 CPUtime=25.37 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 14693 0 0 0 2531 6 0 0 25 0 5 0 515454228 370814976 50828 33554432000 4194304 5787044 140735335194576 18446744073709551615 5531871 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 370824

[startup+51.1005 s]
/proc/loadavg: 7.97 8.00 7.56 10/188 19851
/proc/meminfo: memFree=13254284/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=368700 CPUtime=203.8 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 71245 0 0 0 20343 37 0 0 21 0 5 0 515454217 377548800 56039 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 92175 56039 419 389 0 87925 0
[pid=19844/tid=19846] ppid=19843 vsize=368700 CPUtime=51 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 14089 0 0 0 5091 9 0 0 25 0 5 0 515454224 377548800 56039 33554432000 4194304 5787044 140735335194576 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=368700 CPUtime=50.99 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 18741 0 0 0 5090 9 0 0 25 0 5 0 515454225 377548800 56039 33554432000 4194304 5787044 140735335194576 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=368700 CPUtime=50.7 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 14164 0 0 0 5062 8 0 0 25 0 5 0 515454226 377548800 56039 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=368700 CPUtime=50.96 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 15374 0 0 0 5089 7 0 0 25 0 5 0 515454228 377548800 56039 33554432000 4194304 5787044 140735335194576 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 377400

[startup+102.3 s]
/proc/loadavg: 8.05 8.02 7.58 9/188 19852
/proc/meminfo: memFree=13134000/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=379036 CPUtime=408.28 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 83692 0 0 0 40775 53 0 0 21 0 5 0 515454217 388132864 68332 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 94759 68332 419 389 0 90509 0
[pid=19844/tid=19846] ppid=19843 vsize=379036 CPUtime=102.2 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 18135 0 0 0 10206 14 0 0 25 0 5 0 515454224 388132864 68332 33554432000 4194304 5787044 140735335194576 18446744073709551615 5592322 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=379036 CPUtime=102.17 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 21444 0 0 0 10204 13 0 0 25 0 5 0 515454225 388132864 68332 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=379036 CPUtime=101.61 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 17593 0 0 0 10148 13 0 0 25 0 5 0 515454226 388132864 68332 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=379036 CPUtime=102.16 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 17643 0 0 0 10206 10 0 0 25 0 5 0 515454228 388132864 68332 33554432000 4194304 5787044 140735335194576 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 387736

[startup+162.301 s]
/proc/loadavg: 8.14 8.04 7.62 10/188 19854
/proc/meminfo: memFree=13082648/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=526112 CPUtime=647.95 cores=1,3,5,7

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

/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 42231 0 0 0 88041 49 0 0 25 0 5 0 515454225 868360192 153631 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=848008 CPUtime=881.11 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 37330 0 0 0 88071 40 0 0 25 0 5 0 515454226 868360192 153631 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=848008 CPUtime=880.63 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 45149 0 0 0 88010 53 0 0 25 0 5 0 515454228 868360192 153631 33554432000 4194304 5787044 140735335194576 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 856708

[startup+942.307 s]
/proc/loadavg: 8.01 8.11 7.90 5/181 19887
/proc/meminfo: memFree=13284032/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=848008 CPUtime=3763.52 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 170722 0 0 0 376160 192 0 0 21 0 5 0 515454217 868360192 153719 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 212002 153719 419 389 0 207752 0
[pid=19844/tid=19846] ppid=19843 vsize=848008 CPUtime=940.72 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 37062 0 0 0 94026 46 0 0 25 0 5 0 515454224 868360192 153719 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=848008 CPUtime=940.92 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 42298 0 0 0 94042 50 0 0 25 0 5 0 515454225 868360192 153719 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=848008 CPUtime=941.11 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 37330 0 0 0 94071 40 0 0 25 0 5 0 515454226 868360192 153719 33554432000 4194304 5787044 140735335194576 18446744073709551615 5589547 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=848008 CPUtime=940.64 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 45155 0 0 0 94011 53 0 0 25 0 5 0 515454228 868360192 153719 33554432000 4194304 5787044 140735335194576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.52
Current children cumulated vsize (KiB) 856708

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 7.91 9/188 19921
/proc/meminfo: memFree=13020248/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=852328 CPUtime=4003.18 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 172945 0 0 0 400125 193 0 0 21 0 5 0 515454217 872783872 155942 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 213082 155942 419 389 0 208832 0
[pid=19844/tid=19846] ppid=19843 vsize=852328 CPUtime=1000.39 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 37715 0 0 0 99993 46 0 0 25 0 5 0 515454224 872783872 155942 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=852328 CPUtime=1000.91 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 43020 0 0 0 100041 50 0 0 25 0 5 0 515454225 872783872 155942 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=852328 CPUtime=1001.11 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 37330 0 0 0 100070 41 0 0 25 0 5 0 515454226 872783872 155942 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=852328 CPUtime=1000.63 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 46003 0 0 0 100009 54 0 0 25 0 5 0 515454228 872783872 155942 33554432000 4194304 5787044 140735335194576 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.18
Current children cumulated vsize (KiB) 861028

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 7.92 9/188 19923
/proc/meminfo: memFree=12946452/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=861808 CPUtime=4242.83 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 181275 0 0 0 424081 202 0 0 21 0 5 0 515454217 882491392 164272 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 215452 164272 419 389 0 211202 0
[pid=19844/tid=19846] ppid=19843 vsize=861808 CPUtime=1060.06 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 39015 0 0 0 105959 47 0 0 25 0 5 0 515454224 882491392 164272 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=861808 CPUtime=1060.91 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 45334 0 0 0 106039 52 0 0 25 0 5 0 515454225 882491392 164272 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=861808 CPUtime=1061.1 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 38667 0 0 0 106068 42 0 0 25 0 5 0 515454226 882491392 164272 33554432000 4194304 5787044 140735335194576 18446744073709551615 4213424 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=861808 CPUtime=1060.63 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 49382 0 0 0 106005 58 0 0 25 0 5 0 515454228 882491392 164272 33554432000 4194304 5787044 140735335194576 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 870508

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 7.93 9/188 19924
/proc/meminfo: memFree=12857032/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=874360 CPUtime=4482.51 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 194462 0 0 0 448029 222 0 0 21 0 5 0 515454217 895344640 177459 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 218590 177459 419 389 0 214340 0
[pid=19844/tid=19846] ppid=19843 vsize=874360 CPUtime=1119.73 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 42037 0 0 0 111922 51 0 0 25 0 5 0 515454224 895344640 177459 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=874360 CPUtime=1120.91 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 48567 0 0 0 112034 57 0 0 25 0 5 0 515454225 895344640 177459 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=874360 CPUtime=1121.1 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 41021 0 0 0 112064 46 0 0 25 0 5 0 515454226 895344640 177459 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=874360 CPUtime=1120.64 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 53960 0 0 0 111998 66 0 0 25 0 5 0 515454228 895344640 177459 33554432000 4194304 5787044 140735335194576 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 883060

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 7.94 9/188 19926
/proc/meminfo: memFree=12743056/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=950992 CPUtime=4722.17 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 207022 0 0 0 471977 240 0 0 21 0 5 0 515454217 973815808 190019 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 237748 190019 419 389 0 233498 0
[pid=19844/tid=19846] ppid=19843 vsize=950992 CPUtime=1179.4 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 45120 0 0 0 117884 56 0 0 25 0 5 0 515454224 973815808 190019 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=950992 CPUtime=1180.91 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 51391 0 0 0 118032 59 0 0 25 0 5 0 515454225 973815808 190019 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=950992 CPUtime=1181.1 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 44344 0 0 0 118059 51 0 0 25 0 5 0 515454226 973815808 190019 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=950992 CPUtime=1180.63 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 57290 0 0 0 117992 71 0 0 25 0 5 0 515454228 973815808 190019 33554432000 4194304 5787044 140735335194576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 959692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.11 7.94 9/188 19926
/proc/meminfo: memFree=12723956/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=958860 CPUtime=4800.08 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 211883 0 0 0 479762 246 0 0 21 0 5 0 515454217 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 239715 194655 419 389 0 235465 0
[pid=19844/tid=19846] ppid=19843 vsize=958860 CPUtime=1198.77 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 46549 0 0 0 119819 58 0 0 25 0 5 0 515454224 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=958860 CPUtime=1200.42 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 53331 0 0 0 119982 60 0 0 25 0 5 0 515454225 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=958860 CPUtime=1200.61 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 45021 0 0 0 120009 52 0 0 25 0 5 0 515454226 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=958860 CPUtime=1200.14 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 58105 0 0 0 119941 73 0 0 25 0 5 0 515454228 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5528777 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 967560

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.11 7.94 9/188 19926
/proc/meminfo: memFree=12723956/32951124 swapFree=67111528/67111528
[pid=19843] ppid=19841 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19843/stat : 19843 (prissAuto.sh) S 19841 19843 19631 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515454217 8908800 252 33554432000 4194304 4922060 140735761203200 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19843/statm: 2175 252 211 178 0 68 0
[pid=19844] ppid=19843 vsize=958860 CPUtime=4800.08 cores=1,3,5,7
/proc/19844/stat : 19844 (priss) S 19843 19843 19631 0 -1 4202496 211883 0 0 0 479762 246 0 0 21 0 5 0 515454217 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/19844/statm: 239715 194655 419 389 0 235465 0
[pid=19844/tid=19846] ppid=19843 vsize=958860 CPUtime=1198.77 cores=1,3,5,7
/proc/19844/task/19846/stat : 19846 (priss) R 19843 19843 19631 0 -1 4202560 46549 0 0 0 119819 58 0 0 25 0 5 0 515454224 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19844/tid=19847] ppid=19843 vsize=958860 CPUtime=1200.42 cores=1,3,5,7
/proc/19844/task/19847/stat : 19847 (priss) R 19843 19843 19631 0 -1 4202560 53331 0 0 0 119982 60 0 0 25 0 5 0 515454225 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19844/tid=19848] ppid=19843 vsize=958860 CPUtime=1200.61 cores=1,3,5,7
/proc/19844/task/19848/stat : 19848 (priss) R 19843 19843 19631 0 -1 4202560 45021 0 0 0 120009 52 0 0 25 0 5 0 515454226 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19844/tid=19849] ppid=19843 vsize=958860 CPUtime=1200.14 cores=1,3,5,7
/proc/19844/task/19849/stat : 19849 (priss) R 19843 19843 19631 0 -1 4202560 58105 0 0 0 119941 73 0 0 25 0 5 0 515454228 981872640 194655 33554432000 4194304 5787044 140735335194576 18446744073709551615 5528777 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 967560

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.08
CPU user time (s): 4797.62
CPU system time (s): 2.46
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 967560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.69874 second user time and 4.87026 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 02:55:33
IDJOB=3281062
IDBENCH=20521
IDSOLVER=1602
FILE ID=node108/3281062-1304038533
RUNJOBID= node108-1304037066-19650
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281062-1304038533/watcher-3281062-1304038533 -o /tmp/evaluation-result-3281062-1304038533/solver-3281062-1304038533 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3281062-1304038533.cnf 1173822859 4800 15500 4

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1173822859

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13497412 kB
Buffers:       2295460 kB
Cached:       16109096 kB
SwapCached:          0 kB
Active:       10739384 kB
Inactive:      8133532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13497412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5424 kB
Writeback:           0 kB
AnonPages:      467660 kB
Mapped:          15828 kB
Slab:           518052 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   662792 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= 72112 MiB
End job on node108 at 2011-04-29 03:15:37