Trace number 3259700

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.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 9904
0.00/0.06	c parsetime: 62659us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.08	c NW started thread 0 successfully (1113438528)
0.00/0.10	c NW started thread 1 successfully (1123928384)
0.00/0.13	c NW started thread 2 successfully (1092061504)
0.00/0.17	c NW started thread 3 successfully (1134418240)
47.21/12.03	c preprocessor returned 10005 variables
47.21/12.03	c preprocessing returned UNKNOWN
47.21/12.03	c PP set 0 variables
47.21/12.03	c pp time: 11925357us (11s)
47.21/12.05	c preprocessor returned 10005 variables
47.21/12.05	c preprocessing returned UNKNOWN
47.21/12.05	c PP set 0 variables
47.21/12.05	c pp time: 11961912us (11s)
47.61/12.18	c preprocessor returned 10005 variables
47.61/12.18	c preprocessing returned UNKNOWN
47.61/12.18	c PP set 0 variables
47.61/12.18	c pp time: 12053642us (12s)
83.16/21.08	c preprocessor returned 30023 variables
83.16/21.08	c preprocessing returned UNKNOWN
83.16/21.08	c PP set 0 variables
83.16/21.08	c pp time: 20910914us (20s)

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-3259700-1304048322/watcher-3259700-1304048322 -o /tmp/evaluation-result-3259700-1304048322/solver-3259700-1304048322 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259700-1304048322.cnf 1263075499 4800 15500 4 

running on 4 cores: 0,2,4,6

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: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0

[startup+0.0460241 s]
/proc/loadavg: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100975 s]
/proc/loadavg: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300969 s]
/proc/loadavg: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.2177 s]
/proc/loadavg: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 8.20 8.12 7.95 3/178 9903
/proc/meminfo: memFree=15595648/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10034 s]
/proc/loadavg: 8.18 8.12 7.95 9/188 9913
/proc/meminfo: memFree=15412296/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=317992 CPUtime=11.67 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 47637 0 0 0 1153 14 0 0 18 0 5 0 516432632 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 79498 21745 350 389 0 75248 0
[pid=9904/tid=9909] ppid=9903 vsize=317992 CPUtime=2.89 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 8905 0 0 0 287 2 0 0 23 0 5 0 516432640 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=317992 CPUtime=2.88 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 8814 0 0 0 285 3 0 0 23 0 5 0 516432643 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=317992 CPUtime=2.87 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 7316 0 0 0 285 2 0 0 23 0 5 0 516432645 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=317992 CPUtime=2.83 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 9073 0 0 0 280 3 0 0 23 0 5 0 516432649 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 326692

[startup+6.30075 s]
/proc/loadavg: 8.18 8.12 7.95 9/188 9913
/proc/meminfo: memFree=15412308/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=317992 CPUtime=24.45 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 47637 0 0 0 2431 14 0 0 18 0 5 0 516432632 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 79498 21745 350 389 0 75248 0
[pid=9904/tid=9909] ppid=9903 vsize=317992 CPUtime=6.1 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 8905 0 0 0 608 2 0 0 25 0 5 0 516432640 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=317992 CPUtime=6.09 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 8814 0 0 0 606 3 0 0 25 0 5 0 516432643 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=317992 CPUtime=6.05 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 7316 0 0 0 603 2 0 0 25 0 5 0 516432645 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=317992 CPUtime=6.03 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 9073 0 0 0 600 3 0 0 25 0 5 0 516432649 325623808 21745 33554432000 4194304 5787044 140735849828928 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 326692

[startup+12.7005 s]
/proc/loadavg: 8.15 8.11 7.95 9/188 9914
/proc/meminfo: memFree=15333304/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=334036 CPUtime=50.02 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 77898 0 0 0 4983 19 0 0 18 0 5 0 516432632 342052864 34078 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 83509 34078 404 389 0 79259 0
[pid=9904/tid=9909] ppid=9903 vsize=334036 CPUtime=12.5 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 19473 0 0 0 1246 4 0 0 25 0 5 0 516432640 342052864 34078 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=334036 CPUtime=12.48 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 18218 0 0 0 1244 4 0 0 25 0 5 0 516432643 342052864 34078 33554432000 4194304 5787044 140735849828928 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=334036 CPUtime=12.42 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 14272 0 0 0 1239 3 0 0 25 0 5 0 516432645 342052864 34078 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=334036 CPUtime=12.44 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 12406 0 0 0 1240 4 0 0 25 0 5 0 516432649 342052864 34078 33554432000 4194304 5787044 140735849828928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 342736

[startup+25.5012 s]
/proc/loadavg: 8.20 8.12 7.95 9/188 9914
/proc/meminfo: memFree=15265480/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=339240 CPUtime=101.14 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 91708 0 0 0 10091 23 0 0 18 0 5 0 516432632 347381760 40579 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 84810 40579 417 389 0 80560 0
[pid=9904/tid=9909] ppid=9903 vsize=339240 CPUtime=25.29 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 21013 0 0 0 2525 4 0 0 25 0 5 0 516432640 347381760 40579 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=339240 CPUtime=25.28 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 19721 0 0 0 2523 5 0 0 25 0 5 0 516432643 347381760 40579 33554432000 4194304 5787044 140735849828928 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=339240 CPUtime=25.15 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 15572 0 0 0 2511 4 0 0 25 0 5 0 516432645 347381760 40579 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=339240 CPUtime=25.24 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 21873 0 0 0 2518 6 0 0 25 0 5 0 516432649 347381760 40579 33554432000 4194304 5787044 140735849828928 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 347940

[startup+51.1004 s]
/proc/loadavg: 8.13 8.11 7.95 9/188 9914
/proc/meminfo: memFree=15169688/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=354968 CPUtime=203.39 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 103387 0 0 0 20310 29 0 0 18 0 5 0 516432632 363487232 52257 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 88742 52257 417 389 0 84492 0
[pid=9904/tid=9909] ppid=9903 vsize=354968 CPUtime=50.88 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 24215 0 0 0 5082 6 0 0 25 0 5 0 516432640 363487232 52257 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=354968 CPUtime=50.88 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 22844 0 0 0 5081 7 0 0 25 0 5 0 516432643 363487232 52257 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=354968 CPUtime=50.61 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 19445 0 0 0 5055 6 0 0 25 0 5 0 516432645 363487232 52257 33554432000 4194304 5787044 140735849828928 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=354968 CPUtime=50.83 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 23354 0 0 0 5076 7 0 0 25 0 5 0 516432649 363487232 52257 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 363668

[startup+102.301 s]
/proc/loadavg: 8.11 8.11 7.96 9/188 9916
/proc/meminfo: memFree=15038616/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=377152 CPUtime=407.88 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 118181 0 0 0 40747 41 0 0 18 0 5 0 516432632 386203648 67006 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 94288 67006 417 389 0 90038 0
[pid=9904/tid=9909] ppid=9903 vsize=377152 CPUtime=102.06 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 27748 0 0 0 10196 10 0 0 25 0 5 0 516432640 386203648 67006 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=377152 CPUtime=102.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 28294 0 0 0 10197 10 0 0 25 0 5 0 516432643 386203648 67006 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=377152 CPUtime=101.52 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 22982 0 0 0 10144 8 0 0 25 0 5 0 516432645 386203648 67006 33554432000 4194304 5787044 140735849828928 18446744073709551615 4255024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=377152 CPUtime=102.02 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 25628 0 0 0 10194 8 0 0 25 0 5 0 516432649 386203648 67006 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.88
Current children cumulated vsize (KiB) 385852

[startup+162.301 s]
/proc/loadavg: 8.08 8.10 7.96 9/188 9918
/proc/meminfo: memFree=14849356/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=538996 CPUtime=647.55 cores=0,2,4,6

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

/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 70012 0 0 0 82151 56 0 0 25 0 5 0 516432643 944402432 207297 33554432000 4194304 5787044 140735849828928 18446744073709551615 5586783 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=922268 CPUtime=817.58 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 63481 0 0 0 81727 31 0 0 25 0 5 0 516432645 944402432 207297 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591686 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=922268 CPUtime=822.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 46356 0 0 0 82164 37 0 0 25 0 5 0 516432649 944402432 207297 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.8
Current children cumulated vsize (KiB) 930968

[startup+882.301 s]
/proc/loadavg: 8.06 8.07 8.00 9/188 9937
/proc/meminfo: memFree=13798124/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=987804 CPUtime=3523.45 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 264649 0 0 0 352156 189 0 0 18 0 5 0 516432632 1011511296 211777 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 246951 211777 417 389 0 242701 0
[pid=9904/tid=9909] ppid=9903 vsize=987804 CPUtime=881.95 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 66792 0 0 0 88141 54 0 0 25 0 5 0 516432640 1011511296 211777 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458752390 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=987804 CPUtime=882.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 70012 0 0 0 88151 56 0 0 25 0 5 0 516432643 1011511296 211777 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=987804 CPUtime=877.25 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 63482 0 0 0 87694 31 0 0 25 0 5 0 516432645 1011511296 211777 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=987804 CPUtime=882.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 50834 0 0 0 88155 46 0 0 25 0 5 0 516432649 1011511296 211777 33554432000 4194304 5787044 140735849828928 18446744073709551615 4508285 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.45
Current children cumulated vsize (KiB) 996504

[startup+942.307 s]
/proc/loadavg: 8.18 8.10 8.01 9/188 9938
/proc/meminfo: memFree=13796108/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=987804 CPUtime=3763.14 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 265163 0 0 0 376124 190 0 0 18 0 5 0 516432632 1011511296 212089 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 246951 212089 417 389 0 242701 0
[pid=9904/tid=9909] ppid=9903 vsize=987804 CPUtime=941.95 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 66792 0 0 0 94141 54 0 0 25 0 5 0 516432640 1011511296 212089 33554432000 4194304 5787044 140735849828928 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=987804 CPUtime=942.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 70012 0 0 0 94151 56 0 0 25 0 5 0 516432643 1011511296 212089 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=987804 CPUtime=936.93 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 63482 0 0 0 93662 31 0 0 25 0 5 0 516432645 1011511296 212089 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=987804 CPUtime=942.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 51348 0 0 0 94155 46 0 0 25 0 5 0 516432649 1011511296 212089 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.14
Current children cumulated vsize (KiB) 996504

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/188 9940
/proc/meminfo: memFree=13796080/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=987804 CPUtime=4002.79 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 265175 0 0 0 400088 191 0 0 18 0 5 0 516432632 1011511296 212101 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 246951 212101 417 389 0 242701 0
[pid=9904/tid=9909] ppid=9903 vsize=987804 CPUtime=1001.93 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 66796 0 0 0 100139 54 0 0 25 0 5 0 516432640 1011511296 212101 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=987804 CPUtime=1002.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 70020 0 0 0 100151 56 0 0 25 0 5 0 516432643 1011511296 212101 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=987804 CPUtime=996.6 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 63482 0 0 0 99629 31 0 0 25 0 5 0 516432645 1011511296 212101 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=987804 CPUtime=1002.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 51348 0 0 0 100154 47 0 0 25 0 5 0 516432649 1011511296 212101 33554432000 4194304 5787044 140735849828928 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.79
Current children cumulated vsize (KiB) 996504

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.01 9/188 9942
/proc/meminfo: memFree=13749176/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=1061540 CPUtime=4242.46 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 269003 0 0 0 424051 195 0 0 18 0 5 0 516432632 1087016960 215929 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 265385 215929 417 389 0 261135 0
[pid=9904/tid=9909] ppid=9903 vsize=1061540 CPUtime=1061.93 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 67239 0 0 0 106138 55 0 0 25 0 5 0 516432640 1087016960 215929 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=1061540 CPUtime=1062.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 72372 0 0 0 106149 58 0 0 25 0 5 0 516432643 1087016960 215929 33554432000 4194304 5787044 140735849828928 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=1061540 CPUtime=1056.27 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 64514 0 0 0 105596 31 0 0 25 0 5 0 516432645 1087016960 215929 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=1061540 CPUtime=1062.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 51349 0 0 0 106154 47 0 0 25 0 5 0 516432649 1087016960 215929 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1070240

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/188 9943
/proc/meminfo: memFree=13612384/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=1138180 CPUtime=4482.13 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 283212 0 0 0 448000 213 0 0 18 0 5 0 516432632 1165496320 230138 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 284545 230138 417 389 0 280295 0
[pid=9904/tid=9909] ppid=9903 vsize=1138180 CPUtime=1121.92 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 72908 0 0 0 112128 64 0 0 25 0 5 0 516432640 1165496320 230138 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=1138180 CPUtime=1122.07 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 79056 0 0 0 112141 66 0 0 25 0 5 0 516432643 1165496320 230138 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=1138180 CPUtime=1115.94 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 66350 0 0 0 111562 32 0 0 25 0 5 0 516432645 1165496320 230138 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=1138180 CPUtime=1122.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 51369 0 0 0 112154 47 0 0 25 0 5 0 516432649 1165496320 230138 33554432000 4194304 5787044 140735849828928 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.13
Current children cumulated vsize (KiB) 1146880

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.01 9/188 9945
/proc/meminfo: memFree=13441116/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=1172412 CPUtime=4721.78 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 302046 0 0 0 471945 233 0 0 18 0 5 0 516432632 1200549888 248972 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 293103 248972 417 389 0 288853 0
[pid=9904/tid=9909] ppid=9903 vsize=1172412 CPUtime=1181.9 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 78200 0 0 0 118118 72 0 0 25 0 5 0 516432640 1200549888 248972 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=1172412 CPUtime=1182.06 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 84431 0 0 0 118132 74 0 0 25 0 5 0 516432643 1200549888 248972 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=1172412 CPUtime=1175.61 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 72914 0 0 0 117525 36 0 0 25 0 5 0 516432645 1200549888 248972 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=1172412 CPUtime=1182.01 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 52972 0 0 0 118154 47 0 0 25 0 5 0 516432649 1200549888 248972 33554432000 4194304 5787044 140735849828928 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.78
Current children cumulated vsize (KiB) 1181112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.17 8.11 8.02 6/181 9946
/proc/meminfo: memFree=14584436/32951124 swapFree=67111528/67111528
[pid=9903] ppid=9901 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (priss.sh) S 9901 9903 9766 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 516432632 8908800 252 33554432000 4194304 4922060 140735312434576 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9903/statm: 2175 252 211 178 0 68 0
[pid=9904] ppid=9903 vsize=1179420 CPUtime=4800.1 cores=0,2,4,6
/proc/9904/stat : 9904 (priss) S 9903 9903 9766 0 -1 4202496 307978 0 0 0 479769 241 0 0 18 0 5 0 516432632 1207726080 254577 33554432000 4194304 5787044 140735849828928 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9904/statm: 294855 254577 417 389 0 290605 0
[pid=9904/tid=9909] ppid=9903 vsize=1179420 CPUtime=1201.51 cores=0,2,4,6
/proc/9904/task/9909/stat : 9909 (priss) R 9903 9903 9766 0 -1 4202560 79938 0 0 0 120076 75 0 0 25 0 5 0 516432640 1207726080 254577 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=9904/tid=9910] ppid=9903 vsize=1179420 CPUtime=1201.68 cores=0,2,4,6
/proc/9904/task/9910/stat : 9910 (priss) R 9903 9903 9766 0 -1 4202560 85814 0 0 0 120092 76 0 0 25 0 5 0 516432643 1207726080 254577 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9904/tid=9912] ppid=9903 vsize=1179420 CPUtime=1195.11 cores=0,2,4,6
/proc/9904/task/9912/stat : 9912 (priss) R 9903 9903 9766 0 -1 4202560 74665 0 0 0 119474 37 0 0 25 0 5 0 516432645 1207726080 254577 33554432000 4194304 5787044 140735849828928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9904/tid=9913] ppid=9903 vsize=1179420 CPUtime=1201.62 cores=0,2,4,6
/proc/9904/task/9913/stat : 9913 (priss) R 9903 9903 9766 0 -1 4202560 54032 0 0 0 120113 49 0 0 25 0 5 0 516432649 1207726080 254578 33554432000 4194304 5787044 140735849828928 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1188120

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 9903 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.1
CPU user time (s): 4797.69
CPU system time (s): 2.41
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 1188120

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

runsolver used 1.82372 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 05:38:42
IDJOB=3259700
IDBENCH=71612
IDSOLVER=1603
FILE ID=node105/3259700-1304048322
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71932 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2400c266431gyes2.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259700-1304048322/watcher-3259700-1304048322 -o /tmp/evaluation-result-3259700-1304048322/solver-3259700-1304048322 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259700-1304048322.cnf 1263075499 4800 15500 4

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=1263075499

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15596044 kB
Buffers:       2300324 kB
Cached:       14411524 kB
SwapCached:          0 kB
Active:        8931156 kB
Inactive:      7854708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15596044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10492 kB
Writeback:           0 kB
AnonPages:       73400 kB
Mapped:          14808 kB
Slab:           507116 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217740 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= 71932 MiB
End job on node105 at 2011-04-29 05:58:46