Trace number 3251514

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.31 1201.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 27800
0.00/0.06	c parsetime: 59270us
0.00/0.06	c parsed 272291 clauses with 1590 variables
0.00/0.08	c NW started thread 0 successfully (1099929920)
0.00/0.10	c NW started thread 1 successfully (1116182848)
0.00/0.13	c NW started thread 2 successfully (1126672704)
0.00/0.16	c NW started thread 3 successfully (1137162560)
65.09/16.40	c preprocessor returned 10001 variables
65.09/16.40	c preprocessing returned UNKNOWN
65.09/16.40	c PP set 0 variables
65.09/16.40	c pp time: 16302566us (16s)
65.09/16.47	c preprocessor returned 10001 variables
65.09/16.47	c preprocessing returned UNKNOWN
65.09/16.47	c PP set 0 variables
65.09/16.47	c pp time: 16334870us (16s)
65.88/16.65	c preprocessor returned 10001 variables
65.88/16.65	c preprocessing returned UNKNOWN
65.88/16.65	c PP set 0 variables
65.88/16.65	c pp time: 16572128us (16s)
95.84/24.16	c preprocessor returned 30018 variables
95.84/24.16	c preprocessing returned UNKNOWN
95.84/24.16	c PP set 0 variables
95.84/24.16	c pp time: 24004586us (24s)

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-3251514-1304085635/watcher-3251514-1304085635 -o /tmp/evaluation-result-3251514-1304085635/solver-3251514-1304085635 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251514-1304085635.cnf 1579023106 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.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0

[startup+0.0285021 s]
/proc/loadavg: 7.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100467 s]
/proc/loadavg: 7.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.395361 s]
/proc/loadavg: 7.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.24518 s]
/proc/loadavg: 7.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50113 s]
/proc/loadavg: 7.50 7.95 7.87 7/182 27799
/proc/meminfo: memFree=17730404/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10081 s]
/proc/loadavg: 7.50 7.95 7.87 9/188 27805
/proc/meminfo: memFree=17643432/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=325340 CPUtime=11.95 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 45897 0 0 0 1183 12 0 0 18 0 5 0 520160275 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 81335 21610 350 389 0 77085 0
[pid=27800/tid=27802] ppid=27799 vsize=325340 CPUtime=2.96 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 7907 0 0 0 293 3 0 0 23 0 5 0 520160283 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=325340 CPUtime=2.97 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 8355 0 0 0 294 3 0 0 24 0 5 0 520160285 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=325340 CPUtime=2.94 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 8770 0 0 0 291 3 0 0 24 0 5 0 520160288 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=325340 CPUtime=2.9 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 7318 0 0 0 289 1 0 0 23 0 5 0 520160291 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 334040

[startup+6.30117 s]
/proc/loadavg: 7.54 7.95 7.87 9/188 27805
/proc/meminfo: memFree=17642800/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=325340 CPUtime=24.73 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 45897 0 0 0 2461 12 0 0 18 0 5 0 520160275 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 81335 21610 350 389 0 77085 0
[pid=27800/tid=27802] ppid=27799 vsize=325340 CPUtime=6.15 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 7907 0 0 0 612 3 0 0 25 0 5 0 520160283 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=325340 CPUtime=6.17 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 8355 0 0 0 614 3 0 0 25 0 5 0 520160285 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=325340 CPUtime=6.14 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 8770 0 0 0 611 3 0 0 25 0 5 0 520160288 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=325340 CPUtime=6.1 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 7318 0 0 0 609 1 0 0 25 0 5 0 520160291 333148160 21610 33554432000 4194304 5787044 140734764361104 18446744073709551615 18446744073699066043 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 334040

[startup+12.7009 s]
/proc/loadavg: 7.57 7.95 7.87 9/188 27805
/proc/meminfo: memFree=17631888/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=326660 CPUtime=50.33 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 48495 0 0 0 5020 13 0 0 18 0 5 0 520160275 334499840 24208 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 81665 24208 352 389 0 77415 0
[pid=27800/tid=27802] ppid=27799 vsize=326660 CPUtime=12.52 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 8227 0 0 0 1249 3 0 0 25 0 5 0 520160283 334499840 24208 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=326660 CPUtime=12.57 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 9174 0 0 0 1254 3 0 0 25 0 5 0 520160285 334499840 24208 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=326660 CPUtime=12.55 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 9586 0 0 0 1252 3 0 0 25 0 5 0 520160288 334499840 24208 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=326660 CPUtime=12.51 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 7961 0 0 0 1250 1 0 0 25 0 5 0 520160291 334499840 24208 33554432000 4194304 5787044 140734764361104 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 335360

[startup+25.5004 s]
/proc/loadavg: 7.67 7.96 7.87 9/188 27805
/proc/meminfo: memFree=17579068/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=348432 CPUtime=101.43 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 88109 0 0 0 10123 20 0 0 18 0 5 0 520160275 356794368 37222 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 87108 37222 417 389 0 82858 0
[pid=27800/tid=27802] ppid=27799 vsize=348432 CPUtime=25.25 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 13677 0 0 0 2521 4 0 0 25 0 5 0 520160283 356794368 37222 33554432000 4194304 5787044 140734764361104 18446744073709551615 5601791 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=348432 CPUtime=25.36 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 19844 0 0 0 2531 5 0 0 25 0 5 0 520160285 356794368 37222 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=348432 CPUtime=25.34 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 20469 0 0 0 2530 4 0 0 25 0 5 0 520160288 356794368 37222 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=348432 CPUtime=25.3 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 20572 0 0 0 2527 3 0 0 25 0 5 0 520160291 356794368 37222 33554432000 4194304 5787044 140734764361104 18446744073709551615 5527801 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 357132

[startup+51.1013 s]
/proc/loadavg: 7.59 7.91 7.86 9/188 27848
/proc/meminfo: memFree=17976848/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=357728 CPUtime=203.68 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 95620 0 0 0 20344 24 0 0 18 0 5 0 520160275 366313472 44733 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 89432 44733 417 389 0 85182 0
[pid=27800/tid=27802] ppid=27799 vsize=357728 CPUtime=50.71 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 14953 0 0 0 5066 5 0 0 25 0 5 0 520160283 366313472 44733 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=357728 CPUtime=50.96 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 21481 0 0 0 5090 6 0 0 25 0 5 0 520160285 366313472 44733 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=357728 CPUtime=50.93 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 23386 0 0 0 5087 6 0 0 25 0 5 0 520160288 366313472 44733 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=357728 CPUtime=50.9 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 22253 0 0 0 5086 4 0 0 25 0 5 0 520160291 366313472 44733 33554432000 4194304 5787044 140734764361104 18446744073709551615 5530835 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 366428

[startup+102.301 s]
/proc/loadavg: 7.82 7.92 7.87 9/188 27850
/proc/meminfo: memFree=17820660/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=374928 CPUtime=408.19 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 107578 0 0 0 40785 34 0 0 18 0 5 0 520160275 383926272 56620 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 93732 56620 417 389 0 89482 0
[pid=27800/tid=27802] ppid=27799 vsize=374928 CPUtime=101.63 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 17156 0 0 0 10156 7 0 0 25 0 5 0 520160283 383926272 56620 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=374928 CPUtime=102.16 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 23468 0 0 0 10207 9 0 0 25 0 5 0 520160285 383926272 56620 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=374928 CPUtime=102.12 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 27100 0 0 0 10204 8 0 0 25 0 5 0 520160288 383926272 56620 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=374928 CPUtime=102.1 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 26307 0 0 0 10203 7 0 0 25 0 5 0 520160291 383926272 56620 33554432000 4194304 5787044 140734764361104 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 383628

[startup+162.301 s]
/proc/loadavg: 8.04 7.96 7.88 9/188 27851
/proc/meminfo: memFree=17704216/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=389992 CPUtime=647.89 cores=1,3,5,7

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

/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 40650 0 0 0 82156 40 0 0 25 0 5 0 520160285 692404224 136069 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=676176 CPUtime=822.01 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 52399 0 0 0 82148 53 0 0 25 0 5 0 520160288 692404224 136069 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=676176 CPUtime=822.03 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 43700 0 0 0 82168 35 0 0 25 0 5 0 520160291 692404224 136069 33554432000 4194304 5787044 140734764361104 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.92
Current children cumulated vsize (KiB) 684876

[startup+882.301 s]
/proc/loadavg: 8.14 8.10 7.99 9/188 27873
/proc/meminfo: memFree=16998216/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=745812 CPUtime=3523.57 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 192288 0 0 0 352196 161 0 0 18 0 5 0 520160275 763711488 140095 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 186453 140095 417 389 0 182203 0
[pid=27800/tid=27802] ppid=27799 vsize=745812 CPUtime=877.4 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 37984 0 0 0 87717 23 0 0 25 0 5 0 520160283 763711488 140095 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=745812 CPUtime=881.96 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 40733 0 0 0 88155 41 0 0 25 0 5 0 520160285 763711488 140095 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=745812 CPUtime=882 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 55292 0 0 0 88141 59 0 0 25 0 5 0 520160288 763711488 140095 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=745812 CPUtime=882.04 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 44732 0 0 0 88168 36 0 0 25 0 5 0 520160291 763711488 140095 33554432000 4194304 5787044 140734764361104 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.57
Current children cumulated vsize (KiB) 754512

[startup+942.307 s]
/proc/loadavg: 8.11 8.10 7.99 9/188 27875
/proc/meminfo: memFree=16923312/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=761512 CPUtime=3763.28 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 197463 0 0 0 376162 166 0 0 18 0 5 0 520160275 779788288 145065 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 190378 145065 417 389 0 186128 0
[pid=27800/tid=27802] ppid=27799 vsize=761512 CPUtime=937.08 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 39400 0 0 0 93684 24 0 0 25 0 5 0 520160283 779788288 145065 33554432000 4194304 5787044 140734764361104 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=761512 CPUtime=941.96 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 43282 0 0 0 94154 42 0 0 25 0 5 0 520160285 779788288 145065 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=761512 CPUtime=942.01 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56428 0 0 0 94140 61 0 0 25 0 5 0 520160288 779788288 145065 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=761512 CPUtime=942.04 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 44806 0 0 0 94168 36 0 0 25 0 5 0 520160291 779788288 145065 33554432000 4194304 5787044 140734764361104 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.28
Current children cumulated vsize (KiB) 770212

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.00 9/188 27877
/proc/meminfo: memFree=16835132/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=774888 CPUtime=4002.93 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 204422 0 0 0 400116 177 0 0 18 0 5 0 520160275 793485312 152024 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 193722 152024 417 389 0 189472 0
[pid=27800/tid=27802] ppid=27799 vsize=774888 CPUtime=996.74 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 41707 0 0 0 99648 26 0 0 25 0 5 0 520160283 793485312 152024 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=774888 CPUtime=1001.96 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 45450 0 0 0 100149 47 0 0 25 0 5 0 520160285 793485312 152024 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=774888 CPUtime=1002 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56428 0 0 0 100139 61 0 0 25 0 5 0 520160288 793485312 152024 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=774888 CPUtime=1002.04 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 47290 0 0 0 100164 40 0 0 25 0 5 0 520160291 793485312 152024 33554432000 4194304 5787044 140734764361104 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.93
Current children cumulated vsize (KiB) 783588

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.00 9/188 27878
/proc/meminfo: memFree=16761092/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=791632 CPUtime=4242.61 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 211904 0 0 0 424073 188 0 0 18 0 5 0 520160275 810631168 159506 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 197908 159506 417 389 0 193658 0
[pid=27800/tid=27802] ppid=27799 vsize=791632 CPUtime=1056.42 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 44898 0 0 0 105613 29 0 0 25 0 5 0 520160283 810631168 159506 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=791632 CPUtime=1061.96 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 47540 0 0 0 106145 51 0 0 25 0 5 0 520160285 810631168 159506 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=791632 CPUtime=1062 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56428 0 0 0 106139 61 0 0 25 0 5 0 520160288 810631168 159506 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=791632 CPUtime=1062.04 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 49491 0 0 0 106160 44 0 0 25 0 5 0 520160291 810631168 159506 33554432000 4194304 5787044 140734764361104 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 800332

[startup+1122.3 s]
/proc/loadavg: 8.15 8.10 8.01 9/188 27880
/proc/meminfo: memFree=16733304/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=797544 CPUtime=4482.3 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 216823 0 0 0 448032 198 0 0 18 0 5 0 520160275 816685056 164200 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 199386 164200 417 389 0 195136 0
[pid=27800/tid=27802] ppid=27799 vsize=797544 CPUtime=1116.1 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 46210 0 0 0 111580 30 0 0 25 0 5 0 520160283 816685056 164200 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=797544 CPUtime=1121.97 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 48870 0 0 0 112143 54 0 0 25 0 5 0 520160285 816685056 164200 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=797544 CPUtime=1122.01 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56429 0 0 0 112140 61 0 0 25 0 5 0 520160288 816685056 164200 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=797544 CPUtime=1122.05 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 51767 0 0 0 112155 50 0 0 25 0 5 0 520160291 816685056 164200 33554432000 4194304 5787044 140734764361104 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 806244

[startup+1182.3 s]
/proc/loadavg: 8.16 8.11 8.01 9/188 27881
/proc/meminfo: memFree=16724488/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=863080 CPUtime=4721.98 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 219009 0 0 0 471994 204 0 0 18 0 5 0 520160275 883793920 166386 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 215770 166386 417 389 0 211520 0
[pid=27800/tid=27802] ppid=27799 vsize=863080 CPUtime=1175.77 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 46210 0 0 0 117547 30 0 0 25 0 5 0 520160283 883793920 166386 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=863080 CPUtime=1181.97 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 48870 0 0 0 118143 54 0 0 25 0 5 0 520160285 883793920 166386 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=863080 CPUtime=1182.01 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56435 0 0 0 118140 61 0 0 25 0 5 0 520160288 883793920 166386 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=863080 CPUtime=1182.05 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 53947 0 0 0 118149 56 0 0 25 0 5 0 520160291 883793920 166386 33554432000 4194304 5787044 140734764361104 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.98
Current children cumulated vsize (KiB) 871780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.19 8.12 8.02 9/188 27882
/proc/meminfo: memFree=16722008/32950928 swapFree=67111528/67111528
[pid=27799] ppid=27797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27799/stat : 27799 (priss.sh) S 27797 27799 25471 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 520160275 8908800 251 33554432000 4194304 4922060 140733521611424 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27799/statm: 2175 251 211 178 0 68 0
[pid=27800] ppid=27799 vsize=863080 CPUtime=4800.31 cores=1,3,5,7
/proc/27800/stat : 27800 (priss) S 27799 27799 25471 0 -1 4202496 219613 0 0 0 479826 205 0 0 18 0 5 0 520160275 883793920 166990 33554432000 4194304 5787044 140734764361104 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27800/statm: 215770 166990 417 389 0 211520 0
[pid=27800/tid=27802] ppid=27799 vsize=863080 CPUtime=1195.27 cores=1,3,5,7
/proc/27800/task/27802/stat : 27802 (priss) R 27799 27799 25471 0 -1 4202560 46211 0 0 0 119497 30 0 0 25 0 5 0 520160283 883793920 166990 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27800/tid=27803] ppid=27799 vsize=863080 CPUtime=1201.58 cores=1,3,5,7
/proc/27800/task/27803/stat : 27803 (priss) R 27799 27799 25471 0 -1 4202560 48871 0 0 0 120104 54 0 0 25 0 5 0 520160285 883793920 166990 33554432000 4194304 5787044 140734764361104 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27800/tid=27804] ppid=27799 vsize=863080 CPUtime=1201.62 cores=1,3,5,7
/proc/27800/task/27804/stat : 27804 (priss) R 27799 27799 25471 0 -1 4202560 56436 0 0 0 120101 61 0 0 25 0 5 0 520160288 883793920 166990 33554432000 4194304 5787044 140734764361104 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27800/tid=27805] ppid=27799 vsize=863080 CPUtime=1201.66 cores=1,3,5,7
/proc/27800/task/27805/stat : 27805 (priss) R 27799 27799 25471 0 -1 4202560 54548 0 0 0 120109 57 0 0 25 0 5 0 520160291 883793920 166990 33554432000 4194304 5787044 140734764361104 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 871780

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.93
CPU time (s): 4800.31
CPU user time (s): 4798.26
CPU system time (s): 2.05
CPU usage (%): 399.385
Max. virtual memory (cumulated for all children) (KiB): 871780

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

runsolver used 1.57276 second user time and 4.99424 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 16:00:36
IDJOB=3251514
IDBENCH=88225
IDSOLVER=1603
FILE ID=node149/3251514-1304085635
RUNJOBID= node149-1304083219-27581
PBS_JOBID= 13170452
Free space on /tmp= 71928 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251514-1304085635/watcher-3251514-1304085635 -o /tmp/evaluation-result-3251514-1304085635/solver-3251514-1304085635 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251514-1304085635.cnf 1579023106 4800 15500 4

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=1579023106

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17730552 kB
Buffers:       2224688 kB
Cached:       11808128 kB
SwapCached:          0 kB
Active:        6628240 kB
Inactive:      8041692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17730552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5148 kB
Writeback:           0 kB
AnonPages:      636824 kB
Mapped:          15620 kB
Slab:           485696 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   839396 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= 71920 MiB
End job on node149 at 2011-04-29 16:20:40