Trace number 3258703

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-03-04? (TO) 1300.07 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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: 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-3258703-1303502917/watcher-3258703-1303502917 -o /tmp/evaluation-result-3258703-1303502917/solver-3258703-1303502917 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258703-1303502917.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.16 2/174 17244
/proc/meminfo: memFree=14555100/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=14988 CPUtime=0 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 833 0 0 0 0 0 0 0 21 0 1 0 540522373 15347712 772 33554432000 4194304 4395502 140736441764736 18446744073709551615 4264918 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 3747 772 249 50 0 887 0

[startup+0.066655 s]
/proc/loadavg: 0.00 0.00 0.16 2/174 17244
/proc/meminfo: memFree=14555100/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=22460 CPUtime=0.06 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 2655 0 0 0 6 0 0 0 21 0 1 0 540522373 22999040 2594 33554432000 4194304 4395502 140736441764736 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 5615 2595 249 50 0 2755 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22460

[startup+0.100651 s]
/proc/loadavg: 0.00 0.00 0.16 2/174 17244
/proc/meminfo: memFree=14555100/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=28088 CPUtime=0.09 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 4074 0 0 0 9 0 0 0 21 0 1 0 540522373 28762112 4012 33554432000 4194304 4395502 140736441764736 18446744073709551615 256415416215 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 7022 4012 255 50 0 4162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28088

[startup+0.30061 s]
/proc/loadavg: 0.00 0.00 0.16 2/174 17244
/proc/meminfo: memFree=14555100/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=33468 CPUtime=0.29 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 6077 0 0 0 28 1 0 0 22 0 1 0 540522373 34271232 5345 33554432000 4194304 4395502 140736441764736 18446744073709551615 4301146 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 8367 5345 266 50 0 5507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33468

[startup+0.700522 s]
/proc/loadavg: 0.00 0.00 0.16 2/174 17244
/proc/meminfo: memFree=14555100/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=38636 CPUtime=0.69 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 7370 0 0 0 68 1 0 0 23 0 1 0 540522373 39563264 6638 33554432000 4194304 4395502 140736441764736 18446744073709551615 4300870 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 9659 6638 266 50 0 6799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38636

[startup+1.50037 s]
/proc/loadavg: 0.08 0.02 0.17 2/175 17245
/proc/meminfo: memFree=14526340/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=45876 CPUtime=1.48 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 9191 0 0 0 147 1 0 0 25 0 1 0 540522373 46977024 8459 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 11469 8459 266 50 0 8609 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45876

[startup+3.10105 s]
/proc/loadavg: 0.08 0.02 0.17 2/175 17245
/proc/meminfo: memFree=14517288/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=56552 CPUtime=3.09 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 11842 0 0 0 307 2 0 0 25 0 1 0 540522373 57909248 11110 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 14138 11111 266 50 0 11278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56552

[startup+6.30045 s]
/proc/loadavg: 0.08 0.02 0.17 6/190 17275
/proc/meminfo: memFree=14406948/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=73120 CPUtime=6.29 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 15931 0 0 0 626 3 0 0 25 0 1 0 540522373 74874880 15199 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 18280 15199 266 50 0 15420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73120

[startup+12.7002 s]
/proc/loadavg: 0.68 0.15 0.21 6/190 17276
/proc/meminfo: memFree=14323492/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=99148 CPUtime=12.69 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 22225 0 0 0 1265 4 0 0 25 0 1 0 540522373 101527552 21493 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 24787 21493 266 50 0 21927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99148

[startup+25.5008 s]
/proc/loadavg: 1.19 0.27 0.25 6/190 17276
/proc/meminfo: memFree=14249040/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=101924 CPUtime=25.49 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 22846 0 0 0 2545 4 0 0 25 0 1 0 540522373 104370176 22114 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 25481 22114 266 50 0 22621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101924

[startup+51.1009 s]
/proc/loadavg: 2.21 0.59 0.35 6/190 17277
/proc/meminfo: memFree=14209588/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=119928 CPUtime=51.09 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 26980 0 0 0 5104 5 0 0 25 0 1 0 540522373 122806272 26248 33554432000 4194304 4395502 140736441764736 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 29982 26248 266 50 0 27122 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119928

[startup+102.307 s]
/proc/loadavg: 3.36 1.17 0.56 6/190 17278
/proc/meminfo: memFree=14135796/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=150744 CPUtime=102.3 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 33826 0 0 0 10223 7 0 0 25 0 1 0 540522373 154361856 33094 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 37686 33094 266 50 0 34826 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150744

[startup+162.301 s]
/proc/loadavg: 3.76 1.69 0.78 6/190 17280
/proc/meminfo: memFree=14077112/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=168436 CPUtime=162.3 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 37724 0 0 0 16221 9 0 0 25 0 1 0 540522373 172478464 36992 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 42109 36992 266 50 0 39249 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 168436

[startup+222.3 s]
/proc/loadavg: 3.91 2.10 0.97 6/190 17281
/proc/meminfo: memFree=14037880/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=193016 CPUtime=222.29 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 43281 0 0 0 22219 10 0 0 25 0 1 0 540522373 197648384 42549 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 48254 42549 266 50 0 45394 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 193016

[startup+282.301 s]
/proc/loadavg: 3.97 2.45 1.16 6/190 17283
/proc/meminfo: memFree=13993324/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=200828 CPUtime=282.3 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 44987 0 0 0 28219 11 0 0 25 0 1 0 540522373 205647872 44255 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 50207 44255 266 50 0 47347 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 200828

[startup+342.3 s]
/proc/loadavg: 3.98 2.73 1.34 6/190 17284
/proc/meminfo: memFree=13959692/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=215264 CPUtime=342.3 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 47966 0 0 0 34218 12 0 0 25 0 1 0 540522373 220430336 47234 33554432000 4194304 4395502 140736441764736 18446744073709551615 4339060 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 53816 47234 266 50 0 50956 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 215264

[startup+402.301 s]
/proc/loadavg: 4.04 2.97 1.51 6/190 17286
/proc/meminfo: memFree=13918480/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=228260 CPUtime=402.3 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 50571 0 0 0 40217 13 0 0 25 0 1 0 540522373 233738240 49839 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 57065 49839 266 50 0 54205 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 228260

[startup+462.301 s]
/proc/loadavg: 4.01 3.16 1.66 6/190 17288
/proc/meminfo: memFree=13903952/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=238952 CPUtime=462.31 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 52781 0 0 0 46217 14 0 0 25 0 1 0 540522373 244686848 52049 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 59738 52049 266 50 0 56878 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 238952

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.80 5/190 17316
/proc/meminfo: memFree=13925532/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=253712 CPUtime=522.31 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 56218 0 0 0 52215 16 0 0 25 0 1 0 540522373 259801088 55486 33554432000 4194304 4395502 140736441764736 18446744073709551615 4296783 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 63428 55486 266 50 0 60568 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 253712

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.94 5/190 17318
/proc/meminfo: memFree=13885048/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=270168 CPUtime=582.31 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 60193 0 0 0 58213 18 0 0 25 0 1 0 540522373 276652032 59461 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 67542 59461 266 50 0 64682 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 270168

[startup+642.301 s]
/proc/loadavg: 4.04 3.55 2.07 5/190 17319
/proc/meminfo: memFree=13864912/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=275864 CPUtime=642.32 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 61363 0 0 0 64214 18 0 0 25 0 1 0 540522373 282484736 60631 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 68966 60631 266 50 0 66106 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 275864

[startup+702.301 s]
/proc/loadavg: 4.01 3.63 2.19 5/190 17321
/proc/meminfo: memFree=13844160/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=275864 CPUtime=702.31 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 61584 0 0 0 70213 18 0 0 25 0 1 0 540522373 282484736 60852 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 68966 60852 266 50 0 66106 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 275864

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.30 5/190 17323
/proc/meminfo: memFree=13819564/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=278300 CPUtime=762.32 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 62225 0 0 0 76213 19 0 0 25 0 1 0 540522373 284979200 61493 33554432000 4194304 4395502 140736441764736 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 69575 61493 266 50 0 66715 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 278300

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.40 5/190 17324
/proc/meminfo: memFree=13788528/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=283420 CPUtime=822.32 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 63206 0 0 0 82213 19 0 0 25 0 1 0 540522373 290222080 62474 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 70855 62474 266 50 0 67995 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 283420

[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.50 5/190 17326
/proc/meminfo: memFree=13762940/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=291612 CPUtime=882.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 64903 0 0 0 88213 20 0 0 25 0 1 0 540522373 298610688 64171 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 72903 64171 266 50 0 70043 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 291612

[startup+942.301 s]
/proc/loadavg: 4.03 3.84 2.59 5/190 17327
/proc/meminfo: memFree=13747884/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=294876 CPUtime=942.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 65561 0 0 0 94213 20 0 0 25 0 1 0 540522373 301953024 64829 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 73719 64829 266 50 0 70859 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 294876

[startup+1002.3 s]
/proc/loadavg: 4.01 3.86 2.68 5/190 17329
/proc/meminfo: memFree=13721556/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=303588 CPUtime=1002.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 67340 0 0 0 100213 20 0 0 25 0 1 0 540522373 310874112 66608 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 75897 66608 266 50 0 73037 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 303588

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 5/190 17331
/proc/meminfo: memFree=13709356/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=305124 CPUtime=1062.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 67680 0 0 0 106213 20 0 0 25 0 1 0 540522373 312446976 66948 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 76281 66948 266 50 0 73421 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 305124

[startup+1122.3 s]
/proc/loadavg: 4.05 3.92 2.84 5/190 17332
/proc/meminfo: memFree=13692808/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=307492 CPUtime=1122.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 68201 0 0 0 112212 21 0 0 25 0 1 0 540522373 314871808 67469 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299662 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 76873 67469 266 50 0 74013 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 307492

[startup+1182.3 s]
/proc/loadavg: 4.02 3.93 2.91 5/190 17334
/proc/meminfo: memFree=13685696/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=310116 CPUtime=1182.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 68717 0 0 0 118212 21 0 0 25 0 1 0 540522373 317558784 67985 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 77529 67985 266 50 0 74669 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 310116

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 17335
/proc/meminfo: memFree=13672132/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=316440 CPUtime=1242.33 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 70008 0 0 0 124212 21 0 0 25 0 1 0 540522373 324034560 69276 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 79110 69276 266 50 0 76250 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 316440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 17337
/proc/meminfo: memFree=13667876/32950928 swapFree=67111524/67111528
[pid=17244] ppid=17242 vsize=320308 CPUtime=1300.04 cores=0,2
/proc/17244/stat : 17244 (SApperloT2010) R 17242 17244 17214 0 -1 4202496 70884 0 0 0 129983 21 0 0 25 0 1 0 540522373 327995392 70152 33554432000 4194304 4395502 140736441764736 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17244/statm: 80077 70152 266 50 0 77217 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 320308

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.84
CPU system time (s): 0.233964
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 320308

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

runsolver used 2.26166 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-22 22:08:37
IDJOB=3258703
IDBENCH=71409
IDSOLVER=1655
FILE ID=node115/3258703-1303502917
RUNJOBID= node115-1303502915-17232
PBS_JOBID= 13134222
Free space on /tmp= 72304 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258703-1303502917/watcher-3258703-1303502917 -o /tmp/evaluation-result-3258703-1303502917/solver-3258703-1303502917 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3258703-1303502917.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=1150368050

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      14555380 kB
Buffers:       1909224 kB
Cached:       15877740 kB
SwapCached:          4 kB
Active:        6929460 kB
Inactive:     10921240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14555380 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:       63876 kB
Mapped:          14404 kB
Slab:           481944 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186452 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= 72300 MiB
End job on node115 at 2011-04-22 22:30:19