Trace number 3250223

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.04 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
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-3250223-1303545084/watcher-3250223-1303545084 -o /tmp/evaluation-result-3250223-1303545084/solver-3250223-1303545084 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250223-1303545084.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: 2.39 3.54 3.71 3/179 4150
/proc/meminfo: memFree=18668204/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=19688 CPUtime=0 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 785 0 0 0 0 0 0 0 23 0 1 0 466108091 20160512 726 33554432000 4194304 4291949 140734907719024 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 4922 726 225 24 0 1556 0

[startup+0.0607261 s]
/proc/loadavg: 2.39 3.54 3.71 3/179 4150
/proc/meminfo: memFree=18668204/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=24840 CPUtime=0.05 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 2785 0 0 0 5 0 0 0 23 0 1 0 466108091 25436160 2524 33554432000 4194304 4291949 140734907719024 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 6210 2524 232 24 0 2844 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24840

[startup+0.100714 s]
/proc/loadavg: 2.39 3.54 3.71 3/179 4150
/proc/meminfo: memFree=18668204/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=24840 CPUtime=0.09 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 2785 0 0 0 9 0 0 0 23 0 1 0 466108091 25436160 2524 33554432000 4194304 4291949 140734907719024 18446744073709551615 4230003 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 6210 2524 232 24 0 2844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24840

[startup+0.30069 s]
/proc/loadavg: 2.39 3.54 3.71 3/179 4150
/proc/meminfo: memFree=18668204/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=24296 CPUtime=0.29 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 3607 0 0 0 29 0 0 0 25 0 1 0 466108091 24879104 2497 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 6074 2497 252 24 0 2708 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24296

[startup+0.70061 s]
/proc/loadavg: 2.39 3.54 3.71 3/179 4150
/proc/meminfo: memFree=18668204/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=27016 CPUtime=0.69 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 4161 0 0 0 69 0 0 0 25 0 1 0 466108091 27664384 3042 33554432000 4194304 4291949 140734907719024 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 6754 3042 252 24 0 3388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27016

[startup+1.50047 s]
/proc/loadavg: 2.39 3.54 3.71 6/188 4167
/proc/meminfo: memFree=18630168/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=31700 CPUtime=1.49 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 5270 0 0 0 149 0 0 0 25 0 1 0 466108091 32460800 4131 33554432000 4194304 4291949 140734907719024 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 7925 4131 252 24 0 4559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31700

[startup+3.10019 s]
/proc/loadavg: 2.39 3.54 3.71 5/188 4167
/proc/meminfo: memFree=18560976/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=40320 CPUtime=3.09 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 6635 0 0 0 308 1 0 0 25 0 1 0 466108091 41287680 5487 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 10080 5487 252 24 0 6714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40320

[startup+6.30064 s]
/proc/loadavg: 2.68 3.58 3.73 6/188 4167
/proc/meminfo: memFree=18547084/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=54528 CPUtime=6.29 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 10077 0 0 0 628 1 0 0 25 0 1 0 466108091 55836672 8889 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 13632 8889 252 24 0 10266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54528

[startup+12.7035 s]
/proc/loadavg: 3.02 3.64 3.74 6/188 4168
/proc/meminfo: memFree=18501856/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=77184 CPUtime=12.69 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 14130 0 0 0 1267 2 0 0 25 0 1 0 466108091 79036416 12889 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 19296 12889 252 24 0 15930 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77184

[startup+25.5003 s]
/proc/loadavg: 3.24 3.66 3.75 5/188 4168
/proc/meminfo: memFree=18478168/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=59728 CPUtime=25.49 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 20879 0 0 0 2545 4 0 0 25 0 1 0 466108091 61161472 10130 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 14932 10130 252 24 0 11566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59728

[startup+51.1009 s]
/proc/loadavg: 3.50 3.68 3.75 5/188 4168
/proc/meminfo: memFree=18401960/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=83892 CPUtime=51.09 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 27340 0 0 0 5103 6 0 0 25 0 1 0 466108091 85905408 16504 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 20973 16504 252 24 0 17607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83892

[startup+102.307 s]
/proc/loadavg: 3.78 3.73 3.76 5/188 4170
/proc/meminfo: memFree=18332876/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=48476 CPUtime=102.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 43311 0 0 0 10220 10 0 0 25 0 1 0 466108091 49639424 8625 33554432000 4194304 4291949 140734907719024 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 12119 8625 252 24 0 8753 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 48476

[startup+162.301 s]
/proc/loadavg: 3.92 3.78 3.77 5/188 4172
/proc/meminfo: memFree=18279796/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=51576 CPUtime=162.29 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 58104 0 0 0 16213 16 0 0 25 0 1 0 466108091 52813824 8821 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 12894 8821 252 24 0 9528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 51576

[startup+222.3 s]
/proc/loadavg: 3.97 3.81 3.78 5/188 4173
/proc/meminfo: memFree=18168932/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=123072 CPUtime=222.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 85529 0 0 0 22204 26 0 0 25 0 1 0 466108091 126025728 22087 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 30768 22087 252 24 0 27402 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 123072

[startup+282.301 s]
/proc/loadavg: 4.03 3.86 3.80 5/188 4174
/proc/meminfo: memFree=18126632/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=126532 CPUtime=282.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 101806 0 0 0 28198 32 0 0 25 0 1 0 466108091 129568768 22295 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 31633 22295 252 24 0 28267 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126532

[startup+342.3 s]
/proc/loadavg: 4.01 3.88 3.81 5/188 4176
/proc/meminfo: memFree=18101460/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=96188 CPUtime=342.29 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 115465 0 0 0 34191 38 0 0 25 0 1 0 466108091 98496512 19955 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 24047 19955 252 24 0 20681 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96188

[startup+402.301 s]
/proc/loadavg: 4.00 3.90 3.82 5/188 4178
/proc/meminfo: memFree=18018248/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=97648 CPUtime=402.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 130272 0 0 0 40185 45 0 0 25 0 1 0 466108091 99991552 18125 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 24412 18125 252 24 0 21046 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 97648

[startup+462.301 s]
/proc/loadavg: 4.00 3.92 3.83 5/188 4180
/proc/meminfo: memFree=17956116/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=129964 CPUtime=462.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 137295 0 0 0 46182 48 0 0 25 0 1 0 466108091 133083136 25032 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 32491 25032 252 24 0 29125 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 129964

[startup+522.3 s]
/proc/loadavg: 4.00 3.93 3.83 5/188 4181
/proc/meminfo: memFree=17992808/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=61460 CPUtime=522.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 157848 0 0 0 52176 54 0 0 25 0 1 0 466108091 62935040 11810 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 15365 11810 252 24 0 11999 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 61460

[startup+582.301 s]
/proc/loadavg: 4.00 3.94 3.84 5/188 4191
/proc/meminfo: memFree=17906336/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=137372 CPUtime=582.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 189630 0 0 0 58165 65 0 0 25 0 1 0 466108091 140668928 23076 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 34343 23076 252 24 0 30977 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 137372

[startup+642.3 s]
/proc/loadavg: 4.08 3.96 3.85 5/188 4193
/proc/meminfo: memFree=17855288/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=139396 CPUtime=642.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 196797 0 0 0 64162 69 0 0 25 0 1 0 466108091 142741504 30124 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 34849 30124 252 24 0 31483 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 139396

[startup+702.301 s]
/proc/loadavg: 4.03 3.97 3.86 5/188 4195
/proc/meminfo: memFree=17843980/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=139860 CPUtime=702.3 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 214617 0 0 0 70154 76 0 0 25 0 1 0 466108091 143216640 27249 33554432000 4194304 4291949 140734907719024 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 34965 27249 252 24 0 31599 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 139860

[startup+762.307 s]
/proc/loadavg: 4.01 3.97 3.86 5/188 4197
/proc/meminfo: memFree=17839008/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=140240 CPUtime=762.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 229712 0 0 0 76147 84 0 0 25 0 1 0 466108091 143605760 23764 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 35060 23764 252 24 0 31694 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 140240

[startup+822.301 s]
/proc/loadavg: 4.06 3.99 3.87 5/188 4198
/proc/meminfo: memFree=17760744/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=141040 CPUtime=822.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 235680 0 0 0 82144 87 0 0 25 0 1 0 466108091 144424960 29641 33554432000 4194304 4291949 140734907719024 18446744073709551615 4276056 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 35260 29641 252 24 0 31894 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 141040

[startup+882.301 s]
/proc/loadavg: 4.02 3.99 3.88 5/188 4202
/proc/meminfo: memFree=17795564/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=75704 CPUtime=882.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 259797 0 0 0 88135 96 0 0 25 0 1 0 466108091 77520896 14934 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 18926 14934 252 24 0 15560 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 75704

[startup+942.3 s]
/proc/loadavg: 4.01 3.99 3.89 5/188 4204
/proc/meminfo: memFree=17755784/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=101440 CPUtime=942.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 287853 0 0 0 94125 106 0 0 25 0 1 0 466108091 103874560 20565 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 25360 20565 252 24 0 21994 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 101440

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.89 5/188 4206
/proc/meminfo: memFree=17698736/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=155180 CPUtime=1002.32 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 297762 0 0 0 100120 112 0 0 25 0 1 0 466108091 158904320 30341 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 38795 30341 252 24 0 35429 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155180

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/188 4208
/proc/meminfo: memFree=17665996/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=155332 CPUtime=1062.32 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 322867 0 0 0 106111 121 0 0 25 0 1 0 466108091 159059968 34623 33554432000 4194304 4291949 140734907719024 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 38833 34623 252 24 0 35467 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 155332

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.91 5/188 4209
/proc/meminfo: memFree=17658792/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=156336 CPUtime=1122.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 338776 0 0 0 112104 127 0 0 25 0 1 0 466108091 160088064 28585 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 39084 28585 252 24 0 35718 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 156336

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.91 5/188 4210
/proc/meminfo: memFree=17617864/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=159540 CPUtime=1182.31 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 344873 0 0 0 118101 130 0 0 25 0 1 0 466108091 163368960 34592 33554432000 4194304 4291949 140734907719024 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 39885 34592 252 24 0 36519 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 159540

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/188 4212
/proc/meminfo: memFree=17545188/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=214320 CPUtime=1242.32 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 380490 0 0 0 124090 142 0 0 25 0 1 0 466108091 219463680 49522 33554432000 4194304 4291949 140734907719024 18446744073709551615 4248154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 53580 49522 252 24 0 50214 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 214320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.91 4/186 4215
/proc/meminfo: memFree=17591196/32951132 swapFree=67111528/67111528
[pid=4150] ppid=4148 vsize=223996 CPUtime=1300.02 cores=1,3
/proc/4150/stat : 4150 (RestartSAT) R 4148 4150 3101 0 -1 4202496 419175 0 0 0 129847 155 0 0 25 0 1 0 466108091 229371904 39448 33554432000 4194304 4291949 140734907719024 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4150/statm: 55999 39448 252 24 0 52633 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 223996

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.04
CPU user time (s): 1298.48
CPU system time (s): 1.56376
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 300236

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

runsolver used 2.19467 second user time and 4.91225 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 09:51:25
IDJOB=3250223
IDBENCH=83248
IDSOLVER=1580
FILE ID=node131/3250223-1303545084
RUNJOBID= node131-1303545084-4126
PBS_JOBID= 13143107
Free space on /tmp= 72040 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250223-1303545084/watcher-3250223-1303545084 -o /tmp/evaluation-result-3250223-1303545084/solver-3250223-1303545084 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250223-1303545084.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=1491151156

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18668244 kB
Buffers:        986992 kB
Cached:       12712028 kB
SwapCached:          0 kB
Active:        4150468 kB
Inactive:      9621360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18668244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:       71868 kB
Mapped:          15488 kB
Slab:           448608 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   218676 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= 72020 MiB
End job on node131 at 2011-04-23 10:13:07