Trace number 3263558

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.05 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
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 variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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

running on 2 cores: 1,3

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: 3.48 3.89 4.17 4/189 7474
/proc/meminfo: memFree=15455132/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=19848 CPUtime=0 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 742 0 0 0 0 0 0 0 23 0 1 0 467848936 20324352 683 33554432000 4194304 4291949 140735400825552 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 4962 684 225 24 0 1596 0

[startup+0.0604361 s]
/proc/loadavg: 3.48 3.89 4.17 4/189 7474
/proc/meminfo: memFree=15455132/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=22300 CPUtime=0.05 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 1672 0 0 0 5 0 0 0 23 0 1 0 467848936 22835200 1511 33554432000 4194304 4291949 140735400825552 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 5575 1511 231 24 0 2209 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22300

[startup+0.100442 s]
/proc/loadavg: 3.48 3.89 4.17 4/189 7474
/proc/meminfo: memFree=15455132/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=22300 CPUtime=0.09 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 1672 0 0 0 9 0 0 0 23 0 1 0 467848936 22835200 1511 33554432000 4194304 4291949 140735400825552 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 5575 1511 231 24 0 2209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22300

[startup+0.300397 s]
/proc/loadavg: 3.48 3.89 4.17 4/189 7474
/proc/meminfo: memFree=15455132/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=20260 CPUtime=0.29 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 2260 0 0 0 29 0 0 0 25 0 1 0 467848936 20746240 1656 33554432000 4194304 4291949 140735400825552 18446744073709551615 4263405 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 5065 1656 252 24 0 1699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20260

[startup+0.700326 s]
/proc/loadavg: 3.48 3.89 4.17 4/189 7474
/proc/meminfo: memFree=15455132/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=22068 CPUtime=0.69 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 2746 0 0 0 69 0 0 0 25 0 1 0 467848936 22597632 2135 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 5517 2135 252 24 0 2151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22068

[startup+1.50018 s]
/proc/loadavg: 3.48 3.89 4.17 5/190 7475
/proc/meminfo: memFree=15429396/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=25852 CPUtime=1.49 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 3614 0 0 0 149 0 0 0 25 0 1 0 467848936 26472448 3000 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 6463 3001 252 24 0 3097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25852

[startup+3.10089 s]
/proc/loadavg: 3.48 3.89 4.17 5/190 7475
/proc/meminfo: memFree=15413524/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=31616 CPUtime=3.09 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 4751 0 0 0 309 0 0 0 25 0 1 0 467848936 32374784 4123 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 7904 4123 252 24 0 4538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31616

[startup+6.30032 s]
/proc/loadavg: 3.52 3.89 4.17 5/190 7476
/proc/meminfo: memFree=15381456/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=40932 CPUtime=6.29 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 6414 0 0 0 628 1 0 0 25 0 1 0 467848936 41914368 5773 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 10233 5773 252 24 0 6867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40932

[startup+12.7002 s]
/proc/loadavg: 3.56 3.90 4.17 5/190 7476
/proc/meminfo: memFree=15349372/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=55176 CPUtime=12.69 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 8830 0 0 0 1267 2 0 0 25 0 1 0 467848936 56500224 8172 33554432000 4194304 4291949 140735400825552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 13794 8172 252 24 0 10428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55176

[startup+25.5009 s]
/proc/loadavg: 3.66 3.90 4.16 5/190 7476
/proc/meminfo: memFree=15289604/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=59696 CPUtime=25.49 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 12212 0 0 0 2546 3 0 0 25 0 1 0 467848936 61128704 11538 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 14924 11538 252 24 0 11558 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59696

[startup+51.1002 s]
/proc/loadavg: 3.77 3.91 4.16 5/190 7477
/proc/meminfo: memFree=15262872/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=52288 CPUtime=51.1 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 19509 0 0 0 5105 5 0 0 25 0 1 0 467848936 53542912 8767 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 13072 8767 252 24 0 9706 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 52288

[startup+102.307 s]
/proc/loadavg: 3.90 3.92 4.15 5/190 7478
/proc/meminfo: memFree=15204448/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=87656 CPUtime=102.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 28031 0 0 0 10223 7 0 0 25 0 1 0 467848936 89759744 17225 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 21914 17225 252 24 0 18548 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87656

[startup+162.3 s]
/proc/loadavg: 3.99 3.94 4.14 5/190 7480
/proc/meminfo: memFree=15212088/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=89324 CPUtime=162.29 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 39164 0 0 0 16218 11 0 0 25 0 1 0 467848936 91467776 16627 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 22331 16627 252 24 0 18965 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89324

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 4.13 5/190 7481
/proc/meminfo: memFree=15215752/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=91576 CPUtime=222.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 52696 0 0 0 22213 17 0 0 25 0 1 0 467848936 93773824 16021 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 22894 16021 252 24 0 19528 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91576

[startup+282.301 s]
/proc/loadavg: 4.03 3.97 4.12 5/190 7483
/proc/meminfo: memFree=15141548/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=126400 CPUtime=282.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 58661 0 0 0 28211 19 0 0 25 0 1 0 467848936 129433600 21947 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 31600 21947 252 24 0 28234 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126400

[startup+342.301 s]
/proc/loadavg: 4.08 3.99 4.12 5/190 7485
/proc/meminfo: memFree=15171508/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=70640 CPUtime=342.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 67172 0 0 0 34208 22 0 0 25 0 1 0 467848936 72335360 13420 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 17660 13420 252 24 0 14294 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70640

[startup+402.301 s]
/proc/loadavg: 4.03 3.99 4.11 5/190 7486
/proc/meminfo: memFree=15142196/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=101468 CPUtime=402.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 74873 0 0 0 40204 26 0 0 25 0 1 0 467848936 103903232 21076 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 25367 21076 252 24 0 22001 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101468

[startup+462.301 s]
/proc/loadavg: 4.01 3.99 4.09 5/190 7488
/proc/meminfo: memFree=15121444/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=133608 CPUtime=462.3 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 78823 0 0 0 46203 27 0 0 25 0 1 0 467848936 136814592 24999 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 33402 24999 252 24 0 30036 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 133608

[startup+522.3 s]
/proc/loadavg: 4.06 4.00 4.09 5/190 7489
/proc/meminfo: memFree=15128720/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=74728 CPUtime=522.31 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 86901 0 0 0 52201 30 0 0 25 0 1 0 467848936 76521472 14720 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 18682 14720 252 24 0 15316 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 74728

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 4.08 5/190 7491
/proc/meminfo: memFree=15158920/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=136700 CPUtime=582.31 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 95546 0 0 0 58195 36 0 0 25 0 1 0 467848936 139980800 23316 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 34175 23316 252 24 0 30809 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 136700

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 4.08 5/190 7493
/proc/meminfo: memFree=15080128/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=89564 CPUtime=642.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 107294 0 0 0 64192 40 0 0 25 0 1 0 467848936 91713536 16585 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 22391 16585 252 24 0 19025 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 89564

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 4.08 5/190 7494
/proc/meminfo: memFree=15159552/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=108532 CPUtime=702.31 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 113517 0 0 0 70188 43 0 0 25 0 1 0 467848936 111136768 22769 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 27133 22769 252 24 0 23767 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 108532

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 4.07 5/190 7496
/proc/meminfo: memFree=15070484/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=139352 CPUtime=762.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 117255 0 0 0 76187 45 0 0 25 0 1 0 467848936 142696448 26480 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 34838 26480 252 24 0 31472 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 139352

[startup+822.301 s]
/proc/loadavg: 4.05 4.02 4.07 5/190 7497
/proc/meminfo: memFree=14984128/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=140364 CPUtime=822.31 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 120274 0 0 0 82184 47 0 0 25 0 1 0 467848936 143732736 29478 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 35091 29478 252 24 0 31725 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 140364

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 4.07 5/190 7499
/proc/meminfo: memFree=15044836/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=110556 CPUtime=882.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 130833 0 0 0 88179 53 0 0 25 0 1 0 467848936 113209344 19147 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 27639 19147 252 24 0 24273 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 110556

[startup+942.3 s]
/proc/loadavg: 4.04 4.02 4.07 5/190 7500
/proc/meminfo: memFree=15024568/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=141376 CPUtime=942.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 136143 0 0 0 94176 56 0 0 25 0 1 0 467848936 144769024 24427 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 35344 24427 252 24 0 31978 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 141376

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.06 5/190 7502
/proc/meminfo: memFree=15044484/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=141628 CPUtime=1002.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 139696 0 0 0 100174 58 0 0 25 0 1 0 467848936 145027072 27955 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 35407 27955 252 24 0 32041 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 141628

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.05 5/190 7504
/proc/meminfo: memFree=15051384/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=143060 CPUtime=1062.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 142637 0 0 0 106173 59 0 0 25 0 1 0 467848936 146493440 30863 33554432000 4194304 4291949 140735400825552 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 35765 30863 252 24 0 32399 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 143060

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 4.05 5/190 7505
/proc/meminfo: memFree=15014016/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=113212 CPUtime=1122.32 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 153915 0 0 0 112168 64 0 0 25 0 1 0 467848936 115929088 20713 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 28303 20713 252 24 0 24937 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 113212

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.05 5/190 7516
/proc/meminfo: memFree=14966084/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=144284 CPUtime=1182.33 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 158557 0 0 0 118166 67 0 0 25 0 1 0 467848936 147746816 25318 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 36071 25318 252 24 0 32705 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 144284

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 4.05 5/190 7517
/proc/meminfo: memFree=15065872/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=144472 CPUtime=1242.33 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 162288 0 0 0 124165 68 0 0 25 0 1 0 467848936 147939328 29022 33554432000 4194304 4291949 140735400825552 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 36118 29022 252 24 0 32752 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 144472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 4.04 2/186 7522
/proc/meminfo: memFree=15334068/32951124 swapFree=67111528/67111528
[pid=7474] ppid=7472 vsize=146284 CPUtime=1300.03 cores=1,3
/proc/7474/stat : 7474 (RestartSAT) R 7472 7474 7078 0 -1 4202496 165345 0 0 0 129934 69 0 0 25 0 1 0 467848936 149794816 32066 33554432000 4194304 4291949 140735400825552 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7474/statm: 36571 32066 252 24 0 33205 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 146284

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.05
CPU user time (s): 1299.35
CPU system time (s): 0.703892
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 212796

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

runsolver used 1.9627 second user time and 5.13922 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 14:41:50
IDJOB=3263558
IDBENCH=83986
IDSOLVER=1581
FILE ID=node138/3263558-1303562510
RUNJOBID= node138-1303562509-7434
PBS_JOBID= 13150283
Free space on /tmp= 71952 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263558-1303562510/watcher-3263558-1303562510 -o /tmp/evaluation-result-3263558-1303562510/solver-3263558-1303562510 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3263558-1303562510.cnf

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=989622650

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      15455288 kB
Buffers:       2058612 kB
Cached:       14803900 kB
SwapCached:          0 kB
Active:        9720084 kB
Inactive:      7220800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15455288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4488 kB
Writeback:           0 kB
AnonPages:       77280 kB
Mapped:          14880 kB
Slab:           492244 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276312 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= 71956 MiB
End job on node138 at 2011-04-23 15:03:32