Trace number 3420910

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.12 4999.94

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes7.cnf
MD5SUM140eea74f7e66501965365160d02fa4d
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3420910-1306589835/watcher-3420910-1306589835 -o /tmp/evaluation-result-3420910-1306589835/solver-3420910-1306589835 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420910-1306589835.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.09 2.05 2.01 3/514 31711
/proc/meminfo: memFree=11879040/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=21800 CPUtime=0.01 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 1507 0 0 0 1 0 0 0 25 0 1 0 751399149 22323200 1409 33554432000 4194304 4291949 140735455880176 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 5450 1411 227 24 0 2084 0

[startup+0.026289 s]
/proc/loadavg: 2.09 2.05 2.01 3/514 31711
/proc/meminfo: memFree=11879040/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=23136 CPUtime=0.02 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 2013 0 0 0 2 0 0 0 25 0 1 0 751399149 23691264 1855 33554432000 4194304 4291949 140735455880176 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 5784 1856 227 24 0 2418 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23136

[startup+0.100281 s]
/proc/loadavg: 2.09 2.05 2.01 3/514 31711
/proc/meminfo: memFree=11879040/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=29072 CPUtime=0.08 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 4397 0 0 0 8 0 0 0 25 0 1 0 751399149 29769728 3808 33554432000 4194304 4291949 140735455880176 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 7268 3808 232 24 0 3902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29072

[startup+0.30024 s]
/proc/loadavg: 2.09 2.05 2.01 3/514 31711
/proc/meminfo: memFree=11879040/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=29072 CPUtime=0.28 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 4411 0 0 0 28 0 0 0 25 0 1 0 751399149 29769728 3822 33554432000 4194304 4291949 140735455880176 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 7268 3822 232 24 0 3902 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29072

[startup+0.700165 s]
/proc/loadavg: 2.09 2.05 2.01 3/514 31711
/proc/meminfo: memFree=11879040/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=30576 CPUtime=0.69 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 5873 0 0 0 68 1 0 0 25 0 1 0 751399149 31309824 3935 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 7644 3935 252 24 0 4278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30576

[startup+1.50102 s]
/proc/loadavg: 2.09 2.05 2.01 3/515 31712
/proc/meminfo: memFree=11862300/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=35176 CPUtime=1.49 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 6868 0 0 0 148 1 0 0 25 0 1 0 751399149 36020224 4925 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 8794 4925 252 24 0 5428 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35176

[startup+3.10071 s]
/proc/loadavg: 2.09 2.05 2.01 3/515 31712
/proc/meminfo: memFree=11856480/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=42356 CPUtime=3.09 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 8385 0 0 0 308 1 0 0 25 0 1 0 751399149 43372544 6428 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 10589 6428 252 24 0 7223 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42356

[startup+6.30111 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 31713
/proc/meminfo: memFree=11844512/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=56520 CPUtime=6.29 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 11030 0 0 0 627 2 0 0 25 0 1 0 751399149 57876480 9052 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 14130 9052 252 24 0 10764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56520

[startup+12.7009 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 31713
/proc/meminfo: memFree=11825408/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=78832 CPUtime=12.69 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 15274 0 0 0 1267 2 0 0 25 0 1 0 751399149 80723968 13269 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 19708 13269 252 24 0 16342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78832

[startup+25.5005 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 31713
/proc/meminfo: memFree=11801732/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=114748 CPUtime=25.49 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 21101 0 0 0 2546 3 0 0 25 0 1 0 751399149 117501952 19062 33554432000 4194304 4291949 140735455880176 18446744073709551615 4262075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 28687 19062 252 24 0 25321 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114748

[startup+51.1006 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 31714
/proc/meminfo: memFree=11764372/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=171864 CPUtime=51.09 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 30486 0 0 0 5103 6 0 0 25 0 1 0 751399149 175988736 28368 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 42966 28368 252 24 0 39600 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171864

[startup+102.319 s]
/proc/loadavg: 2.16 2.06 2.01 3/515 31715
/proc/meminfo: memFree=11716240/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=181292 CPUtime=102.31 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 42195 0 0 0 10221 10 0 0 25 0 1 0 751399149 185643008 40024 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 45323 40024 252 24 0 41957 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 181292

[startup+162.301 s]
/proc/loadavg: 2.13 2.07 2.01 3/515 31717
/proc/meminfo: memFree=11664000/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=271736 CPUtime=162.29 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 55356 0 0 0 16215 14 0 0 25 0 1 0 751399149 278257664 53121 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 67934 53121 252 24 0 64568 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 271736

[startup+222.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/515 31718
/proc/meminfo: memFree=11630996/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=278000 CPUtime=222.3 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 63682 0 0 0 22212 18 0 0 25 0 1 0 751399149 284672000 61406 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 69500 61406 252 24 0 66134 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 278000

[startup+282.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 31720
/proc/meminfo: memFree=11604556/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=416188 CPUtime=282.3 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 70742 0 0 0 28209 21 0 0 25 0 1 0 751399149 426176512 68419 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 104047 68419 252 24 0 100681 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 416188

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 31721
/proc/meminfo: memFree=11753940/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=154108 CPUtime=342.3 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 91146 0 0 0 34204 26 0 0 25 0 1 0 751399149 157806592 31113 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 38527 31113 252 24 0 35161 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154108

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 31723
/proc/meminfo: memFree=11692024/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=204196 CPUtime=402.3 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 106801 0 0 0 40200 30 0 0 25 0 1 0 751399149 209096704 46697 33554432000 4194304 4291949 140735455880176 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 51049 46697 252 24 0 47683 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 204196

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31725
/proc/meminfo: memFree=11653792/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=286092 CPUtime=462.31 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 116047 0 0 0 46198 33 0 0 25 0 1 0 751399149 292958208 55904 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 71523 55904 252 24 0 68157 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 286092

[startup+522.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 31726
/proc/meminfo: memFree=11625988/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=287504 CPUtime=522.31 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 122944 0 0 0 52196 35 0 0 25 0 1 0 751399149 294404096 62763 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 71876 62763 252 24 0 68510 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 287504

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 31728
/proc/meminfo: memFree=11591344/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=422688 CPUtime=582.31 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 129205 0 0 0 58194 37 0 0 25 0 1 0 751399149 432832512 68991 33554432000 4194304 4291949 140735455880176 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 105672 68991 252 24 0 102306 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 422688

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31861
/proc/meminfo: memFree=11264980/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=491552 CPUtime=4062.46 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 477178 0 0 0 406057 189 0 0 25 0 1 0 751399149 503349248 109186 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 122888 109186 252 24 0 119522 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 491552

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31862
/proc/meminfo: memFree=11225516/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=491552 CPUtime=4122.44 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 479589 0 0 0 412054 190 0 0 25 0 1 0 751399149 503349248 111584 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 122888 111584 252 24 0 119522 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 491552

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31864
/proc/meminfo: memFree=11191388/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=491804 CPUtime=4182.45 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 482403 0 0 0 418052 193 0 0 25 0 1 0 751399149 503607296 114382 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 122951 114382 252 24 0 119585 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 491804

[startup+4242.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/515 31865
/proc/meminfo: memFree=11158000/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=492056 CPUtime=4242.44 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 485298 0 0 0 424050 194 0 0 25 0 1 0 751399149 503865344 117260 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 123014 117260 252 24 0 119648 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 492056

[startup+4302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/515 31867
/proc/meminfo: memFree=11129444/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=706980 CPUtime=4302.45 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 487745 0 0 0 430049 196 0 0 25 0 1 0 751399149 723947520 119692 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 176745 119692 252 24 0 173379 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 706980

[startup+4362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/515 31869
/proc/meminfo: memFree=11092700/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=707868 CPUtime=4362.45 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 490516 0 0 0 436048 197 0 0 25 0 1 0 751399149 724856832 122453 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 176967 122453 252 24 0 173601 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 707868

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 31870
/proc/meminfo: memFree=11060424/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=708248 CPUtime=4422.46 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 494698 0 0 0 442046 200 0 0 25 0 1 0 751399149 725245952 126617 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 177062 126617 252 24 0 173696 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 708248

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 31872
/proc/meminfo: memFree=11036204/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=709132 CPUtime=4482.45 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 497216 0 0 0 448044 201 0 0 25 0 1 0 751399149 726151168 129128 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 177283 129128 252 24 0 173917 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 709132

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 31873
/proc/meminfo: memFree=11013236/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=709888 CPUtime=4542.46 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 499428 0 0 0 454044 202 0 0 25 0 1 0 751399149 726925312 131331 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 177472 131331 252 24 0 174106 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 709888

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31875
/proc/meminfo: memFree=10983572/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=711028 CPUtime=4602.48 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 502243 0 0 0 460045 203 0 0 25 0 1 0 751399149 728092672 134138 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 177757 134138 252 24 0 174391 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 711028

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 31877
/proc/meminfo: memFree=10961596/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=711216 CPUtime=4662.46 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 504493 0 0 0 466042 204 0 0 25 0 1 0 751399149 728285184 136383 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 177804 136383 252 24 0 174438 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 711216

[startup+4722.32 s]
/proc/loadavg: 2.16 2.03 2.01 3/515 31878
/proc/meminfo: memFree=10938376/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=712736 CPUtime=4722.49 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 506754 0 0 0 472044 205 0 0 25 0 1 0 751399149 729841664 138637 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 178184 138637 252 24 0 174818 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 712736

[startup+4782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/515 31880
/proc/meminfo: memFree=10914792/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=713684 CPUtime=4782.47 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 509996 0 0 0 478040 207 0 0 25 0 1 0 751399149 730812416 141862 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 178421 141862 252 24 0 175055 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 713684

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/515 31881
/proc/meminfo: memFree=10877428/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=714156 CPUtime=4842.47 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 511991 0 0 0 484039 208 0 0 25 0 1 0 751399149 731295744 143848 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 178539 143848 252 24 0 175173 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 714156

[startup+4902.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/515 31883
/proc/meminfo: memFree=10836844/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=715960 CPUtime=4902.47 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 514440 0 0 0 490038 209 0 0 25 0 1 0 751399149 733143040 146293 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 178990 146293 252 24 0 175624 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 715960

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/515 31885
/proc/meminfo: memFree=10798868/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=716336 CPUtime=4962.47 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 516337 0 0 0 496037 210 0 0 25 0 1 0 751399149 733528064 148185 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 179084 148185 252 24 0 175718 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 716336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.01 3/515 31886
/proc/meminfo: memFree=10771440/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=717664 CPUtime=5000.09 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 518208 0 0 0 499798 211 0 0 25 0 1 0 751399149 734887936 150046 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 179416 150046 252 24 0 176050 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 717664

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.04 2.05 2.01 3/515 31886
/proc/meminfo: memFree=10771440/32951124 swapFree=63083240/67111528
[pid=31711] ppid=31709 vsize=717664 CPUtime=5000.09 cores=1,3,5,7
/proc/31711/stat : 31711 (RestartSAT) R 31709 31711 31221 0 -1 4202496 518208 0 0 0 499798 211 0 0 25 0 1 0 751399149 734887936 150046 33554432000 4194304 4291949 140735455880176 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31711/statm: 179416 150046 252 24 0 176050 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 717664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.12
CPU user time (s): 4997.98
CPU system time (s): 2.14167
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 736828

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

runsolver used 23.5884 second user time and 58.7801 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-28 15:37:15
IDJOB=3420910
IDBENCH=71367
IDSOLVER=1911
FILE ID=node141/3420910-1306589835
RUNJOBID= node141-1306579391-31240
PBS_JOBID= 13471539
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= 140eea74f7e66501965365160d02fa4d
RANDOM SEED=2115914274

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:      11879320 kB
Buffers:        353104 kB
Cached:       10245696 kB
SwapCached:      15808 kB
Active:       12961388 kB
Inactive:      7811032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11879320 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:            3160 kB
Writeback:          16 kB
AnonPages:    10164744 kB
Mapped:          26476 kB
Slab:           160128 kB
PageTables:      69924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150783164 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= 73668 MiB
End job on node141 at 2011-05-28 17:00:37