Trace number 3263440

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.1 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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: 3168
0.00/0.01	c parsetime: 12587us
0.00/0.01	c parsed 56654 clauses with 660 variables
0.00/0.02	c NW started thread 0 successfully (1088620864)
0.00/0.02	c NW started thread 1 successfully (1106184512)
0.00/0.03	c NW started thread 2 successfully (1116674368)
0.00/0.04	c NW started thread 3 successfully (1127164224)
12.67/3.24	c preprocessor returned 10002 variables
12.67/3.24	c preprocessing returned UNKNOWN
12.67/3.24	c PP set 0 variables
12.67/3.24	c pp time: 3221577us (3s)
12.67/3.25	c preprocessor returned 10002 variables
12.67/3.25	c preprocessing returned UNKNOWN
12.67/3.25	c PP set 0 variables
12.67/3.25	c pp time: 3224648us (3s)
12.67/3.26	c preprocessor returned 10002 variables
12.67/3.26	c preprocessing returned UNKNOWN
12.67/3.26	c PP set 0 variables
12.67/3.26	c pp time: 3237931us (3s)
41.43/10.43	c preprocessor returned 30035 variables
41.43/10.43	c preprocessing returned UNKNOWN
41.43/10.43	c PP set 0 variables
41.43/10.43	c pp time: 10390068us (10s)

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-3263440-1304065109/watcher-3263440-1304065109 -o /tmp/evaluation-result-3263440-1304065109/solver-3263440-1304065109 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263440-1304065109.cnf 1215823126 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.75 7.97 7.98 5/182 3167
/proc/meminfo: memFree=19558680/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0

[startup+0.115317 s]
/proc/loadavg: 7.75 7.97 7.98 5/182 3167
/proc/meminfo: memFree=19558680/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200296 s]
/proc/loadavg: 7.75 7.97 7.98 5/182 3167
/proc/meminfo: memFree=19558680/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300278 s]
/proc/loadavg: 7.75 7.97 7.98 5/182 3167
/proc/meminfo: memFree=19558680/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700205 s]
/proc/loadavg: 7.75 7.97 7.98 5/182 3167
/proc/meminfo: memFree=19558680/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50107 s]
/proc/loadavg: 7.75 7.97 7.98 9/188 3174
/proc/meminfo: memFree=19535284/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=271848 CPUtime=5.88 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 11094 0 0 0 586 2 0 0 18 0 5 0 518110658 278372352 6162 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 67962 6162 352 389 0 63712 0
[pid=3168/tid=3170] ppid=3167 vsize=271848 CPUtime=1.45 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 1949 0 0 0 145 0 0 0 19 0 5 0 518110660 278372352 6162 33554432000 4194304 5787044 140733948851408 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=271848 CPUtime=1.46 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 1648 0 0 0 146 0 0 0 19 0 5 0 518110661 278372352 6162 33554432000 4194304 5787044 140733948851408 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=271848 CPUtime=1.44 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 1875 0 0 0 144 0 0 0 25 0 5 0 518110661 278372352 6162 33554432000 4194304 5787044 140733948851408 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=271848 CPUtime=1.45 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 1762 0 0 0 145 0 0 0 23 0 5 0 518110662 278372352 6162 33554432000 4194304 5787044 140733948851408 18446744073709551615 237278577242 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 280548

[startup+3.10078 s]
/proc/loadavg: 7.75 7.97 7.98 10/188 3174
/proc/meminfo: memFree=19519660/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=286840 CPUtime=12.27 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 15239 0 0 0 1225 2 0 0 18 0 5 0 518110658 293724160 9787 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 71710 9787 355 389 0 67460 0
[pid=3168/tid=3170] ppid=3167 vsize=286840 CPUtime=3.05 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 2731 0 0 0 305 0 0 0 25 0 5 0 518110660 293724160 9787 33554432000 4194304 5787044 140733948851408 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=286840 CPUtime=3.06 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 2385 0 0 0 306 0 0 0 19 0 5 0 518110661 293724160 9787 33554432000 4194304 5787044 140733948851408 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=286840 CPUtime=3.04 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 2717 0 0 0 304 0 0 0 25 0 5 0 518110661 293724160 9787 33554432000 4194304 5787044 140733948851408 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=286840 CPUtime=3.05 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 3546 0 0 0 305 0 0 0 25 0 5 0 518110662 293724160 9787 33554432000 4194304 5787044 140733948851408 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 295540

[startup+6.30121 s]
/proc/loadavg: 7.77 7.97 7.98 9/188 3174
/proc/meminfo: memFree=19507692/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=286840 CPUtime=25.05 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 23034 0 0 0 2501 4 0 0 18 0 5 0 518110658 293724160 13063 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 71710 13063 404 389 0 67460 0
[pid=3168/tid=3170] ppid=3167 vsize=286840 CPUtime=6.26 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 4996 0 0 0 625 1 0 0 25 0 5 0 518110660 293724160 13063 33554432000 4194304 5787044 140733948851408 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=286840 CPUtime=6.26 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 5133 0 0 0 626 0 0 0 25 0 5 0 518110661 293724160 13063 33554432000 4194304 5787044 140733948851408 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=286840 CPUtime=6.23 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 5499 0 0 0 622 1 0 0 25 0 5 0 518110661 293724160 13063 33554432000 4194304 5787044 140733948851408 18446744073709551615 5592856 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=286840 CPUtime=6.25 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 3546 0 0 0 625 0 0 0 25 0 5 0 518110662 293724160 13063 33554432000 4194304 5787044 140733948851408 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 295540

[startup+12.7011 s]
/proc/loadavg: 7.79 7.97 7.98 9/188 3174
/proc/meminfo: memFree=19480548/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=296332 CPUtime=50.61 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 28635 0 0 0 5055 6 0 0 18 0 5 0 518110658 303443968 17960 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 74083 17960 417 389 0 69833 0
[pid=3168/tid=3170] ppid=3167 vsize=296332 CPUtime=12.65 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 5811 0 0 0 1264 1 0 0 25 0 5 0 518110660 303443968 17960 33554432000 4194304 5787044 140733948851408 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=296332 CPUtime=12.65 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 5933 0 0 0 1265 0 0 0 25 0 5 0 518110661 303443968 17960 33554432000 4194304 5787044 140733948851408 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=296332 CPUtime=12.58 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 6363 0 0 0 1257 1 0 0 25 0 5 0 518110661 303443968 17960 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=296332 CPUtime=12.65 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 6668 0 0 0 1264 1 0 0 25 0 5 0 518110662 303443968 17960 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 305032

[startup+25.5008 s]
/proc/loadavg: 7.99 8.01 7.99 9/188 3175
/proc/meminfo: memFree=19451532/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=306080 CPUtime=101.73 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 34551 0 0 0 10161 12 0 0 18 0 5 0 518110658 313425920 23874 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 76520 23874 417 389 0 72270 0
[pid=3168/tid=3170] ppid=3167 vsize=306080 CPUtime=25.46 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 6926 0 0 0 2543 3 0 0 25 0 5 0 518110660 313425920 23874 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=306080 CPUtime=25.46 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 7083 0 0 0 2544 2 0 0 25 0 5 0 518110661 313425920 23874 33554432000 4194304 5787044 140733948851408 18446744073709551615 47462389457472 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=306080 CPUtime=25.31 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 8659 0 0 0 2528 3 0 0 25 0 5 0 518110661 313425920 23874 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=306080 CPUtime=25.45 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 8023 0 0 0 2542 3 0 0 25 0 5 0 518110662 313425920 23874 33554432000 4194304 5787044 140733948851408 18446744073709551615 4215360 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 314780

[startup+51.1013 s]
/proc/loadavg: 7.99 8.01 7.99 9/188 3175
/proc/meminfo: memFree=19400896/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=319872 CPUtime=204 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 44548 0 0 0 20374 26 0 0 18 0 5 0 518110658 327548928 33805 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 79968 33805 417 389 0 75718 0
[pid=3168/tid=3170] ppid=3167 vsize=319872 CPUtime=51.05 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 8892 0 0 0 5099 6 0 0 25 0 5 0 518110660 327548928 33805 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=319872 CPUtime=51.06 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 10281 0 0 0 5101 5 0 0 25 0 5 0 518110661 327548928 33805 33554432000 4194304 5787044 140733948851408 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=319872 CPUtime=50.77 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 11068 0 0 0 5070 7 0 0 25 0 5 0 518110661 327548928 33805 33554432000 4194304 5787044 140733948851408 18446744073709551615 4216772 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=319872 CPUtime=51.05 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 10447 0 0 0 5099 6 0 0 25 0 5 0 518110662 327548928 33805 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 328572

[startup+102.301 s]
/proc/loadavg: 8.05 8.02 8.00 9/188 3177
/proc/meminfo: memFree=19333068/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=337236 CPUtime=408.52 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 56699 0 0 0 40810 42 0 0 18 0 5 0 518110658 345329664 45857 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 84309 45857 417 389 0 80059 0
[pid=3168/tid=3170] ppid=3167 vsize=337236 CPUtime=102.26 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 13993 0 0 0 10214 12 0 0 25 0 5 0 518110660 345329664 45857 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=337236 CPUtime=102.26 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 13089 0 0 0 10217 9 0 0 25 0 5 0 518110661 345329664 45857 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=337236 CPUtime=101.69 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 13171 0 0 0 10158 11 0 0 25 0 5 0 518110661 345329664 45857 33554432000 4194304 5787044 140733948851408 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=337236 CPUtime=102.25 cores=1,3,5,7

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

/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 29021 0 0 0 81962 41 0 0 25 0 5 0 518110661 654643200 120334 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=639300 CPUtime=819.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 37882 0 0 0 81940 57 0 0 25 0 5 0 518110661 654643200 120334 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=639300 CPUtime=822.24 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 31437 0 0 0 82198 26 0 0 25 0 5 0 518110662 654643200 120334 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 648000

[startup+882.308 s]
/proc/loadavg: 8.11 8.09 8.03 9/188 3237
/proc/meminfo: memFree=19331800/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=647500 CPUtime=3524.24 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 135143 0 0 0 352259 165 0 0 18 0 5 0 518110658 663040000 122965 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 161875 122965 417 389 0 157625 0
[pid=3168/tid=3170] ppid=3167 vsize=647500 CPUtime=882.25 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 30697 0 0 0 88187 38 0 0 25 0 5 0 518110660 663040000 122965 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=647500 CPUtime=879.7 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 30220 0 0 0 87928 42 0 0 25 0 5 0 518110661 663040000 122965 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=647500 CPUtime=879.99 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 38907 0 0 0 87941 58 0 0 25 0 5 0 518110661 663040000 122965 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=647500 CPUtime=882.25 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 31459 0 0 0 88199 26 0 0 25 0 5 0 518110662 663040000 122965 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 656200

[startup+942.301 s]
/proc/loadavg: 8.16 8.11 8.03 9/188 3240
/proc/meminfo: memFree=19287152/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=656092 CPUtime=3763.9 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 140576 0 0 0 376216 174 0 0 18 0 5 0 518110658 671838208 128398 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 164023 128398 417 389 0 159773 0
[pid=3168/tid=3170] ppid=3167 vsize=656092 CPUtime=942.25 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 33645 0 0 0 94184 41 0 0 25 0 5 0 518110660 671838208 128398 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290705589 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=656092 CPUtime=939.37 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 32607 0 0 0 93889 48 0 0 25 0 5 0 518110661 671838208 128398 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=656092 CPUtime=939.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 38913 0 0 0 93939 58 0 0 25 0 5 0 518110661 671838208 128398 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=656092 CPUtime=942.24 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 31551 0 0 0 94198 26 0 0 25 0 5 0 518110662 671838208 128398 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290705589 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 664792

[startup+1002.3 s]
/proc/loadavg: 8.17 8.11 8.04 9/188 3243
/proc/meminfo: memFree=19242384/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=669072 CPUtime=4003.57 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 147129 0 0 0 400173 184 0 0 18 0 5 0 518110658 685129728 134951 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 167268 134951 417 389 0 163018 0
[pid=3168/tid=3170] ppid=3167 vsize=669072 CPUtime=1002.25 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 35572 0 0 0 100180 45 0 0 25 0 5 0 518110660 685129728 134951 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=669072 CPUtime=999.04 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 34479 0 0 0 99852 52 0 0 25 0 5 0 518110661 685129728 134951 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=669072 CPUtime=999.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 39967 0 0 0 99939 58 0 0 25 0 5 0 518110661 685129728 134951 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=669072 CPUtime=1002.24 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 33251 0 0 0 100197 27 0 0 25 0 5 0 518110662 685129728 134951 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 677772

[startup+1062.3 s]
/proc/loadavg: 8.16 8.12 8.04 9/188 3244
/proc/meminfo: memFree=19210008/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=681084 CPUtime=4243.25 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 153774 0 0 0 424130 195 0 0 18 0 5 0 518110658 697430016 141596 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 170271 141596 417 389 0 166021 0
[pid=3168/tid=3170] ppid=3167 vsize=681084 CPUtime=1062.24 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 37312 0 0 0 106176 48 0 0 25 0 5 0 518110660 697430016 141596 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=681084 CPUtime=1058.72 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 37371 0 0 0 105815 57 0 0 25 0 5 0 518110661 697430016 141596 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=681084 CPUtime=1059.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 40023 0 0 0 105939 58 0 0 25 0 5 0 518110661 697430016 141596 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=681084 CPUtime=1062.24 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 35208 0 0 0 106195 29 0 0 25 0 5 0 518110662 697430016 141596 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 689784

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.04 9/188 3246
/proc/meminfo: memFree=19178628/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=697996 CPUtime=4482.92 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 161611 0 0 0 448086 206 0 0 18 0 5 0 518110658 714747904 149208 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 174499 149208 417 389 0 170249 0
[pid=3168/tid=3170] ppid=3167 vsize=697996 CPUtime=1122.24 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 38954 0 0 0 112172 52 0 0 25 0 5 0 518110660 714747904 149208 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=697996 CPUtime=1118.39 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 38613 0 0 0 111780 59 0 0 25 0 5 0 518110661 714747904 149208 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=697996 CPUtime=1119.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 42955 0 0 0 111935 62 0 0 25 0 5 0 518110661 714747904 149208 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=697996 CPUtime=1122.25 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 37229 0 0 0 112194 31 0 0 25 0 5 0 518110662 714747904 149208 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 706696

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 8.05 9/188 3247
/proc/meminfo: memFree=19159524/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=704960 CPUtime=4722.59 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 166556 0 0 0 472046 213 0 0 18 0 5 0 518110658 721879040 153928 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 176240 153928 417 389 0 171990 0
[pid=3168/tid=3170] ppid=3167 vsize=704960 CPUtime=1182.25 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 39846 0 0 0 118172 53 0 0 25 0 5 0 518110660 721879040 153928 33554432000 4194304 5787044 140733948851408 18446744073709551615 4215351 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=704960 CPUtime=1178.07 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 38617 0 0 0 117748 59 0 0 25 0 5 0 518110661 721879040 153928 33554432000 4194304 5787044 140733948851408 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=704960 CPUtime=1179.97 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 45269 0 0 0 117930 67 0 0 25 0 5 0 518110661 721879040 153928 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=704960 CPUtime=1182.25 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 38964 0 0 0 118192 33 0 0 25 0 5 0 518110662 721879040 153928 33554432000 4194304 5787044 140733948851408 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 713660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.14 8.05 9/188 3248
/proc/meminfo: memFree=19152824/32950904 swapFree=67082284/67111528
[pid=3167] ppid=3165 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3167/stat : 3167 (priss.sh) S 3165 3167 1762 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518110658 8908800 251 33554432000 4194304 4922060 140734599052720 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3167/statm: 2175 251 211 178 0 68 0
[pid=3168] ppid=3167 vsize=772884 CPUtime=4800.1 cores=1,3,5,7
/proc/3168/stat : 3168 (priss) S 3167 3167 1762 0 -1 4202496 167829 0 0 0 479794 216 0 0 18 0 5 0 518110658 791433216 155201 33554432000 4194304 5787044 140733948851408 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3168/statm: 193221 155201 417 389 0 188971 0
[pid=3168/tid=3170] ppid=3167 vsize=772884 CPUtime=1201.66 cores=1,3,5,7
/proc/3168/task/3170/stat : 3170 (priss) R 3167 3167 1762 0 -1 4202560 39847 0 0 0 120113 53 0 0 25 0 5 0 518110660 791433216 155201 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3168/tid=3172] ppid=3167 vsize=772884 CPUtime=1197.36 cores=1,3,5,7
/proc/3168/task/3172/stat : 3172 (priss) R 3167 3167 1762 0 -1 4202560 38619 0 0 0 119677 59 0 0 25 0 5 0 518110661 791433216 155201 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3168/tid=3173] ppid=3167 vsize=772884 CPUtime=1199.37 cores=1,3,5,7
/proc/3168/task/3173/stat : 3173 (priss) R 3167 3167 1762 0 -1 4202560 45981 0 0 0 119868 69 0 0 25 0 5 0 518110661 791433216 155201 33554432000 4194304 5787044 140733948851408 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=3168/tid=3174] ppid=3167 vsize=772884 CPUtime=1201.65 cores=1,3,5,7
/proc/3168/task/3174/stat : 3174 (priss) R 3167 3167 1762 0 -1 4202560 39522 0 0 0 120132 33 0 0 25 0 5 0 518110662 791433216 155201 33554432000 4194304 5787044 140733948851408 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 781584

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

Real time (s): 1201.72
CPU time (s): 4800.1
CPU user time (s): 4797.94
CPU system time (s): 2.16
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 781584

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

runsolver used 1.67674 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 10:18:29
IDJOB=3263440
IDBENCH=83976
IDSOLVER=1603
FILE ID=node121/3263440-1304065109
RUNJOBID= node121-1304060729-2753
PBS_JOBID= 13170425
Free space on /tmp= 72652 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263440-1304065109/watcher-3263440-1304065109 -o /tmp/evaluation-result-3263440-1304065109/solver-3263440-1304065109 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263440-1304065109.cnf 1215823126 4800 15500 4

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=1215823126

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19558960 kB
Buffers:       2180728 kB
Cached:       10197836 kB
SwapCached:       2776 kB
Active:        9561036 kB
Inactive:      3310868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19558960 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:      491304 kB
Mapped:          14656 kB
Slab:           455140 kB
PageTables:       5712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   713216 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= 72652 MiB
End job on node121 at 2011-04-29 10:38:33