Trace number 3439773

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
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.13 4999.95

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 benchmark0.128979
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


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: 977)

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-3439773-1306945118/watcher-3439773-1306945118 -o /tmp/evaluation-result-3439773-1306945118/solver-3439773-1306945118 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439773-1306945118.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.93 1.00 1.24 2/511 26504
/proc/meminfo: memFree=22415160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=17552 CPUtime=0.01 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 1391 0 0 0 1 0 0 0 22 0 1 0 786927380 17973248 1330 33554432000 4194304 4394578 140736798622512 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 4388 1330 247 49 0 1529 0

[startup+0.0296631 s]
/proc/loadavg: 0.93 1.00 1.24 2/511 26504
/proc/meminfo: memFree=22415160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=19136 CPUtime=0.02 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 1770 0 0 0 2 0 0 0 22 0 1 0 786927380 19595264 1709 33554432000 4194304 4394578 140736798622512 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 4784 1709 247 49 0 1925 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19136

[startup+0.100729 s]
/proc/loadavg: 0.93 1.00 1.24 2/511 26504
/proc/meminfo: memFree=22415160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=32196 CPUtime=0.09 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 5053 0 0 0 9 0 0 0 22 0 1 0 786927380 32968704 4991 33554432000 4194304 4394578 140736798622512 18446744073709551615 4266963 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 8049 4991 253 49 0 5190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32196

[startup+0.300695 s]
/proc/loadavg: 0.93 1.00 1.24 2/511 26504
/proc/meminfo: memFree=22415160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=32196 CPUtime=0.29 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 5062 0 0 0 28 1 0 0 23 0 1 0 786927380 32968704 5000 33554432000 4194304 4394578 140736798622512 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 8049 5000 255 49 0 5190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32196

[startup+0.700614 s]
/proc/loadavg: 0.93 1.00 1.24 2/511 26504
/proc/meminfo: memFree=22415160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=45364 CPUtime=0.69 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 9176 0 0 0 68 1 0 0 25 0 1 0 786927380 46452736 8282 33554432000 4194304 4394578 140736798622512 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 11341 8282 266 49 0 8482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45364

[startup+1.50046 s]
/proc/loadavg: 0.93 1.00 1.24 3/515 26511
/proc/meminfo: memFree=22341644/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=55244 CPUtime=1.49 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 11650 0 0 0 147 2 0 0 25 0 1 0 786927380 56569856 10756 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 13811 10756 266 49 0 10952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55244

[startup+3.10116 s]
/proc/loadavg: 0.93 1.00 1.24 3/515 26511
/proc/meminfo: memFree=22315852/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=69968 CPUtime=3.09 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 15253 0 0 0 307 2 0 0 25 0 1 0 786927380 71647232 14359 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298751 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 17492 14359 266 49 0 14633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69968

[startup+6.30054 s]
/proc/loadavg: 1.09 1.04 1.25 3/515 26511
/proc/meminfo: memFree=22268228/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=91496 CPUtime=6.29 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 20413 0 0 0 626 3 0 0 25 0 1 0 786927380 93691904 19519 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 22874 19519 266 49 0 20015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91496

[startup+12.7003 s]
/proc/loadavg: 1.16 1.05 1.25 3/515 26511
/proc/meminfo: memFree=22196304/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=124448 CPUtime=12.69 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 28174 0 0 0 1265 4 0 0 25 0 1 0 786927380 127434752 27280 33554432000 4194304 4394578 140736798622512 18446744073709551615 4323448 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 31112 27280 266 49 0 28253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124448

[startup+25.5009 s]
/proc/loadavg: 1.35 1.10 1.26 3/515 26511
/proc/meminfo: memFree=22122064/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=148568 CPUtime=25.49 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 33902 0 0 0 2544 5 0 0 25 0 1 0 786927380 152133632 33008 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 37142 33008 266 49 0 34283 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148568

[startup+51.1011 s]
/proc/loadavg: 1.57 1.17 1.28 3/515 26512
/proc/meminfo: memFree=22087280/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=166032 CPUtime=51.09 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 37819 0 0 0 5103 6 0 0 25 0 1 0 786927380 170016768 36925 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 41508 36925 266 49 0 38649 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166032

[startup+102.319 s]
/proc/loadavg: 1.89 1.31 1.32 3/515 26513
/proc/meminfo: memFree=22022384/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=204708 CPUtime=102.31 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 46460 0 0 0 10224 7 0 0 25 0 1 0 786927380 209620992 45566 33554432000 4194304 4394578 140736798622512 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 51177 45566 266 49 0 48318 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 204708

[startup+162.301 s]
/proc/loadavg: 1.96 1.43 1.36 3/515 26515
/proc/meminfo: memFree=21977444/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=226996 CPUtime=162.29 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 51274 0 0 0 16221 8 0 0 25 0 1 0 786927380 232443904 50380 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 56749 50380 266 49 0 53890 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226996

[startup+222.301 s]
/proc/loadavg: 2.12 1.57 1.41 3/515 26516
/proc/meminfo: memFree=21925068/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=267916 CPUtime=222.29 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 60296 0 0 0 22219 10 0 0 25 0 1 0 786927380 274345984 59402 33554432000 4194304 4394578 140736798622512 18446744073709551615 4335402 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 66979 59402 266 49 0 64120 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 267916

[startup+282.3 s]
/proc/loadavg: 2.10 1.66 1.45 3/515 26518
/proc/meminfo: memFree=21893160/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=284976 CPUtime=282.29 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 63913 0 0 0 28218 11 0 0 25 0 1 0 786927380 291815424 63019 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 71244 63019 266 49 0 68385 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 284976

[startup+342.301 s]
/proc/loadavg: 2.04 1.72 1.48 4/515 26520
/proc/meminfo: memFree=21861248/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=307892 CPUtime=342.3 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 68657 0 0 0 34217 13 0 0 25 0 1 0 786927380 315281408 67763 33554432000 4194304 4394578 140736798622512 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 76973 67763 266 49 0 74114 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 307892

[startup+402.301 s]
/proc/loadavg: 2.01 1.77 1.51 3/515 26524
/proc/meminfo: memFree=21838588/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=317492 CPUtime=402.3 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 70579 0 0 0 40217 13 0 0 25 0 1 0 786927380 325111808 69685 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 79373 69685 266 49 0 76514 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 317492

[startup+462.3 s]
/proc/loadavg: 2.00 1.81 1.54 3/515 26526
/proc/meminfo: memFree=21798380/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=337632 CPUtime=462.3 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 74872 0 0 0 46216 14 0 0 25 0 1 0 786927380 345735168 73978 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 84408 73978 266 49 0 81549 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 337632

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.56 3/515 26527
/proc/meminfo: memFree=21753196/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=360120 CPUtime=522.3 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 79520 0 0 0 52215 15 0 0 25 0 1 0 786927380 368762880 78626 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 90030 78626 266 49 0 87171 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 360120

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.59 3/515 26529
/proc/meminfo: memFree=21694008/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=393352 CPUtime=582.31 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 86591 0 0 0 58215 16 0 0 25 0 1 0 786927380 402792448 85697 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 98338 85697 266 49 0 95479 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 393352

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.06 2.01 3/515 26634
/proc/meminfo: memFree=21024972/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=828040 CPUtime=4062.45 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 175594 0 0 0 406213 32 0 0 25 0 1 0 786927380 847912960 174700 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207010 174700 266 49 0 204151 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 828040

[startup+4122.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/515 26635
/proc/meminfo: memFree=21024432/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=828296 CPUtime=4122.43 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 175633 0 0 0 412211 32 0 0 25 0 1 0 786927380 848175104 174739 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207074 174739 266 49 0 204215 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 828296

[startup+4182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/515 26637
/proc/meminfo: memFree=21015336/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=828296 CPUtime=4182.44 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 175641 0 0 0 418212 32 0 0 25 0 1 0 786927380 848175104 174747 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207074 174747 266 49 0 204215 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 828296

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 26639
/proc/meminfo: memFree=21007480/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=829064 CPUtime=4242.44 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 175773 0 0 0 424212 32 0 0 25 0 1 0 786927380 848961536 174879 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207266 174879 266 49 0 204407 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 829064

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26640
/proc/meminfo: memFree=21006168/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=829576 CPUtime=4302.44 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 175885 0 0 0 430212 32 0 0 25 0 1 0 786927380 849485824 174991 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207394 174991 266 49 0 204535 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 829576

[startup+4362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/515 26642
/proc/meminfo: memFree=21004636/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=831112 CPUtime=4362.44 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176135 0 0 0 436212 32 0 0 25 0 1 0 786927380 851058688 175241 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207778 175241 266 49 0 204919 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 831112

[startup+4422.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 26643
/proc/meminfo: memFree=21004092/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=831112 CPUtime=4422.44 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176158 0 0 0 442212 32 0 0 25 0 1 0 786927380 851058688 175264 33554432000 4194304 4394578 140736798622512 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207778 175264 266 49 0 204919 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 831112

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/515 26645
/proc/meminfo: memFree=21003188/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=831112 CPUtime=4482.45 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176171 0 0 0 448213 32 0 0 25 0 1 0 786927380 851058688 175277 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 207778 175277 266 49 0 204919 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 831112

[startup+4542.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/515 26647
/proc/meminfo: memFree=21000536/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=832904 CPUtime=4542.45 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176438 0 0 0 454213 32 0 0 25 0 1 0 786927380 852893696 175544 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 208226 175544 266 49 0 205367 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 832904

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 26648
/proc/meminfo: memFree=20991188/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=834952 CPUtime=4602.47 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176800 0 0 0 460214 33 0 0 25 0 1 0 786927380 854990848 175906 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 208738 175906 266 49 0 205879 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 834952

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 26650
/proc/meminfo: memFree=20971296/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=835720 CPUtime=4662.46 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176954 0 0 0 466213 33 0 0 25 0 1 0 786927380 855777280 176060 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 208930 176060 266 49 0 206071 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 835720

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26651
/proc/meminfo: memFree=20972120/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=835720 CPUtime=4722.48 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 176972 0 0 0 472215 33 0 0 25 0 1 0 786927380 855777280 176078 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 208930 176078 266 49 0 206071 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 835720

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26653
/proc/meminfo: memFree=20971828/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=838792 CPUtime=4782.46 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 177458 0 0 0 478213 33 0 0 25 0 1 0 786927380 858923008 176564 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 209698 176564 266 49 0 206839 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 838792

[startup+4842.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/515 26655
/proc/meminfo: memFree=20968064/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=839560 CPUtime=4842.46 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 177581 0 0 0 484213 33 0 0 25 0 1 0 786927380 859709440 176687 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 209890 176687 266 49 0 207031 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 839560

[startup+4902.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 26656
/proc/meminfo: memFree=20967000/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=841864 CPUtime=4902.46 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 177955 0 0 0 490213 33 0 0 25 0 1 0 786927380 862068736 177061 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 210466 177061 266 49 0 207607 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 841864

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 26658
/proc/meminfo: memFree=20965468/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=842376 CPUtime=4962.47 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 178047 0 0 0 496214 33 0 0 25 0 1 0 786927380 862593024 177153 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 210594 177153 266 49 0 207735 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 842376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 26659
/proc/meminfo: memFree=20965936/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=842376 CPUtime=5000.08 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 178050 0 0 0 499975 33 0 0 25 0 1 0 786927380 862593024 177156 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 210594 177156 266 49 0 207735 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 842376

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

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

[startup+4999.9 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 26659
/proc/meminfo: memFree=20965936/32951124 swapFree=62999000/67111528
[pid=26504] ppid=26502 vsize=842376 CPUtime=5000.08 cores=0,2,4,6
/proc/26504/stat : 26504 (SApperloT2010) R 26502 26504 25594 0 -1 4202496 178050 0 0 0 499975 33 0 0 25 0 1 0 786927380 862593024 177156 33554432000 4194304 4394578 140736798622512 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26504/statm: 210594 177156 266 49 0 207735 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 842376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.13
CPU user time (s): 4999.76
CPU system time (s): 0.369943
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 842376

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

runsolver used 27.8598 second user time and 55.8375 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 18:18:38
IDJOB=3439773
IDBENCH=88222
IDSOLVER=1933
FILE ID=node141/3439773-1306945118
RUNJOBID= node141-1306945118-26490
PBS_JOBID= 13488575
Free space on /tmp= 73828 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439773-1306945118/watcher-3439773-1306945118 -o /tmp/evaluation-result-3439773-1306945118/solver-3439773-1306945118 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439773-1306945118.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=843469083

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22415572 kB
Buffers:        141904 kB
Cached:         156108 kB
SwapCached:       8848 kB
Active:       10104656 kB
Inactive:       182332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22415572 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            5072 kB
Writeback:           0 kB
AnonPages:     9987144 kB
Mapped:          25180 kB
Slab:           108900 kB
PageTables:      70028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150655536 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= 73824 MiB
End job on node141 at 2011-06-01 19:42:00