Trace number 3251030

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.3 1202.12

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
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: 578
0.00/0.22	c parsetime: 222767us
0.00/0.22	c parsed 974465 clauses with 3510 variables
0.00/0.28	c NW started thread 0 successfully (1117235520)
0.00/0.35	c NW started thread 1 successfully (1094818112)
0.00/0.41	c NW started thread 2 successfully (1127725376)
0.00/0.49	c NW started thread 3 successfully (1105307968)
488.45/122.60	c preprocessor returned 10010 variables
488.45/122.60	c preprocessing returned UNKNOWN
488.45/122.60	c PP set 0 variables
488.45/122.60	c pp time: 122252850us (122s)
492.82/123.75	c preprocessor returned 10010 variables
492.82/123.75	c preprocessing returned UNKNOWN
492.82/123.75	c PP set 0 variables
492.82/123.75	c pp time: 123331827us (123s)
492.82/123.79	c preprocessor returned 10010 variables
492.82/123.79	c preprocessing returned UNKNOWN
492.82/123.79	c PP set 0 variables
492.82/123.79	c pp time: 123504873us (123s)
508.42/127.65	c preprocessor returned 30009 variables
508.42/127.65	c preprocessing returned UNKNOWN
508.42/127.65	c PP set 0 variables
508.42/127.65	c pp time: 127162218us (127s)

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-3251030-1304084214/watcher-3251030-1304084214 -o /tmp/evaluation-result-3251030-1304084214/solver-3251030-1304084214 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3251030-1304084214.cnf 2021477437 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: 7.95 8.01 8.00 6/182 577
/proc/meminfo: memFree=30826368/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0

[startup+0.0930139 s]
/proc/loadavg: 7.95 8.01 8.00 6/182 577
/proc/meminfo: memFree=30826368/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101008 s]
/proc/loadavg: 7.95 8.01 8.00 6/182 577
/proc/meminfo: memFree=30826368/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30094 s]
/proc/loadavg: 7.95 8.01 8.00 6/182 577
/proc/meminfo: memFree=30826368/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700866 s]
/proc/loadavg: 7.95 8.01 8.00 6/182 577
/proc/meminfo: memFree=30826368/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 7.71 7.95 7.98 9/188 583
/proc/meminfo: memFree=30255052/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=607008 CPUtime=4.68 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 150862 0 0 0 427 41 0 0 18 0 5 0 520022174 621576192 104357 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 151752 104357 348 389 0 147502 0
[pid=578/tid=580] ppid=577 vsize=607008 CPUtime=1.16 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 28825 0 0 0 105 11 0 0 18 0 5 0 520022203 621576192 104357 33554432000 4194304 5787044 140734066883376 18446744073709551615 4330666 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=607008 CPUtime=1.1 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 24989 0 0 0 102 8 0 0 18 0 5 0 520022209 621576192 104357 33554432000 4194304 5787044 140734066883376 18446744073709551615 222921426008 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=607008 CPUtime=0.93 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 25969 0 0 0 88 5 0 0 17 0 5 0 520022216 621576192 104357 33554432000 4194304 5787044 140734066883376 18446744073709551615 4329899 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=607008 CPUtime=0.97 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 25918 0 0 0 88 9 0 0 18 0 5 0 520022223 621576192 104357 33554432000 4194304 5787044 140734066883376 18446744073709551615 222921426130 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 615708

[startup+3.10043 s]
/proc/loadavg: 7.71 7.95 7.98 9/188 583
/proc/meminfo: memFree=30543464/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=475340 CPUtime=11.07 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 158086 0 0 0 1064 43 0 0 18 0 5 0 520022174 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 118835 69856 349 389 0 114585 0
[pid=578/tid=580] ppid=577 vsize=475340 CPUtime=2.75 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 31504 0 0 0 264 11 0 0 21 0 5 0 520022203 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=475340 CPUtime=2.71 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 27679 0 0 0 262 9 0 0 21 0 5 0 520022209 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=475340 CPUtime=2.52 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 26896 0 0 0 247 5 0 0 19 0 5 0 520022216 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=475340 CPUtime=2.56 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 26846 0 0 0 247 9 0 0 21 0 5 0 520022223 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 484040

[startup+6.30084 s]
/proc/loadavg: 7.73 7.96 7.98 9/188 583
/proc/meminfo: memFree=30538008/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=475340 CPUtime=23.86 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 158086 0 0 0 2343 43 0 0 18 0 5 0 520022174 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 118835 69856 349 389 0 114585 0
[pid=578/tid=580] ppid=577 vsize=475340 CPUtime=5.94 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 31504 0 0 0 583 11 0 0 25 0 5 0 520022203 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=475340 CPUtime=5.91 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 27679 0 0 0 582 9 0 0 25 0 5 0 520022209 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=475340 CPUtime=5.72 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 26896 0 0 0 567 5 0 0 25 0 5 0 520022216 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=475340 CPUtime=5.77 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 26846 0 0 0 568 9 0 0 25 0 5 0 520022223 486748160 69856 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 484040

[startup+12.7007 s]
/proc/loadavg: 7.75 7.96 7.98 9/188 583
/proc/meminfo: memFree=30533440/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=466576 CPUtime=49.42 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 163897 0 0 0 4899 43 0 0 18 0 5 0 520022174 477773824 71859 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 116644 71859 350 389 0 112394 0
[pid=578/tid=580] ppid=577 vsize=466576 CPUtime=12.31 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 33194 0 0 0 1219 12 0 0 25 0 5 0 520022203 477773824 71859 33554432000 4194304 5787044 140734066883376 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=466576 CPUtime=12.31 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 29394 0 0 0 1222 9 0 0 25 0 5 0 520022209 477773824 71859 33554432000 4194304 5787044 140734066883376 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=466576 CPUtime=12.13 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 28524 0 0 0 1207 6 0 0 25 0 5 0 520022216 477773824 71859 33554432000 4194304 5787044 140734066883376 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=466576 CPUtime=12.17 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 27624 0 0 0 1207 10 0 0 25 0 5 0 520022223 477773824 71859 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336952 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.42
Current children cumulated vsize (KiB) 475276

[startup+25.5003 s]
/proc/loadavg: 7.79 7.96 7.98 9/188 584
/proc/meminfo: memFree=30498720/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=466708 CPUtime=100.54 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 164117 0 0 0 10011 43 0 0 18 0 5 0 520022174 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 116677 72079 350 389 0 112427 0
[pid=578/tid=580] ppid=577 vsize=466708 CPUtime=25.04 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 33194 0 0 0 2492 12 0 0 25 0 5 0 520022203 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=466708 CPUtime=25.11 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 29394 0 0 0 2502 9 0 0 25 0 5 0 520022209 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=466708 CPUtime=24.93 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 28567 0 0 0 2487 6 0 0 25 0 5 0 520022216 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=466708 CPUtime=24.97 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 27801 0 0 0 2487 10 0 0 25 0 5 0 520022223 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 475408

[startup+51.1007 s]
/proc/loadavg: 7.93 7.97 7.99 9/188 584
/proc/meminfo: memFree=30455796/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=466708 CPUtime=202.83 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 164117 0 0 0 20239 44 0 0 18 0 5 0 520022174 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 116677 72079 350 389 0 112427 0
[pid=578/tid=580] ppid=577 vsize=466708 CPUtime=50.51 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 33194 0 0 0 5039 12 0 0 25 0 5 0 520022203 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=466708 CPUtime=50.71 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 29394 0 0 0 5062 9 0 0 25 0 5 0 520022209 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=466708 CPUtime=50.53 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 28567 0 0 0 5047 6 0 0 25 0 5 0 520022216 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=466708 CPUtime=50.57 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 27801 0 0 0 5047 10 0 0 25 0 5 0 520022223 477908992 72079 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.83
Current children cumulated vsize (KiB) 475408

[startup+102.306 s]
/proc/loadavg: 7.97 7.97 7.99 9/188 586
/proc/meminfo: memFree=30357428/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=478852 CPUtime=407.37 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 176249 0 0 0 40691 46 0 0 18 0 5 0 520022174 490344448 84211 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 119713 84211 352 389 0 115463 0
[pid=578/tid=580] ppid=577 vsize=478852 CPUtime=101.44 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 36222 0 0 0 10132 12 0 0 25 0 5 0 520022203 490344448 84211 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=581] ppid=577 vsize=478852 CPUtime=101.92 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 32433 0 0 0 10182 10 0 0 25 0 5 0 520022209 490344448 84211 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=582] ppid=577 vsize=478852 CPUtime=101.72 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 31598 0 0 0 10166 6 0 0 25 0 5 0 520022216 490344448 84211 33554432000 4194304 5787044 140734066883376 18446744073709551615 4336144 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=583] ppid=577 vsize=478852 CPUtime=101.78 cores=0,2,4,6

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

/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 98019 0 0 0 87828 54 0 0 25 0 5 0 520022209 1327489024 269645 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1296376 CPUtime=881.66 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 98370 0 0 0 88101 65 0 0 25 0 5 0 520022216 1327489024 269645 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1296376 CPUtime=881.76 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 74169 0 0 0 88134 42 0 0 25 0 5 0 520022223 1327489024 269645 33554432000 4194304 5787044 140734066883376 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.89
Current children cumulated vsize (KiB) 1305076

[startup+942.301 s]
/proc/loadavg: 8.04 8.09 8.03 9/188 618
/proc/meminfo: memFree=29039412/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1300600 CPUtime=3762.56 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 410107 0 0 0 376028 228 0 0 18 0 5 0 520022174 1331814400 272723 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 325150 272723 417 389 0 320900 0
[pid=578/tid=580] ppid=577 vsize=1300600 CPUtime=940.13 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 91088 0 0 0 93958 55 0 0 25 0 5 0 520022203 1331814400 272723 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1300600 CPUtime=938.5 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 99111 0 0 0 93795 55 0 0 25 0 5 0 520022209 1331814400 272723 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1300600 CPUtime=941.66 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 100569 0 0 0 94098 68 0 0 25 0 5 0 520022216 1331814400 272723 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1300600 CPUtime=941.76 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 74178 0 0 0 94134 42 0 0 25 0 5 0 520022223 1331814400 272723 33554432000 4194304 5787044 140734066883376 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.56
Current children cumulated vsize (KiB) 1309300

[startup+1002.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/188 620
/proc/meminfo: memFree=29038488/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1300732 CPUtime=4002.22 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 410310 0 0 0 399994 228 0 0 18 0 5 0 520022174 1331949568 272926 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 325183 272926 417 389 0 320933 0
[pid=578/tid=580] ppid=577 vsize=1300732 CPUtime=1000.12 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 91179 0 0 0 99957 55 0 0 25 0 5 0 520022203 1331949568 272926 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1300732 CPUtime=998.17 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 99221 0 0 0 99762 55 0 0 25 0 5 0 520022209 1331949568 272926 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1300732 CPUtime=1001.66 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 100570 0 0 0 100098 68 0 0 25 0 5 0 520022216 1331949568 272926 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1300732 CPUtime=1001.76 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 74179 0 0 0 100134 42 0 0 25 0 5 0 520022223 1331949568 272926 33554432000 4194304 5787044 140734066883376 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.22
Current children cumulated vsize (KiB) 1309432

[startup+1062.3 s]
/proc/loadavg: 8.05 8.07 8.02 9/188 621
/proc/meminfo: memFree=28978168/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1311748 CPUtime=4241.9 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 425702 0 0 0 423944 246 0 0 18 0 5 0 520022174 1343229952 288318 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 327937 288318 417 389 0 323687 0
[pid=578/tid=580] ppid=577 vsize=1311748 CPUtime=1060.12 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 96735 0 0 0 105949 63 0 0 25 0 5 0 520022203 1343229952 288318 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1311748 CPUtime=1057.85 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 100444 0 0 0 105729 56 0 0 25 0 5 0 520022209 1343229952 288318 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1311748 CPUtime=1061.66 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 106413 0 0 0 106090 76 0 0 25 0 5 0 520022216 1343229952 288318 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1311748 CPUtime=1061.76 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 76949 0 0 0 106132 44 0 0 25 0 5 0 520022223 1343229952 288318 33554432000 4194304 5787044 140734066883376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.9
Current children cumulated vsize (KiB) 1320448

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/188 623
/proc/meminfo: memFree=28897904/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1463348 CPUtime=4481.55 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 445501 0 0 0 447885 270 0 0 18 0 5 0 520022174 1498468352 308117 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 365837 308117 417 389 0 361587 0
[pid=578/tid=580] ppid=577 vsize=1463348 CPUtime=1120.11 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 104628 0 0 0 111938 73 0 0 25 0 5 0 520022203 1498468352 308117 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1463348 CPUtime=1117.52 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 100694 0 0 0 111696 56 0 0 25 0 5 0 520022209 1498468352 308117 33554432000 4194304 5787044 140734066883376 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1463348 CPUtime=1121.66 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 113462 0 0 0 112079 87 0 0 25 0 5 0 520022216 1498468352 308117 33554432000 4194304 5787044 140734066883376 18446744073709551615 222921438241 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1463348 CPUtime=1121.75 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 81556 0 0 0 112128 47 0 0 25 0 5 0 520022223 1498468352 308117 33554432000 4194304 5787044 140734066883376 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.55
Current children cumulated vsize (KiB) 1472048

[startup+1182.3 s]
/proc/loadavg: 7.92 8.03 8.01 9/188 657
/proc/meminfo: memFree=29617644/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1472464 CPUtime=4721.2 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 457085 0 0 0 471832 288 0 0 18 0 5 0 520022174 1507803136 319371 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 368116 319371 417 389 0 363866 0
[pid=578/tid=580] ppid=577 vsize=1472464 CPUtime=1180.1 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 108890 0 0 0 117930 80 0 0 25 0 5 0 520022203 1507803136 319371 33554432000 4194304 5787044 140734066883376 18446744073709551615 222921444253 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1472464 CPUtime=1177.18 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 102037 0 0 0 117661 57 0 0 25 0 5 0 520022209 1507803136 319371 33554432000 4194304 5787044 140734066883376 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1472464 CPUtime=1181.65 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 117084 0 0 0 118071 94 0 0 25 0 5 0 520022216 1507803136 319371 33554432000 4194304 5787044 140734066883376 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1472464 CPUtime=1181.75 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 83913 0 0 0 118126 49 0 0 25 0 5 0 520022223 1507803136 319371 33554432000 4194304 5787044 140734066883376 18446744073709551615 4508220 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.2
Current children cumulated vsize (KiB) 1481164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.02 8.04 8.01 9/188 658
/proc/meminfo: memFree=29570488/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1474180 CPUtime=4800.3 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 458221 0 0 0 479741 289 0 0 18 0 5 0 520022174 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 368545 320507 417 389 0 364295 0
[pid=578/tid=580] ppid=577 vsize=1474180 CPUtime=1199.9 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 108970 0 0 0 119910 80 0 0 25 0 5 0 520022203 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1474180 CPUtime=1196.88 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 102459 0 0 0 119630 58 0 0 25 0 5 0 520022209 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1474180 CPUtime=1201.46 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 117668 0 0 0 120051 95 0 0 25 0 5 0 520022216 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1474180 CPUtime=1201.56 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 83963 0 0 0 120107 49 0 0 25 0 5 0 520022223 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1482880

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

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

[startup+1202.1 s]
/proc/loadavg: 8.02 8.04 8.01 9/188 658
/proc/meminfo: memFree=29570488/32951124 swapFree=67110188/67111528
[pid=577] ppid=575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/577/stat : 577 (priss.sh) S 575 577 31842 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 520022174 8908800 252 33554432000 4194304 4922060 140734959175824 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/577/statm: 2175 252 211 178 0 68 0
[pid=578] ppid=577 vsize=1474180 CPUtime=4800.3 cores=0,2,4,6
/proc/578/stat : 578 (priss) S 577 577 31842 0 -1 4202496 458221 0 0 0 479741 289 0 0 18 0 5 0 520022174 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/578/statm: 368545 320507 417 389 0 364295 0
[pid=578/tid=580] ppid=577 vsize=1474180 CPUtime=1199.9 cores=0,2,4,6
/proc/578/task/580/stat : 580 (priss) R 577 577 31842 0 -1 4202560 108970 0 0 0 119910 80 0 0 25 0 5 0 520022203 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=578/tid=581] ppid=577 vsize=1474180 CPUtime=1196.88 cores=0,2,4,6
/proc/578/task/581/stat : 581 (priss) R 577 577 31842 0 -1 4202560 102459 0 0 0 119630 58 0 0 25 0 5 0 520022209 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=578/tid=582] ppid=577 vsize=1474180 CPUtime=1201.46 cores=0,2,4,6
/proc/578/task/582/stat : 582 (priss) R 577 577 31842 0 -1 4202560 117668 0 0 0 120051 95 0 0 25 0 5 0 520022216 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=578/tid=583] ppid=577 vsize=1474180 CPUtime=1201.56 cores=0,2,4,6
/proc/578/task/583/stat : 583 (priss) R 577 577 31842 0 -1 4202560 83963 0 0 0 120107 49 0 0 25 0 5 0 520022223 1509560320 320507 33554432000 4194304 5787044 140734066883376 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1482880

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.3
CPU user time (s): 4797.41
CPU system time (s): 2.89
CPU usage (%): 399.32
Max. virtual memory (cumulated for all children) (KiB): 1482880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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.92471 second user time and 4.6203 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 15:36:54
IDJOB=3251030
IDBENCH=88208
IDSOLVER=1603
FILE ID=node109/3251030-1304084214
RUNJOBID= node109-1304081749-32665
PBS_JOBID= 13170496
Free space on /tmp= 72364 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251030-1304084214/watcher-3251030-1304084214 -o /tmp/evaluation-result-3251030-1304084214/solver-3251030-1304084214 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3251030-1304084214.cnf 2021477437 4800 15500 4

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=2021477437

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:      30826524 kB
Buffers:        711464 kB
Cached:         717328 kB
SwapCached:        712 kB
Active:         373120 kB
Inactive:      1363516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30826524 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           14316 kB
Writeback:           0 kB
AnonPages:      307132 kB
Mapped:          15468 kB
Slab:           324912 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   585264 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= 72364 MiB
End job on node109 at 2011-04-29 15:56:58