Trace number 3292333

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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: 30010
0.00/0.04	c parsetime: 37563us
0.00/0.04	c parsed 161664 clauses with 1024 variables
0.00/0.05	c NW started thread 0 successfully (1105770816)
0.00/0.06	c NW started thread 1 successfully (1116260672)
0.00/0.08	c NW started thread 2 successfully (1084561728)
0.00/0.11	c NW started thread 3 successfully (1126750528)
12.58/3.30	c preprocessor returned 10007 variables
12.58/3.30	c preprocessing returned UNKNOWN
12.58/3.30	c PP set 1 variables
12.58/3.30	c pp time: 3250502us (3s)
12.98/3.31	c preprocessor returned 10007 variables
12.98/3.31	c preprocessing returned UNKNOWN
12.98/3.31	c PP set 1 variables
12.98/3.31	c pp time: 3243330us (3s)
12.98/3.37	c preprocessor returned 10007 variables
12.98/3.37	c preprocessing returned UNKNOWN
12.98/3.37	c PP set 1 variables
12.98/3.37	c pp time: 3284308us (3s)
46.92/11.84	c preprocessor returned 30023 variables
46.92/11.84	c preprocessing returned UNKNOWN
46.92/11.84	c PP set 1 variables
46.92/11.84	c pp time: 11737671us (11s)

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-3292333-1304072637/watcher-3292333-1304072637 -o /tmp/evaluation-result-3292333-1304072637/solver-3292333-1304072637 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3292333-1304072637.cnf 1473116534 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.81 8.01 8.04 6/182 30009
/proc/meminfo: memFree=14152520/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0

[startup+0.099488 s]
/proc/loadavg: 7.81 8.01 8.04 6/182 30009
/proc/meminfo: memFree=14152520/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100235 s]
/proc/loadavg: 7.81 8.01 8.04 6/182 30009
/proc/meminfo: memFree=14152520/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.333136 s]
/proc/loadavg: 7.81 8.01 8.04 6/182 30009
/proc/meminfo: memFree=14152520/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701081 s]
/proc/loadavg: 7.81 8.01 8.04 6/182 30009
/proc/meminfo: memFree=14152520/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 7.81 8.01 8.04 9/188 30015
/proc/meminfo: memFree=14099412/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=301940 CPUtime=5.77 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 14615 0 0 0 573 4 0 0 18 0 5 0 597494397 309186560 13125 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 75485 13125 350 389 0 71235 0
[pid=30010/tid=30012] ppid=30009 vsize=301940 CPUtime=1.44 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 1996 0 0 0 143 1 0 0 20 0 5 0 597494402 309186560 13125 33554432000 4194304 5787044 140736564605424 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=301940 CPUtime=1.42 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 1658 0 0 0 142 0 0 0 23 0 5 0 597494404 309186560 13125 33554432000 4194304 5787044 140736564605424 18446744073709551615 18446744073699065971 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=301940 CPUtime=1.39 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 1833 0 0 0 139 0 0 0 23 0 5 0 597494406 309186560 13125 33554432000 4194304 5787044 140736564605424 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=301940 CPUtime=1.38 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 465 0 0 0 138 0 0 0 23 0 5 0 597494408 309186560 13125 33554432000 4194304 5787044 140736564605424 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 310640

[startup+3.10066 s]
/proc/loadavg: 7.81 8.01 8.04 9/188 30015
/proc/meminfo: memFree=14090484/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=315128 CPUtime=12.16 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 21562 0 0 0 1211 5 0 0 18 0 5 0 597494397 322691072 19188 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 78782 19188 355 389 0 74532 0
[pid=30010/tid=30012] ppid=30009 vsize=315128 CPUtime=3.03 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 3564 0 0 0 302 1 0 0 25 0 5 0 597494402 322691072 19188 33554432000 4194304 5787044 140736564605424 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=315128 CPUtime=3.02 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 2697 0 0 0 302 0 0 0 25 0 5 0 597494404 322691072 19188 33554432000 4194304 5787044 140736564605424 18446744073709551615 4359012 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=315128 CPUtime=2.99 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 3156 0 0 0 298 1 0 0 25 0 5 0 597494406 322691072 19188 33554432000 4194304 5787044 140736564605424 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=315128 CPUtime=2.99 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 3482 0 0 0 298 1 0 0 25 0 5 0 597494408 322691072 19188 33554432000 4194304 5787044 140736564605424 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 323828

[startup+6.3011 s]
/proc/loadavg: 7.83 8.01 8.04 9/188 30015
/proc/meminfo: memFree=14065632/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=316764 CPUtime=24.95 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 24760 0 0 0 2488 7 0 0 18 0 5 0 597494397 324366336 21488 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 79191 21488 405 389 0 74941 0
[pid=30010/tid=30012] ppid=30009 vsize=316764 CPUtime=6.24 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 4005 0 0 0 622 2 0 0 25 0 5 0 597494402 324366336 21488 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=316764 CPUtime=6.23 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 3514 0 0 0 622 1 0 0 25 0 5 0 597494404 324366336 21488 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=316764 CPUtime=6.17 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 5096 0 0 0 616 1 0 0 25 0 5 0 597494406 324366336 21488 33554432000 4194304 5787044 140736564605424 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=316764 CPUtime=6.19 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 3482 0 0 0 618 1 0 0 25 0 5 0 597494408 324366336 21488 33554432000 4194304 5787044 140736564605424 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 325464

[startup+12.701 s]
/proc/loadavg: 7.84 8.00 8.04 10/188 30015
/proc/meminfo: memFree=14040832/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=324044 CPUtime=50.51 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 28989 0 0 0 5042 9 0 0 18 0 5 0 597494397 331821056 25013 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 81011 25013 418 389 0 76761 0
[pid=30010/tid=30012] ppid=30009 vsize=324044 CPUtime=12.64 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 4756 0 0 0 1262 2 0 0 25 0 5 0 597494402 331821056 25013 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=324044 CPUtime=12.62 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 4284 0 0 0 1261 1 0 0 25 0 5 0 597494404 331821056 25013 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=324044 CPUtime=12.53 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 6115 0 0 0 1251 2 0 0 19 0 5 0 597494406 331821056 25013 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=324044 CPUtime=12.58 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 5171 0 0 0 1257 1 0 0 25 0 5 0 597494408 331821056 25013 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 332744

[startup+25.5008 s]
/proc/loadavg: 7.87 8.00 8.04 9/188 30015
/proc/meminfo: memFree=13997696/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=332748 CPUtime=101.62 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 35293 0 0 0 10144 18 0 0 18 0 5 0 597494397 340733952 31314 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 83187 31314 418 389 0 78937 0
[pid=30010/tid=30012] ppid=30009 vsize=332748 CPUtime=25.44 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 6613 0 0 0 2540 4 0 0 25 0 5 0 597494402 340733952 31314 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=332748 CPUtime=25.42 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 5352 0 0 0 2539 3 0 0 25 0 5 0 597494404 340733952 31314 33554432000 4194304 5787044 140736564605424 18446744073709551615 218880226337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=332748 CPUtime=25.25 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 8222 0 0 0 2519 6 0 0 25 0 5 0 597494406 340733952 31314 33554432000 4194304 5787044 140736564605424 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=332748 CPUtime=25.38 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 6443 0 0 0 2535 3 0 0 25 0 5 0 597494408 340733952 31314 33554432000 4194304 5787044 140736564605424 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 341448

[startup+51.1003 s]
/proc/loadavg: 8.00 8.02 8.04 9/188 30016
/proc/meminfo: memFree=13918524/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=349216 CPUtime=203.85 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 45362 0 0 0 20353 32 0 0 18 0 5 0 597494397 357597184 41335 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 87304 41335 418 389 0 83054 0
[pid=30010/tid=30012] ppid=30009 vsize=349216 CPUtime=51.02 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 8283 0 0 0 5096 6 0 0 18 0 5 0 597494402 357597184 41335 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=349216 CPUtime=51.01 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 8639 0 0 0 5095 6 0 0 25 0 5 0 597494404 357597184 41335 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=349216 CPUtime=50.71 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 11485 0 0 0 5061 10 0 0 25 0 5 0 597494406 357597184 41335 33554432000 4194304 5787044 140736564605424 18446744073709551615 4254979 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=349216 CPUtime=50.97 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 8292 0 0 0 5091 6 0 0 25 0 5 0 597494408 357597184 41335 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 357916

[startup+102.307 s]
/proc/loadavg: 8.05 8.03 8.04 9/188 30017
/proc/meminfo: memFree=13815704/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=372456 CPUtime=408.36 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 59854 0 0 0 40784 52 0 0 18 0 5 0 597494397 381394944 55664 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 93114 55664 418 389 0 88864 0
[pid=30010/tid=30012] ppid=30009 vsize=372456 CPUtime=101.97 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 11551 0 0 0 10187 10 0 0 25 0 5 0 597494402 381394944 55664 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=372456 CPUtime=102.21 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 11897 0 0 0 10208 13 0 0 25 0 5 0 597494404 381394944 55664 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=372456 CPUtime=101.88 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 16590 0 0 0 10172 16 0 0 25 0 5 0 597494406 381394944 55664 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=372456 CPUtime=102.17 cores=1,3,5,7

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

/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 37246 0 0 0 82174 39 0 0 25 0 5 0 597494404 732209152 148912 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=715048 CPUtime=821.84 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 37246 0 0 0 82128 56 0 0 25 0 5 0 597494406 732209152 148912 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=715048 CPUtime=822.13 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 36801 0 0 0 82167 46 0 0 25 0 5 0 597494408 732209152 148912 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.21
Current children cumulated vsize (KiB) 723748

[startup+882.301 s]
/proc/loadavg: 8.11 8.07 8.06 9/188 30038
/proc/meminfo: memFree=13064276/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=715624 CPUtime=3523.89 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 155639 0 0 0 352199 190 0 0 18 0 5 0 597494397 732798976 149898 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 178906 149898 419 389 0 174656 0
[pid=30010/tid=30012] ppid=30009 vsize=715624 CPUtime=877.66 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 34845 0 0 0 87721 45 0 0 25 0 5 0 597494402 732798976 149898 33554432000 4194304 5787044 140736564605424 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=715624 CPUtime=882.12 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 37523 0 0 0 88173 39 0 0 25 0 5 0 597494404 732798976 149898 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=715624 CPUtime=881.84 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 37689 0 0 0 88127 57 0 0 25 0 5 0 597494406 732798976 149898 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=715624 CPUtime=882.13 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 36919 0 0 0 88167 46 0 0 25 0 5 0 597494408 732798976 149898 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.89
Current children cumulated vsize (KiB) 724324

[startup+942.3 s]
/proc/loadavg: 7.39 7.94 8.01 5/177 30061
/proc/meminfo: memFree=13903296/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=724836 CPUtime=3763.55 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 161587 0 0 0 376156 199 0 0 18 0 5 0 597494397 742232064 155846 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 181209 155846 419 389 0 176959 0
[pid=30010/tid=30012] ppid=30009 vsize=724836 CPUtime=937.33 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 36109 0 0 0 93688 45 0 0 25 0 5 0 597494402 742232064 155846 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=724836 CPUtime=942.12 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 37892 0 0 0 94172 40 0 0 25 0 5 0 597494404 742232064 155846 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=724836 CPUtime=941.83 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 40738 0 0 0 94119 64 0 0 25 0 5 0 597494406 742232064 155846 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=724836 CPUtime=942.13 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 38185 0 0 0 94166 47 0 0 25 0 5 0 597494408 742232064 155846 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.55
Current children cumulated vsize (KiB) 733536

[startup+1002.3 s]
/proc/loadavg: 5.29 7.23 7.77 5/177 30062
/proc/meminfo: memFree=13871036/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=805884 CPUtime=4003.21 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 169672 0 0 0 400102 219 0 0 18 0 5 0 597494397 825225216 163931 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 201471 163931 419 389 0 197221 0
[pid=30010/tid=30012] ppid=30009 vsize=805884 CPUtime=997 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 36925 0 0 0 99654 46 0 0 25 0 5 0 597494402 825225216 163931 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591515 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=805884 CPUtime=1002.12 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 39003 0 0 0 100167 45 0 0 25 0 5 0 597494404 825225216 163932 33554432000 4194304 5787044 140736564605424 18446744073709551615 218880226337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=805884 CPUtime=1001.83 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 45192 0 0 0 100106 77 0 0 25 0 5 0 597494406 825225216 163932 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=805884 CPUtime=1002.13 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 39890 0 0 0 100164 49 0 0 25 0 5 0 597494408 825225216 163932 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 814584

[startup+1062.3 s]
/proc/loadavg: 4.52 6.66 7.53 5/177 30064
/proc/meminfo: memFree=13827968/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=950352 CPUtime=4242.88 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 180467 0 0 0 424032 256 0 0 18 0 5 0 597494397 973160448 174726 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 237588 174726 419 389 0 233338 0
[pid=30010/tid=30012] ppid=30009 vsize=950352 CPUtime=1056.68 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 39222 0 0 0 105620 48 0 0 25 0 5 0 597494402 973160448 174726 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=950352 CPUtime=1062.11 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 42447 0 0 0 106155 56 0 0 25 0 5 0 597494404 973160448 174726 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=950352 CPUtime=1061.84 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 47897 0 0 0 106093 91 0 0 25 0 5 0 597494406 973160448 174726 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=950352 CPUtime=1062.13 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 42238 0 0 0 106154 59 0 0 25 0 5 0 597494408 973160448 174726 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.88
Current children cumulated vsize (KiB) 959052

[startup+1122.3 s]
/proc/loadavg: 4.23 6.19 7.31 5/177 30065
/proc/meminfo: memFree=13786636/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=963848 CPUtime=4482.54 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 190715 0 0 0 447964 290 0 0 18 0 5 0 597494397 986980352 184974 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 240962 184974 419 389 0 236712 0
[pid=30010/tid=30012] ppid=30009 vsize=963848 CPUtime=1116.35 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 41263 0 0 0 111579 56 0 0 25 0 5 0 597494402 986980352 184974 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=963848 CPUtime=1122.11 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 45783 0 0 0 112152 59 0 0 25 0 5 0 597494404 986980352 184974 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=963848 CPUtime=1121.84 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 50570 0 0 0 112080 104 0 0 25 0 5 0 597494406 986980352 184974 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=963848 CPUtime=1122.12 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 44436 0 0 0 112143 69 0 0 25 0 5 0 597494408 986980352 184974 33554432000 4194304 5787044 140736564605424 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.54
Current children cumulated vsize (KiB) 972548

[startup+1182.3 s]
/proc/loadavg: 4.12 5.80 7.11 5/177 30067
/proc/meminfo: memFree=13742592/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=980676 CPUtime=4722.2 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 201805 0 0 0 471898 322 0 0 18 0 5 0 597494397 1004212224 196064 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 245169 196064 419 389 0 240919 0
[pid=30010/tid=30012] ppid=30009 vsize=980676 CPUtime=1176.02 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 43345 0 0 0 117537 65 0 0 25 0 5 0 597494402 1004212224 196064 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=980676 CPUtime=1182.1 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 49006 0 0 0 118149 61 0 0 25 0 5 0 597494404 1004212224 196064 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=980676 CPUtime=1181.84 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 54165 0 0 0 118069 115 0 0 25 0 5 0 597494406 1004212224 196064 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=980676 CPUtime=1182.12 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 46626 0 0 0 118133 79 0 0 25 0 5 0 597494408 1004212224 196064 33554432000 4194304 5787044 140736564605424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.2
Current children cumulated vsize (KiB) 989376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.09 5.68 7.04 5/177 30068
/proc/meminfo: memFree=13730428/32950928 swapFree=67111528/67111528
[pid=30009] ppid=30007 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30009/stat : 30009 (priss.sh) S 30007 30009 28330 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 597494397 8908800 251 33554432000 4194304 4922060 140733486648960 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30009/statm: 2175 251 211 178 0 68 0
[pid=30010] ppid=30009 vsize=984268 CPUtime=4800.11 cores=1,3,5,7
/proc/30010/stat : 30010 (priss) S 30009 30009 28330 0 -1 4202496 204711 0 0 0 479679 332 0 0 18 0 5 0 597494397 1007890432 198970 33554432000 4194304 5787044 140736564605424 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30010/statm: 246067 198970 419 389 0 241817 0
[pid=30010/tid=30012] ppid=30009 vsize=984268 CPUtime=1195.41 cores=1,3,5,7
/proc/30010/task/30012/stat : 30012 (priss) R 30009 30009 28330 0 -1 4202560 44006 0 0 0 119472 69 0 0 25 0 5 0 597494402 1007890432 198970 33554432000 4194304 5787044 140736564605424 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30010/tid=30013] ppid=30009 vsize=984268 CPUtime=1201.6 cores=1,3,5,7
/proc/30010/task/30013/stat : 30013 (priss) R 30009 30009 28330 0 -1 4202560 49911 0 0 0 120099 61 0 0 25 0 5 0 597494404 1007890432 198970 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30010/tid=30014] ppid=30009 vsize=984268 CPUtime=1201.34 cores=1,3,5,7
/proc/30010/task/30014/stat : 30014 (priss) R 30009 30009 28330 0 -1 4202560 54794 0 0 0 120016 118 0 0 25 0 5 0 597494406 1007890432 198970 33554432000 4194304 5787044 140736564605424 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30010/tid=30015] ppid=30009 vsize=984268 CPUtime=1201.63 cores=1,3,5,7
/proc/30010/task/30015/stat : 30015 (priss) R 30009 30009 28330 0 -1 4202560 47337 0 0 0 120081 82 0 0 25 0 5 0 597494408 1007890432 198970 33554432000 4194304 5787044 140736564605424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 992968

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 30009 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.11
#
# 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.11
CPU user time (s): 4796.79
CPU system time (s): 3.32
CPU usage (%): 399.404
Max. virtual memory (cumulated for all children) (KiB): 992968

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

runsolver used 1.67274 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 12:23:57
IDJOB=3292333
IDBENCH=85975
IDSOLVER=1603
FILE ID=node112/3292333-1304072637
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292333-1304072637/watcher-3292333-1304072637 -o /tmp/evaluation-result-3292333-1304072637/solver-3292333-1304072637 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3292333-1304072637.cnf 1473116534 4800 15500 4

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=1473116534

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14152792 kB
Buffers:       1996052 kB
Cached:       15810652 kB
SwapCached:          0 kB
Active:        7536860 kB
Inactive:     10705060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14152792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4032 kB
Writeback:           0 kB
AnonPages:      434852 kB
Mapped:          15704 kB
Slab:           493028 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   625496 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= 72560 MiB
End job on node112 at 2011-04-29 12:44:01