Trace number 3265508

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 1.0? (TO) 4800.23 1202.82

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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: 22470
0.00/0.47	c parsetime: 468374us
0.00/0.47	c parsed 1711065 clauses with 36304 variables
0.00/0.57	c NW started thread 0 successfully (1089915200)
0.00/0.67	c NW started thread 1 successfully (1100405056)
0.00/0.79	c NW started thread 2 successfully (1110894912)
0.00/0.90	c NW started thread 3 successfully (1121384768)
81.15/21.13	c preprocessor returned 38304 variables
81.15/21.13	c preprocessing returned UNKNOWN
81.15/21.13	c PP set 3394 variables
81.15/21.13	c pp time: 20217539us (20s)
81.55/21.21	c preprocessor returned 36604 variables
81.55/21.21	c preprocessing returned UNKNOWN
81.55/21.21	c PP set 3790 variables
81.55/21.21	c pp time: 20627101us (20s)
81.55/21.28	c preprocessor returned 36604 variables
81.55/21.28	c preprocessing returned UNKNOWN
81.55/21.28	c PP set 3790 variables
81.55/21.28	c pp time: 20598909us (20s)
82.34/21.42	c preprocessor returned 36604 variables
82.34/21.42	c preprocessing returned UNKNOWN
82.34/21.42	c PP set 3790 variables
82.34/21.42	c pp time: 20618920us (20s)
87.14/22.65	c HTE
99.92/25.86	c subsumption
99.92/25.86	c simplified formula contains 0 unit clauses
103.51/26.76	c HTE
115.91/29.87	c subsumption
115.91/29.87	c simplified formula contains 0 unit clauses
116.69/30.01	c received clause contains eliminated literal 32118
250.10/63.46	c HTE
261.69/66.36	c subsumption
261.69/66.36	c simplified formula contains 0 unit clauses
703.88/177.01	c HTE
723.45/181.97	c subsumption
723.45/181.97	c simplified formula contains 0 unit clauses
737.83/185.51	c received clause contains eliminated literal -31191
3776.39/946.22	c received clause contains eliminated literal 7285
4647.21/1164.44	c HTE

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-3265508-1304070465/watcher-3265508-1304070465 -o /tmp/evaluation-result-3265508-1304070465/solver-3265508-1304070465 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3265508-1304070465.cnf 495506718 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.79 7.99 7.98 5/182 22469
/proc/meminfo: memFree=24544848/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0

[startup+0.101057 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 22469
/proc/meminfo: memFree=24544848/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201048 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 22469
/proc/meminfo: memFree=24544848/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30102 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 22469
/proc/meminfo: memFree=24544848/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70095 s]
/proc/loadavg: 7.79 7.99 7.98 5/182 22469
/proc/meminfo: memFree=24544848/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 7.79 7.99 7.98 8/188 22475
/proc/meminfo: memFree=24121464/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=706284 CPUtime=3.87 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 139313 0 0 0 357 30 0 0 18 0 5 0 518649370 723234816 137308 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 176571 137308 345 389 0 172321 0
[pid=22470/tid=22472] ppid=22469 vsize=706284 CPUtime=0.9 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 14718 0 0 0 85 5 0 0 18 0 5 0 518649428 723234816 137308 33554432000 4194304 5787044 140736470444944 18446744073709551615 4302169 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=706284 CPUtime=0.8 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 15997 0 0 0 75 5 0 0 18 0 5 0 518649438 723234816 137311 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370618053 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=706284 CPUtime=0.67 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 15275 0 0 0 63 4 0 0 18 0 5 0 518649449 723234816 137311 33554432000 4194304 5787044 140736470444944 18446744073709551615 47869920687419 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=706284 CPUtime=0.57 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 14834 0 0 0 53 4 0 0 18 0 5 0 518649461 723234816 137312 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370618401 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 714984

[startup+3.10049 s]
/proc/loadavg: 7.79 7.99 7.98 9/188 22475
/proc/meminfo: memFree=23829320/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1122140 CPUtime=10.21 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 227131 0 0 0 962 59 0 0 18 0 5 0 518649370 1149071360 225125 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 280535 225125 345 389 0 276285 0
[pid=22470/tid=22472] ppid=22469 vsize=1122140 CPUtime=2.5 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) D 22469 22469 21348 0 -1 4202560 35342 0 0 0 236 14 0 0 18 0 5 0 518649428 1149071360 225125 33554432000 4194304 5787044 140736470444944 18446744073709551615 218371000503 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1122140 CPUtime=2.38 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) D 22469 22469 21348 0 -1 4202560 38026 0 0 0 230 8 0 0 18 0 5 0 518649438 1149071360 225125 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370618053 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1122140 CPUtime=2.25 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 37407 0 0 0 212 13 0 0 18 0 5 0 518649449 1149071360 225125 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370618401 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1122140 CPUtime=2.17 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) D 22469 22469 21348 0 -1 4202560 37863 0 0 0 203 14 0 0 18 0 5 0 518649461 1149071360 225125 33554432000 4194304 5787044 140736470444944 18446744073709551615 218371000503 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.21
Current children cumulated vsize (KiB) 1130840

[startup+6.30092 s]
/proc/loadavg: 7.81 7.99 7.98 10/188 22475
/proc/meminfo: memFree=23465140/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=866540 CPUtime=22.61 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 282281 0 0 0 2184 77 0 0 18 0 5 0 518649370 887336960 172404 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 216635 172404 348 389 0 212385 0
[pid=22470/tid=22472] ppid=22469 vsize=866540 CPUtime=5.69 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 47708 0 0 0 551 18 0 0 23 0 5 0 518649428 887336960 172404 33554432000 4194304 5787044 140736470444944 18446744073709551615 4330763 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=866540 CPUtime=5.21 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 51697 0 0 0 510 11 0 0 18 0 5 0 518649438 887336960 172404 33554432000 4194304 5787044 140736470444944 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=866540 CPUtime=5.42 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 49898 0 0 0 525 17 0 0 21 0 5 0 518649449 887336960 172404 33554432000 4194304 5787044 140736470444944 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=866540 CPUtime=5.37 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 54485 0 0 0 517 20 0 0 21 0 5 0 518649461 887336960 172404 33554432000 4194304 5787044 140736470444944 18446744073709551615 4330664 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.61
Current children cumulated vsize (KiB) 875240

[startup+12.7008 s]
/proc/loadavg: 7.82 7.99 7.98 9/188 22476
/proc/meminfo: memFree=23889184/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=952752 CPUtime=48.14 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 329394 0 0 0 4725 89 0 0 18 0 5 0 518649370 975618048 164827 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 238188 164827 352 389 0 233938 0
[pid=22470/tid=22472] ppid=22469 vsize=952752 CPUtime=12.08 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 62032 0 0 0 1187 21 0 0 25 0 5 0 518649428 975618048 164827 33554432000 4194304 5787044 140736470444944 18446744073709551615 4279072 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=952752 CPUtime=11.6 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 61512 0 0 0 1146 14 0 0 25 0 5 0 518649438 975618048 164827 33554432000 4194304 5787044 140736470444944 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=952752 CPUtime=11.79 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 61731 0 0 0 1157 22 0 0 25 0 5 0 518649449 975618048 164827 33554432000 4194304 5787044 140736470444944 18446744073709551615 4279114 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=952752 CPUtime=11.75 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 65626 0 0 0 1154 21 0 0 25 0 5 0 518649461 975618048 164827 33554432000 4194304 5787044 140736470444944 18446744073709551615 4276267 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.14
Current children cumulated vsize (KiB) 961452

[startup+25.5005 s]
/proc/loadavg: 7.86 7.99 7.98 9/188 22476
/proc/meminfo: memFree=23661152/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1080956 CPUtime=98.72 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 518971 0 0 0 9729 143 0 0 18 0 5 0 518649370 1106898944 220843 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 270239 220843 417 389 0 265989 0
[pid=22470/tid=22472] ppid=22469 vsize=1080956 CPUtime=24.87 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 100651 0 0 0 2454 33 0 0 25 0 5 0 518649428 1106898944 220843 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1080956 CPUtime=24.39 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 101949 0 0 0 2418 21 0 0 25 0 5 0 518649438 1106898944 220843 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1080956 CPUtime=24.49 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 107333 0 0 0 2412 37 0 0 25 0 5 0 518649449 1106898944 220843 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1080956 CPUtime=24.04 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 130545 0 0 0 2364 40 0 0 25 0 5 0 518649461 1106898944 220843 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370606472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.72
Current children cumulated vsize (KiB) 1089656

[startup+51.1009 s]
/proc/loadavg: 7.97 8.01 7.99 10/188 22477
/proc/meminfo: memFree=23642768/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1082976 CPUtime=200.98 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 547314 0 0 0 19946 152 0 0 18 0 5 0 518649370 1108967424 222105 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 270744 222105 419 389 0 266494 0
[pid=22470/tid=22472] ppid=22469 vsize=1082976 CPUtime=50.47 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 101325 0 0 0 5014 33 0 0 25 0 5 0 518649428 1108967424 222105 33554432000 4194304 5787044 140736470444944 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1082976 CPUtime=49.99 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 102468 0 0 0 4977 22 0 0 25 0 5 0 518649438 1108967424 222106 33554432000 4194304 5787044 140736470444944 18446744073709551615 218370618053 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1082976 CPUtime=49.96 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 107853 0 0 0 4959 37 0 0 25 0 5 0 518649449 1108967424 222106 33554432000 4194304 5787044 140736470444944 18446744073709551615 5592068 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1082976 CPUtime=49.63 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 157176 0 0 0 4915 48 0 0 25 0 5 0 518649461 1108967424 222106 33554432000 4194304 5787044 140736470444944 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.98
Current children cumulated vsize (KiB) 1091676

[startup+102.301 s]
/proc/loadavg: 8.10 8.04 8.00 9/188 22478
/proc/meminfo: memFree=23572888/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1086924 CPUtime=405.51 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 550425 0 0 0 40397 154 0 0 18 0 5 0 518649370 1113010176 225216 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 271731 225216 419 389 0 267481 0
[pid=22470/tid=22472] ppid=22469 vsize=1086924 CPUtime=101.67 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 102462 0 0 0 10133 34 0 0 25 0 5 0 518649428 1113010176 225216 33554432000 4194304 5787044 140736470444944 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1086924 CPUtime=101.19 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 103442 0 0 0 10097 22 0 0 25 0 5 0 518649438 1113010176 225216 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1086924 CPUtime=100.88 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 108842 0 0 0 10050 38 0 0 25 0 5 0 518649449 1113010176 225216 33554432000 4194304 5787044 140736470444944 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1086924 CPUtime=100.84 cores=0,2,4,6

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

/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 119268 0 0 0 88074 39 0 0 25 0 5 0 518649438 1359605760 275689 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1327740 CPUtime=876.65 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 124032 0 0 0 87607 58 0 0 25 0 5 0 518649449 1359605760 275689 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1327740 CPUtime=880.84 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 172054 0 0 0 88024 60 0 0 25 0 5 0 518649461 1359605760 275689 33554432000 4194304 5787044 140736470444944 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3521.22
Current children cumulated vsize (KiB) 1336440

[startup+942.301 s]
/proc/loadavg: 8.11 8.11 8.03 9/188 22544
/proc/meminfo: memFree=24081932/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1327740 CPUtime=3760.87 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 606925 0 0 0 375874 213 0 0 18 0 5 0 518649370 1359605760 275823 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 331935 275823 419 389 0 327685 0
[pid=22470/tid=22472] ppid=22469 vsize=1327740 CPUtime=941.68 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 112945 0 0 0 94123 45 0 0 25 0 5 0 518649428 1359605760 275823 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1327740 CPUtime=941.12 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 119269 0 0 0 94073 39 0 0 25 0 5 0 518649438 1359605760 275823 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1327740 CPUtime=936.32 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 124164 0 0 0 93574 58 0 0 25 0 5 0 518649449 1359605760 275823 33554432000 4194304 5787044 140736470444944 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1327740 CPUtime=940.83 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 172054 0 0 0 94023 60 0 0 25 0 5 0 518649461 1359605760 275823 33554432000 4194304 5787044 140736470444944 18446744073709551615 5526859 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.87
Current children cumulated vsize (KiB) 1336440

[startup+1002.3 s]
/proc/loadavg: 8.20 8.14 8.05 9/188 22547
/proc/meminfo: memFree=24044604/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1327740 CPUtime=3999.7 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 608842 0 0 0 399755 215 0 0 18 0 5 0 518649370 1359605760 277740 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 331935 277740 419 389 0 327685 0
[pid=22470/tid=22472] ppid=22469 vsize=1327740 CPUtime=1000.99 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 112946 0 0 0 100054 45 0 0 25 0 5 0 518649428 1359605760 277740 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1327740 CPUtime=1001.11 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 120155 0 0 0 100071 40 0 0 25 0 5 0 518649438 1359605760 277740 33554432000 4194304 5787044 140736470444944 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1327740 CPUtime=995.84 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 125194 0 0 0 99526 58 0 0 25 0 5 0 518649449 1359605760 277740 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1327740 CPUtime=1000.83 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 172054 0 0 0 100023 60 0 0 25 0 5 0 518649461 1359605760 277740 33554432000 4194304 5787044 140736470444944 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.7
Current children cumulated vsize (KiB) 1336440

[startup+1062.3 s]
/proc/loadavg: 8.07 8.11 8.04 9/188 22549
/proc/meminfo: memFree=23993256/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1393276 CPUtime=4239.37 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 616716 0 0 0 423712 225 0 0 18 0 5 0 518649370 1426714624 285614 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 348319 285614 419 389 0 344069 0
[pid=22470/tid=22472] ppid=22469 vsize=1393276 CPUtime=1061 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 114697 0 0 0 106052 48 0 0 25 0 5 0 518649428 1426714624 285614 33554432000 4194304 5787044 140736470444944 18446744073709551615 4254645 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1393276 CPUtime=1061.11 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 123330 0 0 0 106065 46 0 0 25 0 5 0 518649438 1426714624 285614 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1393276 CPUtime=1055.51 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 128141 0 0 0 105490 61 0 0 25 0 5 0 518649449 1426714624 285614 33554432000 4194304 5787044 140736470444944 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1393276 CPUtime=1060.83 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 172055 0 0 0 106023 60 0 0 25 0 5 0 518649461 1426714624 285614 33554432000 4194304 5787044 140736470444944 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.37
Current children cumulated vsize (KiB) 1401976

[startup+1122.3 s]
/proc/loadavg: 8.02 8.09 8.04 9/188 22550
/proc/meminfo: memFree=23909256/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1458812 CPUtime=4479.04 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 630163 0 0 0 447662 242 0 0 18 0 5 0 518649370 1493823488 299060 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 364703 299060 419 389 0 360453 0
[pid=22470/tid=22472] ppid=22469 vsize=1458812 CPUtime=1121 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 118037 0 0 0 112047 53 0 0 25 0 5 0 518649428 1493823488 299060 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1458812 CPUtime=1121.11 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 125915 0 0 0 112061 50 0 0 25 0 5 0 518649438 1493823488 299060 33554432000 4194304 5787044 140736470444944 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1458812 CPUtime=1115.18 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 131910 0 0 0 111453 65 0 0 25 0 5 0 518649449 1493823488 299060 33554432000 4194304 5787044 140736470444944 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1458812 CPUtime=1120.82 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 175808 0 0 0 112020 62 0 0 25 0 5 0 518649461 1493823488 299060 33554432000 4194304 5787044 140736470444944 18446744073709551615 5524653 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4479.04
Current children cumulated vsize (KiB) 1467512

[startup+1182.3 s]
/proc/loadavg: 8.01 8.07 8.03 9/188 22552
/proc/meminfo: memFree=23777672/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1524348 CPUtime=4718.32 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 684107 0 0 0 471566 266 0 0 18 0 5 0 518649370 1560932352 331567 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 381087 331567 419 389 0 376837 0
[pid=22470/tid=22472] ppid=22469 vsize=1524348 CPUtime=1181 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 120200 0 0 0 118043 57 0 0 25 0 5 0 518649428 1560932352 331567 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1524348 CPUtime=1180.72 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 126748 0 0 0 118021 51 0 0 25 0 5 0 518649438 1560932352 331567 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1524348 CPUtime=1174.85 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 135249 0 0 0 117415 70 0 0 25 0 5 0 518649449 1560932352 331567 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1524348 CPUtime=1180.83 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 223417 0 0 0 118005 78 0 0 25 0 5 0 518649461 1560932352 331567 33554432000 4194304 5787044 140736470444944 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.32
Current children cumulated vsize (KiB) 1533048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.07 8.08 8.03 9/188 22552
/proc/meminfo: memFree=23771220/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1524348 CPUtime=4800.23 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 685518 0 0 0 479754 269 0 0 18 0 5 0 518649370 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 381087 332901 419 389 0 376837 0
[pid=22470/tid=22472] ppid=22469 vsize=1524348 CPUtime=1201.51 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 120316 0 0 0 120094 57 0 0 25 0 5 0 518649428 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1524348 CPUtime=1201.22 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 126781 0 0 0 120071 51 0 0 25 0 5 0 518649438 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1524348 CPUtime=1195.24 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 136489 0 0 0 119452 72 0 0 25 0 5 0 518649449 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591521 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1524348 CPUtime=1201.34 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 223439 0 0 0 120056 78 0 0 25 0 5 0 518649461 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1533048

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

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

[startup+1202.8 s]
/proc/loadavg: 8.07 8.08 8.03 9/188 22552
/proc/meminfo: memFree=23771220/32951124 swapFree=67051468/67111528
[pid=22469] ppid=22467 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22469/stat : 22469 (priss.sh) S 22467 22469 21348 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 518649370 8908800 252 33554432000 4194304 4922060 140733686519584 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22469/statm: 2175 252 211 178 0 68 0
[pid=22470] ppid=22469 vsize=1524348 CPUtime=4800.23 cores=0,2,4,6
/proc/22470/stat : 22470 (priss) S 22469 22469 21348 0 -1 4202496 685518 0 0 0 479754 269 0 0 18 0 5 0 518649370 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/22470/statm: 381087 332901 419 389 0 376837 0
[pid=22470/tid=22472] ppid=22469 vsize=1524348 CPUtime=1201.51 cores=0,2,4,6
/proc/22470/task/22472/stat : 22472 (priss) R 22469 22469 21348 0 -1 4202560 120316 0 0 0 120094 57 0 0 25 0 5 0 518649428 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22470/tid=22473] ppid=22469 vsize=1524348 CPUtime=1201.22 cores=0,2,4,6
/proc/22470/task/22473/stat : 22473 (priss) R 22469 22469 21348 0 -1 4202560 126781 0 0 0 120071 51 0 0 25 0 5 0 518649438 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22470/tid=22474] ppid=22469 vsize=1524348 CPUtime=1195.24 cores=0,2,4,6
/proc/22470/task/22474/stat : 22474 (priss) R 22469 22469 21348 0 -1 4202560 136489 0 0 0 119452 72 0 0 25 0 5 0 518649449 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 5591521 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22470/tid=22475] ppid=22469 vsize=1524348 CPUtime=1201.34 cores=0,2,4,6
/proc/22470/task/22475/stat : 22475 (priss) R 22469 22469 21348 0 -1 4202560 223439 0 0 0 120056 78 0 0 25 0 5 0 518649461 1560932352 332901 33554432000 4194304 5787044 140736470444944 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1533048

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.82
CPU time (s): 4800.23
CPU user time (s): 4797.54
CPU system time (s): 2.69
CPU usage (%): 399.082
Max. virtual memory (cumulated for all children) (KiB): 1598584

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

The end

Launcher Data

Begin job on node101 at 2011-04-29 11:47:46
IDJOB=3265508
IDBENCH=85764
IDSOLVER=1603
FILE ID=node101/3265508-1304070465
RUNJOBID= node101-1304064266-21810
PBS_JOBID= 13170449
Free space on /tmp= 72000 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265508-1304070465/watcher-3265508-1304070465 -o /tmp/evaluation-result-3265508-1304070465/solver-3265508-1304070465 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3265508-1304070465.cnf 495506718 4800 15500 4

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=495506718

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.83
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.841
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.841
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:      24545120 kB
Buffers:       2019980 kB
Cached:        5134808 kB
SwapCached:      30452 kB
Active:        3819468 kB
Inactive:      4141248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24545120 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           25648 kB
Writeback:           0 kB
AnonPages:      796956 kB
Mapped:           9724 kB
Slab:           380084 kB
PageTables:       6392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1031560 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= 71996 MiB
End job on node101 at 2011-04-29 12:07:51