Trace number 3251426

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 686
0.00/0.05	c parsetime: 45075us
0.00/0.05	c parsed 212885 clauses with 1634 variables
0.00/0.06	c NW started thread 0 successfully (1089694016)
0.00/0.08	c NW started thread 1 successfully (1110968640)
0.00/0.10	c NW started thread 2 successfully (1100183872)
0.00/0.13	c NW started thread 3 successfully (1121458496)
41.23/10.46	c preprocessor returned 10006 variables
41.23/10.46	c preprocessing returned UNKNOWN
41.23/10.46	c PP set 0 variables
41.23/10.46	c pp time: 10402108us (10s)
41.23/10.48	c preprocessor returned 10006 variables
41.23/10.48	c preprocessing returned UNKNOWN
41.23/10.48	c PP set 0 variables
41.23/10.48	c pp time: 10379397us (10s)
41.65/10.54	c preprocessor returned 10006 variables
41.65/10.54	c preprocessing returned UNKNOWN
41.65/10.54	c PP set 0 variables
41.65/10.54	c pp time: 10465783us (10s)
65.60/16.60	c preprocessor returned 30016 variables
65.60/16.60	c preprocessing returned UNKNOWN
65.60/16.60	c PP set 0 variables
65.60/16.60	c pp time: 16467179us (16s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0

[startup+0.0481649 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101143 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00095 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10093 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 8.02 8.04 8.01 6/182 685
/proc/meminfo: memFree=30857568/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10056 s]
/proc/loadavg: 8.10 8.06 8.01 9/188 691
/proc/meminfo: memFree=30788464/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=306232 CPUtime=12.07 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 38604 0 0 0 1198 9 0 0 18 0 5 0 520142630 313581568 16993 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 76558 16993 349 389 0 72308 0
[pid=686/tid=688] ppid=685 vsize=306232 CPUtime=3.01 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 7333 0 0 0 299 2 0 0 24 0 5 0 520142636 313581568 16993 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=306232 CPUtime=2.98 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 6339 0 0 0 296 2 0 0 24 0 5 0 520142638 313581568 16993 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=306232 CPUtime=2.97 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 6880 0 0 0 297 0 0 0 24 0 5 0 520142640 313581568 16993 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=306232 CPUtime=2.95 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 7093 0 0 0 293 2 0 0 24 0 5 0 520142643 313581568 16993 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 314932

[startup+6.30098 s]
/proc/loadavg: 8.09 8.06 8.01 9/188 691
/proc/meminfo: memFree=30776980/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=308872 CPUtime=24.86 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 41223 0 0 0 2476 10 0 0 18 0 5 0 520142630 316284928 19612 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 77218 19612 352 389 0 72968 0
[pid=686/tid=688] ppid=685 vsize=308872 CPUtime=6.21 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 7989 0 0 0 619 2 0 0 25 0 5 0 520142636 316284928 19612 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=308872 CPUtime=6.16 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 6993 0 0 0 614 2 0 0 25 0 5 0 520142638 316284928 19612 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=308872 CPUtime=6.18 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 7532 0 0 0 617 1 0 0 25 0 5 0 520142640 316284928 19612 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=308872 CPUtime=6.15 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 7750 0 0 0 613 2 0 0 25 0 5 0 520142643 316284928 19612 33554432000 4194304 5787044 140734705662784 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 317572

[startup+12.7008 s]
/proc/loadavg: 8.16 8.07 8.02 10/188 692
/proc/meminfo: memFree=30724180/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=320436 CPUtime=50.43 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 62943 0 0 0 5029 14 0 0 18 0 5 0 520142630 328126464 28289 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 80109 28289 404 389 0 75859 0
[pid=686/tid=688] ppid=685 vsize=320436 CPUtime=12.61 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 15450 0 0 0 1258 3 0 0 25 0 5 0 520142636 328126464 28290 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=320436 CPUtime=12.53 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 10520 0 0 0 1250 3 0 0 25 0 5 0 520142638 328126464 28290 33554432000 4194304 5787044 140734705662784 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=320436 CPUtime=12.58 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 15552 0 0 0 1256 2 0 0 25 0 5 0 520142640 328126464 28290 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=320436 CPUtime=12.56 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 10463 0 0 0 1254 2 0 0 25 0 5 0 520142643 328126464 28290 33554432000 4194304 5787044 140734705662784 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 329136

[startup+25.5005 s]
/proc/loadavg: 8.14 8.07 8.02 9/188 692
/proc/meminfo: memFree=30687348/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=329952 CPUtime=101.55 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 74875 0 0 0 10138 17 0 0 18 0 5 0 520142630 337870848 34951 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 82488 34951 417 389 0 78238 0
[pid=686/tid=688] ppid=685 vsize=329952 CPUtime=25.41 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 17840 0 0 0 2537 4 0 0 25 0 5 0 520142636 337870848 34951 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591322 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=329952 CPUtime=25.26 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 11323 0 0 0 2522 4 0 0 25 0 5 0 520142638 337870848 34951 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=329952 CPUtime=25.37 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 16898 0 0 0 2535 2 0 0 25 0 5 0 520142640 337870848 34951 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=329952 CPUtime=25.35 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 17855 0 0 0 2531 4 0 0 25 0 5 0 520142643 337870848 34951 33554432000 4194304 5787044 140734705662784 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 338652

[startup+51.1008 s]
/proc/loadavg: 8.09 8.06 8.02 10/188 692
/proc/meminfo: memFree=30608488/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=348180 CPUtime=203.8 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 86076 0 0 0 20358 22 0 0 18 0 5 0 520142630 356536320 46149 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 87045 46149 417 389 0 82795 0
[pid=686/tid=688] ppid=685 vsize=348180 CPUtime=51.01 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 21024 0 0 0 5096 5 0 0 25 0 5 0 520142636 356536320 46149 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=348180 CPUtime=50.72 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 13550 0 0 0 5068 4 0 0 25 0 5 0 520142638 356536320 46149 33554432000 4194304 5787044 140734705662784 18446744073709551615 5588131 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=348180 CPUtime=50.97 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 19343 0 0 0 5093 4 0 0 25 0 5 0 520142640 356536320 46149 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=348180 CPUtime=50.95 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 21200 0 0 0 5089 6 0 0 25 0 5 0 520142643 356536320 46149 33554432000 4194304 5787044 140734705662784 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 356880

[startup+102.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 694
/proc/meminfo: memFree=30489292/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=371116 CPUtime=408.29 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 102840 0 0 0 40791 38 0 0 18 0 5 0 520142630 380022784 62751 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 92779 62751 417 389 0 88529 0
[pid=686/tid=688] ppid=685 vsize=371116 CPUtime=102.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 24232 0 0 0 10212 8 0 0 25 0 5 0 520142636 380022784 62751 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590264 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=371116 CPUtime=101.63 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 17740 0 0 0 10155 8 0 0 25 0 5 0 520142638 380022784 62751 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=686/tid=690] ppid=685 vsize=371116 CPUtime=102.15 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 22947 0 0 0 10209 6 0 0 25 0 5 0 520142640 380022784 62751 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=691] ppid=685 vsize=371116 CPUtime=102.15 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 26962 0 0 0 10202 13 0 0 25 0 5 0 520142643 380022784 62751 33554432000 4194304 5787044 140734705662784 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 379816

[startup+162.3 s]
/proc/loadavg: 8.14 8.09 8.03 9/188 696
/proc/meminfo: memFree=30376772/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=386400 CPUtime=647.96 cores=0,2,4,6

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

/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 48410 0 0 0 87825 51 0 0 25 0 5 0 520142638 961261568 182263 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=938732 CPUtime=882.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 52827 0 0 0 88182 27 0 0 25 0 5 0 520142640 961261568 182263 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=938732 CPUtime=880.74 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 55604 0 0 0 88020 54 0 0 25 0 5 0 520142643 961261568 182263 33554432000 4194304 5787044 140734705662784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.93
Current children cumulated vsize (KiB) 947432

[startup+942.307 s]
/proc/loadavg: 8.09 8.09 8.06 9/188 728
/proc/meminfo: memFree=29501708/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=954216 CPUtime=3763.62 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 231600 0 0 0 376169 193 0 0 18 0 5 0 520142630 977117184 189726 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 238554 189726 417 389 0 234304 0
[pid=686/tid=688] ppid=685 vsize=954216 CPUtime=942.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 56337 0 0 0 94170 50 0 0 25 0 5 0 520142636 977117184 189726 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=954216 CPUtime=938.75 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 48410 0 0 0 93824 51 0 0 25 0 5 0 520142638 977117184 189726 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=954216 CPUtime=942.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 56710 0 0 0 94180 29 0 0 25 0 5 0 520142640 977117184 189726 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=954216 CPUtime=940.41 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 59184 0 0 0 93982 59 0 0 25 0 5 0 520142643 977117184 189726 33554432000 4194304 5787044 140734705662784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.62
Current children cumulated vsize (KiB) 962916

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 8.05 9/188 730
/proc/meminfo: memFree=29460616/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=969164 CPUtime=4003.27 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 237735 0 0 0 400129 198 0 0 18 0 5 0 520142630 992423936 195636 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 242291 195636 417 389 0 238041 0
[pid=686/tid=688] ppid=685 vsize=969164 CPUtime=1002.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 56341 0 0 0 100170 50 0 0 25 0 5 0 520142636 992423936 195636 33554432000 4194304 5787044 140734705662784 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=969164 CPUtime=998.75 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 48411 0 0 0 99823 52 0 0 25 0 5 0 520142638 992423936 195636 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=969164 CPUtime=1002.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 60487 0 0 0 100178 31 0 0 25 0 5 0 520142640 992423936 195636 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=969164 CPUtime=1000.09 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61537 0 0 0 99946 63 0 0 25 0 5 0 520142643 992423936 195636 33554432000 4194304 5787044 140734705662784 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.27
Current children cumulated vsize (KiB) 977864

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 8.05 9/188 732
/proc/meminfo: memFree=29413936/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=981236 CPUtime=4242.94 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 240565 0 0 0 424094 200 0 0 18 0 5 0 520142630 1004785664 198466 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 245309 198466 417 389 0 241059 0
[pid=686/tid=688] ppid=685 vsize=981236 CPUtime=1062.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 56349 0 0 0 106170 50 0 0 25 0 5 0 520142636 1004785664 198466 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=981236 CPUtime=1058.75 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 48421 0 0 0 105823 52 0 0 25 0 5 0 520142638 1004785664 198466 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=981236 CPUtime=1062.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 63299 0 0 0 106176 33 0 0 25 0 5 0 520142640 1004785664 198466 33554432000 4194304 5787044 140734705662784 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=981236 CPUtime=1059.76 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61537 0 0 0 105913 63 0 0 25 0 5 0 520142643 1004785664 198466 33554432000 4194304 5787044 140734705662784 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.94
Current children cumulated vsize (KiB) 989936

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 8.04 9/188 733
/proc/meminfo: memFree=29383132/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=981236 CPUtime=4482.62 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 240605 0 0 0 448061 201 0 0 18 0 5 0 520142630 1004785664 198506 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 245309 198506 417 389 0 241059 0
[pid=686/tid=688] ppid=685 vsize=981236 CPUtime=1122.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 56365 0 0 0 112170 50 0 0 25 0 5 0 520142636 1004785664 198506 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=981236 CPUtime=1118.74 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 48442 0 0 0 111822 52 0 0 25 0 5 0 520142638 1004785664 198506 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=981236 CPUtime=1122.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 63299 0 0 0 112176 33 0 0 25 0 5 0 520142640 1004785664 198506 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=981236 CPUtime=1119.44 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61540 0 0 0 111881 63 0 0 25 0 5 0 520142643 1004785664 198506 33554432000 4194304 5787044 140734705662784 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.62
Current children cumulated vsize (KiB) 989936

[startup+1182.3 s]
/proc/loadavg: 6.29 7.62 7.90 5/177 753
/proc/meminfo: memFree=30282396/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=981236 CPUtime=4722.29 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 242630 0 0 0 472020 209 0 0 18 0 5 0 520142630 1004785664 200531 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 245309 200531 417 389 0 241059 0
[pid=686/tid=688] ppid=685 vsize=981236 CPUtime=1182.2 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 57185 0 0 0 118169 51 0 0 25 0 5 0 520142636 1004785664 200531 33554432000 4194304 5787044 140734705662784 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=981236 CPUtime=1178.73 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 49639 0 0 0 117814 59 0 0 25 0 5 0 520142638 1004785664 200531 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=981236 CPUtime=1182.09 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 63299 0 0 0 118176 33 0 0 25 0 5 0 520142640 1004785664 200531 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=981236 CPUtime=1179.11 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61548 0 0 0 117848 63 0 0 25 0 5 0 520142643 1004785664 200531 33554432000 4194304 5787044 140734705662784 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 989936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 5.71 7.40 7.82 5/177 753
/proc/meminfo: memFree=30273936/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=981236 CPUtime=4800.21 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 244682 0 0 0 479803 218 0 0 18 0 5 0 520142630 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 245309 202583 417 389 0 241059 0
[pid=686/tid=688] ppid=685 vsize=981236 CPUtime=1201.71 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 58162 0 0 0 120118 53 0 0 25 0 5 0 520142636 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=981236 CPUtime=1198.24 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 50713 0 0 0 119758 66 0 0 25 0 5 0 520142638 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=981236 CPUtime=1201.6 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 63299 0 0 0 120127 33 0 0 25 0 5 0 520142640 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=981236 CPUtime=1198.51 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61549 0 0 0 119788 63 0 0 25 0 5 0 520142643 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 989936

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: 5.71 7.40 7.82 5/177 753
/proc/meminfo: memFree=30273936/32951124 swapFree=67110188/67111528
[pid=685] ppid=683 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/685/stat : 685 (priss.sh) S 683 685 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 520142630 8908800 252 33554432000 4194304 4922060 140736521987264 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/685/statm: 2175 252 211 178 0 68 0
[pid=686] ppid=685 vsize=981236 CPUtime=4800.21 cores=0,2,4,6
/proc/686/stat : 686 (priss) S 685 685 31842 0 -1 4202496 244682 0 0 0 479803 218 0 0 18 0 5 0 520142630 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/686/statm: 245309 202583 417 389 0 241059 0
[pid=686/tid=688] ppid=685 vsize=981236 CPUtime=1201.71 cores=0,2,4,6
/proc/686/task/688/stat : 688 (priss) R 685 685 31842 0 -1 4202560 58162 0 0 0 120118 53 0 0 25 0 5 0 520142636 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=686/tid=689] ppid=685 vsize=981236 CPUtime=1198.24 cores=0,2,4,6
/proc/686/task/689/stat : 689 (priss) R 685 685 31842 0 -1 4202560 50713 0 0 0 119758 66 0 0 25 0 5 0 520142638 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=686/tid=690] ppid=685 vsize=981236 CPUtime=1201.6 cores=0,2,4,6
/proc/686/task/690/stat : 690 (priss) R 685 685 31842 0 -1 4202560 63299 0 0 0 120127 33 0 0 25 0 5 0 520142640 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=686/tid=691] ppid=685 vsize=981236 CPUtime=1198.51 cores=0,2,4,6
/proc/686/task/691/stat : 691 (priss) R 685 685 31842 0 -1 4202560 61549 0 0 0 119788 63 0 0 25 0 5 0 520142643 1004785664 202583 33554432000 4194304 5787044 140734705662784 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 989936

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 685 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.21
#
# 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.21
CPU user time (s): 4798.03
CPU system time (s): 2.18
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 989936

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

runsolver used 1.81372 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 15:56:59
IDJOB=3251426
IDBENCH=88222
IDSOLVER=1603
FILE ID=node109/3251426-1304085419
RUNJOBID= node109-1304081749-32665
PBS_JOBID= 13170496
Free space on /tmp= 72376 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251426-1304085419/watcher-3251426-1304085419 -o /tmp/evaluation-result-3251426-1304085419/solver-3251426-1304085419 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251426-1304085419.cnf 1819278414 4800 15500 4

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1819278414

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30857724 kB
Buffers:        712588 kB
Cached:         706308 kB
SwapCached:        712 kB
Active:         340144 kB
Inactive:      1365656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30857724 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            4312 kB
Writeback:           0 kB
AnonPages:      286020 kB
Mapped:          15524 kB
Slab:           324376 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   511236 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= 72380 MiB
End job on node109 at 2011-04-29 16:17:03