Trace number 3259568

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 16518
0.00/0.03	c parsetime: 28566us
0.00/0.03	c parsed 133795 clauses with 1560 variables
0.00/0.04	c NW started thread 0 successfully (1097029952)
0.00/0.05	c NW started thread 1 successfully (1107519808)
0.00/0.06	c NW started thread 2 successfully (1118009664)
0.00/0.08	c NW started thread 3 successfully (1086269760)
18.93/4.81	c preprocessor returned 10010 variables
18.93/4.81	c preprocessing returned UNKNOWN
18.93/4.81	c PP set 0 variables
18.93/4.81	c pp time: 4756583us (4s)
18.93/4.82	c preprocessor returned 10010 variables
18.93/4.82	c preprocessing returned UNKNOWN
18.93/4.82	c PP set 0 variables
18.93/4.82	c pp time: 4780500us (4s)
18.93/4.82	c preprocessor returned 10010 variables
18.93/4.82	c preprocessing returned UNKNOWN
18.93/4.82	c PP set 0 variables
18.93/4.82	c pp time: 4756105us (4s)
35.31/8.92	c preprocessor returned 30011 variables
35.31/8.92	c preprocessing returned UNKNOWN
35.31/8.92	c PP set 0 variables
35.31/8.92	c pp time: 8843421us (8s)

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0

[startup+0.0784751 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100539 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.654497 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.09428 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 8.19 8.08 8.02 5/182 16517
/proc/meminfo: memFree=16302184/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10091 s]
/proc/loadavg: 8.25 8.10 8.02 9/188 16523
/proc/meminfo: memFree=16247576/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=292548 CPUtime=12.15 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 26543 0 0 0 1208 7 0 0 20 0 5 0 595034874 299569152 13427 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 73137 13427 351 389 0 68887 0
[pid=16518/tid=16520] ppid=16517 vsize=292548 CPUtime=3.02 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 5092 0 0 0 300 2 0 0 24 0 5 0 595034878 299569152 13427 33554432000 4194304 5787044 140733267586672 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=292548 CPUtime=3.02 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 4782 0 0 0 301 1 0 0 25 0 5 0 595034880 299569152 13427 33554432000 4194304 5787044 140733267586672 18446744073709551615 4336249 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=292548 CPUtime=3.01 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 4988 0 0 0 300 1 0 0 24 0 5 0 595034881 299569152 13427 33554432000 4194304 5787044 140733267586672 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=292548 CPUtime=2.99 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 4181 0 0 0 299 0 0 0 25 0 5 0 595034882 299569152 13427 33554432000 4194304 5787044 140733267586672 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 301248

[startup+6.30132 s]
/proc/loadavg: 8.23 8.10 8.02 9/188 16523
/proc/meminfo: memFree=16217328/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=304968 CPUtime=24.92 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 43689 0 0 0 2481 11 0 0 20 0 5 0 595034874 312287232 20567 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 76242 20567 404 389 0 71992 0
[pid=16518/tid=16520] ppid=16517 vsize=304968 CPUtime=6.19 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 10544 0 0 0 617 2 0 0 20 0 5 0 595034878 312287232 20567 33554432000 4194304 5787044 140733267586672 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=304968 CPUtime=6.22 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 10205 0 0 0 619 3 0 0 20 0 5 0 595034880 312287232 20567 33554432000 4194304 5787044 140733267586672 18446744073709551615 260020057121 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=304968 CPUtime=6.21 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 9667 0 0 0 619 2 0 0 20 0 5 0 595034881 312287232 20567 33554432000 4194304 5787044 140733267586672 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=304968 CPUtime=6.19 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 5773 0 0 0 618 1 0 0 25 0 5 0 595034882 312287232 20567 33554432000 4194304 5787044 140733267586672 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 313668

[startup+12.7011 s]
/proc/loadavg: 8.21 8.10 8.02 9/188 16523
/proc/meminfo: memFree=16196884/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=315104 CPUtime=50.5 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 51229 0 0 0 5037 13 0 0 20 0 5 0 595034874 322666496 24901 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 78776 24901 417 389 0 74526 0
[pid=16518/tid=16520] ppid=16517 vsize=315104 CPUtime=12.57 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 11193 0 0 0 1254 3 0 0 25 0 5 0 595034878 322666496 24901 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=315104 CPUtime=12.62 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 10824 0 0 0 1258 4 0 0 25 0 5 0 595034880 322666496 24901 33554432000 4194304 5787044 140733267586672 18446744073709551615 4238856 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=315104 CPUtime=12.61 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 11280 0 0 0 1259 2 0 0 25 0 5 0 595034881 322666496 24901 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=315104 CPUtime=12.6 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 10432 0 0 0 1259 1 0 0 25 0 5 0 595034882 322666496 24901 33554432000 4194304 5787044 140733267586672 18446744073709551615 5524605 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 323804

[startup+25.5008 s]
/proc/loadavg: 8.18 8.09 8.02 9/188 16524
/proc/meminfo: memFree=16171700/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=318972 CPUtime=101.61 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 55284 0 0 0 10145 16 0 0 20 0 5 0 595034874 326627328 28956 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 79743 28956 417 389 0 75493 0
[pid=16518/tid=16520] ppid=16517 vsize=318972 CPUtime=25.29 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 12200 0 0 0 2525 4 0 0 25 0 5 0 595034878 326627328 28956 33554432000 4194304 5787044 140733267586672 18446744073709551615 5576656 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=318972 CPUtime=25.42 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 11853 0 0 0 2537 5 0 0 25 0 5 0 595034880 326627328 28956 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=318972 CPUtime=25.41 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 12313 0 0 0 2538 3 0 0 25 0 5 0 595034881 326627328 28956 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=318972 CPUtime=25.39 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 11418 0 0 0 2537 2 0 0 25 0 5 0 595034882 326627328 28956 33554432000 4194304 5787044 140733267586672 18446744073709551615 5528708 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 327672

[startup+51.1011 s]
/proc/loadavg: 8.12 8.08 8.02 9/188 16525
/proc/meminfo: memFree=16128768/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=334588 CPUtime=203.87 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 64763 0 0 0 20362 25 0 0 20 0 5 0 595034874 342618112 38435 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 83647 38435 417 389 0 79397 0
[pid=16518/tid=16520] ppid=16517 vsize=334588 CPUtime=50.75 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 13895 0 0 0 5069 6 0 0 25 0 5 0 595034878 342618112 38435 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=334588 CPUtime=51.01 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 14633 0 0 0 5095 6 0 0 25 0 5 0 595034880 342618112 38435 33554432000 4194304 5787044 140733267586672 18446744073709551615 5585318 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=334588 CPUtime=51 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 15541 0 0 0 5094 6 0 0 25 0 5 0 595034881 342618112 38435 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=334588 CPUtime=50.99 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 13194 0 0 0 5095 4 0 0 25 0 5 0 595034882 342618112 38435 33554432000 4194304 5787044 140733267586672 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 343288

[startup+102.301 s]
/proc/loadavg: 8.10 8.08 8.02 9/188 16526
/proc/meminfo: memFree=16044668/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=351488 CPUtime=408.37 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 79169 0 0 0 40789 48 0 0 20 0 5 0 595034874 359923712 52743 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 87872 52743 417 389 0 83622 0
[pid=16518/tid=16520] ppid=16517 vsize=351488 CPUtime=101.66 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 17177 0 0 0 10155 11 0 0 25 0 5 0 595034878 359923712 52743 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=351488 CPUtime=102.21 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 18939 0 0 0 10208 13 0 0 25 0 5 0 595034880 359923712 52743 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=351488 CPUtime=102.2 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 20142 0 0 0 10206 14 0 0 25 0 5 0 595034881 359923712 52743 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=351488 CPUtime=102.18 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 15411 0 0 0 10211 7 0 0 25 0 5 0 595034882 359923712 52743 33554432000 4194304 5787044 140733267586672 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 360188

[startup+162.301 s]
/proc/loadavg: 8.09 8.08 8.02 9/188 16527
/proc/meminfo: memFree=15986828/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=365404 CPUtime=648.04 cores=1,3,5,7

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

/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 44831 0 0 0 87839 56 0 0 25 0 5 0 595034880 797667328 159946 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=778972 CPUtime=882.17 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 48598 0 0 0 88159 58 0 0 25 0 5 0 595034881 797667328 159946 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=778972 CPUtime=882.17 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 41737 0 0 0 88184 33 0 0 25 0 5 0 595034882 797667328 159946 33554432000 4194304 5787044 140733267586672 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.04
Current children cumulated vsize (KiB) 787672

[startup+942.307 s]
/proc/loadavg: 8.02 8.05 8.01 9/188 16616
/proc/meminfo: memFree=15646884/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=782168 CPUtime=3763.74 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 189070 0 0 0 376169 205 0 0 20 0 5 0 595034874 800940032 160572 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 195542 160572 417 389 0 191292 0
[pid=16518/tid=16520] ppid=16517 vsize=782168 CPUtime=940.64 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 45780 0 0 0 94010 54 0 0 25 0 5 0 595034878 800940032 160572 33554432000 4194304 5787044 140733267586672 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=782168 CPUtime=938.63 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 44833 0 0 0 93807 56 0 0 25 0 5 0 595034880 800940032 160572 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=782168 CPUtime=942.19 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 48598 0 0 0 94160 59 0 0 25 0 5 0 595034881 800940032 160572 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=782168 CPUtime=942.18 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 42359 0 0 0 94184 34 0 0 25 0 5 0 595034882 800940032 160572 33554432000 4194304 5787044 140733267586672 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 790868

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 16618
/proc/meminfo: memFree=15609524/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=782168 CPUtime=4003.4 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 189101 0 0 0 400134 206 0 0 20 0 5 0 595034874 800940032 160603 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 195542 160603 417 389 0 191292 0
[pid=16518/tid=16520] ppid=16517 vsize=782168 CPUtime=1000.63 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 45798 0 0 0 100009 54 0 0 25 0 5 0 595034878 800940032 160603 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=782168 CPUtime=998.31 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 44841 0 0 0 99774 57 0 0 25 0 5 0 595034880 800940032 160603 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=782168 CPUtime=1002.18 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 48601 0 0 0 100159 59 0 0 25 0 5 0 595034881 800940032 160603 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=782168 CPUtime=1002.18 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 42361 0 0 0 100184 34 0 0 25 0 5 0 595034882 800940032 160603 33554432000 4194304 5787044 140733267586672 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 790868

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 16619
/proc/meminfo: memFree=15588892/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=786268 CPUtime=4243.08 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 190299 0 0 0 424101 207 0 0 20 0 5 0 595034874 805138432 161801 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 196567 161801 417 389 0 192317 0
[pid=16518/tid=16520] ppid=16517 vsize=786268 CPUtime=1060.63 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 45855 0 0 0 106009 54 0 0 25 0 5 0 595034878 805138432 161801 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=786268 CPUtime=1057.98 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 44899 0 0 0 105741 57 0 0 25 0 5 0 595034880 805138432 161801 33554432000 4194304 5787044 140733267586672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=786268 CPUtime=1062.18 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 48658 0 0 0 106159 59 0 0 25 0 5 0 595034881 805138432 161801 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=786268 CPUtime=1062.17 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 43387 0 0 0 106183 34 0 0 25 0 5 0 595034882 805138432 161801 33554432000 4194304 5787044 140733267586672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 794968

[startup+1122.3 s]
/proc/loadavg: 7.74 7.92 7.96 9/188 16653
/proc/meminfo: memFree=10930936/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=925540 CPUtime=4482.68 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 199194 0 0 0 448043 225 0 0 20 0 5 0 595034874 947752960 170696 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 231385 170696 417 389 0 227135 0
[pid=16518/tid=16520] ppid=16517 vsize=925540 CPUtime=1120.56 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 49168 0 0 0 111994 62 0 0 25 0 5 0 595034878 947752960 170696 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=925540 CPUtime=1117.65 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 48307 0 0 0 111699 66 0 0 25 0 5 0 595034880 947752960 170696 33554432000 4194304 5787044 140733267586672 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=925540 CPUtime=1122.18 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 50828 0 0 0 112159 59 0 0 25 0 5 0 595034881 947752960 170696 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=925540 CPUtime=1122.17 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 43391 0 0 0 112183 34 0 0 25 0 5 0 595034882 947752960 170696 33554432000 4194304 5787044 140733267586672 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.68
Current children cumulated vsize (KiB) 934240

[startup+1182.3 s]
/proc/loadavg: 6.90 7.69 7.88 6/184 16683
/proc/meminfo: memFree=15524480/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=933740 CPUtime=4722.36 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 211533 0 0 0 471981 255 0 0 20 0 5 0 595034874 956149760 183035 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 233435 183035 417 389 0 229185 0
[pid=16518/tid=16520] ppid=16517 vsize=933740 CPUtime=1180.24 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 53452 0 0 0 117952 72 0 0 25 0 5 0 595034878 956149760 183035 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=933740 CPUtime=1177.65 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 51669 0 0 0 117690 75 0 0 25 0 5 0 595034880 956149760 183035 33554432000 4194304 5787044 140733267586672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=933740 CPUtime=1182.18 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 54473 0 0 0 118147 71 0 0 25 0 5 0 595034881 956149760 183035 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=933740 CPUtime=1182.17 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 44439 0 0 0 118183 34 0 0 25 0 5 0 595034882 956149760 183035 33554432000 4194304 5787044 140733267586672 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 942440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 7.21 7.71 7.88 9/188 16687
/proc/meminfo: memFree=12725276/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=933740 CPUtime=4800.29 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 214837 0 0 0 479768 261 0 0 20 0 5 0 595034874 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 233435 186339 417 389 0 229185 0
[pid=16518/tid=16520] ppid=16517 vsize=933740 CPUtime=1199.63 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 54489 0 0 0 119890 73 0 0 25 0 5 0 595034878 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=933740 CPUtime=1197.16 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 52736 0 0 0 119639 77 0 0 25 0 5 0 595034880 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=933740 CPUtime=1201.69 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 55651 0 0 0 120096 73 0 0 25 0 5 0 595034881 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=933740 CPUtime=1201.68 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 44461 0 0 0 120134 34 0 0 25 0 5 0 595034882 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 942440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 7.21 7.71 7.88 9/188 16687
/proc/meminfo: memFree=12725276/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16517/stat : 16517 (priss.sh) S 16515 16517 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 595034874 8908800 252 33554432000 4194304 4922060 140735123477168 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16517/statm: 2175 252 211 178 0 68 0
[pid=16518] ppid=16517 vsize=933740 CPUtime=4800.29 cores=1,3,5,7
/proc/16518/stat : 16518 (priss) S 16517 16517 15086 0 -1 4202496 214837 0 0 0 479768 261 0 0 20 0 5 0 595034874 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16518/statm: 233435 186339 417 389 0 229185 0
[pid=16518/tid=16520] ppid=16517 vsize=933740 CPUtime=1199.63 cores=1,3,5,7
/proc/16518/task/16520/stat : 16520 (priss) R 16517 16517 15086 0 -1 4202560 54489 0 0 0 119890 73 0 0 25 0 5 0 595034878 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16518/tid=16521] ppid=16517 vsize=933740 CPUtime=1197.16 cores=1,3,5,7
/proc/16518/task/16521/stat : 16521 (priss) R 16517 16517 15086 0 -1 4202560 52736 0 0 0 119639 77 0 0 25 0 5 0 595034880 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16518/tid=16522] ppid=16517 vsize=933740 CPUtime=1201.69 cores=1,3,5,7
/proc/16518/task/16522/stat : 16522 (priss) R 16517 16517 15086 0 -1 4202560 55651 0 0 0 120096 73 0 0 25 0 5 0 595034881 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16518/tid=16523] ppid=16517 vsize=933740 CPUtime=1201.68 cores=1,3,5,7
/proc/16518/task/16523/stat : 16523 (priss) R 16517 16517 15086 0 -1 4202560 44461 0 0 0 120134 34 0 0 25 0 5 0 595034882 956149760 186339 33554432000 4194304 5787044 140733267586672 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 942440

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16517 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.29
CPU user time (s): 4797.68
CPU system time (s): 2.61
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 942440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 4
involuntary context switches= 2

runsolver used 1.68574 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 05:34:03
IDJOB=3259568
IDBENCH=71593
IDSOLVER=1603
FILE ID=node110/3259568-1304048043
RUNJOBID= node110-1304039990-15105
PBS_JOBID= 13170381
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=65946925

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:      16302332 kB
Buffers:       2333780 kB
Cached:       13266728 kB
SwapCached:          0 kB
Active:        8246768 kB
Inactive:      7831696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16302332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:      477196 kB
Mapped:          15612 kB
Slab:           506316 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   667728 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= 72680 MiB
End job on node110 at 2011-04-29 05:54:07