Trace number 3263000

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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: 15575
0.00/0.04	c parsetime: 39627us
0.00/0.04	c parsed 56970 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1114892608)
0.00/0.06	c NW started thread 1 successfully (1125382464)
0.00/0.08	c NW started thread 2 successfully (1092815168)
0.00/0.13	c NW started thread 3 successfully (1135872320)
134.41/33.74	c preprocessor returned 10029 variables
134.41/33.74	c preprocessing returned UNKNOWN
134.41/33.74	c PP set 0 variables
134.41/33.74	c pp time: 33689257us (33s)
134.81/33.81	c preprocessor returned 10029 variables
134.81/33.81	c preprocessing returned UNKNOWN
134.81/33.81	c PP set 0 variables
134.81/33.81	c pp time: 33729743us (33s)
134.81/33.88	c preprocessor returned 10029 variables
134.81/33.88	c preprocessing returned UNKNOWN
134.81/33.88	c PP set 0 variables
134.81/33.88	c pp time: 33819384us (33s)
838.61/210.00	c preprocessor returned 30024 variables
838.61/210.00	c preprocessing returned UNKNOWN
838.61/210.00	c PP set 0 variables
838.61/210.00	c pp time: 209909013us (209s)

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-3263000-1304063975/watcher-3263000-1304063975 -o /tmp/evaluation-result-3263000-1304063975/solver-3263000-1304063975 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263000-1304063975.cnf 1011277258 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.76 8.02 8.00 5/182 15574
/proc/meminfo: memFree=29972988/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0

[startup+0.0196091 s]
/proc/loadavg: 7.76 8.02 8.00 5/182 15574
/proc/meminfo: memFree=29972988/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100551 s]
/proc/loadavg: 7.76 8.02 8.00 5/182 15574
/proc/meminfo: memFree=29972988/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300511 s]
/proc/loadavg: 7.76 8.02 8.00 5/182 15574
/proc/meminfo: memFree=29972988/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700434 s]
/proc/loadavg: 7.76 8.02 8.00 5/182 15574
/proc/meminfo: memFree=29972988/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 7.76 8.02 8.00 9/188 15580
/proc/meminfo: memFree=29935996/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=219844 CPUtime=5.78 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 9641 0 0 0 577 1 0 0 20 0 5 0 517999861 225120256 9417 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 54961 9417 350 389 0 50711 0
[pid=15575/tid=15577] ppid=15574 vsize=219844 CPUtime=1.44 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 1013 0 0 0 144 0 0 0 24 0 5 0 517999867 225120256 9417 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=219844 CPUtime=1.42 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 984 0 0 0 142 0 0 0 23 0 5 0 517999868 225120256 9417 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=219844 CPUtime=1.41 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 848 0 0 0 141 0 0 0 25 0 5 0 517999869 225120256 9417 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=219844 CPUtime=1.4 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 868 0 0 0 140 0 0 0 25 0 5 0 517999871 225120256 9417 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 228544

[startup+3.10098 s]
/proc/loadavg: 7.76 8.02 8.00 9/188 15580
/proc/meminfo: memFree=29935316/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=219844 CPUtime=12.18 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 9642 0 0 0 1217 1 0 0 20 0 5 0 517999861 225120256 9418 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 54961 9418 350 389 0 50711 0
[pid=15575/tid=15577] ppid=15574 vsize=219844 CPUtime=3.04 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 1013 0 0 0 304 0 0 0 25 0 5 0 517999867 225120256 9418 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=219844 CPUtime=3.01 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 985 0 0 0 301 0 0 0 25 0 5 0 517999868 225120256 9418 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=219844 CPUtime=3.01 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 848 0 0 0 301 0 0 0 25 0 5 0 517999869 225120256 9418 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=219844 CPUtime=3 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 868 0 0 0 300 0 0 0 25 0 5 0 517999871 225120256 9418 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 228544

[startup+6.30037 s]
/proc/loadavg: 7.78 8.02 8.00 9/188 15580
/proc/meminfo: memFree=29934572/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=219844 CPUtime=24.95 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 9643 0 0 0 2494 1 0 0 20 0 5 0 517999861 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 54961 9419 350 389 0 50711 0
[pid=15575/tid=15577] ppid=15574 vsize=219844 CPUtime=6.24 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 1013 0 0 0 624 0 0 0 25 0 5 0 517999867 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=219844 CPUtime=6.2 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 985 0 0 0 620 0 0 0 25 0 5 0 517999868 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=219844 CPUtime=6.21 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 849 0 0 0 621 0 0 0 25 0 5 0 517999869 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=219844 CPUtime=6.2 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 868 0 0 0 620 0 0 0 25 0 5 0 517999871 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 228544

[startup+12.7012 s]
/proc/loadavg: 7.80 8.02 8.00 9/188 15580
/proc/meminfo: memFree=29933396/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=219844 CPUtime=50.53 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 9643 0 0 0 5051 2 0 0 20 0 5 0 517999861 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 54961 9419 350 389 0 50711 0
[pid=15575/tid=15577] ppid=15574 vsize=219844 CPUtime=12.64 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 1013 0 0 0 1264 0 0 0 25 0 5 0 517999867 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=219844 CPUtime=12.56 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 985 0 0 0 1256 0 0 0 25 0 5 0 517999868 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 212435714720 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=219844 CPUtime=12.61 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 849 0 0 0 1261 0 0 0 25 0 5 0 517999869 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=219844 CPUtime=12.6 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 868 0 0 0 1260 0 0 0 25 0 5 0 517999871 225120256 9419 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 228544

[startup+25.5007 s]
/proc/loadavg: 7.84 8.02 8.00 9/188 15581
/proc/meminfo: memFree=29931660/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=219844 CPUtime=101.65 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 9644 0 0 0 10162 3 0 0 20 0 5 0 517999861 225120256 9420 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 54961 9420 350 389 0 50711 0
[pid=15575/tid=15577] ppid=15574 vsize=219844 CPUtime=25.44 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 1013 0 0 0 2544 0 0 0 25 0 5 0 517999867 225120256 9420 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=219844 CPUtime=25.28 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 985 0 0 0 2528 0 0 0 25 0 5 0 517999868 225120256 9420 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=219844 CPUtime=25.41 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 850 0 0 0 2541 0 0 0 25 0 5 0 517999869 225120256 9420 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=219844 CPUtime=25.39 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 868 0 0 0 2539 0 0 0 25 0 5 0 517999871 225120256 9420 33554432000 4194304 5787044 140736842565248 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 228544

[startup+51.1008 s]
/proc/loadavg: 7.89 8.01 8.00 9/188 15581
/proc/meminfo: memFree=29883860/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=244228 CPUtime=203.9 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 23707 0 0 0 20374 16 0 0 20 0 5 0 517999861 250089472 22144 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 61057 22144 404 389 0 56807 0
[pid=15575/tid=15577] ppid=15574 vsize=244228 CPUtime=51.03 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 5136 0 0 0 5099 4 0 0 25 0 5 0 517999867 250089472 22144 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=244228 CPUtime=50.74 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 3284 0 0 0 5070 4 0 0 25 0 5 0 517999868 250089472 22144 33554432000 4194304 5787044 140736842565248 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=244228 CPUtime=51 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 5705 0 0 0 5096 4 0 0 25 0 5 0 517999869 250089472 22144 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591068 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=244228 CPUtime=50.99 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 3654 0 0 0 5099 0 0 0 25 0 5 0 517999871 250089472 22144 33554432000 4194304 5787044 140736842565248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 252928

[startup+102.307 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 15592
/proc/meminfo: memFree=29832200/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=259272 CPUtime=408.42 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 32499 0 0 0 40814 28 0 0 20 0 5 0 517999861 265494528 30838 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 64818 30838 404 389 0 60568 0
[pid=15575/tid=15577] ppid=15574 vsize=259272 CPUtime=102.24 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 7495 0 0 0 10216 8 0 0 25 0 5 0 517999867 265494528 30838 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=259272 CPUtime=101.65 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 6549 0 0 0 10157 8 0 0 25 0 5 0 517999868 265494528 30838 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=259272 CPUtime=102.21 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 8873 0 0 0 10212 9 0 0 25 0 5 0 517999869 265494528 30838 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=259272 CPUtime=102.18 cores=1,3,5,7

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

/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 21746 0 0 0 81744 27 0 0 25 0 5 0 517999868 518823936 97730 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=506664 CPUtime=822.19 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 26021 0 0 0 82182 37 0 0 25 0 5 0 517999869 518823936 97730 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=506664 CPUtime=822.19 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 22383 0 0 0 82193 26 0 0 25 0 5 0 517999871 518823936 97730 33554432000 4194304 5787044 140736842565248 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.43
Current children cumulated vsize (KiB) 515364

[startup+882.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/188 15649
/proc/meminfo: memFree=29798216/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=510420 CPUtime=3524.09 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 103947 0 0 0 352279 130 0 0 20 0 5 0 517999861 522670080 100706 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 127605 100706 417 389 0 123355 0
[pid=15575/tid=15577] ppid=15574 vsize=510420 CPUtime=882.21 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 25596 0 0 0 88189 32 0 0 25 0 5 0 517999867 522670080 100706 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=510420 CPUtime=877.39 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 22296 0 0 0 87710 29 0 0 25 0 5 0 517999868 522670080 100706 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=510420 CPUtime=882.18 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 26901 0 0 0 88180 38 0 0 25 0 5 0 517999869 522670080 100706 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=510420 CPUtime=882.18 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 23226 0 0 0 88190 28 0 0 25 0 5 0 517999871 522670080 100706 33554432000 4194304 5787044 140736842565248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.09
Current children cumulated vsize (KiB) 519120

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 15650
/proc/meminfo: memFree=29786664/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=514900 CPUtime=3763.78 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 105582 0 0 0 376247 131 0 0 20 0 5 0 517999861 527257600 101315 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 128725 101315 417 389 0 124475 0
[pid=15575/tid=15577] ppid=15574 vsize=514900 CPUtime=942.22 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 26252 0 0 0 94189 33 0 0 25 0 5 0 517999867 527257600 101315 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=514900 CPUtime=937.06 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 22977 0 0 0 93677 29 0 0 25 0 5 0 517999868 527257600 101315 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=514900 CPUtime=942.18 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 26901 0 0 0 94180 38 0 0 25 0 5 0 517999869 527257600 101315 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=514900 CPUtime=942.19 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 23524 0 0 0 94191 28 0 0 25 0 5 0 517999871 527257600 101315 33554432000 4194304 5787044 140736842565248 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.78
Current children cumulated vsize (KiB) 523600

[startup+1002.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/188 15652
/proc/meminfo: memFree=29742848/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=528344 CPUtime=4003.46 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 112954 0 0 0 400204 142 0 0 20 0 5 0 517999861 541024256 108687 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 132086 108687 417 389 0 127836 0
[pid=15575/tid=15577] ppid=15574 vsize=528344 CPUtime=1002.22 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 27630 0 0 0 100186 36 0 0 25 0 5 0 517999867 541024256 108687 33554432000 4194304 5787044 140736842565248 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=528344 CPUtime=996.73 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 25370 0 0 0 99642 31 0 0 25 0 5 0 517999868 541024256 108687 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=528344 CPUtime=1002.19 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 28436 0 0 0 100178 41 0 0 25 0 5 0 517999869 541024256 108687 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=528344 CPUtime=1002.19 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 25590 0 0 0 100188 31 0 0 25 0 5 0 517999871 541024256 108687 33554432000 4194304 5787044 140736842565248 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 537044

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 15653
/proc/meminfo: memFree=29703512/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=537332 CPUtime=4243.13 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 117799 0 0 0 424162 151 0 0 20 0 5 0 517999861 550227968 113435 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 134333 113435 417 389 0 130083 0
[pid=15575/tid=15577] ppid=15574 vsize=537332 CPUtime=1062.22 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 28561 0 0 0 106184 38 0 0 25 0 5 0 517999867 550227968 113435 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=537332 CPUtime=1056.4 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 26219 0 0 0 105607 33 0 0 25 0 5 0 517999868 550227968 113435 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=537332 CPUtime=1062.18 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 30285 0 0 0 106175 43 0 0 25 0 5 0 517999869 550227968 113435 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=537332 CPUtime=1062.19 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 26806 0 0 0 106185 34 0 0 25 0 5 0 517999871 550227968 113435 33554432000 4194304 5787044 140736842565248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.13
Current children cumulated vsize (KiB) 546032

[startup+1122.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/188 15655
/proc/meminfo: memFree=29685352/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=541784 CPUtime=4482.8 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 119401 0 0 0 448129 151 0 0 20 0 5 0 517999861 554786816 115037 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 135446 115037 417 389 0 131196 0
[pid=15575/tid=15577] ppid=15574 vsize=541784 CPUtime=1122.22 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 29837 0 0 0 112184 38 0 0 25 0 5 0 517999867 554786816 115037 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=541784 CPUtime=1116.21 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 26542 0 0 0 111587 34 0 0 25 0 5 0 517999868 554786816 115037 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=541784 CPUtime=1122.05 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 30287 0 0 0 112162 43 0 0 25 0 5 0 517999869 554786816 115037 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=541784 CPUtime=1122.19 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 26807 0 0 0 112185 34 0 0 25 0 5 0 517999871 554786816 115037 33554432000 4194304 5787044 140736842565248 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.8
Current children cumulated vsize (KiB) 550484

[startup+1182.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/188 15657
/proc/meminfo: memFree=29655204/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=614248 CPUtime=4722.44 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 123608 0 0 0 472087 157 0 0 20 0 5 0 517999861 628989952 119244 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 153562 119244 417 389 0 149312 0
[pid=15575/tid=15577] ppid=15574 vsize=614248 CPUtime=1182.2 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 31146 0 0 0 118181 39 0 0 25 0 5 0 517999867 628989952 119244 33554432000 4194304 5787044 140736842565248 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=614248 CPUtime=1176.19 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 27532 0 0 0 117584 35 0 0 25 0 5 0 517999868 628989952 119244 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=614248 CPUtime=1181.74 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 31052 0 0 0 118129 45 0 0 25 0 5 0 517999869 628989952 119244 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=614248 CPUtime=1182.18 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 27950 0 0 0 118183 35 0 0 25 0 5 0 517999871 628989952 119244 33554432000 4194304 5787044 140736842565248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 622948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.06 8.01 9/188 15657
/proc/meminfo: memFree=29647860/32951124 swapFree=67111416/67111528
[pid=15574] ppid=15572 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15574/stat : 15574 (priss.sh) S 15572 15574 14674 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517999861 8908800 252 33554432000 4194304 4922060 140734014646192 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15574/statm: 2175 252 211 178 0 68 0
[pid=15575] ppid=15574 vsize=614248 CPUtime=4800.35 cores=1,3,5,7
/proc/15575/stat : 15575 (priss) S 15574 15574 14674 0 -1 4202496 123612 0 0 0 479878 157 0 0 20 0 5 0 517999861 628989952 119248 33554432000 4194304 5787044 140736842565248 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15575/statm: 153562 119248 417 389 0 149312 0
[pid=15575/tid=15577] ppid=15574 vsize=614248 CPUtime=1201.71 cores=1,3,5,7
/proc/15575/task/15577/stat : 15577 (priss) R 15574 15574 14674 0 -1 4202560 31146 0 0 0 120132 39 0 0 25 0 5 0 517999867 628989952 119248 33554432000 4194304 5787044 140736842565248 18446744073709551615 4218732 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15575/tid=15578] ppid=15574 vsize=614248 CPUtime=1195.69 cores=1,3,5,7
/proc/15575/task/15578/stat : 15578 (priss) R 15574 15574 14674 0 -1 4202560 27532 0 0 0 119534 35 0 0 25 0 5 0 517999868 628989952 119248 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15575/tid=15579] ppid=15574 vsize=614248 CPUtime=1201.13 cores=1,3,5,7
/proc/15575/task/15579/stat : 15579 (priss) R 15574 15574 14674 0 -1 4202560 31055 0 0 0 120068 45 0 0 25 0 5 0 517999869 628989952 119248 33554432000 4194304 5787044 140736842565248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15575/tid=15580] ppid=15574 vsize=614248 CPUtime=1201.69 cores=1,3,5,7
/proc/15575/task/15580/stat : 15580 (priss) R 15574 15574 14674 0 -1 4202560 27951 0 0 0 120134 35 0 0 25 0 5 0 517999871 628989952 119248 33554432000 4194304 5787044 140736842565248 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 622948

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 15574 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.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.35
CPU user time (s): 4798.78
CPU system time (s): 1.57
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 622948

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= 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= 6
involuntary context switches= 3

runsolver used 1.59376 second user time and 4.97124 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:59:35
IDJOB=3263000
IDBENCH=83909
IDSOLVER=1603
FILE ID=node102/3263000-1304063975
RUNJOBID= node102-1304060360-15213
PBS_JOBID= 13170428
Free space on /tmp= 71552 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263000-1304063975/watcher-3263000-1304063975 -o /tmp/evaluation-result-3263000-1304063975/solver-3263000-1304063975 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263000-1304063975.cnf 1011277258 4800 15500 4

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1011277258

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:      29973268 kB
Buffers:        632156 kB
Cached:        1252480 kB
SwapCached:          8 kB
Active:         837452 kB
Inactive:      1716316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29973268 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            3932 kB
Writeback:           0 kB
AnonPages:      669364 kB
Mapped:          15696 kB
Slab:           358540 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   867068 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= 71556 MiB
End job on node102 at 2011-04-29 10:19:39