Trace number 3263132

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
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 555162

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: 21836
0.00/0.04	c parsetime: 38451us
0.00/0.04	c parsed 55222 clauses with 150 variables
0.00/0.05	c NW started thread 0 successfully (1115367744)
0.00/0.06	c NW started thread 1 successfully (1089894720)
0.00/0.07	c NW started thread 2 successfully (1100384576)
0.00/0.12	c NW started thread 3 successfully (1125857600)
127.23/31.93	c preprocessor returned 10029 variables
127.23/31.93	c preprocessing returned UNKNOWN
127.23/31.93	c PP set 0 variables
127.23/31.93	c pp time: 31863043us (31s)
128.01/32.12	c preprocessor returned 10029 variables
128.01/32.12	c preprocessing returned UNKNOWN
128.01/32.12	c PP set 0 variables
128.01/32.12	c pp time: 32045501us (32s)
128.41/32.28	c preprocessor returned 10029 variables
128.41/32.28	c preprocessing returned UNKNOWN
128.41/32.28	c PP set 0 variables
128.41/32.28	c pp time: 32220291us (32s)
813.83/203.85	c preprocessor returned 30024 variables
813.83/203.85	c preprocessing returned UNKNOWN
813.83/203.85	c PP set 0 variables
813.83/203.85	c pp time: 203756506us (203s)

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-3263132-1304064267/watcher-3263132-1304064267 -o /tmp/evaluation-result-3263132-1304064267/solver-3263132-1304064267 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263132-1304064267.cnf 1038528187 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: 3.45 4.54 6.14 7/182 21835
/proc/meminfo: memFree=25331272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0

[startup+0.067276 s]
/proc/loadavg: 3.45 4.54 6.14 7/182 21835
/proc/meminfo: memFree=25331272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.172074 s]
/proc/loadavg: 3.45 4.54 6.14 7/182 21835
/proc/meminfo: memFree=25331272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.372033 s]
/proc/loadavg: 3.45 4.54 6.14 7/182 21835
/proc/meminfo: memFree=25331272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700976 s]
/proc/loadavg: 3.45 4.54 6.14 7/182 21835
/proc/meminfo: memFree=25331272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 3.45 4.54 6.14 9/188 21841
/proc/meminfo: memFree=25294768/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=220516 CPUtime=5.78 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 9450 0 0 0 577 1 0 0 19 0 5 0 518029457 225808384 9231 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 55129 9231 350 389 0 50879 0
[pid=21836/tid=21838] ppid=21835 vsize=220516 CPUtime=1.44 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 939 0 0 0 144 0 0 0 25 0 5 0 518029462 225808384 9231 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=220516 CPUtime=1.42 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 868 0 0 0 142 0 0 0 23 0 5 0 518029463 225808384 9231 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=220516 CPUtime=1.41 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 834 0 0 0 141 0 0 0 23 0 5 0 518029465 225808384 9231 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=220516 CPUtime=1.4 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 861 0 0 0 140 0 0 0 25 0 5 0 518029466 225808384 9231 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 229216

[startup+3.10055 s]
/proc/loadavg: 3.45 4.54 6.14 9/188 21841
/proc/meminfo: memFree=25294272/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=220516 CPUtime=12.18 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 9453 0 0 0 1217 1 0 0 19 0 5 0 518029457 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 55129 9234 350 389 0 50879 0
[pid=21836/tid=21838] ppid=21835 vsize=220516 CPUtime=3.04 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 940 0 0 0 304 0 0 0 25 0 5 0 518029462 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=220516 CPUtime=3.02 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 868 0 0 0 302 0 0 0 25 0 5 0 518029463 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336229 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=220516 CPUtime=3.01 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 835 0 0 0 301 0 0 0 25 0 5 0 518029465 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=220516 CPUtime=3 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 862 0 0 0 300 0 0 0 25 0 5 0 518029466 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 229216

[startup+6.30098 s]
/proc/loadavg: 3.81 4.60 6.15 9/188 21841
/proc/meminfo: memFree=25293744/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=220516 CPUtime=24.96 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 9453 0 0 0 2495 1 0 0 19 0 5 0 518029457 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 55129 9234 350 389 0 50879 0
[pid=21836/tid=21838] ppid=21835 vsize=220516 CPUtime=6.24 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 940 0 0 0 624 0 0 0 25 0 5 0 518029462 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=220516 CPUtime=6.2 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 868 0 0 0 620 0 0 0 25 0 5 0 518029463 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=220516 CPUtime=6.21 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 835 0 0 0 621 0 0 0 25 0 5 0 518029465 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=220516 CPUtime=6.2 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 862 0 0 0 620 0 0 0 25 0 5 0 518029466 225808384 9234 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 229216

[startup+12.7008 s]
/proc/loadavg: 4.15 4.65 6.16 9/188 21841
/proc/meminfo: memFree=25278360/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=220516 CPUtime=50.53 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 9456 0 0 0 5051 2 0 0 19 0 5 0 518029457 225808384 9237 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 55129 9237 350 389 0 50879 0
[pid=21836/tid=21838] ppid=21835 vsize=220516 CPUtime=12.64 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 941 0 0 0 1264 0 0 0 25 0 5 0 518029462 225808384 9237 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=220516 CPUtime=12.56 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 869 0 0 0 1256 0 0 0 25 0 5 0 518029463 225808384 9237 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=220516 CPUtime=12.61 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 835 0 0 0 1261 0 0 0 25 0 5 0 518029465 225808384 9237 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=220516 CPUtime=12.6 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 863 0 0 0 1260 0 0 0 25 0 5 0 518029466 225808384 9237 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 229216

[startup+25.5006 s]
/proc/loadavg: 5.00 4.82 6.19 9/188 21842
/proc/meminfo: memFree=25251604/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=220516 CPUtime=101.65 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 9459 0 0 0 10162 3 0 0 19 0 5 0 518029457 225808384 9240 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 55129 9240 352 389 0 50879 0
[pid=21836/tid=21838] ppid=21835 vsize=220516 CPUtime=25.44 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 944 0 0 0 2544 0 0 0 25 0 5 0 518029462 225808384 9240 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=220516 CPUtime=25.29 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 869 0 0 0 2529 0 0 0 25 0 5 0 518029463 225808384 9240 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=220516 CPUtime=25.41 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 835 0 0 0 2541 0 0 0 25 0 5 0 518029465 225808384 9240 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=220516 CPUtime=25.39 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 863 0 0 0 2539 0 0 0 25 0 5 0 518029466 225808384 9240 33554432000 4194304 5787044 140735617261424 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 229216

[startup+51.101 s]
/proc/loadavg: 6.02 5.07 6.24 9/188 21842
/proc/meminfo: memFree=25170480/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=243852 CPUtime=203.88 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 24141 0 0 0 20373 15 0 0 19 0 5 0 518029457 249704448 22658 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 60963 22658 404 389 0 56713 0
[pid=21836/tid=21838] ppid=21835 vsize=243852 CPUtime=51.04 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 4762 0 0 0 5101 3 0 0 25 0 5 0 518029462 249704448 22658 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=243852 CPUtime=50.74 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 5281 0 0 0 5070 4 0 0 25 0 5 0 518029463 249704448 22658 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=243852 CPUtime=50.99 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 4813 0 0 0 5095 4 0 0 20 0 5 0 518029465 249704448 22658 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=243852 CPUtime=51 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 3337 0 0 0 5098 2 0 0 25 0 5 0 518029466 249704448 22658 33554432000 4194304 5787044 140735617261424 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 252552

[startup+102.307 s]
/proc/loadavg: 7.19 5.54 6.33 9/188 21844
/proc/meminfo: memFree=25090600/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=264772 CPUtime=408.41 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 34534 0 0 0 40815 26 0 0 19 0 5 0 518029457 271126528 32997 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 66193 32997 404 389 0 61943 0
[pid=21836/tid=21838] ppid=21835 vsize=264772 CPUtime=102.24 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 9483 0 0 0 10217 7 0 0 25 0 5 0 518029462 271126528 32997 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=264772 CPUtime=101.65 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 7685 0 0 0 10159 6 0 0 25 0 5 0 518029463 271126528 32997 33554432000 4194304 5787044 140735617261424 18446744073709551615 5592100 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=264772 CPUtime=102.19 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 8081 0 0 0 10211 8 0 0 25 0 5 0 518029465 271126528 32997 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=264772 CPUtime=102.21 cores=1,3,5,7

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

/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 20455 0 0 0 81844 26 0 0 25 0 5 0 518029463 527757312 98667 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=515388 CPUtime=822.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 26311 0 0 0 82180 37 0 0 25 0 5 0 518029465 527757312 98667 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=515388 CPUtime=821.15 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 26479 0 0 0 82081 34 0 0 25 0 5 0 518029466 527757312 98667 33554432000 4194304 5787044 140735617261424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.35
Current children cumulated vsize (KiB) 524088

[startup+882.301 s]
/proc/loadavg: 8.07 7.86 7.30 9/188 21865
/proc/meminfo: memFree=24475180/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=532924 CPUtime=3524.01 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 112299 0 0 0 352261 140 0 0 19 0 5 0 518029457 545714176 108339 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 133231 108339 417 389 0 128981 0
[pid=21836/tid=21838] ppid=21835 vsize=532924 CPUtime=882.2 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 26247 0 0 0 88191 29 0 0 25 0 5 0 518029462 545714176 108339 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=532924 CPUtime=878.7 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 22064 0 0 0 87841 29 0 0 25 0 5 0 518029463 545714176 108339 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=532924 CPUtime=882.16 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 28634 0 0 0 88176 40 0 0 25 0 5 0 518029465 545714176 108339 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=532924 CPUtime=880.83 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 29406 0 0 0 88044 39 0 0 25 0 5 0 518029466 545714176 108339 33554432000 4194304 5787044 140735617261424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.01
Current children cumulated vsize (KiB) 541624

[startup+942.301 s]
/proc/loadavg: 8.07 7.90 7.34 9/188 21866
/proc/meminfo: memFree=24410424/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=615932 CPUtime=3763.7 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 122025 0 0 0 376215 155 0 0 19 0 5 0 518029457 630714368 118065 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 153983 118065 417 389 0 149733 0
[pid=21836/tid=21838] ppid=21835 vsize=615932 CPUtime=942.2 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28120 0 0 0 94188 32 0 0 25 0 5 0 518029462 630714368 118065 33554432000 4194304 5787044 140735617261424 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=615932 CPUtime=938.7 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 23772 0 0 0 93839 31 0 0 25 0 5 0 518029463 630714368 118065 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=615932 CPUtime=942.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 31842 0 0 0 94172 45 0 0 25 0 5 0 518029465 630714368 118065 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=615932 CPUtime=940.51 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32343 0 0 0 94007 44 0 0 25 0 5 0 518029466 630714368 118065 33554432000 4194304 5787044 140735617261424 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.7
Current children cumulated vsize (KiB) 624632

[startup+1002.3 s]
/proc/loadavg: 8.06 7.93 7.39 9/188 21868
/proc/meminfo: memFree=24367980/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=618888 CPUtime=4003.34 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 123850 0 0 0 400177 157 0 0 19 0 5 0 518029457 633741312 119890 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 154722 119890 417 389 0 150472 0
[pid=21836/tid=21838] ppid=21835 vsize=618888 CPUtime=1002.18 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28798 0 0 0 100185 33 0 0 25 0 5 0 518029462 633741312 119890 33554432000 4194304 5787044 140735617261424 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=618888 CPUtime=998.69 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 24376 0 0 0 99837 32 0 0 25 0 5 0 518029463 633741312 119890 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=618888 CPUtime=1002.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 31867 0 0 0 100172 45 0 0 25 0 5 0 518029465 633741312 119890 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=618888 CPUtime=1000.18 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32861 0 0 0 99974 44 0 0 25 0 5 0 518029466 633741312 119890 33554432000 4194304 5787044 140735617261424 18446744073709551615 4692144 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.34
Current children cumulated vsize (KiB) 627588

[startup+1062.3 s]
/proc/loadavg: 8.02 7.94 7.42 9/188 21869
/proc/meminfo: memFree=24331124/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=618888 CPUtime=4243.01 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 123927 0 0 0 424143 158 0 0 19 0 5 0 518029457 633741312 119967 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 154722 119967 417 389 0 150472 0
[pid=21836/tid=21838] ppid=21835 vsize=618888 CPUtime=1062.19 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28800 0 0 0 106185 34 0 0 25 0 5 0 518029462 633741312 119967 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=618888 CPUtime=1058.6 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 24376 0 0 0 105827 33 0 0 25 0 5 0 518029463 633741312 119967 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=618888 CPUtime=1062.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 31918 0 0 0 106172 45 0 0 25 0 5 0 518029465 633741312 119967 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=618888 CPUtime=1059.93 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32885 0 0 0 105949 44 0 0 25 0 5 0 518029466 633741312 119967 33554432000 4194304 5787044 140735617261424 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 627588

[startup+1122.3 s]
/proc/loadavg: 8.08 7.97 7.47 9/188 21871
/proc/meminfo: memFree=24326500/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=621080 CPUtime=4482.69 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 124554 0 0 0 448110 159 0 0 19 0 5 0 518029457 635985920 120081 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 155270 120081 417 389 0 151020 0
[pid=21836/tid=21838] ppid=21835 vsize=621080 CPUtime=1122.19 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28800 0 0 0 112185 34 0 0 25 0 5 0 518029462 635985920 120081 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=621080 CPUtime=1118.27 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 24383 0 0 0 111794 33 0 0 25 0 5 0 518029463 635985920 120081 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=621080 CPUtime=1122.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 32523 0 0 0 112172 45 0 0 25 0 5 0 518029465 635985920 120081 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=621080 CPUtime=1119.93 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32900 0 0 0 111949 44 0 0 25 0 5 0 518029466 635985920 120081 33554432000 4194304 5787044 140735617261424 18446744073709551615 5527212 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 629780

[startup+1182.3 s]
/proc/loadavg: 8.07 7.99 7.50 9/188 21873
/proc/meminfo: memFree=24321252/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=621656 CPUtime=4722.38 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 124739 0 0 0 472078 160 0 0 19 0 5 0 518029457 636575744 120266 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 155414 120266 417 389 0 151164 0
[pid=21836/tid=21838] ppid=21835 vsize=621656 CPUtime=1182.19 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28810 0 0 0 118185 34 0 0 25 0 5 0 518029462 636575744 120266 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=621656 CPUtime=1177.95 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 24407 0 0 0 117762 33 0 0 25 0 5 0 518029463 636575744 120266 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=621656 CPUtime=1182.17 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 32626 0 0 0 118172 45 0 0 25 0 5 0 518029465 636575744 120266 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=621656 CPUtime=1179.93 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32948 0 0 0 117949 44 0 0 25 0 5 0 518029466 636575744 120266 33554432000 4194304 5787044 140735617261424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 630356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.01 7.52 5/181 21874
/proc/meminfo: memFree=24868140/32951124 swapFree=67051468/67111528
[pid=21835] ppid=21833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21835/stat : 21835 (priss.sh) S 21833 21835 21348 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 518029457 8908800 251 33554432000 4194304 4922060 140736190749392 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21835/statm: 2175 251 211 178 0 68 0
[pid=21836] ppid=21835 vsize=621800 CPUtime=4800.28 cores=1,3,5,7
/proc/21836/stat : 21836 (priss) S 21835 21835 21348 0 -1 4202496 124798 0 0 0 479868 160 0 0 19 0 5 0 518029457 636723200 120325 33554432000 4194304 5787044 140735617261424 18446744073709551615 218382780849 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21836/statm: 155450 120325 417 389 0 151200 0
[pid=21836/tid=21838] ppid=21835 vsize=621800 CPUtime=1201.7 cores=1,3,5,7
/proc/21836/task/21838/stat : 21838 (priss) R 21835 21835 21348 0 -1 4202560 28817 0 0 0 120136 34 0 0 25 0 5 0 518029462 636723200 120325 33554432000 4194304 5787044 140735617261424 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=21836/tid=21839] ppid=21835 vsize=621800 CPUtime=1197.34 cores=1,3,5,7
/proc/21836/task/21839/stat : 21839 (priss) R 21835 21835 21348 0 -1 4202560 24417 0 0 0 119701 33 0 0 25 0 5 0 518029463 636723200 120325 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21836/tid=21840] ppid=21835 vsize=621800 CPUtime=1201.67 cores=1,3,5,7
/proc/21836/task/21840/stat : 21840 (priss) R 21835 21835 21348 0 -1 4202560 32663 0 0 0 120122 45 0 0 25 0 5 0 518029465 636723200 120325 33554432000 4194304 5787044 140735617261424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21836/tid=21841] ppid=21835 vsize=621800 CPUtime=1199.44 cores=1,3,5,7
/proc/21836/task/21841/stat : 21841 (priss) R 21835 21835 21348 0 -1 4202560 32953 0 0 0 119900 44 0 0 25 0 5 0 518029466 636723200 120325 33554432000 4194304 5787044 140735617261424 18446744073709551615 5534201 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 630500

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 21835 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4798.68
CPU system time (s): 1.6
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 630500

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

runsolver used 1.52777 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 10:04:27
IDJOB=3263132
IDBENCH=83930
IDSOLVER=1603
FILE ID=node101/3263132-1304064267
RUNJOBID= node101-1304064266-21811
PBS_JOBID= 13170449
Free space on /tmp= 72020 MiB

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

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=1038528187

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25331304 kB
Buffers:       2018196 kB
Cached:        5103908 kB
SwapCached:      30452 kB
Active:        2996144 kB
Inactive:      4180496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25331304 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            6328 kB
Writeback:           0 kB
AnonPages:       45452 kB
Mapped:           9284 kB
Slab:           379360 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263516 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= 72016 MiB
End job on node101 at 2011-04-29 10:24:31