Trace number 3499217

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) 20398.6 5100.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark775.246
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 575
0.00/0.04	c parsetime: 44567us
0.00/0.04	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1117403456)
0.00/0.09	c NW started thread 1 successfully (1102162240)
0.00/0.11	c NW started thread 2 successfully (1127893312)
0.00/0.14	c NW started thread 3 successfully (1138383168)
31.23/8.05	c preprocessor returned 10004 variables
31.23/8.05	c preprocessing returned UNKNOWN
31.23/8.05	c PP set 0 variables
31.23/8.05	c pp time: 7936621us (7s)
31.64/8.13	c preprocessor returned 10004 variables
31.64/8.13	c preprocessing returned UNKNOWN
31.64/8.13	c PP set 0 variables
31.64/8.13	c pp time: 8073183us (8s)
31.64/8.14	c preprocessor returned 10004 variables
31.64/8.14	c preprocessing returned UNKNOWN
31.64/8.14	c PP set 0 variables
31.64/8.14	c pp time: 8051114us (8s)
64.84/16.41	c preprocessor returned 30022 variables
64.84/16.41	c preprocessing returned UNKNOWN
64.84/16.41	c PP set 0 variables
64.84/16.41	c pp time: 16263319us (16s)
8847.50/2212.29	c HTE
8877.10/2219.66	c subsumption
9203.12/2301.12	c simplified formula contains 0 unit clauses

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499217-1307991261/watcher-3499217-1307991261 -o /var/tmp/evaluation-result-3499217-1307991261/solver-3499217-1307991261 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499217-1307991261.cnf 1843812276 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 574
/proc/meminfo: memFree=10920220/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0

[startup+0.051738 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 574
/proc/meminfo: memFree=10920220/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100726 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 574
/proc/meminfo: memFree=10920220/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300711 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 574
/proc/meminfo: memFree=10920220/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70062 s]
/proc/loadavg: 4.00 4.00 3.91 2/170 574
/proc/meminfo: memFree=10920220/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 580
/proc/meminfo: memFree=10848352/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=319932 CPUtime=5.31 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 35919 0 0 0 512 19 0 0 18 0 5 0 989356692 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 79983 19149 350 389 0 75733 0
[pid=575/tid=577] ppid=574 vsize=319932 CPUtime=1.32 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 6997 0 0 0 129 3 0 0 18 0 5 0 989356698 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=575/tid=578] ppid=574 vsize=319932 CPUtime=1.27 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 5623 0 0 0 123 4 0 0 18 0 5 0 989356701 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=319932 CPUtime=1.28 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 6984 0 0 0 122 6 0 0 18 0 5 0 989356703 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=319932 CPUtime=1.27 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 5337 0 0 0 124 3 0 0 18 0 5 0 989356706 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 328632

[startup+3.10117 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 580
/proc/meminfo: memFree=10843268/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=319932 CPUtime=11.71 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 35919 0 0 0 1152 19 0 0 18 0 5 0 989356692 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 79983 19149 350 389 0 75733 0
[pid=575/tid=577] ppid=574 vsize=319932 CPUtime=2.92 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 6997 0 0 0 289 3 0 0 20 0 5 0 989356698 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=575/tid=578] ppid=574 vsize=319932 CPUtime=2.88 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 5623 0 0 0 284 4 0 0 21 0 5 0 989356701 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=319932 CPUtime=2.88 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 6984 0 0 0 282 6 0 0 20 0 5 0 989356703 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=319932 CPUtime=2.87 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 5337 0 0 0 284 3 0 0 20 0 5 0 989356706 327610368 19149 33554432000 4194304 5787044 140733269036448 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 328632

[startup+6.30059 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 580
/proc/meminfo: memFree=10836696/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=319932 CPUtime=24.51 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 37657 0 0 0 2432 19 0 0 18 0 5 0 989356692 327610368 20887 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 79983 20887 352 389 0 75733 0
[pid=575/tid=577] ppid=574 vsize=319932 CPUtime=6.12 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 7579 0 0 0 609 3 0 0 25 0 5 0 989356698 327610368 20887 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=575/tid=578] ppid=574 vsize=319932 CPUtime=6.08 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 5623 0 0 0 604 4 0 0 25 0 5 0 989356701 327610368 20887 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336229 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=319932 CPUtime=6.08 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 7568 0 0 0 602 6 0 0 25 0 5 0 989356703 327610368 20887 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=319932 CPUtime=6.07 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 5909 0 0 0 604 3 0 0 25 0 5 0 989356706 327610368 20887 33554432000 4194304 5787044 140733269036448 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.51
Current children cumulated vsize (KiB) 328632

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 580
/proc/meminfo: memFree=10801192/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=341404 CPUtime=50.02 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 62209 0 0 0 4976 26 0 0 18 0 5 0 989356692 349597696 30228 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 85351 30228 404 389 0 81101 0
[pid=575/tid=577] ppid=574 vsize=341404 CPUtime=12.52 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 15282 0 0 0 1247 5 0 0 18 0 5 0 989356698 349597696 30228 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=575/tid=578] ppid=574 vsize=341404 CPUtime=12.4 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 11141 0 0 0 1236 4 0 0 25 0 5 0 989356701 349597696 30228 33554432000 4194304 5787044 140733269036448 18446744073709551615 5592125 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=341404 CPUtime=12.49 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 15568 0 0 0 1237 12 0 0 25 0 5 0 989356703 349597696 30228 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=341404 CPUtime=12.47 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 9240 0 0 0 1244 3 0 0 19 0 5 0 989356706 349597696 30228 33554432000 4194304 5787044 140733269036448 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 350104

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 580
/proc/meminfo: memFree=10781012/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=345600 CPUtime=101.22 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 73186 0 0 0 10094 28 0 0 18 0 5 0 989356692 353894400 35733 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 86400 35733 417 389 0 82150 0
[pid=575/tid=577] ppid=574 vsize=345600 CPUtime=25.32 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 16493 0 0 0 2526 6 0 0 18 0 5 0 989356698 353894400 35733 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=575/tid=578] ppid=574 vsize=345600 CPUtime=25.19 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 12185 0 0 0 2515 4 0 0 25 0 5 0 989356701 353894400 35733 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=345600 CPUtime=25.28 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 16964 0 0 0 2516 12 0 0 18 0 5 0 989356703 353894400 35733 33554432000 4194304 5787044 140733269036448 18446744073709551615 4238789 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=345600 CPUtime=25.27 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 16566 0 0 0 2523 4 0 0 20 0 5 0 989356706 353894400 35733 33554432000 4194304 5787044 140733269036448 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 354300

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 581
/proc/meminfo: memFree=10745384/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=358660 CPUtime=203.62 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 82221 0 0 0 20328 34 0 0 18 0 5 0 989356692 367267840 44767 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 89665 44767 417 389 0 85415 0
[pid=575/tid=577] ppid=574 vsize=358660 CPUtime=50.92 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 19641 0 0 0 5084 8 0 0 25 0 5 0 989356698 367267840 44767 33554432000 4194304 5787044 140733269036448 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=578] ppid=574 vsize=358660 CPUtime=50.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 14346 0 0 0 5074 6 0 0 25 0 5 0 989356701 367267840 44767 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=358660 CPUtime=50.88 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 18975 0 0 0 5075 13 0 0 25 0 5 0 989356703 367267840 44767 33554432000 4194304 5787044 140733269036448 18446744073709551615 5576660 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=358660 CPUtime=50.87 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 18281 0 0 0 5082 5 0 0 25 0 5 0 989356706 367267840 44767 33554432000 4194304 5787044 140733269036448 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 367360

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/176 582
/proc/meminfo: memFree=10673188/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=385428 CPUtime=408.38 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 100185 0 0 0 40773 65 0 0 18 0 5 0 989356692 394678272 62686 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 96357 62686 417 389 0 92107 0
[pid=575/tid=577] ppid=574 vsize=385428 CPUtime=102.1 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 24929 0 0 0 10193 17 0 0 18 0 5 0 989356698 394678272 62686 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=578] ppid=574 vsize=385428 CPUtime=101.98 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 17931 0 0 0 10191 7 0 0 18 0 5 0 989356701 394678272 62686 33554432000 4194304 5787044 140733269036448 18446744073709551615 4218715 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=579] ppid=574 vsize=385428 CPUtime=102.07 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 24648 0 0 0 10179 28 0 0 19 0 5 0 989356703 394678272 62686 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=385428 CPUtime=102.07 cores=0-7

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

/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 127827 0 0 0 472043 139 0 0 25 0 5 0 989356701 2330603520 522486 33554432000 4194304 5787044 140733269036448 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2275980 CPUtime=4721.97 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 167954 0 0 0 471758 439 0 0 25 0 5 0 989356703 2330603520 522486 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2275980 CPUtime=4721.99 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 132612 0 0 0 471819 380 0 0 25 0 5 0 989356706 2330603520 522486 33554432000 4194304 5787044 140733269036448 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18887.9
Current children cumulated vsize (KiB) 2284680

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 738
/proc/meminfo: memFree=8786972/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2300952 CPUtime=19127.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 587949 0 0 0 1911461 1324 0 0 18 0 5 0 989356692 2356174848 532659 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 575238 532659 417 389 0 570988 0
[pid=575/tid=577] ppid=574 vsize=2300952 CPUtime=4781.95 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 138483 0 0 0 477850 345 0 0 18 0 5 0 989356698 2356174848 532659 33554432000 4194304 5787044 140733269036448 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2300952 CPUtime=4781.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 478033 147 0 0 18 0 5 0 989356701 2356174848 532659 33554432000 4194304 5787044 140733269036448 18446744073709551615 260020501023 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2300952 CPUtime=4781.96 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 170081 0 0 0 477748 448 0 0 25 0 5 0 989356703 2356174848 532659 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2300952 CPUtime=4781.98 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 134825 0 0 0 477817 381 0 0 18 0 5 0 989356706 2356174848 532659 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032221877 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19127.8
Current children cumulated vsize (KiB) 2309652

[startup+4842.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/176 740
/proc/meminfo: memFree=8783328/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2300952 CPUtime=19367.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 588865 0 0 0 1935458 1326 0 0 18 0 5 0 989356692 2356174848 533575 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 575238 533575 417 389 0 570988 0
[pid=575/tid=577] ppid=574 vsize=2300952 CPUtime=4841.94 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 138484 0 0 0 483849 345 0 0 25 0 5 0 989356698 2356174848 533575 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2300952 CPUtime=4841.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 484033 147 0 0 18 0 5 0 989356701 2356174848 533575 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2300952 CPUtime=4841.96 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 170891 0 0 0 483746 450 0 0 25 0 5 0 989356703 2356174848 533575 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2300952 CPUtime=4841.98 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 134930 0 0 0 483817 381 0 0 25 0 5 0 989356706 2356174848 533575 33554432000 4194304 5787044 140733269036448 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19367.8
Current children cumulated vsize (KiB) 2309652

[startup+4902.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/176 741
/proc/meminfo: memFree=8772116/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2300952 CPUtime=19607.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 591689 0 0 0 1959447 1338 0 0 18 0 5 0 989356692 2356174848 536399 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 575238 536399 417 389 0 570988 0
[pid=575/tid=577] ppid=574 vsize=2300952 CPUtime=4901.95 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 138484 0 0 0 489850 345 0 0 25 0 5 0 989356698 2356174848 536399 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2300952 CPUtime=4901.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 490033 147 0 0 18 0 5 0 989356701 2356174848 536399 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2300952 CPUtime=4901.96 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 173635 0 0 0 489734 462 0 0 25 0 5 0 989356703 2356174848 536399 33554432000 4194304 5787044 140733269036448 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2300952 CPUtime=4901.98 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 135010 0 0 0 489817 381 0 0 25 0 5 0 989356706 2356174848 536399 33554432000 4194304 5787044 140733269036448 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19607.9
Current children cumulated vsize (KiB) 2309652

[startup+4962.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/176 743
/proc/meminfo: memFree=8755684/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2317272 CPUtime=19847.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 598769 0 0 0 1983436 1349 0 0 18 0 5 0 989356692 2372886528 540436 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 579318 540436 417 389 0 575068 0
[pid=575/tid=577] ppid=574 vsize=2317272 CPUtime=4961.95 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 138484 0 0 0 495850 345 0 0 25 0 5 0 989356698 2372886528 540436 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2317272 CPUtime=4961.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 496033 147 0 0 25 0 5 0 989356701 2372886528 540436 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2317272 CPUtime=4961.96 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 180654 0 0 0 495724 472 0 0 25 0 5 0 989356703 2372886528 540436 33554432000 4194304 5787044 140733269036448 18446744073709551615 260020086900 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2317272 CPUtime=4961.98 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 135071 0 0 0 495817 381 0 0 25 0 5 0 989356706 2372886528 540436 33554432000 4194304 5787044 140733269036448 18446744073709551615 5530976 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19847.8
Current children cumulated vsize (KiB) 2325972

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 744
/proc/meminfo: memFree=8755376/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2317272 CPUtime=20087.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 598847 0 0 0 2007432 1349 0 0 18 0 5 0 989356692 2372886528 540514 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 579318 540514 417 389 0 575068 0
[pid=575/tid=577] ppid=574 vsize=2317272 CPUtime=5021.94 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 138485 0 0 0 501849 345 0 0 25 0 5 0 989356698 2372886528 540514 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2317272 CPUtime=5021.79 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 502032 147 0 0 25 0 5 0 989356701 2372886528 540514 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2317272 CPUtime=5021.94 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 180654 0 0 0 501721 473 0 0 25 0 5 0 989356703 2372886528 540514 33554432000 4194304 5787044 140733269036448 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2317272 CPUtime=5021.97 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 135148 0 0 0 501816 381 0 0 25 0 5 0 989356706 2372886528 540514 33554432000 4194304 5787044 140733269036448 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20087.8
Current children cumulated vsize (KiB) 2325972

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 746
/proc/meminfo: memFree=8745516/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2382808 CPUtime=20327.8 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 601360 0 0 0 2031421 1361 0 0 18 0 5 0 989356692 2439995392 543027 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 595702 543027 417 389 0 591452 0
[pid=575/tid=577] ppid=574 vsize=2382808 CPUtime=5081.94 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 140930 0 0 0 507838 356 0 0 25 0 5 0 989356698 2439995392 543027 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2382808 CPUtime=5081.8 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 508033 147 0 0 24 0 5 0 989356701 2439995392 543027 33554432000 4194304 5787044 140733269036448 18446744073709551615 260020054912 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2382808 CPUtime=5081.94 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 180654 0 0 0 507721 473 0 0 25 0 5 0 989356703 2439995392 543027 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2382808 CPUtime=5081.98 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 135216 0 0 0 507816 382 0 0 19 0 5 0 989356706 2439995392 543027 33554432000 4194304 5787044 140733269036448 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20327.8
Current children cumulated vsize (KiB) 2391508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 747
/proc/meminfo: memFree=8742376/32951124 swapFree=67056304/67111528
[pid=574] ppid=572 vsize=8700 CPUtime=0 cores=0-7
/proc/574/stat : 574 (priss.sh) S 572 574 326 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 989356692 8908800 252 33554432000 4194304 4922060 140737348522576 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/574/statm: 2175 252 211 178 0 68 0
[pid=575] ppid=574 vsize=2382808 CPUtime=20398.6 cores=0-7
/proc/575/stat : 575 (priss) S 574 574 326 0 -1 4202496 602092 0 0 0 2038500 1363 0 0 18 0 5 0 989356692 2439995392 543759 33554432000 4194304 5787044 140733269036448 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/575/statm: 595702 543759 417 389 0 591452 0
[pid=575/tid=577] ppid=574 vsize=2382808 CPUtime=5099.65 cores=0-7
/proc/575/task/577/stat : 577 (priss) R 574 574 326 0 -1 4202560 141615 0 0 0 509606 359 0 0 25 0 5 0 989356698 2439995392 543760 33554432000 4194304 5787044 140733269036448 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=575/tid=578] ppid=574 vsize=2382808 CPUtime=5099.5 cores=0-7
/proc/575/task/578/stat : 578 (priss) R 574 574 326 0 -1 4202560 133582 0 0 0 509803 147 0 0 25 0 5 0 989356701 2439995392 543760 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=575/tid=579] ppid=574 vsize=2382808 CPUtime=5099.65 cores=0-7
/proc/575/task/579/stat : 579 (priss) R 574 574 326 0 -1 4202560 180654 0 0 0 509492 473 0 0 25 0 5 0 989356703 2439995392 543760 33554432000 4194304 5787044 140733269036448 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=575/tid=580] ppid=574 vsize=2382808 CPUtime=5099.69 cores=0-7
/proc/575/task/580/stat : 580 (priss) R 574 574 326 0 -1 4202560 135264 0 0 0 509587 382 0 0 25 0 5 0 989356706 2439995392 543760 33554432000 4194304 5787044 140733269036448 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.6
Current children cumulated vsize (KiB) 2391508

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

Real time (s): 5100.02
CPU time (s): 20398.6
CPU user time (s): 20385
CPU system time (s): 13.63
CPU usage (%): 399.972
Max. virtual memory (cumulated for all children) (KiB): 2391508

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 8.21775 second user time and 19.575 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 20:54:21
IDJOB=3499217
IDBENCH=71428
IDSOLVER=1994
FILE ID=node110/3499217-1307991261
RUNJOBID= node110-1307987150-340
PBS_JOBID= 13559801
Free space on /var/tmp= 2880 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499217-1307991261/watcher-3499217-1307991261 -o /var/tmp/evaluation-result-3499217-1307991261/solver-3499217-1307991261 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499217-1307991261.cnf 1843812276 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1843812276

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10920664 kB
Buffers:        114648 kB
Cached:       21173120 kB
SwapCached:       9184 kB
Active:        5790468 kB
Inactive:     15516356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10920664 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            4332 kB
Writeback:           0 kB
AnonPages:       16316 kB
Mapped:          12996 kB
Slab:           657700 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187804 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 /var/tmp at the end= 2880 MiB
End job on node110 at 2011-06-13 22:19:23