Trace number 3258762

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 A75? (TO) 1300.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3258762-1303540425/watcher-3258762-1303540425 -o /tmp/evaluation-result-3258762-1303540425/solver-3258762-1303540425 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258762-1303540425.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: 4.00 3.64 2.15 5/189 11600
/proc/meminfo: memFree=13755320/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=19404 CPUtime=0 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 691 0 0 0 0 0 0 0 25 0 1 0 544273204 19869696 626 33554432000 4194304 4291949 140735402215200 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 4851 626 225 24 0 1485 0

[startup+0.060749 s]
/proc/loadavg: 4.00 3.64 2.15 5/189 11600
/proc/meminfo: memFree=13755320/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=28152 CPUtime=0.05 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 3946 0 0 0 5 0 0 0 25 0 1 0 544273204 28827648 3517 33554432000 4194304 4291949 140735402215200 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 7038 3519 227 24 0 3672 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28152

[startup+0.100736 s]
/proc/loadavg: 4.00 3.64 2.15 5/189 11600
/proc/meminfo: memFree=13755320/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=35244 CPUtime=0.09 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 5599 0 0 0 9 0 0 0 25 0 1 0 544273204 36089856 4967 33554432000 4194304 4291949 140735402215200 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 8811 4967 232 24 0 5445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35244

[startup+0.3007 s]
/proc/loadavg: 4.00 3.64 2.15 5/189 11600
/proc/meminfo: memFree=13755320/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=35244 CPUtime=0.29 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 5607 0 0 0 29 0 0 0 25 0 1 0 544273204 36089856 4975 33554432000 4194304 4291949 140735402215200 18446744073709551615 4229991 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 8811 4975 232 24 0 5445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35244

[startup+0.700633 s]
/proc/loadavg: 4.00 3.64 2.15 5/189 11600
/proc/meminfo: memFree=13755320/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=34028 CPUtime=0.69 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 6849 0 0 0 69 0 0 0 25 0 1 0 544273204 34844672 4432 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256305 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 8507 4432 252 24 0 5141 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34028

[startup+1.50048 s]
/proc/loadavg: 4.00 3.64 2.16 5/190 11601
/proc/meminfo: memFree=13736224/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=34028 CPUtime=1.49 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 7664 0 0 0 149 0 0 0 25 0 1 0 544273204 34844672 5242 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 8507 5242 252 24 0 5141 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34028

[startup+3.10118 s]
/proc/loadavg: 4.00 3.64 2.16 5/190 11601
/proc/meminfo: memFree=13731388/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=45836 CPUtime=3.09 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 8862 0 0 0 309 0 0 0 25 0 1 0 544273204 46936064 6433 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 11459 6433 252 24 0 8093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45836

[startup+6.30059 s]
/proc/loadavg: 4.00 3.64 2.16 5/190 11601
/proc/meminfo: memFree=13721244/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=57512 CPUtime=6.29 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 10917 0 0 0 628 1 0 0 25 0 1 0 544273204 58892288 8477 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 14378 8477 252 24 0 11012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57512

[startup+12.7004 s]
/proc/loadavg: 4.00 3.66 2.18 5/190 11601
/proc/meminfo: memFree=13706004/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=60260 CPUtime=12.69 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 13865 0 0 0 1268 1 0 0 25 0 1 0 544273204 61706240 11402 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 15065 11402 252 24 0 11699 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60260

[startup+25.501 s]
/proc/loadavg: 4.00 3.67 2.20 5/190 11601
/proc/meminfo: memFree=13727444/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=83660 CPUtime=25.49 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 19103 0 0 0 2547 2 0 0 25 0 1 0 544273204 85667840 16614 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 20915 16614 252 24 0 17549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83660

[startup+51.1002 s]
/proc/loadavg: 4.00 3.69 2.24 5/190 11602
/proc/meminfo: memFree=13662500/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=120116 CPUtime=51.09 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 27851 0 0 0 5104 5 0 0 25 0 1 0 544273204 122998784 25313 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 30029 25313 252 24 0 26663 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120116

[startup+102.307 s]
/proc/loadavg: 4.00 3.74 2.34 5/190 11603
/proc/meminfo: memFree=13654924/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=178428 CPUtime=102.29 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 36750 0 0 0 10222 7 0 0 25 0 1 0 544273204 182710272 34164 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 44607 34164 252 24 0 41241 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 178428

[startup+162.301 s]
/proc/loadavg: 4.00 3.79 2.44 5/190 11605
/proc/meminfo: memFree=13567972/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=266376 CPUtime=162.29 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 45499 0 0 0 16217 12 0 0 25 0 1 0 544273204 272769024 42863 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 66594 42863 252 24 0 63228 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266376

[startup+222.3 s]
/proc/loadavg: 4.00 3.82 2.54 5/190 11607
/proc/meminfo: memFree=13533840/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=271020 CPUtime=222.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 56584 0 0 0 22213 17 0 0 25 0 1 0 544273204 277524480 53890 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 67755 53890 252 24 0 64389 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 271020

[startup+282.301 s]
/proc/loadavg: 4.00 3.85 2.63 5/190 11608
/proc/meminfo: memFree=13515228/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=278088 CPUtime=282.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 62528 0 0 0 28212 18 0 0 25 0 1 0 544273204 284762112 59808 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 69522 59808 252 24 0 66156 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278088

[startup+342.301 s]
/proc/loadavg: 4.00 3.88 2.71 5/190 11613
/proc/meminfo: memFree=13529552/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=282304 CPUtime=342.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 67205 0 0 0 34210 20 0 0 25 0 1 0 544273204 289079296 64461 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 70576 64461 252 24 0 67210 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 282304

[startup+402.301 s]
/proc/loadavg: 4.07 3.91 2.79 5/190 11614
/proc/meminfo: memFree=13507288/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=417928 CPUtime=402.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 72834 0 0 0 40207 23 0 0 25 0 1 0 544273204 427958272 70066 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 104482 70066 252 24 0 101116 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 417928

[startup+462.301 s]
/proc/loadavg: 4.06 3.94 2.87 5/190 11616
/proc/meminfo: memFree=13488044/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=421736 CPUtime=462.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 77308 0 0 0 46205 25 0 0 25 0 1 0 544273204 431857664 74526 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 105434 74526 252 24 0 102068 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 421736

[startup+522.3 s]
/proc/loadavg: 4.14 3.98 2.95 5/190 11618
/proc/meminfo: memFree=13422044/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=424852 CPUtime=522.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 80772 0 0 0 52204 26 0 0 25 0 1 0 544273204 435048448 77984 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 106213 77984 252 24 0 102847 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 424852

[startup+582.3 s]
/proc/loadavg: 4.05 3.98 3.01 5/190 11619
/proc/meminfo: memFree=13409496/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=428124 CPUtime=582.3 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 87369 0 0 0 58202 28 0 0 25 0 1 0 544273204 438398976 84554 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 107031 84554 252 24 0 103665 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 428124

[startup+642.301 s]
/proc/loadavg: 3.94 3.95 3.06 5/190 11677
/proc/meminfo: memFree=13551364/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=431552 CPUtime=642.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 90681 0 0 0 64201 30 0 0 25 0 1 0 544273204 441909248 87852 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 107888 87852 252 24 0 104522 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 431552

[startup+702.301 s]
/proc/loadavg: 3.98 3.96 3.12 5/190 11733
/proc/meminfo: memFree=13519548/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=436344 CPUtime=702.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 94849 0 0 0 70198 33 0 0 25 0 1 0 544273204 446816256 91998 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 109086 91998 252 24 0 105720 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 436344

[startup+762.307 s]
/proc/loadavg: 3.99 3.96 3.17 5/190 11735
/proc/meminfo: memFree=13474152/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=437564 CPUtime=762.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 97766 0 0 0 76197 34 0 0 25 0 1 0 544273204 448065536 94901 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 109391 94901 252 24 0 106025 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 437564

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.22 5/190 11737
/proc/meminfo: memFree=13501656/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=440176 CPUtime=822.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 101406 0 0 0 82195 36 0 0 25 0 1 0 544273204 450740224 98529 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 110044 98529 252 24 0 106678 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 440176

[startup+882.3 s]
/proc/loadavg: 3.99 3.97 3.26 5/190 11738
/proc/meminfo: memFree=13439384/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=441864 CPUtime=882.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 104066 0 0 0 88194 37 0 0 25 0 1 0 544273204 452468736 101177 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 110466 101177 252 24 0 107100 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 441864

[startup+942.3 s]
/proc/loadavg: 3.99 3.97 3.31 6/190 11740
/proc/meminfo: memFree=13437632/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=444960 CPUtime=942.31 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 107413 0 0 0 94193 38 0 0 25 0 1 0 544273204 455639040 104513 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 111240 104513 252 24 0 107874 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 444960

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.35 5/190 11741
/proc/meminfo: memFree=13405380/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=446520 CPUtime=1002.32 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 110095 0 0 0 100193 39 0 0 25 0 1 0 544273204 457236480 107182 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 111630 107182 252 24 0 108264 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 446520

[startup+1062.3 s]
/proc/loadavg: 4.03 3.99 3.39 5/190 11743
/proc/meminfo: memFree=13397420/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=663380 CPUtime=1062.32 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 115457 0 0 0 106191 41 0 0 25 0 1 0 544273204 679301120 112522 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 165845 112522 252 24 0 162479 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 663380

[startup+1122.3 s]
/proc/loadavg: 4.09 4.00 3.43 5/190 11745
/proc/meminfo: memFree=13336152/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=664012 CPUtime=1122.33 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 124075 0 0 0 112188 45 0 0 25 0 1 0 544273204 679948288 121103 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 166003 121103 252 24 0 162637 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 664012

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 3.46 5/190 11746
/proc/meminfo: memFree=13349280/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=667232 CPUtime=1182.32 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 128557 0 0 0 118186 46 0 0 25 0 1 0 544273204 683245568 125567 33554432000 4194304 4291949 140735402215200 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 166808 125567 252 24 0 163442 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 667232

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.49 5/190 11748
/proc/meminfo: memFree=13302632/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=671600 CPUtime=1242.33 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 131422 0 0 0 124185 48 0 0 25 0 1 0 544273204 687718400 128419 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 167900 128419 252 24 0 164534 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 671600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.52 5/190 11749
/proc/meminfo: memFree=13276324/32950928 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=673876 CPUtime=1300.04 cores=0,2
/proc/11600/stat : 11600 (RestartSAT) R 11598 11600 11250 0 -1 4202496 133497 0 0 0 129955 49 0 0 25 0 1 0 544273204 690049024 130490 33554432000 4194304 4291949 140735402215200 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11600/statm: 168469 130490 252 24 0 165103 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 673876

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.55
CPU system time (s): 0.51992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 673876

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

runsolver used 2.36664 second user time and 4.73828 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 08:33:45
IDJOB=3258762
IDBENCH=71425
IDSOLVER=1581
FILE ID=node113/3258762-1303540425
RUNJOBID= node113-1303539685-11268
PBS_JOBID= 13143125
Free space on /tmp= 70796 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258762-1303540425/watcher-3258762-1303540425 -o /tmp/evaluation-result-3258762-1303540425/solver-3258762-1303540425 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258762-1303540425.cnf

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=719671794

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      13755476 kB
Buffers:       1837600 kB
Cached:       16482972 kB
SwapCached:          0 kB
Active:       10742076 kB
Inactive:      7868612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13755476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:      288912 kB
Mapped:          15460 kB
Slab:           520880 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   491580 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= 70796 MiB
End job on node113 at 2011-04-23 08:55:27