Trace number 3170867

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
MD5SUMd6c81b59e209c449a4578a840944dc82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4941
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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.24 1.79 1.89 4/184 5557
/proc/meminfo: memFree=19385664/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=22060 CPUtime=0 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 1226 0 0 0 0 0 0 0 21 0 1 0 393746503 22589440 1165 33554432000 4194304 4291949 140734899450816 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 5515 1165 227 24 0 2149 0

[startup+0.0837889 s]
/proc/loadavg: 1.24 1.79 1.89 4/184 5557
/proc/meminfo: memFree=19385664/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=26872 CPUtime=0.08 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 2994 0 0 0 8 0 0 0 21 0 1 0 393746503 27516928 2747 33554432000 4194304 4291949 140734899450816 18446744073709551615 242970218874 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 6718 2747 234 24 0 3352 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26872

[startup+0.100786 s]
/proc/loadavg: 1.24 1.79 1.89 4/184 5557
/proc/meminfo: memFree=19385664/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=26872 CPUtime=0.09 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 2994 0 0 0 9 0 0 0 21 0 1 0 393746503 27516928 2747 33554432000 4194304 4291949 140734899450816 18446744073709551615 4232066 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 6718 2747 234 24 0 3352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26872

[startup+0.300754 s]
/proc/loadavg: 1.24 1.79 1.89 4/184 5557
/proc/meminfo: memFree=19385664/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=23208 CPUtime=0.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 3438 0 0 0 29 0 0 0 22 0 1 0 393746503 23764992 2482 33554432000 4194304 4291949 140734899450816 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 5802 2482 253 24 0 2436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23208

[startup+0.700686 s]
/proc/loadavg: 1.24 1.79 1.89 4/184 5557
/proc/meminfo: memFree=19385664/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=24236 CPUtime=0.69 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 3554 0 0 0 69 0 0 0 23 0 1 0 393746503 24817664 2596 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 6059 2596 253 24 0 2693 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24236

[startup+1.50055 s]
/proc/loadavg: 1.24 1.79 1.89 5/188 5564
/proc/meminfo: memFree=19353152/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=25912 CPUtime=1.49 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 3784 0 0 0 149 0 0 0 25 0 1 0 393746503 26533888 2825 33554432000 4194304 4291949 140734899450816 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 6478 2825 253 24 0 3112 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25912

[startup+3.10027 s]
/proc/loadavg: 1.46 1.82 1.90 5/188 5564
/proc/meminfo: memFree=19344352/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=28632 CPUtime=3.09 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 4397 0 0 0 309 0 0 0 25 0 1 0 393746503 29319168 3436 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 7158 3436 253 24 0 3792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28632

[startup+6.30072 s]
/proc/loadavg: 1.46 1.82 1.90 5/188 5564
/proc/meminfo: memFree=19330480/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=33324 CPUtime=6.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 5825 0 0 0 629 0 0 0 25 0 1 0 393746503 34123776 4859 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 8331 4859 253 24 0 4965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33324

[startup+12.7006 s]
/proc/loadavg: 1.85 1.89 1.92 5/188 5565
/proc/meminfo: memFree=19289780/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=53120 CPUtime=12.69 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 8690 0 0 0 1268 1 0 0 25 0 1 0 393746503 54394880 7710 33554432000 4194304 4291949 140734899450816 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 13280 7710 253 24 0 9914 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53120

[startup+25.5004 s]
/proc/loadavg: 2.18 1.96 1.95 5/188 5565
/proc/meminfo: memFree=19238124/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=73660 CPUtime=25.49 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 14914 0 0 0 2547 2 0 0 25 0 1 0 393746503 75427840 13910 33554432000 4194304 4291949 140734899450816 18446744073709551615 4250450 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 18415 13910 253 24 0 15049 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73660

[startup+51.101 s]
/proc/loadavg: 2.80 2.12 2.00 5/188 5566
/proc/meminfo: memFree=19147324/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=106892 CPUtime=51.08 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 22318 0 0 0 5103 5 0 0 25 0 1 0 393746503 109457408 21266 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 26723 21266 253 24 0 23357 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106892

[startup+102.307 s]
/proc/loadavg: 3.59 2.45 2.12 5/188 5567
/proc/meminfo: memFree=19063880/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=108392 CPUtime=102.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 45300 0 0 0 10217 12 0 0 25 0 1 0 393746503 110993408 23228 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 27098 23228 253 24 0 23732 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 108392

[startup+162.301 s]
/proc/loadavg: 3.85 2.73 2.23 5/188 5569
/proc/meminfo: memFree=19007824/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=110524 CPUtime=162.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 75113 0 0 0 16209 20 0 0 25 0 1 0 393746503 113176576 24341 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 27631 24341 253 24 0 24265 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110524

[startup+222.301 s]
/proc/loadavg: 3.94 2.96 2.34 5/188 5570
/proc/meminfo: memFree=18998268/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=80904 CPUtime=222.28 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 99889 0 0 0 22201 27 0 0 25 0 1 0 393746503 82845696 14153 33554432000 4194304 4291949 140734899450816 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 20226 14153 253 24 0 16860 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 80904

[startup+282.3 s]
/proc/loadavg: 3.98 3.15 2.44 5/188 5572
/proc/meminfo: memFree=19020332/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=244396 CPUtime=282.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 125991 0 0 0 28194 35 0 0 25 0 1 0 393746503 250261504 40166 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 61099 40166 253 24 0 57733 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 244396

[startup+342.301 s]
/proc/loadavg: 4.03 3.31 2.54 5/188 5573
/proc/meminfo: memFree=18961924/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=164344 CPUtime=342.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 156869 0 0 0 34183 46 0 0 25 0 1 0 393746503 168288256 30256 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 41086 30256 253 24 0 37720 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 164344

[startup+402.301 s]
/proc/loadavg: 4.01 3.44 2.63 5/188 5575
/proc/meminfo: memFree=19019452/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=54984 CPUtime=402.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 175720 0 0 0 40175 54 0 0 25 0 1 0 393746503 56303616 10235 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 13746 10235 253 24 0 10380 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 54984

[startup+462.3 s]
/proc/loadavg: 4.00 3.54 2.71 5/188 5577
/proc/meminfo: memFree=18868536/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=166800 CPUtime=462.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 201355 0 0 0 46165 64 0 0 25 0 1 0 393746503 170803200 35745 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 41700 35745 253 24 0 38334 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 166800

[startup+522.301 s]
/proc/loadavg: 4.04 3.63 2.79 5/188 5578
/proc/meminfo: memFree=19069908/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=86552 CPUtime=522.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 220383 0 0 0 52160 69 0 0 25 0 1 0 393746503 88629248 15976 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 21638 15976 253 24 0 18272 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 86552

[startup+582.301 s]
/proc/loadavg: 4.01 3.70 2.87 5/188 5580
/proc/meminfo: memFree=18906468/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=167860 CPUtime=582.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 239206 0 0 0 58154 75 0 0 25 0 1 0 393746503 171888640 34698 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 41965 34698 253 24 0 38599 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 167860

[startup+642.3 s]
/proc/loadavg: 4.00 3.75 2.94 6/188 5590
/proc/meminfo: memFree=18831984/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=251412 CPUtime=642.3 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 287176 0 0 0 64142 88 0 0 25 0 1 0 393746503 257445888 39770 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 62853 39770 253 24 0 59487 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 251412

[startup+702.301 s]
/proc/loadavg: 4.00 3.79 3.00 5/188 5592
/proc/meminfo: memFree=18700396/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=387368 CPUtime=702.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 314712 0 0 0 70133 96 0 0 25 0 1 0 393746503 396664832 67218 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 96842 67218 253 24 0 93476 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 387368

[startup+762.307 s]
/proc/loadavg: 4.03 3.84 3.06 5/188 5594
/proc/meminfo: memFree=18849688/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=93472 CPUtime=762.3 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 334911 0 0 0 76127 103 0 0 25 0 1 0 393746503 95715328 18726 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 23368 18726 253 24 0 20002 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 93472

[startup+822.3 s]
/proc/loadavg: 4.01 3.87 3.12 5/188 5595
/proc/meminfo: memFree=18646688/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=174380 CPUtime=822.3 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 350300 0 0 0 82122 108 0 0 25 0 1 0 393746503 178565120 34034 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 43595 34034 253 24 0 40229 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 174380

[startup+882.301 s]
/proc/loadavg: 4.10 3.92 3.18 5/188 5597
/proc/meminfo: memFree=19068408/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=94280 CPUtime=882.3 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 375089 0 0 0 88112 118 0 0 25 0 1 0 393746503 96542720 16127 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 23570 16127 253 24 0 20204 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 94280

[startup+942.301 s]
/proc/loadavg: 4.07 3.94 3.24 5/188 5601
/proc/meminfo: memFree=18936964/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=175320 CPUtime=942.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 394516 0 0 0 94104 125 0 0 25 0 1 0 393746503 179527680 35445 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 43830 35445 253 24 0 40464 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 175320

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.28 5/188 5603
/proc/meminfo: memFree=18882520/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=257108 CPUtime=1002.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 406274 0 0 0 100100 129 0 0 25 0 1 0 393746503 263278592 47149 33554432000 4194304 4291949 140734899450816 18446744073709551615 242974008624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 64277 47149 253 24 0 60911 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 257108

[startup+1062.3 s]
/proc/loadavg: 4.01 3.96 3.32 5/188 5605
/proc/meminfo: memFree=18801912/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=259104 CPUtime=1062.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 444978 0 0 0 106089 140 0 0 25 0 1 0 393746503 265322496 45060 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 64776 45060 253 24 0 61410 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 259104

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.36 5/188 5606
/proc/meminfo: memFree=18623216/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=259504 CPUtime=1122.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 457390 0 0 0 112086 143 0 0 25 0 1 0 393746503 265732096 57399 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 64876 57399 253 24 0 61510 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 259504

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.40 5/188 5608
/proc/meminfo: memFree=18598532/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=128292 CPUtime=1182.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 479641 0 0 0 118079 150 0 0 25 0 1 0 393746503 131371008 21786 33554432000 4194304 4291949 140734899450816 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 32073 21786 253 24 0 28707 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 128292

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.43 5/188 5609
/proc/meminfo: memFree=18959252/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=260428 CPUtime=1242.29 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 502930 0 0 0 124073 156 0 0 25 0 1 0 393746503 266678272 44987 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 65107 44987 253 24 0 61741 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 260428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.99 3.47 3/185 5613
/proc/meminfo: memFree=19129640/32951132 swapFree=67111528/67111528
[pid=5557] ppid=5555 vsize=67752 CPUtime=1300 cores=5,7
/proc/5557/stat : 5557 (RestartSAT) R 5555 5557 5503 0 -1 4202496 517418 0 0 0 129838 162 0 0 25 0 1 0 393746503 69378048 13409 33554432000 4194304 4291949 140734899450816 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5557/statm: 16938 13409 253 24 0 13572 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 67752

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.01
CPU user time (s): 1298.38
CPU system time (s): 1.62875
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 392028

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

runsolver used 2.07568 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-15 00:51:19
IDJOB=3170867
IDBENCH=82685
IDSOLVER=1581
FILE ID=node128/3170867-1302821478
RUNJOBID= node128-1302821478-5524
PBS_JOBID= 13006684
Free space on /tmp= 72112 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170867-1302821478/watcher-3170867-1302821478 -o /tmp/evaluation-result-3170867-1302821478/solver-3170867-1302821478 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170867-1302821478.cnf

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

MD5SUM BENCH= d6c81b59e209c449a4578a840944dc82
RANDOM SEED=2104924939

node128.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.852
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.852
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.852
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.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19386068 kB
Buffers:        549028 kB
Cached:       12619396 kB
SwapCached:          0 kB
Active:        7818308 kB
Inactive:      5424588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19386068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:       73832 kB
Mapped:          15404 kB
Slab:           256924 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   245636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72112 MiB
End job on node128 at 2011-04-15 01:13:01