Trace number 3258585

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) 1300 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258585-1303541232/watcher-3258585-1303541232 -o /tmp/evaluation-result-3258585-1303541232/solver-3258585-1303541232 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258585-1303541232.cnf 

running on 2 cores: 4,6

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.06 3.99 3.22 5/189 4406
/proc/meminfo: memFree=12947924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=19676 CPUtime=0 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 753 0 0 0 0 0 0 0 25 0 1 0 446539501 20148224 687 33554432000 4194304 4291949 140735974001776 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 4919 687 225 24 0 1553 0

[startup+0.0131239 s]
/proc/loadavg: 4.06 3.99 3.22 5/189 4406
/proc/meminfo: memFree=12947924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=20672 CPUtime=0 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 1227 0 0 0 0 0 0 0 25 0 1 0 446539501 21168128 1075 33554432000 4194304 4291949 140735974001776 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 5168 1077 225 24 0 1802 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20672

[startup+0.101135 s]
/proc/loadavg: 4.06 3.99 3.22 5/189 4406
/proc/meminfo: memFree=12947924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=23896 CPUtime=0.09 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 2814 0 0 0 9 0 0 0 25 0 1 0 446539501 24469504 2174 33554432000 4194304 4291949 140735974001776 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 5974 2174 231 24 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23896

[startup+0.301098 s]
/proc/loadavg: 4.06 3.99 3.22 5/189 4406
/proc/meminfo: memFree=12947924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=21676 CPUtime=0.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 3524 0 0 0 29 0 0 0 25 0 1 0 446539501 22196224 2198 33554432000 4194304 4291949 140735974001776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 5419 2198 251 24 0 2053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21676

[startup+0.701028 s]
/proc/loadavg: 4.06 3.99 3.22 5/189 4406
/proc/meminfo: memFree=12947924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=23524 CPUtime=0.69 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 4036 0 0 0 68 1 0 0 25 0 1 0 446539501 24088576 2704 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255748 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 5881 2704 251 24 0 2515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23524

[startup+1.50086 s]
/proc/loadavg: 4.06 3.99 3.22 5/190 4407
/proc/meminfo: memFree=12931804/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=31064 CPUtime=1.49 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 4886 0 0 0 148 1 0 0 25 0 1 0 446539501 31809536 3547 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 7766 3547 251 24 0 4400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31064

[startup+3.10062 s]
/proc/loadavg: 4.05 3.99 3.22 5/190 4407
/proc/meminfo: memFree=12922008/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=39688 CPUtime=3.09 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 6373 0 0 0 308 1 0 0 25 0 1 0 446539501 40640512 5022 33554432000 4194304 4291949 140735974001776 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 9922 5022 251 24 0 6556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39688

[startup+6.30102 s]
/proc/loadavg: 4.05 3.99 3.22 5/190 4408
/proc/meminfo: memFree=12900608/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=41692 CPUtime=6.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 8451 0 0 0 628 1 0 0 25 0 1 0 446539501 42692608 7082 33554432000 4194304 4291949 140735974001776 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 10423 7082 251 24 0 7057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41692

[startup+12.7009 s]
/proc/loadavg: 4.04 3.99 3.23 5/190 4408
/proc/meminfo: memFree=12930756/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=56376 CPUtime=12.7 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 11689 0 0 0 1267 3 0 0 25 0 1 0 446539501 57729024 10288 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 14094 10288 251 24 0 10728 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 56376

[startup+25.5006 s]
/proc/loadavg: 4.04 3.99 3.24 5/190 4408
/proc/meminfo: memFree=12844324/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=79400 CPUtime=25.49 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 15888 0 0 0 2545 4 0 0 25 0 1 0 446539501 81305600 14449 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 19850 14449 251 24 0 16484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79400

[startup+51.101 s]
/proc/loadavg: 4.02 3.99 3.26 5/190 4409
/proc/meminfo: memFree=12851872/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=115876 CPUtime=51.09 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 22606 0 0 0 5104 5 0 0 25 0 1 0 446539501 118657024 21123 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 28969 21123 251 24 0 25603 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115876

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.30 5/190 4410
/proc/meminfo: memFree=12805596/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=118048 CPUtime=102.3 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 38842 0 0 0 10220 10 0 0 25 0 1 0 446539501 120881152 20624 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 29512 20624 251 24 0 26146 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118048

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.34 5/190 4412
/proc/meminfo: memFree=12698816/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=175856 CPUtime=162.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 48289 0 0 0 16216 13 0 0 25 0 1 0 446539501 180076544 30017 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 43964 30017 251 24 0 40598 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175856

[startup+222.3 s]
/proc/loadavg: 4.00 3.99 3.38 5/190 4413
/proc/meminfo: memFree=12660972/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=126548 CPUtime=222.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 64225 0 0 0 22211 18 0 0 25 0 1 0 446539501 129585152 22714 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 31637 22714 251 24 0 28271 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126548

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.41 5/190 4415
/proc/meminfo: memFree=12629840/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=179300 CPUtime=282.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 71616 0 0 0 28207 22 0 0 25 0 1 0 446539501 183603200 30047 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 44825 30047 251 24 0 41459 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 179300

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.45 5/190 4416
/proc/meminfo: memFree=12857852/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=183008 CPUtime=342.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 77838 0 0 0 34205 24 0 0 25 0 1 0 446539501 187400192 36233 33554432000 4194304 4291949 140735974001776 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 45752 36233 251 24 0 42386 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 183008

[startup+402.301 s]
/proc/loadavg: 4.04 4.00 3.48 5/190 4418
/proc/meminfo: memFree=12795844/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=134904 CPUtime=402.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 94810 0 0 0 40199 30 0 0 25 0 1 0 446539501 138141696 24940 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 33726 24940 251 24 0 30360 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 134904

[startup+462.3 s]
/proc/loadavg: 3.45 3.84 3.46 4/184 4438
/proc/meminfo: memFree=13318428/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=188588 CPUtime=462.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 101991 0 0 0 46196 32 0 0 25 0 1 0 446539501 193114112 32079 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 47147 32079 251 24 0 43781 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 188588

[startup+522.301 s]
/proc/loadavg: 3.16 3.69 3.43 4/184 4439
/proc/meminfo: memFree=13215112/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=191432 CPUtime=522.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 107907 0 0 0 52194 35 0 0 25 0 1 0 446539501 196026368 37962 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 47858 37962 251 24 0 44492 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 191432

[startup+582.301 s]
/proc/loadavg: 2.57 3.43 3.36 3/178 4459
/proc/meminfo: memFree=13412924/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=194972 CPUtime=582.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 112875 0 0 0 58192 37 0 0 25 0 1 0 446539501 199651328 42900 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 48743 42900 251 24 0 45377 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 194972

[startup+642.301 s]
/proc/loadavg: 2.21 3.17 3.27 3/178 4460
/proc/meminfo: memFree=13475768/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=97844 CPUtime=642.3 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 123769 0 0 0 64190 40 0 0 25 0 1 0 446539501 100192256 20050 33554432000 4194304 4291949 140735974001776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 24461 20050 251 24 0 21095 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 97844

[startup+702.3 s]
/proc/loadavg: 2.07 2.95 3.19 3/178 4462
/proc/meminfo: memFree=13410880/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=147632 CPUtime=702.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 133404 0 0 0 70185 44 0 0 25 0 1 0 446539501 151175168 29635 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 36908 29635 251 24 0 33542 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 147632

[startup+762.307 s]
/proc/loadavg: 2.02 2.78 3.11 3/178 4464
/proc/meminfo: memFree=13354064/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=197720 CPUtime=762.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 139131 0 0 0 76183 46 0 0 25 0 1 0 446539501 202465280 35329 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 49430 35329 251 24 0 46064 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 197720

[startup+822.301 s]
/proc/loadavg: 2.01 2.63 3.04 3/178 4465
/proc/meminfo: memFree=13313724/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=197940 CPUtime=822.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 144844 0 0 0 82179 49 0 0 25 0 1 0 446539501 202690560 41003 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 49485 41003 251 24 0 46119 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 197940

[startup+882.3 s]
/proc/loadavg: 2.00 2.52 2.97 3/178 4476
/proc/meminfo: memFree=13274884/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=198952 CPUtime=882.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 149584 0 0 0 88177 52 0 0 25 0 1 0 446539501 203726848 45711 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 49738 45711 251 24 0 46372 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 198952

[startup+942.301 s]
/proc/loadavg: 2.00 2.42 2.91 3/178 4477
/proc/meminfo: memFree=13345412/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=118616 CPUtime=942.29 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 162370 0 0 0 94172 57 0 0 25 0 1 0 446539501 121462784 24239 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 29654 24239 251 24 0 26288 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 118616

[startup+1002.3 s]
/proc/loadavg: 2.00 2.34 2.85 3/178 4479
/proc/meminfo: memFree=13300128/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=149436 CPUtime=1002.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 169400 0 0 0 100168 60 0 0 25 0 1 0 446539501 153022464 31229 33554432000 4194304 4291949 140735974001776 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 37359 31229 251 24 0 33993 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 149436

[startup+1062.3 s]
/proc/loadavg: 1.85 2.24 2.78 2/172 4499
/proc/meminfo: memFree=13684888/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=199524 CPUtime=1062.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 175763 0 0 0 106165 63 0 0 25 0 1 0 446539501 204312576 37558 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 49881 37558 251 24 0 46515 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 199524

[startup+1122.3 s]
/proc/loadavg: 1.31 2.01 2.67 2/172 4500
/proc/meminfo: memFree=13664952/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=199712 CPUtime=1122.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 180749 0 0 0 112163 65 0 0 25 0 1 0 446539501 204505088 42505 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 49928 42505 251 24 0 46562 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 199712

[startup+1182.3 s]
/proc/loadavg: 1.11 1.83 2.56 2/172 4502
/proc/meminfo: memFree=13644696/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=283160 CPUtime=1182.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 185882 0 0 0 118161 67 0 0 25 0 1 0 446539501 289955840 47600 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 70790 47600 251 24 0 67424 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 283160

[startup+1242.3 s]
/proc/loadavg: 1.04 1.67 2.46 2/172 4503
/proc/meminfo: memFree=13626428/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=285940 CPUtime=1242.28 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 190384 0 0 0 124159 69 0 0 25 0 1 0 446539501 292802560 52080 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 71485 52080 251 24 0 68119 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 285940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.56 2.37 2/172 4505
/proc/meminfo: memFree=13725456/32951124 swapFree=67111528/67111528
[pid=4406] ppid=4404 vsize=155508 CPUtime=1299.99 cores=4,6
/proc/4406/stat : 4406 (RestartSAT) R 4404 4406 4084 0 -1 4202496 205103 0 0 0 129926 73 0 0 25 0 1 0 446539501 159240192 27353 33554432000 4194304 4291949 140735974001776 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4406/statm: 38877 27353 251 24 0 35511 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 155508

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.01
CPU time (s): 1300
CPU user time (s): 1299.26
CPU system time (s): 0.739887
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 297784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.26
system time used= 0.739887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205103
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= 9
involuntary context switches= 950

runsolver used 2.15867 second user time and 4.72328 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 08:47:12
IDJOB=3258585
IDBENCH=71397
IDSOLVER=1580
FILE ID=node146/3258585-1303541232
RUNJOBID= node146-1303539680-4103
PBS_JOBID= 13143092
Free space on /tmp= 72556 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=2129972960

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      12948080 kB
Buffers:       2065264 kB
Cached:       16469756 kB
SwapCached:          0 kB
Active:       10424936 kB
Inactive:      9048540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12948080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:      937888 kB
Mapped:          15376 kB
Slab:           465244 kB
PageTables:       7060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1246836 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= 72564 MiB
End job on node146 at 2011-04-23 09:08:54