Trace number 3257310

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.06 1300.02

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-3257310-1303468216/watcher-3257310-1303468216 -o /tmp/evaluation-result-3257310-1303468216/solver-3257310-1303468216 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3257310-1303468216.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: 1.96 2.72 2.89 5/189 18488
/proc/meminfo: memFree=14539916/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=19804 CPUtime=0 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 727 0 0 0 0 0 0 0 21 0 1 0 537052309 20279296 670 33554432000 4194304 4291949 140735590260256 18446744073709551615 251367243984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 4951 685 225 24 0 1585 0

[startup+0.017457 s]
/proc/loadavg: 1.96 2.72 2.89 5/189 18488
/proc/meminfo: memFree=14539916/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=22232 CPUtime=0.01 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 1453 0 0 0 1 0 0 0 21 0 1 0 537052309 22765568 1378 33554432000 4194304 4291949 140735590260256 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 5558 1379 227 24 0 2192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22232

[startup+0.100468 s]
/proc/loadavg: 1.96 2.72 2.89 5/189 18488
/proc/meminfo: memFree=14539916/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=28704 CPUtime=0.09 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 4137 0 0 0 9 0 0 0 21 0 1 0 537052309 29392896 3615 33554432000 4194304 4291949 140735590260256 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 7176 3615 232 24 0 3810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28704

[startup+0.300432 s]
/proc/loadavg: 1.96 2.72 2.89 5/189 18488
/proc/meminfo: memFree=14539916/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=27492 CPUtime=0.29 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 4992 0 0 0 29 0 0 0 22 0 1 0 537052309 28151808 3248 33554432000 4194304 4291949 140735590260256 18446744073709551615 251367215482 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 6873 3248 253 24 0 3507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27492

[startup+0.700354 s]
/proc/loadavg: 1.96 2.72 2.89 5/189 18488
/proc/meminfo: memFree=14539916/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=27492 CPUtime=0.69 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 5201 0 0 0 69 0 0 0 23 0 1 0 537052309 28151808 3457 33554432000 4194304 4291949 140735590260256 18446744073709551615 4251369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 6873 3457 253 24 0 3507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27492

[startup+1.50021 s]
/proc/loadavg: 1.96 2.72 2.89 5/190 18489
/proc/meminfo: memFree=14515612/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=30212 CPUtime=1.49 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 5613 0 0 0 149 0 0 0 25 0 1 0 537052309 30937088 3864 33554432000 4194304 4291949 140735590260256 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 7553 3864 253 24 0 4187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30212

[startup+3.10091 s]
/proc/loadavg: 1.96 2.72 2.89 5/190 18489
/proc/meminfo: memFree=14506684/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=36144 CPUtime=3.09 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 6877 0 0 0 309 0 0 0 25 0 1 0 537052309 37011456 5122 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 9036 5122 253 24 0 5670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36144

[startup+6.30032 s]
/proc/loadavg: 2.12 2.74 2.90 5/190 18489
/proc/meminfo: memFree=14492180/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=37244 CPUtime=6.28 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 7777 0 0 0 628 0 0 0 25 0 1 0 537052309 38137856 6013 33554432000 4194304 4291949 140735590260256 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 9311 6013 253 24 0 5945 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37244

[startup+12.7011 s]
/proc/loadavg: 2.27 2.76 2.90 5/190 18490
/proc/meminfo: memFree=14473360/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=46664 CPUtime=12.69 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 9331 0 0 0 1268 1 0 0 25 0 1 0 537052309 47783936 7557 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 11666 7557 253 24 0 8300 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46664

[startup+25.5008 s]
/proc/loadavg: 2.65 2.82 2.92 5/190 18490
/proc/meminfo: memFree=14445780/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=62976 CPUtime=25.49 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 12345 0 0 0 2547 2 0 0 25 0 1 0 537052309 64487424 10548 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 15744 10548 253 24 0 12378 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62976

[startup+51.101 s]
/proc/loadavg: 3.11 2.92 2.95 5/190 18491
/proc/meminfo: memFree=14401200/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=89152 CPUtime=51.09 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 17155 0 0 0 5106 3 0 0 25 0 1 0 537052309 91291648 15321 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 22288 15321 253 24 0 18922 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89152

[startup+102.307 s]
/proc/loadavg: 3.61 3.08 3.00 5/190 18492
/proc/meminfo: memFree=14378492/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=133108 CPUtime=102.29 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 26506 0 0 0 10222 7 0 0 25 0 1 0 537052309 136302592 24611 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 33277 24611 253 24 0 29911 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133108

[startup+162.3 s]
/proc/loadavg: 3.86 3.25 3.06 5/190 18494
/proc/meminfo: memFree=14277784/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=196412 CPUtime=162.29 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 36048 0 0 0 16219 10 0 0 25 0 1 0 537052309 201125888 34108 33554432000 4194304 4291949 140735590260256 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 49103 34108 253 24 0 45737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 196412

[startup+222.3 s]
/proc/loadavg: 3.94 3.38 3.12 6/190 18495
/proc/meminfo: memFree=14352636/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=96080 CPUtime=222.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 51304 0 0 0 22215 15 0 0 25 0 1 0 537052309 98385920 20425 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 24020 20425 253 24 0 20654 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96080

[startup+282.301 s]
/proc/loadavg: 3.98 3.49 3.17 5/190 18497
/proc/meminfo: memFree=14284032/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=126724 CPUtime=282.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 58808 0 0 0 28212 18 0 0 25 0 1 0 537052309 129765376 27845 33554432000 4194304 4291949 140735590260256 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 31681 27845 253 24 0 28315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126724

[startup+342.301 s]
/proc/loadavg: 3.99 3.58 3.22 5/190 18498
/proc/meminfo: memFree=14274456/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=157816 CPUtime=342.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 66602 0 0 0 34209 21 0 0 25 0 1 0 537052309 161603584 35581 33554432000 4194304 4291949 140735590260256 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 39454 35581 253 24 0 36088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157816

[startup+402.301 s]
/proc/loadavg: 3.99 3.65 3.26 5/190 18500
/proc/meminfo: memFree=14195320/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=210568 CPUtime=402.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 73769 0 0 0 40206 24 0 0 25 0 1 0 537052309 215621632 42698 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 52642 42698 253 24 0 49276 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210568

[startup+462.301 s]
/proc/loadavg: 3.99 3.71 3.31 5/190 18502
/proc/meminfo: memFree=14212648/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=215944 CPUtime=462.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 80711 0 0 0 46204 26 0 0 25 0 1 0 537052309 221126656 49605 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 53986 49605 253 24 0 50620 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 215944

[startup+522.301 s]
/proc/loadavg: 3.99 3.76 3.35 5/190 18506
/proc/meminfo: memFree=14263452/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=140652 CPUtime=522.3 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 100517 0 0 0 52198 32 0 0 25 0 1 0 537052309 144027648 28286 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 35163 28286 253 24 0 31797 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 140652

[startup+582.3 s]
/proc/loadavg: 3.99 3.80 3.38 5/190 18508
/proc/meminfo: memFree=14279340/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=171472 CPUtime=582.31 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 107621 0 0 0 58196 35 0 0 25 0 1 0 537052309 175587328 35313 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 42868 35313 253 24 0 39502 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 171472

[startup+642.3 s]
/proc/loadavg: 4.11 3.87 3.43 5/187 18557
/proc/meminfo: memFree=14327104/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=221560 CPUtime=642.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 115705 0 0 0 64195 37 0 0 25 0 1 0 537052309 226877440 43353 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 55390 43353 253 24 0 52024 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 221560

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 3.46 6/190 18565
/proc/meminfo: memFree=14257184/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=222508 CPUtime=702.31 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 122904 0 0 0 70192 39 0 0 25 0 1 0 537052309 227848192 50510 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 55627 50510 253 24 0 52261 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 222508

[startup+762.307 s]
/proc/loadavg: 4.01 3.91 3.49 5/190 18567
/proc/meminfo: memFree=14216368/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=306064 CPUtime=762.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 129152 0 0 0 76191 41 0 0 25 0 1 0 537052309 313409536 56729 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 76516 56729 253 24 0 73150 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 306064

[startup+822.301 s]
/proc/loadavg: 4.00 3.92 3.52 5/190 18568
/proc/meminfo: memFree=14327940/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=129840 CPUtime=822.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 146863 0 0 0 82186 46 0 0 25 0 1 0 537052309 132956160 26719 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 32460 26719 253 24 0 29094 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 129840

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.55 5/190 18570
/proc/meminfo: memFree=14296164/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=179628 CPUtime=882.31 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 154911 0 0 0 88183 48 0 0 25 0 1 0 537052309 183939072 34699 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 44907 34699 253 24 0 41541 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 179628

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.57 5/190 18625
/proc/meminfo: memFree=14296164/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=229716 CPUtime=942.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 162814 0 0 0 94182 50 0 0 25 0 1 0 537052309 235229184 42549 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 57429 42549 253 24 0 54063 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 229716

[startup+1002.3 s]
/proc/loadavg: 4.13 3.98 3.61 5/190 18627
/proc/meminfo: memFree=14255960/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=229852 CPUtime=1002.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 169985 0 0 0 100180 52 0 0 25 0 1 0 537052309 235368448 49682 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 57463 49682 253 24 0 54097 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 229852

[startup+1062.3 s]
/proc/loadavg: 4.05 3.98 3.63 5/190 18628
/proc/meminfo: memFree=14174712/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=311932 CPUtime=1062.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 176886 0 0 0 106178 54 0 0 25 0 1 0 537052309 319418368 56538 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 77983 56538 253 24 0 74617 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 311932

[startup+1122.3 s]
/proc/loadavg: 4.02 3.98 3.65 5/190 18630
/proc/meminfo: memFree=14129540/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=449240 CPUtime=1122.32 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 198448 0 0 0 112173 59 0 0 25 0 1 0 537052309 460021760 78030 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 112310 78030 253 24 0 108944 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 449240

[startup+1182.3 s]
/proc/loadavg: 4.07 4.00 3.67 5/190 18632
/proc/meminfo: memFree=14260580/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=187284 CPUtime=1182.33 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 215797 0 0 0 118168 65 0 0 25 0 1 0 537052309 191778816 36544 33554432000 4194304 4291949 140735590260256 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 46821 36544 253 24 0 43455 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 187284

[startup+1242.3 s]
/proc/loadavg: 4.10 4.01 3.70 5/190 18633
/proc/meminfo: memFree=14261912/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=237372 CPUtime=1242.33 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 223451 0 0 0 124165 68 0 0 25 0 1 0 537052309 243068928 44133 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 59343 44133 253 24 0 55977 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 237372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.71 4/188 18636
/proc/meminfo: memFree=14233248/32950928 swapFree=67111528/67111528
[pid=18488] ppid=18486 vsize=237504 CPUtime=1300.04 cores=4,6
/proc/18488/stat : 18488 (RestartSAT) R 18486 18488 18428 0 -1 4202496 231096 0 0 0 129933 71 0 0 25 0 1 0 537052309 243204096 51724 33554432000 4194304 4291949 140735590260256 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18488/statm: 59376 51724 253 24 0 56010 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 237504

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.33
CPU system time (s): 0.725889
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 481372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.33
system time used= 0.725889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231096
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= 5
involuntary context switches= 766

runsolver used 2.24966 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-22 12:30:16
IDJOB=3257310
IDBENCH=70908
IDSOLVER=1581
FILE ID=node113/3257310-1303468216
RUNJOBID= node113-1303468216-18447
PBS_JOBID= 13107192
Free space on /tmp= 70644 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257310-1303468216/watcher-3257310-1303468216 -o /tmp/evaluation-result-3257310-1303468216/solver-3257310-1303468216 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3257310-1303468216.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=565825919

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:      14540320 kB
Buffers:       1192848 kB
Cached:       16573112 kB
SwapCached:          0 kB
Active:        9917188 kB
Inactive:      7922956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14540320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7532 kB
Writeback:           0 kB
AnonPages:       73444 kB
Mapped:          14708 kB
Slab:           503732 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   269004 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= 70640 MiB
End job on node113 at 2011-04-22 12:51:58