Trace number 3420904

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
RestartSAT B95? (TO) 5000.14 5000.04

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

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-3420904-1306589768/watcher-3420904-1306589768 -o /tmp/evaluation-result-3420904-1306589768/solver-3420904-1306589768 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420904-1306589768.cnf 

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

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: 2.05 2.01 2.00 2/273 32590
/proc/meminfo: memFree=28524352/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=20084 CPUtime=0 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 942 0 0 0 0 0 0 0 25 0 1 0 770577598 20566016 884 33554432000 4194304 4291949 140733573257904 18446744073709551615 222921820250 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 5057 895 225 24 0 1691 0

[startup+0.031081 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 32590
/proc/meminfo: memFree=28524352/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=24100 CPUtime=0.02 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 2464 0 0 0 2 0 0 0 25 0 1 0 770577598 24678400 2213 33554432000 4194304 4291949 140733573257904 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 6025 2214 227 24 0 2659 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24100

[startup+0.101067 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 32590
/proc/meminfo: memFree=28524352/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=30648 CPUtime=0.09 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 5022 0 0 0 9 0 0 0 25 0 1 0 770577598 31383552 4432 33554432000 4194304 4291949 140733573257904 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 7662 4432 232 24 0 4296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30648

[startup+0.301026 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 32590
/proc/meminfo: memFree=28524352/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=30648 CPUtime=0.29 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 5036 0 0 0 29 0 0 0 25 0 1 0 770577598 31383552 4446 33554432000 4194304 4291949 140733573257904 18446744073709551615 4230038 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 7662 4446 232 24 0 4296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30648

[startup+0.700965 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 32590
/proc/meminfo: memFree=28524352/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=32152 CPUtime=0.69 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 6472 0 0 0 69 0 0 0 25 0 1 0 770577598 32923648 4280 33554432000 4194304 4291949 140733573257904 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 8038 4280 253 24 0 4672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32152

[startup+1.50082 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 32591
/proc/meminfo: memFree=28505752/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=36572 CPUtime=1.49 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 7639 0 0 0 148 1 0 0 25 0 1 0 770577598 37449728 5440 33554432000 4194304 4291949 140733573257904 18446744073709551615 4251674 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 9143 5440 253 24 0 5777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36572

[startup+3.10052 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 32591
/proc/meminfo: memFree=28499180/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=44012 CPUtime=3.09 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 9393 0 0 0 308 1 0 0 25 0 1 0 770577598 45068288 7176 33554432000 4194304 4291949 140733573257904 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 11003 7176 253 24 0 7637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44012

[startup+6.30094 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 32591
/proc/meminfo: memFree=28484944/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=57652 CPUtime=6.29 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 12100 0 0 0 628 1 0 0 25 0 1 0 770577598 59035648 9865 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 14413 9865 253 24 0 11047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57652

[startup+12.7008 s]
/proc/loadavg: 2.04 2.01 2.00 3/274 32591
/proc/meminfo: memFree=28462108/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=80356 CPUtime=12.69 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 16809 0 0 0 1267 2 0 0 25 0 1 0 770577598 82284544 14542 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 20089 14542 253 24 0 16723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80356

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/274 32591
/proc/meminfo: memFree=28431480/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=116232 CPUtime=25.49 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 23038 0 0 0 2545 4 0 0 25 0 1 0 770577598 119021568 20732 33554432000 4194304 4291949 140733573257904 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 29058 20732 253 24 0 25692 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116232

[startup+51.1007 s]
/proc/loadavg: 2.02 2.01 2.00 3/274 32592
/proc/meminfo: memFree=28454852/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=173868 CPUtime=51.09 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 33462 0 0 0 5103 6 0 0 25 0 1 0 770577598 178040832 31098 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 43467 31098 253 24 0 40101 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 173868

[startup+102.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/274 32593
/proc/meminfo: memFree=28371620/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=265284 CPUtime=102.3 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 46249 0 0 0 10220 10 0 0 25 0 1 0 770577598 271650816 43841 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 66321 43841 253 24 0 62955 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 265284

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32595
/proc/meminfo: memFree=28278724/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=274360 CPUtime=162.29 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 60767 0 0 0 16215 14 0 0 25 0 1 0 770577598 280944640 58303 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 68590 58303 253 24 0 65224 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 274360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32597
/proc/meminfo: memFree=28295312/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=413904 CPUtime=222.27 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 70110 0 0 0 22211 16 0 0 25 0 1 0 770577598 423837696 67604 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 103476 67604 253 24 0 100110 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 413904

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32598
/proc/meminfo: memFree=28232652/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=419580 CPUtime=282.27 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 77697 0 0 0 28208 19 0 0 25 0 1 0 770577598 429649920 75156 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 104895 75156 253 24 0 101529 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 419580

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32600
/proc/meminfo: memFree=28166912/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=425312 CPUtime=342.27 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 86874 0 0 0 34205 22 0 0 25 0 1 0 770577598 435519488 84287 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 106328 84287 253 24 0 102962 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 425312

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32601
/proc/meminfo: memFree=28202212/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=432588 CPUtime=402.27 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 93622 0 0 0 40203 24 0 0 25 0 1 0 770577598 442970112 91009 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 108147 91009 253 24 0 104781 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 432588

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32603
/proc/meminfo: memFree=28143660/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=437168 CPUtime=462.26 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 99924 0 0 0 46199 27 0 0 25 0 1 0 770577598 447660032 97289 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 109292 97289 253 24 0 105926 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 437168

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 32605
/proc/meminfo: memFree=28096128/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=441520 CPUtime=522.26 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 105377 0 0 0 52195 31 0 0 25 0 1 0 770577598 452116480 102725 33554432000 4194304 4291949 140733573257904 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 110380 102725 253 24 0 107014 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 441520

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/274 32606
/proc/meminfo: memFree=28128704/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=658932 CPUtime=582.26 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 112569 0 0 0 58192 34 0 0 25 0 1 0 770577598 674746368 109887 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32590/statm: 164733 109887 253 24 0 161367 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 658932

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/268 32727
/proc/meminfo: memFree=28165048/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=713404 CPUtime=4002.36 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 501714 0 0 0 400052 184 0 0 25 0 1 0 770577598 730525696 131780 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 178351 131780 253 24 0 174985 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 713404

[startup+4062.31 s]
/proc/loadavg: 1.08 1.11 1.47 2/268 32729
/proc/meminfo: memFree=28152112/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=714160 CPUtime=4062.37 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 504913 0 0 0 406050 187 0 0 25 0 1 0 770577598 731299840 134964 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 178540 134964 253 24 0 175174 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 714160

[startup+4122.3 s]
/proc/loadavg: 1.03 1.09 1.44 2/268 32731
/proc/meminfo: memFree=28142288/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=714668 CPUtime=4122.36 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 507514 0 0 0 412047 189 0 0 25 0 1 0 770577598 731820032 137552 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 178667 137552 253 24 0 175301 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 714668

[startup+4182.3 s]
/proc/loadavg: 1.01 1.07 1.41 2/268 32732
/proc/meminfo: memFree=28130604/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=715520 CPUtime=4182.36 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 510344 0 0 0 418045 191 0 0 25 0 1 0 770577598 732692480 140371 33554432000 4194304 4291949 140733573257904 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 178880 140371 253 24 0 175514 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 715520

[startup+4242.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/268 32734
/proc/meminfo: memFree=28115204/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=717164 CPUtime=4242.37 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 514247 0 0 0 424044 193 0 0 25 0 1 0 770577598 734375936 144269 33554432000 4194304 4291949 140733573257904 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 179291 144269 253 24 0 175925 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 717164

[startup+4302.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/268 32735
/proc/meminfo: memFree=28103764/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=718492 CPUtime=4302.37 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 517111 0 0 0 430042 195 0 0 25 0 1 0 770577598 735735808 147121 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 179623 147121 253 24 0 176257 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 718492

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/268 32737
/proc/meminfo: memFree=28093928/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=720196 CPUtime=4362.37 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 519665 0 0 0 436041 196 0 0 25 0 1 0 770577598 737480704 149667 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 180049 149667 253 24 0 176683 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 720196

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/268 32739
/proc/meminfo: memFree=28081872/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=721620 CPUtime=4422.37 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 522657 0 0 0 442039 198 0 0 25 0 1 0 770577598 738938880 152651 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 180405 152651 253 24 0 177039 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 721620

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/268 32740
/proc/meminfo: memFree=28070796/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=724180 CPUtime=4482.38 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 525454 0 0 0 448038 200 0 0 25 0 1 0 770577598 741560320 155433 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 181045 155433 253 24 0 177679 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 724180

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/268 32742
/proc/meminfo: memFree=28060472/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=726268 CPUtime=4542.38 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 527965 0 0 0 454036 202 0 0 25 0 1 0 770577598 743698432 157934 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 181567 157934 253 24 0 178201 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 726268

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/268 32743
/proc/meminfo: memFree=28039236/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=727216 CPUtime=4602.39 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 533118 0 0 0 460034 205 0 0 25 0 1 0 770577598 744669184 163077 33554432000 4194304 4291949 140733573257904 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 181804 163077 253 24 0 178438 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 727216

[startup+4662.3 s]
/proc/loadavg: 1.04 1.02 1.23 2/268 32745
/proc/meminfo: memFree=28015268/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=727592 CPUtime=4662.38 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 539201 0 0 0 466029 209 0 0 25 0 1 0 770577598 745054208 169130 33554432000 4194304 4291949 140733573257904 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 181898 169130 253 24 0 178532 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 727592

[startup+4722.31 s]
/proc/loadavg: 1.01 1.01 1.22 2/268 32747
/proc/meminfo: memFree=27993904/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=727784 CPUtime=4722.39 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 544619 0 0 0 472026 213 0 0 25 0 1 0 770577598 745250816 174536 33554432000 4194304 4291949 140733573257904 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 181946 174536 253 24 0 178580 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 727784

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/268 32748
/proc/meminfo: memFree=27974908/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=1077696 CPUtime=4782.38 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 549464 0 0 0 478022 216 0 0 25 0 1 0 770577598 1103560704 179370 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 269424 179370 253 24 0 266058 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 1077696

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/268 32750
/proc/meminfo: memFree=27956652/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=1079024 CPUtime=4842.38 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 553990 0 0 0 484020 218 0 0 25 0 1 0 770577598 1104920576 183881 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 269756 183881 253 24 0 266390 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 1079024

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/268 32751
/proc/meminfo: memFree=27938148/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=1079308 CPUtime=4902.39 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 558671 0 0 0 490018 221 0 0 25 0 1 0 770577598 1105211392 188553 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 269827 188553 253 24 0 266461 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 1079308

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/268 32753
/proc/meminfo: memFree=27919392/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=1079972 CPUtime=4962.39 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 563316 0 0 0 496015 224 0 0 25 0 1 0 770577598 1105891328 193182 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 269993 193182 253 24 0 266627 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 1079972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.15 2/268 32754
/proc/meminfo: memFree=27907960/32951124 swapFree=55664332/67111528
[pid=32590] ppid=32588 vsize=1080444 CPUtime=5000.1 cores=1,3,5,7
/proc/32590/stat : 32590 (RestartSAT) R 32588 32590 32020 0 -1 4202496 566137 0 0 0 499784 226 0 0 25 0 1 0 770577598 1106374656 195989 33554432000 4194304 4291949 140733573257904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32590/statm: 270111 195989 253 24 0 266745 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 1080444

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): 5000.04
CPU time (s): 5000.14
CPU user time (s): 4997.84
CPU system time (s): 2.29865
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1091612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.84
system time used= 2.29865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566137
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= 8394

runsolver used 11.3563 second user time and 29.5605 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-28 15:36:09
IDJOB=3420904
IDBENCH=71353
IDSOLVER=1911
FILE ID=node109/3420904-1306589768
RUNJOBID= node109-1306579399-32039
PBS_JOBID= 13471571
Free space on /tmp= 73200 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420904-1306589768/watcher-3420904-1306589768 -o /tmp/evaluation-result-3420904-1306589768/solver-3420904-1306589768 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420904-1306589768.cnf

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=2038144194

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:      28524632 kB
Buffers:        186064 kB
Cached:        2140796 kB
SwapCached:      10136 kB
Active:         863788 kB
Inactive:      3356160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28524632 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:     1889124 kB
Mapped:          16484 kB
Slab:           107396 kB
PageTables:      37360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31103788 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= 73204 MiB
End job on node109 at 2011-05-28 16:59:31